Annotation of parser3/ChangeLog, revision 1.230

1.230   ! moko        1: 2025-12-17  moko
        !             2: 
        !             3:        * src/classes/json.C: optimization: String::Empty used and avoided
        !             4:          using passed length.
        !             5: 
        !             6: 2025-12-16  moko
        !             7: 
        !             8:        * src/classes/string.C: sync _int with _double, avoid int usage
        !             9:          (related to #1273)
        !            10: 
1.229     moko       11: 2025-12-08  moko
                     12: 
                     13:        * src/include/pa_memory.h: PA_CHECK_REGULAR_ALLOC_UNAVAILABLE
                     14:          define added and used for OS X as well
                     15: 
1.228     moko       16: 2025-11-30  moko
                     17: 
                     18:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                     19:          src/include/pa_config_fixed.h: int64_t added in preparation to
                     20:          feature #1273
                     21: 
1.227     moko       22: 2025-11-22  moko
                     23: 
                     24:        * src/classes/amqp.C: delivery_tag changed from string to double
                     25:          (related to feature #1288)
                     26: 
1.226     moko       27: 2025-11-14  moko
                     28: 
                     29:        * src/types/pa_vstatus.C, tests/448.html,
                     30:          tests/results/448.processed: $status:limit-cpu,
                     31:          $status:limit-mem, $status:limit-nproc unlimited support added,
                     32:          test added (related to feature #1280)
                     33: 
                     34:        * src/types/: pa_vstatus.C, pa_vstatus.h: r/w $status:limit-cpu,
                     35:          $status:limit-mem, $status:limit-nproc added (implements feature
                     36:          #1280)
                     37: 
                     38: 2025-11-12  moko
                     39: 
                     40:        * tests/results/: 323.processed, 421.processed: tests results
                     41:          updated after amqp class added
                     42: 
1.225     moko       43: 2025-11-08  moko
                     44: 
                     45:        * src/classes/amqp.C: tls support added, errors reporting improved
                     46:          (related to feature #1288)
                     47: 
                     48:        * src/classes/amqp.C: tls support added (related to feature #1288)
                     49: 
                     50:        * src/classes/amqp.C: exceptions text now printed (related to
                     51:          feature #1288)
                     52: 
                     53:        * src/classes/amqp.C: properties hash simplified (related to
                     54:          feature #1288)
                     55: 
                     56: 2025-11-07  moko
                     57: 
                     58:        * src/classes/amqp.C: consume fixed (related to feature #1288)
                     59: 
                     60:        * src/classes/classes.C: + amqp class
                     61: 
                     62:        * buildall, configure, configure.ac, src/classes/Makefile.am,
                     63:          src/include/pa_config_auto.h.in, src/targets/apache/Makefile.am,
                     64:          src/targets/cgi/Makefile.am, src/types/Makefile.am: build scripts
                     65:          updated for librabbitmq support (relates to feature #1288)
                     66: 
                     67:        * src/: classes/amqp.C, types/pa_vamqp.h: amqp class draft with
                     68:          basic RabbitMQ C library (librabbitmq) support (partially
                     69:          implements #1288)
                     70: 
1.224     moko       71: 2025-10-05  moko
                     72: 
                     73:        * src/classes/: array.C, file.C, hash.C, image.C, json.C, op.C,
                     74:          reflection.C, string.C: Optimization: valid_options optimized
                     75:          where HashStringValue::Iterator used
                     76: 
                     77:        * tests/results/224.processed: test result updated after date
                     78:          functions updated (related to #1287)
                     79: 
                     80: 2025-10-04  moko
                     81: 
                     82:        * operators.ru.txt, operators.txt: actualized
                     83: 
                     84:        * operators.ru.txt, operators.txt: actualized after #1285 and #1286
                     85: 
                     86:        * tests/: 447.html, results/447.processed: tests for
                     87:          ^reflection:override[$method] added (related to feature #1286)
                     88: 
                     89:        * tests/: 446.html, results/446.processed: tests for $n1 eq n2
                     90:          added (related to feature #1285)
                     91: 
                     92:        * src/classes/reflection.C:
                     93:          ^reflection:override[$method[;$.to[class] $.name[another_name]]]
                     94:          added (implements feature #1286)
                     95: 
                     96:        * src/main/execute.C: bugfix: when method is attached from another
                     97:          class, it's  junction_template is initialized with another class,
                     98:          thus get_vjunction should be used (related to feature #1286)
                     99: 
                    100:        * src/classes/date.C: ^date:sql-string[], ^date:gmt-string[],
                    101:          ^date:iso-string[] - static call now formats current date
                    102:          (implements feature #1287)
                    103: 
                    104: 2025-10-01  moko
                    105: 
                    106:        * buildall: built-in mailreceive path actualized
                    107: 
1.223     moko      108: 2025-09-01  moko
                    109: 
                    110:        * src/classes/math.C: old compilers support in ^math:eq
                    111: 
                    112: 2025-08-31  moko
                    113: 
                    114:        * tests/: 446.html, results/446.processed: tests for
                    115:          ^math:eq(a;b[;max URL distance]) added (related to feature #1285)
                    116: 
                    117:        * src/classes/math.C: ^math:eq(a;b[;precision]) added (partly
                    118:          implements #1285)
                    119: 
                    120: 2025-08-30  moko
                    121: 
                    122:        * operators.ru.txt, operators.txt: actualized
                    123: 
                    124:        * tests/: 230.html, results/230.processed: test for ^file.save
                    125:          $.append(false|true) option added (related to feature #1284)
                    126: 
                    127:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                    128:          ^file.save $.append(false|true) option added (implements feature
                    129:          #1284)
                    130: 
1.222     moko      131: 2025-08-16  moko
                    132: 
                    133:        * etc/auto.p.in: LIMIT max_array_size actualized
                    134: 
1.221     moko      135: 2025-08-01  moko
                    136: 
                    137:        * src/: lib/gc/include/gc.h, main/pa_globals.C, main/pa_memory.C:
                    138:          pa_GC_abort_func added and used (implements feature #1283)
                    139: 
                    140:        * src/include/: pa_array.h, pa_config_includes.h:
                    141:          PA_DEBUG_DISABLE_GC mode fixed for sparse array
                    142: 
1.220     moko      143: 2025-07-04  moko
                    144: 
                    145:        * src/main/pa_common.C: typo fixed (related to bug #1282)
                    146: 
                    147:        * src/main/pa_common.C: minor optimization + create_dir_for_file
                    148:          checks for \ (related to bug #1282)
                    149: 
                    150: 2025-07-03  moko
                    151: 
                    152:        * src/main/pa_common.C: _wrename, _wrmdir и _wmkdir are now used
                    153:          under Windows (fixes bug #1282)
                    154: 
                    155:        * src/main/pa_common.C: file:delete for UTF-8 files now works under
                    156:          Windows (fixes bug #1282)
                    157: 
                    158: 2025-06-28  moko
                    159: 
                    160:        * src/targets/apache/mod_parser3.c: GCC 15 compatibility fixed by
                    161:          Yavor Doganov <yavor@gnu.org>
                    162: 
                    163:        * src/main/pa_charset.C: typo fixed (related to feature #1281)
                    164: 
                    165:        * src/: include/pa_charset.h, main/pa_charset.C: libxml 2.14
                    166:          compatibility fixed (implements feature #1281)
                    167: 
1.219     moko      168: 2025-05-31  moko
                    169: 
                    170:        * src/main/pa_http.C: old gcc compilation fix (related to feature
                    171:          #1277)
                    172: 
                    173: 2025-05-28  moko
                    174: 
                    175:        * src/: classes/array.C, include/pa_array.h: last
                    176:          Array_iterator::key() removed (related to feature #1277)
                    177: 
                    178: 2025-05-27  moko
                    179: 
                    180:        * src/: classes/array.C, classes/table.C, include/pa_array.h,
                    181:          types/pa_vstring.C, types/pa_vstring.h: VString::uitoa() added
                    182:          and used (related to feature #1277)
                    183: 
1.218     moko      184: 2025-05-26  moko
                    185: 
                    186:        * src/: classes/array.C, classes/curl.C, classes/hash.C,
                    187:          classes/hashfile.C, classes/image.C, classes/table.C,
                    188:          main/pa_request.C, main/pa_xml_io.C, types/pa_vconsole.h,
                    189:          types/pa_venv.C, types/pa_vmail.C, types/pa_vregex.C,
                    190:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vstring.h:
                    191:          VString(const char *avalue) added and used to optimize new
                    192:          VString(*new String(i.key(), String::L_TAINTED)) (related to
                    193:          feature #1277)
                    194: 
                    195:        * src/: classes/array.C, classes/curl.C, classes/file.C,
                    196:          classes/hash.C, classes/image.C, classes/json.C,
                    197:          classes/reflection.C, classes/xnode.C, include/pa_charset.h,
                    198:          include/pa_hash.h, include/pa_http.h, include/pa_string.h,
                    199:          main/pa_charsets.C, main/pa_http.C, main/pa_request.C,
                    200:          main/pa_string.C, main/pa_xml_io.C, targets/cgi/pa_sapi_info.h,
                    201:          types/pa_varray.C, types/pa_vform.C, types/pa_vhash.h,
                    202:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                    203:          types/pa_vmethod_frame.h, types/pa_vstatus.C, types/pa_vtable.C,
                    204:          types/pa_vxnode.C: implements feature #1277 String::Body(const
                    205:          char *abody) now explicit but HashString::put(const char *str, V
                    206:          value) added for simplicity optimizations: HASH_PUT_CSTR used
                    207:          where hash.put called several time during execution; caching
                    208:          String::Body::uitoa used at all pash.put(<uint> calls.
                    209: 
                    210: 2025-05-25  moko
                    211: 
                    212:        * src/: include/pa_request.h, main/pa_request.C: minor opt (related
                    213:          to feature #1277)
                    214: 
                    215:        * src/include/pa_hash.h: HASH_PUT_CSTR added (related to #1277)
                    216: 
                    217:        * src/: include/pa_string.h, main/pa_string.C: String::Body::uitoa
                    218:          added for caching (related to feature #1277)
                    219: 
                    220:        * src/include/pa_string.h: optimized String:pos versions added
                    221:          (without language + char *) (related to feature #1277)
                    222: 
                    223: 2025-05-24  moko
                    224: 
                    225:        * tests/: 445.html, results/445.processed: test for
                    226:          ^hash.array[[keys|values]] added (related to feature #1274)
                    227: 
                    228:        * src/classes/hash.C: ^hash.array[[keys|values]] added (implements
                    229:          feature #1274)
                    230: 
1.217     moko      231: 2025-01-26  moko
                    232: 
                    233:        * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
                    234: 
1.216     moko      235: 2025-01-25  moko
                    236: 
                    237:        * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
                    238: 
                    239:        * aclocal.m4, configure, src/include/pa_config_auto.h.in,
                    240:          src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
                    241:          autoheader && automake && autoconf
                    242: 
                    243:        * src/lib/ltdl/configure.ac: new autotools used
                    244: 
                    245:        * acsite.m4, configure.ac: new autotools warnings fixed
                    246: 
1.213     moko      247: 2025-01-10  moko
                    248: 
1.215     moko      249:        * tests/results/320.processed: test result updated after syslog
                    250:          added
                    251: 
1.214     moko      252:        * src/classes/op.C: minor MSVC fixes
                    253: 
                    254:        * src/lib/md5/pa_md5c.c: MSVC warnings fixed
                    255: 
1.213     moko      256:        * operators.ru.txt, operators.txt: +
                    257:          ^syslog[ident;message[;info|warning|error|debug]]
                    258: 
                    259:        * src/classes/op.C: +
                    260:          ^syslog[ident;message[;info|warning|error|debug]] (implelents
                    261:          feature #1270)
                    262: 
                    263:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                    264:          src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
                    265: 
                    266: 2025-01-06  moko
                    267: 
                    268:        * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
                    269:          2^n) calculated and used
                    270: 
                    271:        * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
                    272:          https://www.hadrons.org/software/libmd/
                    273: 
1.212     moko      274: 2024-12-28  moko
                    275: 
                    276:        * tests/httpd/run_tests.sh: for FreeBSD compatibility
                    277: 
                    278:        * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
                    279:          037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
                    280:          $request:uri and $request:path tests added (related to feature
                    281:          #1269)
                    282: 
                    283:        * operators.ru.txt, operators.txt: + $request:path documented
                    284:          (related to feature #1269)
                    285: 
                    286:        * tests/: 065.html, results/065.processed: $request:path,
                    287:          $request:uri tested
                    288: 
                    289:        * src/types/pa_vrequest.C: $request:path default is empty string to
                    290:          match an empty URI in console mode (related to feature #1269)
                    291: 
                    292:        * etc/auto.p.in: $request:path used (related to feature #1269)
                    293: 
                    294:        * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
                    295:          (implements feature #1269)
                    296: 
                    297: 2024-12-26  moko
                    298: 
                    299:        * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
                    300:          3.5.0
                    301: 
                    302:        * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
                    303:          pa-include/pa_errno.h, pa-include/pa_file_info.h,
                    304:          pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
                    305:          pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
                    306:          pa_strcat
                    307: 
                    308:        * tests/results/223.processed: apache upgraded @parser.ru
                    309: 
                    310:        * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
                    311:          sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
                    312:          pa-include/pa_errno.h, pa-include/pa_file_info.h,
                    313:          pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
                    314:          pa-include/pa_strings.h: sdbm updated from version included in
                    315:          apache 2.0.43 to version included in apache 2.0.65
                    316: 
                    317: 2024-12-24  moko
                    318: 
                    319:        * etc/auto.p.in: to avoid patching Debian package
                    320: 
                    321:        * src/main/: pa_exec.C, pa_http.C: final fixes for
                    322:          --with-build-warnings (dangling-reference warnings can be
                    323:          ignored)
                    324: 
                    325: 2024-12-23  moko
                    326: 
                    327:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                    328:          include/pa_common.h, main/pa_http.C, main/pa_request.C,
                    329:          types/pa_vcookie.C, types/pa_vform.C: more fixes for
                    330:          --with-build-warnings
                    331: 
                    332:        * src/: classes/date.C, classes/inet.C, classes/op.C,
                    333:          classes/reflection.C, include/pa_array.h,
                    334:          include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
                    335:          main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
                    336:          --with-build-warnings
                    337: 
1.211     moko      338: 2024-12-21  moko
                    339: 
                    340:        * Makefile.am: +operators.ru.txt
                    341: 
                    342:        * operators.ru.txt, operators.txt: typo fixed
                    343: 
                    344: 2024-12-20  moko
                    345: 
                    346:        * operators.txt: whitespace synced
                    347: 
                    348:        * operators.ru.txt, operators.txt: curl added
                    349: 
                    350:        * operators.ru.txt, operators.txt: logically sorted
                    351: 
                    352:        * operators.ru.txt: id added
                    353: 
                    354:        * operators.txt: ID added
                    355: 
                    356:        * operators.txt: translated
                    357: 
                    358:        * operators.ru.txt, operators.txt: operators.txt translated to
                    359:          english, synced format with operators.ru.txt
                    360: 
                    361:        * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
                    362:          formatted
                    363: 
                    364:        * operators.ru.txt, operators.txt: formatted, actualized, oracle
                    365:          info moved to separate file
                    366: 
                    367: 2024-12-19  moko
                    368: 
                    369:        * src/targets/cgi/parser3.C: avoid parser version requests logging
                    370:          in parser3.log
                    371: 
                    372: 2024-12-18  moko
                    373: 
                    374:        * buildall: preventing --with-system-mailreceive linking with
                    375:          libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
                    376:          to feature #1199)
                    377: 
1.210     moko      378: 2024-12-16  moko
                    379: 
1.211     moko      380:        * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210     moko      381: 
                    382:        * src/classes/table.C: exception text fixed
                    383: 
                    384: 2024-12-15  moko
                    385: 
                    386:        * tests/: 102.html, results/102.processed: tests updated after
                    387:          $form:fields not editable again (related to feature #1254)
                    388: 
                    389:        * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
                    390:          be edited (related to feature #1254)
                    391: 
                    392:        * src/types/pa_vform.C: reverted that
                    393:          $form:fields/tables/files/imap can be edited (related to feature
                    394:          #1254) for backward compatibility
                    395: 
                    396: 2024-12-14  moko
                    397: 
1.211     moko      398:        * operators.ru.txt, operators.txt: + array in operators.txt
1.210     moko      399: 
                    400:        * tests/results/auto.p: avoid $mac execution unless on OS X
                    401: 
                    402:        * tests/388-sql.html: more OS support
                    403: 
                    404: 2024-12-13  moko
                    405: 
                    406:        * tests/388-sql.html: sql tests under OS X now fixed
                    407: 
                    408:        * tests/results/auto.p: curl test under OS X now works
                    409: 
                    410:        * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
                    411:          no dll name under Windows, hiding
                    412: 
                    413:        * tests/: 379-curl.html, results/379-curl.processed: some curl
                    414:          versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
                    415: 
                    416:        * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
                    417:          389.html, results/030.processed, results/212.processed,
                    418:          results/219.processed, results/273.processed,
                    419:          results/320.processed, results/346-curl.processed,
                    420:          results/389.processed, results/auto.p: ^try-catch-filtered added
                    421:          and used
                    422: 
                    423:        * tests/: 347-curl.html, results/347-curl.processed: support for
                    424:          different error messages
                    425: 
                    426:        * src/classes/curl.C: several curl libraries supported,
                    427:          ^curl:options[ $.library[] ] resets to default
                    428: 
                    429:        * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
                    430:          removed as depends on curl version
                    431: 
                    432:        * tests/results/: 223-curl.processed, 394-curl.processed: curl
                    433:          fixed bug with \n in file names, test result updated
                    434: 
                    435:        * tests/388-sql.html: +libmysqlclient.so
                    436: 
                    437:        * etc/auto.p.in: +libmariadb
                    438: 
                    439: 2024-12-12  moko
                    440: 
                    441:        * tests/: 388-sql.html, results/429-sql.processed: test results
                    442:          updated after test changed
                    443: 
                    444:        * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
                    445:          for newer MariaDB compatibility
                    446: 
                    447:        * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
                    448:          results/429-sql.processed: key -> id for new MariaDB
                    449:          compatibility
                    450: 
                    451:        * src/types/pa_vmethod_frame.h: warning war
                    452: 
                    453:        * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
                    454:          Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
                    455:          including for Debian package
                    456: 
                    457: 2024-12-11  moko
                    458: 
                    459:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    460:          targets/isapi/parser3isapi.C, types/pa_vstatus.C:
                    461:          $status:log-filename added (related to feature #1262)
                    462: 
                    463:        * tests/: 440.html, results/440.processed: test for row is checked
                    464:          before accessing when table is modified during select (related to
                    465:          bug #1258)
                    466: 
                    467:        * src/: classes/table.C, include/pa_table.h: row should be checked
                    468:          before accessing as table can be modified during select (related
                    469:          to bug #1258)
                    470: 
                    471:        * src/types/pa_vmail.C: $mail:received tables -> elements array
                    472:          (related to feature #1226)
                    473: 
                    474:        * src/: classes/file.C, classes/image.C, classes/table.C,
                    475:          include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
                    476:          better messages (related to feature #1267)
                    477: 
                    478:        * tests/results/: 065.processed, 246.processed, 337.processed,
                    479:          342.processed, 352.processed, 356.processed, 364.processed,
                    480:          372.processed, 373.processed, 389.processed, 404.processed,
                    481:          406.processed, 414.processed, 430.processed, 432.processed,
                    482:          442.processed: tests updated after params.as_string error
                    483:          reporting was improved (related to feature #1267)
                    484: 
                    485:        * src/classes/reflection.C: error messages optimized (related to
                    486:          feature #1267)
                    487: 
                    488:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
                    489:          error reporing for params.as_* (related to feature #1267)
                    490: 
                    491:        * src/: classes/file.C, classes/string.C, include/pa_exception.h:
                    492:          MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
                    493:          #1267)
                    494: 
                    495:        * tests/results/: 246.processed, 414.processed, 432.processed:
                    496:          tests updated after params.as_string error reporting was improved
                    497:          (related to feature #1267)
                    498: 
                    499:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
                    500:          reporing for params.as_string (implements feature #1267)
                    501: 
                    502:        * tests/: 065.html, results/065.processed: tests for file methods
                    503:          accepting file as filename added (related to feature #1265)
                    504: 
                    505:        * src/: classes/file.C, include/pa_exception.h,
                    506:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
                    507:          methods now accept file as path specification (adopted Sumo patch
                    508:          implements feature #1265)
                    509: 
                    510:        * tests/: 400.html, results/400.processed: tests for result
                    511:          optimization "locks" after first method call (related to feature
                    512:          #1266)
                    513: 
                    514: 2024-12-10  moko
                    515: 
                    516:        * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
                    517:          result_optimization comments (related to feature #1266)
                    518: 
                    519:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
                    520:          $result now stored in my_result, not in local variables hash
                    521:          (implements feature #1266)
                    522: 
1.209     moko      523: 2024-12-09  moko
                    524: 
1.210     moko      525:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
                    526:          set_my_variable in preparation for $result optimization (related
                    527:          to feature #1266)
                    528: 
1.209     moko      529:        * tests/results/119.processed: newline corrected for some OS
                    530: 
                    531:        * tests/: 441.html, results/441.processed: Debian-specific test
                    532:          commented
                    533: 
                    534:        * buildall: pcre2 10.42 -> 10.44
                    535: 
                    536: 2024-12-08  moko
                    537: 
                    538:        * buildall: external links fixed
                    539: 
                    540:        * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
                    541: 
                    542:        * src/include/pa_table.h: some clang versions compilation fix
                    543: 
                    544:        * configure.ac: 3.4.7b -> 3.5.0rc
                    545: 
                    546: 2024-12-07  moko
                    547: 
                    548:        * tests/: 443.html, 444.html, results/443.processed,
                    549:          results/444.processed: tests for named params (related to feature
                    550:          #1205)
                    551: 
                    552:        * src/: classes/reflection.C, types/pa_method.h: named_params
                    553:          support in reflection (related to feature #1205)
                    554: 
                    555:        * src/types/pa_vmethod_frame.h: extra_params and named params
                    556:          should be also inited in ^method[] call (related to feature
                    557:          #1205)
                    558: 
                    559:        * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
                    560:          support using @method[arg;.named_arg;.named_arg2] syntax
                    561:          (implements feature #1205)
                    562: 
                    563:        * tests/: 443.html, results/443.processed: test for *args inited
                    564:          added (related to bug #1264)
                    565: 
                    566:        * src/types/pa_vmethod_frame.h: *args are now inited even if not
                    567:          specified (fixes bug #1264)
                    568: 
                    569:        * tests/: 442.html, results/442.processed: tests for
                    570:          params.as_file_name(N) with empty file name added (related to
                    571:          feature #1121)
                    572: 
                    573:        * src/: classes/file.C, classes/hashfile.C, classes/image.C,
                    574:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                    575:          include/pa_exception.h, types/pa_vmethod_frame.h:
                    576:          params.as_file_name(N) added and used instead of
                    577:          params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
                    578:          (implements feature #1121)
                    579: 
                    580:        * src/: classes/file.C, classes/image.C, classes/op.C,
                    581:          classes/table.C, include/pa_exception.h: filename is everywhere
                    582:          params.as_string, unify exception and remove
                    583:          FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
                    584: 
                    585:        * tests/: 141.html, results/141.processed: test for
                    586:          ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
                    587:          to feature #1263)
                    588: 
                    589:        * src/classes/math.C: ^math:digest[...; $.hmac[$file]
                    590:          $.format[file] ] now supported (implements feature #1263)
                    591: 
                    592: 2024-12-06  moko
                    593: 
                    594:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    595:          targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
                    596:          (cgi/console/mail/httpd/apache/isapi) added (related to feature
                    597:          #1262)
                    598: 
                    599: 2024-12-05  moko
                    600: 
                    601:        * src/targets/cgi/parser3.C: more correct arguments processing to
                    602:          block -fl config.file log.file logic (related to feature #1262)
                    603: 
                    604: 2024-12-04  moko
                    605: 
                    606:        * src/targets/cgi/parser3.C: now only one log location is selected
                    607:          and tried. -l - supported for stderr specification (related to
                    608:          feature #1262)
                    609: 
                    610: 2024-12-03  moko
                    611: 
                    612:        * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
                    613:          results/010.processed, results/415.processed: tests for
                    614:          $.(expression)[value], $a.(expression), ^v.(expression)[args]
                    615:          added (related to feature #1064)
                    616: 
                    617:        * src/main/compile.y: $.(expression)[value], $a.(expression),
                    618:          ^v.(expression)[args] now supported (implements feature #1064)
                    619: 
                    620: 2024-12-02  moko
                    621: 
                    622:        * src/targets/cgi/parser3.C: -l /path/to/log options added
                    623:          (implements feature #1262)
                    624: 
1.208     moko      625: 2024-12-01  moko
                    626: 
                    627:        * tests/: 010.html, results/010.processed: some tests related to
                    628:          bug #1149 added
                    629: 
                    630:        * src/main/compile.y: the check pc.pos.col > 1 is not required
                    631:          because we can't be here without a '$' before. The begin == end
                    632:          check was incorrect since $[a]{b} fits this condition (fixes bug
                    633:          #1149)
                    634: 
                    635: 2024-11-29  moko
                    636: 
                    637:        * src/classes/array.C: warning war
                    638: 
                    639: 2024-11-26  moko
                    640: 
                    641:        * tests/: 441.html, results/441.processed: a bit more testing
                    642:          (related to bug #1238)
                    643: 
                    644:        * src/main/pa_exec.C: only " now quoted (related to bug #1239)
                    645: 
                    646:        * src/main/pa_exec.C: simplification arg_quote added (related to
                    647:          bug #1229)
                    648: 
1.207     moko      649: 2024-11-25  moko
                    650: 
                    651:        * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
                    652:          bug #1239)
                    653: 
                    654: 2024-11-24  moko
                    655: 
                    656:        * src/main/pa_exec.C: added cmd.exe specific
                    657: 
                    658:        * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
                    659:          tests for ^file::exec env and args tainting tests (related to bug
                    660:          #1239)
                    661: 
                    662:        * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
                    663: 
                    664:        * src/include/pa_config_includes.h: added recommendations for
                    665:          libxslt.a and and libexslt.a compilation under cygwin
                    666: 
                    667:        * tests/results/102.processed: $form:fields.value is now writable,
                    668:          as $form:value (related to feature #1254)
                    669: 
                    670:        * src/include/pa_config_includes.h: cigwin compilation fixes
                    671: 
                    672: 2024-11-23  moko
                    673: 
                    674:        * tests/httpd/site/run_server.sh: to simplify testing
                    675: 
                    676:        * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
                    677:          site/form.html: $form:files and $form:elements tests added, tests
                    678:          with curl supported (related to feature #1254)
                    679: 
                    680:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
                    681:          types/pa_vform.h: $form:elements implemented, VForm::get_element
                    682:          uses faster SYMBOLS_EQ, hashes no longer copied when using
                    683:          $form:fields/tables/files/imap and can be edited (implements
                    684:          feature #1254)
                    685: 
                    686:        * src/main/pa_http.C: pa_send added to handle partial writes (fixes
                    687:          bug #1261)
                    688: 
1.206     moko      689: 2024-11-17  moko
                    690: 
                    691:        * tests/: 440.html, results/440.processed: tests for
                    692:          ^table.array[], offset restoration, iterators robust tests
                    693:          (related to bug #1258, features #1259 and #1260)
                    694: 
                    695:        * tests/: 439.html, results/439.processed: array and hash iterators
                    696:          robust tests (related to feature #1260)
                    697: 
                    698:        * src/: classes/array.C, classes/table.C, include/pa_array.h,
                    699:          include/pa_table.h: Array_robust_iterator added and used in cases
                    700:          where array can be modified during iteration (implements feature
                    701:          #1260)
                    702: 
                    703:        * src/classes/table.C: ^table.array[], ^table.array[column name],
                    704:          ^table.array{code} added (implements feature #1259)
                    705: 
                    706: 2024-11-16  moko
                    707: 
                    708:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
                    709:          table current row restoration after exception and table changes
                    710:          (fixes bug #1258)
                    711: 
                    712: 2024-11-13  moko
                    713: 
                    714:        * src/classes/table.C: minor optimization
                    715: 
                    716:        * src/main/pa_string.C: \r added to default ^string.trim chars list
                    717:          (https://www.parser.ru/forum/?id=86648)
                    718: 
1.205     moko      719: 2024-11-11  moko
                    720: 
1.206     moko      721:        * src/classes/classes.C: set_base commented
                    722: 
                    723:        * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
                    724:          deleted
                    725: 
                    726:        * src/classes/classes.vcproj: no more classes.awk and classes.inc
                    727: 
                    728:        * src/classes/: Makefile.am, classes.awk: no more classes.awk and
                    729:          classes.inc
                    730: 
                    731:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                    732:          main/pa_globals.C: classes.awk is useless, preparing to delete it
                    733: 
1.205     moko      734:        * src/classes/classes.h: temp fix
                    735: 
                    736: 2024-11-10  moko
                    737: 
                    738:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    739:          classes/op.C, main/pa_string.C: minor optimization
                    740: 
                    741:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    742:          classes/op.C, main/pa_string.C: typo fixed
                    743: 
                    744:        * src/: classes/classes.awk, classes/classes.h, classes/date.C,
                    745:          classes/file.C, classes/image.C, classes/op.C,
                    746:          main/pa_charsets.C, main/pa_string.C: singletones used to reduce
                    747:          memory allocation befor main(). Only 3 allocations in chatsets
                    748:          left (implements feature #1257)
                    749: 
                    750:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
                    751:          minor naming convention fix
                    752: 
                    753:        * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
                    754:          results/436.processed, results/437.processed,
                    755:          results/438.processed: tests for @unhandled_exception processing
                    756:          (related to feature #1256)
                    757: 
                    758:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    759:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    760:          targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
                    761:          are now processed in request::core for correct logging and
                    762:          reporting (feature #1256)
                    763: 
                    764:        * src/: include/pa_sapi.h, main/pa_request.C,
                    765:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    766:          targets/isapi/parser3isapi.C: unhandled exception now called if
                    767:          exception occures during $response:download processing (related
                    768:          to bug #1255)
                    769: 
                    770:        * etc/auto.p.in: better 404 error reporting
                    771: 
                    772: 2024-11-09  moko
                    773: 
                    774:        * src/main/pa_memory.C: more detailed usage comment
                    775: 
                    776:        * src/main/pa_memory.C: usage commented
                    777: 
                    778:        * src/main/pa_memory.C: minor cleanup
                    779: 
                    780:        * src/types/: pa_varray.h, pa_vregex.h: warnings war
                    781: 
                    782:        * tests/: 436.html, httpd/029.txt, httpd/ok.log,
                    783:          httpd/site/029.html, results/436.processed: test for exception in
                    784:          $response:download[] added
                    785: 
                    786:        * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
                    787:          and avoid exit status 1 on die
                    788: 
                    789:        * tests/results/: 007.processed, 019.processed, 098.processed,
                    790:          103.processed, 233.processed: windows headers matter for binary
                    791:          files
                    792: 
                    793:        * tests/httpd/ok.log: tests results updated as extra headers now
                    794:          cleared on error (related to bug #1255)
                    795: 
                    796:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    797:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    798:          targets/isapi/parser3isapi.C: headers buffering to avoid extra
                    799:          headers in errors, custom send_error in cgi/httpd mode to avoid
                    800:          memory allocations (fixes bug #1255)
                    801: 
                    802: 2024-11-07  moko
                    803: 
                    804:        * tests/: 264.html, results/264.processed: tests updated to test
                    805:          removal of only trailing empty arguments for backward
                    806:          compatibility (related to feature #1252)
                    807: 
                    808:        * src/classes/file.C: remove trailing empty arguments for backward
                    809:          compatibility (related to feature #1252)
                    810: 
                    811: 2024-11-05  moko
                    812: 
                    813:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
                    814:          low memory case, when static initialization failed even before
                    815:          main() start
                    816: 
                    817: 2024-11-04  moko
                    818: 
                    819:        * configure, src/include/pa_config_auto.h.in,
                    820:          src/include/pa_config_fixed.h: _locking no longer used
                    821: 
                    822:        * configure.ac: _locking no longer used (related to bug #1231)
                    823: 
                    824:        * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
                    825: 
                    826:        * src/main/pa_os.C: lock errors tuning (related to bug #1231)
                    827: 
                    828:        * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
                    829:          unused
                    830: 
                    831:        * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
                    832:          be used on locking errors (related to bug #1231)
                    833: 
                    834:        * src/main/pa_os.C: GetLastError used as errno is not set (related
                    835:          to bug #1231)
                    836: 
                    837:        * src/main/pa_os.C: under windows _locking replaced with LockFileEx
                    838:          allowing shared lock to work (fixes bug #1231)
                    839: 
                    840:        * INSTALL: actualized, minor fixes
                    841: 
                    842:        * etc/auto.p.in: default LIMITS added
                    843: 
                    844:        * AUTHORS: links actualized
                    845: 
                    846:        * src/: classes/array.C, classes/bool.C, classes/classes.C,
                    847:          classes/classes.awk, classes/classes.h, classes/curl.C,
                    848:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                    849:          classes/hash.C, classes/hashfile.C, classes/image.C,
                    850:          classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
                    851:          classes/math.C, classes/memcached.C, classes/memory.C,
                    852:          classes/op.C, classes/reflection.C, classes/regex.C,
                    853:          classes/response.C, classes/string.C, classes/table.C,
                    854:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    855:          include/pa_array.h, include/pa_base64.h,
                    856:          include/pa_cache_managers.h, include/pa_charset.h,
                    857:          include/pa_charsets.h, include/pa_common.h,
                    858:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    859:          include/pa_dictionary.h, include/pa_dir.h,
                    860:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    861:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    862:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    863:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    864:          include/pa_request_charsets.h, include/pa_request_info.h,
                    865:          include/pa_sapi.h, include/pa_socks.h,
                    866:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    867:          include/pa_stack.h, include/pa_string.h,
                    868:          include/pa_stylesheet_connection.h,
                    869:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    870:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    871:          include/pa_uue.h, include/pa_xml_exception.h,
                    872:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    873:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    874:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    875:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    876:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    877:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    878:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    879:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    880:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    881:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    882:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    883:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    884:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    885:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    886:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    887:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    888:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    889:          main/untaint.C, sql/pa_sql_driver.h,
                    890:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    891:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    892:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    893:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    894:          types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
                    895:          types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
                    896:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                    897:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                    898:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                    899:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                    900:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                    901:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                    902:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                    903:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                    904:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                    905:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                    906:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    907:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    908:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    909:          types/pa_vresponse.C, types/pa_vresponse.h,
                    910:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    911:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    912:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    913:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    914:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    915:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    916:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    917: 
1.203     moko      918: 2024-10-28  moko
                    919: 
1.204     moko      920:        * src/classes/array.C: avoid invalidate()
                    921: 
                    922:        * src/: classes/array.C, types/pa_varray.h: minor optimization for
                    923:          fused to survive in ^array::copy[$a] (related to feature #930)
                    924: 
                    925:        * src/types/pa_varray.h: minor optimization as last element is
                    926:          allways defined if present
                    927: 
1.203     moko      928:        * tests/: 435.html, results/435.processed: tests for
                    929:          ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
                    930:          for array added (related to feature #1253)
                    931: 
                    932:        * src/classes/array.C: typo fixed
                    933: 
                    934:        * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
                    935:          ^hash.set([-+]index)[value], and same for array added (implements
                    936:          feature #1253)
                    937: 
                    938:        * tests/results/: 246.processed, 298.processed, 342.processed,
                    939:          389.processed, 397.processed, 430.processed, 432.processed: tests
                    940:          results update after minor exceptions texts fixes
                    941: 
                    942: 2024-10-27  moko
                    943: 
                    944:        * src/: classes/array.C, classes/hash.C, classes/math.C,
                    945:          classes/reflection.C, classes/string.C, classes/table.C,
                    946:          main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
                    947:          types/pa_vmethod_frame.h: handy as_index() added, several
                    948:          exceptions texts fixed (related to feature #930)
                    949: 
                    950:        * src/: classes/array.C, types/pa_varray.h: non-working
                    951:          $array.fields removed, ^array.delete[index] supported (related to
                    952:          feature #930)
                    953: 
                    954:        * tests/: 431.html, results/431.processed: tests updated after
                    955:          ^a.delete[3] supported
                    956: 
                    957:        * tests/: 431.html, 434.html, results/434.processed: tests for last
                    958:          element used, push/pop, exceptions during arguments processing
                    959:          and used caching (related to feature #930)
                    960: 
                    961:        * src/: classes/array.C, types/pa_varray.h: change_used added for
                    962:          better used caching and now no issues if exception occures during
                    963:          append arguments processing (related to feature #930)
                    964: 
                    965:        * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
                    966:          ^array.pop[] added, last element is allways used (related to
                    967:          feature #930)
                    968: 
                    969: 2024-10-26  moko
                    970: 
                    971:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
                    972:          types/pa_varray.h: confirm_all_used added where possible (related
                    973:          to feature #930)
                    974: 
                    975:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    976:          small array optimizations (related to feature #930)
                    977: 
                    978:        * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
                    979: 
                    980:        * tests/: 431.html, results/431.processed: test for
                    981:          ^array.compact[undef] added
                    982: 
                    983:        * src/classes/array.C: ^array.compact[] now have optional 'undef'
                    984:          argument to also compact undefined elements (related to feature
                    985:          #930)
                    986: 
                    987: 2024-10-24  moko
                    988: 
                    989:        * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
                    990:          VArray::hash is used rarery, no longer caching the result
                    991: 
                    992:        * tests/results/432.processed: testing removed from tests
                    993: 
                    994: 2024-10-23  moko
                    995: 
                    996:        * tests/: 431.html, results/431.processed: ^array.compact[] test
                    997:          added
                    998: 
                    999:        * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
                   1000: 
                   1001:        * tests/: 432.html, results/432.processed: testing ^array.at[] for
                   1002:          both "solid" and "sparse" arrays
                   1003: 
                   1004:        * src/classes/array.C: ^array.at[] speedup for "solid" arrays
                   1005: 
                   1006: 2024-10-22  moko
                   1007: 
                   1008:        * tests/results/264.processed: spelling
                   1009: 
                   1010:        * src/classes/file.C: spelling
                   1011: 
                   1012:        * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
                   1013:          tests updated after ^file::exec[cmd;;$array] implemented and
                   1014:          empty arguments not skipped (related to feature #1252)
                   1015: 
                   1016:        * src/classes/file.C: ^file::exec[cmd;;$array] supported
                   1017:          (implements feature #1252) bugfix: empty arguments no longer
                   1018:          skipped
                   1019: 
1.205     moko     1020: 2024-10-21  moko
                   1021: 
                   1022:        * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
                   1023:          007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
                   1024:          014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
                   1025:          021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
                   1026:          028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
                   1027:          site/index.html, site/test.txt: httpd tests added
                   1028: 
1.202     moko     1029: 2024-10-20  moko
                   1030: 
                   1031:        * src/classes/string.C: warnings war
                   1032: 
                   1033:        * src/: main/pa_string.C, classes/array.C: warnings war
                   1034: 
                   1035:        * src/classes/json.C: warnings war
                   1036: 
                   1037:        * src/classes/image.C: warnings war
                   1038: 
                   1039:        * src/: classes/table.C, types/pa_varray.C: warnings war
                   1040: 
                   1041:        * src/classes/array.C: warning war
                   1042: 
                   1043:        * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
                   1044: 
                   1045:        * src/main/main.vcproj: warnings war
                   1046: 
                   1047: 2024-10-19  moko
                   1048: 
                   1049:        * tests/427.html: test updated after constructors renamed
                   1050: 
                   1051: 2024-10-18  moko
                   1052: 
                   1053:        * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
                   1054:          results/421.processed, results/430.processed,
                   1055:          results/431.processed: test updated after constructors renamed
                   1056: 
                   1057:        * src/classes/array.C: create -> copy, new -> create according to
                   1058:          https://www.parser.ru/forum/?id=86603 discussion (related to
                   1059:          feature #930)
                   1060: 
                   1061: 2024-10-16  moko
                   1062: 
                   1063:        * src/classes/json.C: $json:array[array or hash] added to provide
                   1064:          more backward compatibility (implements feature #1251)
                   1065: 
                   1066: 2024-10-15  moko
                   1067: 
                   1068:        * tests/: 421.html, results/421.processed: test results updated
                   1069:          after missing constuctor error check added and array is_index
                   1070:          check added
                   1071: 
                   1072:        * src/main/execute.C: absent constructor message fixed
                   1073: 
1.201     moko     1074: 2024-10-13  moko
                   1075: 
                   1076:        * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
                   1077:          with is_index() before calling index() for better error reporting
                   1078:          in method name typo (was invalid number, not method not found
                   1079:          exception).
                   1080: 
                   1081: 2024-10-08  moko
                   1082: 
                   1083:        * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
                   1084: 
                   1085:        * src/include/pa_array.h: warnings war
                   1086: 
1.200     moko     1087: 2024-10-05  moko
                   1088: 
                   1089:        * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
                   1090:          returns current row cells array (implements feature #1250)
                   1091: 
                   1092:        * tests/: 405.html, results/169.processed, results/405.processed:
                   1093:          tests updated after ^string.split[;a] implemented (related to
                   1094:          feature #1249)
                   1095: 
                   1096:        * src/classes/string.C: ^string.split[] - 'a' option added for
                   1097:          splitting into an array (implements feature #1249)
                   1098: 
                   1099: 2024-10-04  moko
                   1100: 
                   1101:        * tests/: 431.html, results/431.processed: final code coverage
                   1102:          array tests
                   1103: 
                   1104:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                   1105:          array: confirm_all_used() added and used where possible, expand()
                   1106:          now expends faster
                   1107: 
                   1108: 2024-10-03  moko
                   1109: 
                   1110:        * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
                   1111: 
                   1112:        * tests/: 256.html, results/256.processed: test for
                   1113:          $.date[unix-timestamp] handling large dates
                   1114: 
                   1115:        * src/: classes/file.C, classes/op.C, classes/reflection.C,
                   1116:          classes/string.C, classes/table.C, include/pa_common.h,
                   1117:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   1118:          types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
                   1119:          format replaced with pa_uitoa where applicable,
                   1120:          $.date[unix-timestamp] fixed for handling large dates
                   1121: 
                   1122:        * tests/: 433.html, results/433.processed: more tests, including
                   1123:          test for possible endless recursion in ^o.GET[]
                   1124: 
                   1125:        * src/types/pa_vobject.C: bugfix: detecting possible endless
                   1126:          recursion in get_scalar_value inside ^o.GET[]
                   1127: 
                   1128:        * src/: classes/json.C, include/pa_request.h, main/execute.C,
                   1129:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
                   1130:          Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
                   1131:          $LIMITS.max_recursion
                   1132: 
                   1133: 2024-10-02  moko
                   1134: 
                   1135:        * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
                   1136:          results/253.processed, results/287.processed,
                   1137:          results/430.processed, results/433.processed: more tests for full
                   1138:          array and json code coverage
                   1139: 
                   1140:        * tests/: 433.html, results/433.processed: tests for hash functions
                   1141:          with array param
                   1142: 
                   1143:        * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
                   1144: 
                   1145:        * tests/: 432.html, results/432.processed: modified ^hash.at tests
                   1146:          in 246.html used to test ^array.at, same result produced
                   1147: 
                   1148:        * tests/: 430.html, 431.html, results/430.processed,
                   1149:          results/431.processed: more array tests for 100% code coverage
                   1150:          (related to feature #930)
                   1151: 
                   1152:        * tests/: 427.html, 430.html, results/427.processed,
                   1153:          results/430.processed: first portion of array tests added
                   1154:          (related to feature #930)
                   1155: 
                   1156:        * src/classes/array.C: allow only whitespace string as argument for
                   1157:          add and join
                   1158: 
                   1159:        * src/classes/array.C: add behavour for array synced with hash
                   1160: 
                   1161: 2024-09-30  moko
                   1162: 
                   1163:        * tests/: 429-sql.html, results/429-sql.processed: code coverage
                   1164:          tests added
                   1165: 
                   1166:        * src/classes/array.C: $.distinct should not be used unless
                   1167:          $.sparse(true)
                   1168: 
                   1169:        * tests/: 429-sql.html, results/388-sql.processed,
                   1170:          results/429-sql.processed: tests for ^array::sql{}, including
                   1171:          multi_statements mode (related to feature #930)
                   1172: 
1.199     moko     1173: 2024-09-29  moko
                   1174: 
                   1175:        * src/classes/array.C: synced ^array::sql multi_statements logic
                   1176:          with ^hash::sql new behavour
                   1177: 
                   1178: 2024-09-28  moko
                   1179: 
                   1180:        * tests/: 428-sql.html, results/388-sql.processed,
                   1181:          results/428-sql.processed: tests updated after column names were
                   1182:          fixed in multi_statements mode (related to feature #1197)
                   1183: 
                   1184:        * src/classes/hash.C: column names are fixed for most cases in
                   1185:          multi_statements mode (related to feature #1197)
                   1186: 
                   1187:        * tests/: 428-sql.html, results/195.processed,
                   1188:          results/224.processed, results/239.processed,
                   1189:          results/254.processed, results/261.processed,
                   1190:          results/306.processed, results/333.processed,
                   1191:          results/341.processed, results/343.processed,
                   1192:          results/344.processed, results/348.processed,
                   1193:          results/364.processed, results/389.processed,
                   1194:          results/390.processed, results/415.processed,
                   1195:          results/420.processed, results/421.processed: tests results
                   1196:          updated after error messages spelling minor fixes
                   1197: 
                   1198:        * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
                   1199:          spelling
                   1200: 
                   1201:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   1202:          classes/image.C, classes/math.C, classes/string.C,
                   1203:          classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
                   1204:          main/execute.C, main/pa_charset.C, main/pa_common.C,
                   1205:          main/pa_http.C, main/pa_request.C, main/pa_socks.C,
                   1206:          main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
                   1207:          types/pa_vmail.C, types/pa_vobject.C,
                   1208:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1209:          types/pa_vxdoc.C: minor error messages spelling fixes
                   1210: 
                   1211:        * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
                   1212:          implementation (related to feature #930)
                   1213: 
                   1214:        * tests/: 388-sql.html, results/388-sql.processed: test results
                   1215:          updated after rows number ^file::sql{} check added
                   1216: 
                   1217:        * src/classes/file.C: rows number now checked in ^file::sql{}
                   1218: 
                   1219:        * tests/: 428-sql.html, results/428-sql.processed: more tests
                   1220: 
                   1221:        * tests/: 428-sql.html, results/428-sql.processed: more
                   1222:          multi_statements testing before bugfix
                   1223: 
                   1224:        * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
                   1225:          results/428-sql.processed: support for multiple sql test files
                   1226:          added
                   1227: 
                   1228:        * tests/: 388-sql.html, results/388-sql.processed: more sql testing
                   1229: 
                   1230:        * src/classes/hash.C: more accurate one_bool_column processing
                   1231: 
                   1232:        * tests/: 427.html, results/427.processed: Constructors as methods
                   1233:          behavour documented in test
                   1234: 
                   1235:        * src/classes/hash.C: HashStringValue::Iterator used for options
                   1236: 
                   1237:        * tests/: 388-sql.html, results/388-sql.processed: even more tests
                   1238: 
                   1239:        * tests/: 388-sql.html, results/388-sql.processed: a bit more
                   1240:          testing
                   1241: 
                   1242:        * tests/results/367-curl.processed: test result updated after
                   1243:          server charset changed
                   1244: 
                   1245:        * tests/results/347-curl.processed: error messages updated
                   1246: 
                   1247:        * tests/results/: 346-curl.processed, 379-curl.processed,
                   1248:          394-curl.processed: tests results updated after Type -> Exception
                   1249:          type replacement
                   1250: 
                   1251:        * tests/results/388-sql.processed: tests result updated after Type
                   1252:          -> Exception type
                   1253: 
                   1254: 2024-09-27  moko
                   1255: 
                   1256:        * src/classes/hash.C: minor simplification
                   1257: 
                   1258: 2024-09-24  moko
                   1259: 
                   1260:        * src/main/pa_string.C: atoui error messages improved
                   1261: 
                   1262:        * tests/: 165.html, 312.html, results/165.processed,
                   1263:          results/312.processed, results/379.processed: tests updated after
                   1264:          default endless loop limit increased, atoi error messages
                   1265:          improved
                   1266: 
                   1267:        * src/classes/hash.C: VBool::get used, unification
                   1268: 
1.198     moko     1269: 2024-09-22  moko
                   1270: 
                   1271:        * src/classes/array.C: minor simplification
                   1272: 
                   1273:        * src/classes/array.C: ^array.left(N),
                   1274:          ^array.right(N),^array.mid(P;N) added (related to feature #930)
                   1275: 
                   1276:        * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
                   1277:          types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
                   1278:          added, default 1000000 (related to feature #930)
                   1279: 
                   1280:        * tests/: 426.html, results/426.processed: test for negative limit
                   1281:          and offset processing for table options added
                   1282: 
                   1283:        * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
                   1284:          bugfix: negative limit and offset processing for table options
                   1285:          fixed
                   1286: 
                   1287: 2024-09-21  moko
                   1288: 
                   1289:        * src/: classes/array.C, types/pa_varray.h: join supports hash;
                   1290:          ^for added that also iterates holes; ^remove added (related to
                   1291:          feature #930)
                   1292: 
                   1293:        * src/classes/array.C: ^array.join[$another_array; $.limit(N)
                   1294:          $.offset(M) ] added (related to feature #930)
                   1295: 
                   1296: 2024-09-20  moko
                   1297: 
                   1298:        * src/: classes/array.C, types/pa_varray.h: array:
                   1299:          +foreach[value]{code}, + add[hash with numeric keys] (related to
                   1300:          feature #930)
                   1301: 
                   1302: 2024-09-19  moko
                   1303: 
                   1304:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
                   1305:          main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
                   1306:          support $a[v1;v2;...] syntax (related to feature #930)
                   1307: 
                   1308: 2024-09-17  moko
                   1309: 
                   1310:        * src/: classes/reflection.C, include/pa_request.h,
                   1311:          main/compile_tools.h, main/pa_request.C:
                   1312:          ^reflection:class_alias[existing class name;alias class name]
                   1313:          added. The array class can now be redefined regardless of the
                   1314:          $.replace(bool) option value (related to feature #930)
                   1315: 
                   1316:        * src/main/: compile.y, compile_tools.h: class_add return value
                   1317:          inverted to add it to request class
                   1318: 
                   1319:        * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
                   1320:          include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
                   1321:          types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
                   1322:          resize if required. spared array - added fused, append.
                   1323: 
1.197     moko     1324: 2024-09-16  moko
                   1325: 
                   1326:        * src/types/pa_varray.h: get moved to where it belongs
                   1327: 
                   1328: 2024-09-15  moko
                   1329: 
                   1330:        * src/: include/pa_array.h, types/pa_varray.h: more agressive
                   1331:          expansion to minimize reallocs: fallocated/32 -> fallocated/4
                   1332: 
                   1333:        * tests/: 421.html, results/323.processed, results/421.processed:
                   1334:          tests updated after 'spared-array' class renamed to 'array'
                   1335:          following a discussion on the forum (related to feature #930)
                   1336: 
                   1337:        * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
                   1338:          types/pa_vmail.C: initial SparseArray separation from Array,
                   1339:          parser class now 'array'
                   1340: 
                   1341: 2024-09-14  moko
                   1342: 
                   1343:        * tests/: 030.html, results/030.processed: out of range expires
                   1344:          check added
                   1345: 
                   1346:        * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
                   1347:          checking expires time using VDate
                   1348: 
                   1349: 2024-09-13  moko
                   1350: 
                   1351:        * src/: classes/array.C, classes/curl.C, classes/date.C,
                   1352:          classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
                   1353:          classes/memcached.C, classes/op.C, classes/regex.C,
                   1354:          classes/string.C, classes/xdoc.C, classes/xnode.C,
                   1355:          main/execute.C, main/pa_http.C, main/pa_request.C,
                   1356:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   1357:          types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
                   1358:          types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
                   1359:          types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
                   1360:          removed as dynamic_cast is faster, Value::is() is still required
                   1361:          for is operator.
                   1362: 
                   1363: 2024-09-12  moko
                   1364: 
                   1365:        * src/: classes/file.C, classes/image.C, classes/reflection.C,
                   1366:          classes/table.C, classes/xnode.C, include/pa_array.h,
                   1367:          include/pa_string.h, main/pa_common.C, main/pa_request.C,
                   1368:          main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
                   1369:          types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
                   1370:          templated pa_itoa/pa_uitoa added to work with any integer type,
                   1371:          String::Body::Format removed
                   1372: 
                   1373: 2024-09-10  moko
                   1374: 
                   1375:        * src/classes/array.C: append and insert methods added to
                   1376:          sparse-array (related to feature #930)
                   1377: 
                   1378:        * tests/: 253.html, 255.html, 421.html, results/421.processed:
                   1379:          tests updated after sparse-array was added to avoid ^json:parse[]
                   1380:          using it in old tests (related to feature #930)
                   1381: 
                   1382:        * src/: classes/array.C, classes/json.C, types/pa_varray.C,
                   1383:          types/pa_varray.h: sparse-array class added (initial feature #930
                   1384:          implementation)
                   1385: 
                   1386:        * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
                   1387:          for sparse-array class files (related to feature #930)
                   1388: 
                   1389:        * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
                   1390:          types/pa_vhash.h: VArray support functions without actual VArray
                   1391:          files (related to feature #930)
                   1392: 
1.196     moko     1393: 2024-09-07  moko
                   1394: 
                   1395:        * src/: classes/curl.C, classes/string.C, classes/table.C,
                   1396:          include/pa_array.h, main/execute.C, main/pa_dictionary.C,
                   1397:          main/pa_http.C, main/pa_sql_driver_manager.C,
                   1398:          main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
                   1399:          types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
                   1400:          types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
                   1401:          with Hash::Iterator, has_next() replaced with operator bool
                   1402:          (related to feature #930)
                   1403: 
                   1404:        * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
                   1405:          main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
                   1406:          types/pa_vstateless_class.C: Array class extended,
                   1407:          Array::Iterator added and used (related to feature #930)
                   1408: 
1.195     moko     1409: 2024-08-26  moko
                   1410: 
                   1411:        * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
                   1412:          should be used on argv[0] as well to match document root.
                   1413: 
1.194     moko     1414: 2024-08-25  moko
                   1415: 
                   1416:        * src/main/pa_request.C: be more specific
                   1417: 
                   1418:        * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
                   1419:          to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
                   1420:          (fixes bug #1244)
                   1421: 
                   1422:        * src/targets/cgi/parser3.C: avoid "parser allready configured"
                   1423:          exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
                   1424:          rsplit(..., '\\') is not correct when / and \ are mixed in path
                   1425: 
                   1426:        * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
                   1427: 
1.193     moko     1428: 2024-07-24  moko
                   1429: 
                   1430:        * src/: include/pa_config_includes.h, lib/gd/gifio.C,
                   1431:          main/execute.C, main/pa_string.C: Warning war: clang changed
                   1432:          -Wdeprecated-register warning to -Wregister, it's easier to
                   1433:          remove all register vars then continue this fight. :)
                   1434: 
                   1435:        * src/main/: compile.y, compile.tab.C: warning war: register
                   1436:          removed
                   1437: 
1.192     moko     1438: 2024-07-14  moko
                   1439: 
                   1440:        * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
                   1441:          checking the HTTP request environment; if the variable is not
                   1442:          present, checking the web server process environment (implements
                   1443:          feature #1242)
                   1444: 
1.191     moko     1445: 2024-05-26  moko
                   1446: 
                   1447:        * tests/: 195.html, 229.html, results/096.processed,
                   1448:          results/097.processed, results/158.processed,
                   1449:          results/186.processed, results/273.processed,
                   1450:          results/293.processed, results/317.processed,
                   1451:          results/389.processed, results/402.processed: tests updated as
                   1452:          single quote now escaped with &apos; in HTML tainting mode
                   1453:          (related to feature #1241)
                   1454: 
                   1455:        * src/main/untaint.C: single quote now escaped with &apos; in HTML
                   1456:          tainting mode (implements feature #1241)
                   1457: 
                   1458:        * tests/results/: 020.processed, 021.processed, 026.processed,
                   1459:          042.processed, 043.processed, 057.processed, 110.processed,
                   1460:          115.processed, 116.processed, 117.processed, 118.processed,
                   1461:          119.processed, 120.processed, 125.processed, 126.processed,
                   1462:          128.processed, 130.processed, 131.processed, 132.processed,
                   1463:          133.processed, 135.processed, 136.processed, 138.processed,
                   1464:          139.processed, 140.processed, 145.processed, 150.processed,
                   1465:          151.processed, 165.processed, 174.processed, 181.processed,
                   1466:          182.processed, 192.processed, 193.processed, 201.processed,
                   1467:          213.processed, 224.processed, 226.processed, 230.processed,
                   1468:          239.processed, 240.processed, 244.processed, 253.processed,
                   1469:          254.processed, 261.processed, 264.processed, 269.processed,
                   1470:          274.processed, 275.processed, 288.processed, 294.processed,
                   1471:          296.processed, 303.processed, 306.processed, 307.processed,
                   1472:          308.processed, 311.processed, 312.processed, 314.processed,
                   1473:          315.processed, 316.processed, 320.processed, 323.processed,
                   1474:          324.processed, 325.processed, 328.processed, 330.processed,
                   1475:          332.processed, 333.processed, 337.processed, 338.processed,
                   1476:          341.processed, 342.processed, 343.processed, 344.processed,
                   1477:          345.processed, 348.processed, 352.processed, 356.processed,
                   1478:          357.processed, 363.processed, 364.processed, 368.processed,
                   1479:          372.processed, 373.processed, 376.processed, 378.processed,
                   1480:          379.processed, 385.processed, 386.processed, 387.processed,
                   1481:          389.processed, 390.processed, 395.processed, 397.processed,
                   1482:          398.processed, 399.processed, 404.processed, 406.processed,
                   1483:          413.processed, 414.processed, 420.processed, 421.processed,
                   1484:          424.processed, auto.p: Type -> Exception type for readability
                   1485: 
                   1486:        * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
                   1487:          217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
                   1488:          results/119.processed, results/165.processed,
                   1489:          results/175.processed, results/192.processed,
                   1490:          results/213.processed, results/217.processed,
                   1491:          results/230.processed, results/240.processed,
                   1492:          results/298.processed, results/380.processed,
                   1493:          results/415.processed: try-catch, try-catch-comment used
                   1494: 
                   1495: 2024-05-21  moko
                   1496: 
                   1497:        * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
                   1498:          results/180.processed, results/195.processed,
                   1499:          results/224.processed, results/auto.p: @try-catch-comment added
                   1500:          and used
                   1501: 
                   1502:        * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
                   1503:          415.html, results/269.processed, results/283.processed,
                   1504:          results/auto.p: more tests are updated to prepare for apostrophe
                   1505:          escaping in HTML tainting
                   1506: 
                   1507:        * tests/results/: 181.processed, 294.processed, 296.processed,
                   1508:          315.processed, 379.processed, 389.processed, auto.p:
                   1509:          $exception.comment printed as-is for whitespace reporting and to
                   1510:          prepare for apostrophe escaping in HTML mode
                   1511: 
1.190     moko     1512: 2024-05-11  moko
                   1513: 
                   1514:        * tests/: 099.html, 100.html, results/099.processed,
                   1515:          results/100.processed: a test for non-UTF-8 filename* added
                   1516:          (related to feature #1240)
                   1517: 
                   1518:        * tests/: 293.html, results/293.processed: tainting modes tests
                   1519:          added
                   1520: 
                   1521:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1522:          309.processed, 310.processed, 419.processed: tests results
                   1523:          updated after filename* added (related to feature #1240)
                   1524: 
                   1525:        * src/: include/pa_common.h, main/pa_request.C: The filename*
                   1526:          parameter was added to the Content-Disposition header to conform
                   1527:          with RFC 6266, with code provided by Sumo (implements feature
                   1528:          #1240)
                   1529: 
                   1530: 2024-05-10  moko
                   1531: 
                   1532:        * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
                   1533:          positive performance effect in our case
                   1534: 
1.189     moko     1535: 2024-03-27  moko
                   1536: 
                   1537:        * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
                   1538:          (related to feature #1236)
                   1539: 
                   1540: 2024-03-15  moko
                   1541: 
                   1542:        * tests/: 413.html, results/413.processed: test for object still
                   1543:          can be used as file parameter (related to bug #1218)
                   1544: 
                   1545:        * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
                   1546:          still can be used in file context (fixes bug #1218)
                   1547: 
                   1548: 2024-03-14  moko
                   1549: 
                   1550:        * src/include/pa_string.h: ArrayString get() null result assert
                   1551:          also added (related to bug #1238)
                   1552: 
                   1553:        * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
                   1554:          VString::empty() used instead of new VString()
                   1555: 
                   1556: 2024-03-12  moko
                   1557: 
                   1558:        * tests/: 379-curl.html, 379.html, results/379-curl.processed,
                   1559:          results/379.processed: test added for cookie without value
                   1560:          (related to bug #1238)
                   1561: 
                   1562:        * src/include/pa_string.h: In assertions enabled mode, ArrayString
                   1563:          values are now required to be non-null (related to bug #1238)
                   1564: 
                   1565:        * src/main/pa_http.C: cookies without value are now parsed
                   1566:          correctly (fixed bug #1238)
                   1567: 
                   1568: 2024-03-11  moko
                   1569: 
                   1570:        * tests/run_parser.sh: for better error reporting
                   1571: 
1.188     moko     1572: 2023-12-30  moko
                   1573: 
                   1574:        * tests/: 038.html, results/038.processed: test for atan2 added
                   1575: 
                   1576: 2023-12-29  moko
                   1577: 
                   1578:        * src/classes/math.C: atan2(y,x) math function added
                   1579: 
1.187     moko     1580: 2023-12-14  moko
                   1581: 
                   1582:        * tests/212.html: pcre2 compatibility (related to feature #1236)
                   1583: 
                   1584:        * tests/: 425.html, results/425.processed: test for pcre/pcre2
                   1585:          exceptions and behavour added (related to feature #1236)
                   1586: 
                   1587: 2023-12-13  moko
                   1588: 
                   1589:        * buildall: by default parser is now bundled with pcre2 10.42,
                   1590:          --without-pcre2 option added to build with pcre-8.45 (related to
                   1591:          feature #1236)
                   1592: 
                   1593: 2023-12-12  moko
                   1594: 
                   1595:        * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
                   1596:          support added (implements feature #1236)
                   1597: 
                   1598:        * src/: include/pa_charset.h, include/pa_config_includes.h,
                   1599:          lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
                   1600:          main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
                   1601:          types/pa_vregex.h: Adopted patch from Yavor Doganov
                   1602:          <yavor@gnu.org> to add pcre2 library support (implements feature
                   1603:          #1236)
                   1604: 
1.186     moko     1605: 2023-11-28  moko
                   1606: 
                   1607:        * src/include/pa_config_includes.h: warnings war continues
                   1608: 
                   1609:        * src/include/pa_config_includes.h: warning war
                   1610: 
                   1611:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
                   1612:          number strings, whitespace and sign in exception messages
                   1613:          (related to bug #1234)
                   1614: 
1.185     moko     1615: 2023-11-26  moko
                   1616: 
                   1617:        * tests/: 274.html, results/224.processed, results/274.processed:
                   1618:          tests for date double, int, bool added (related to feature #1235)
                   1619: 
                   1620:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                   1621:          added for date class (implements feature #1235)
                   1622: 
                   1623: 2023-11-23  moko
                   1624: 
                   1625:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                   1626:          and '-' strings are no longer can be treated as number 0,
                   1627:          exception thrown (fixes bug #1234)
                   1628: 
1.184     moko     1629: 2023-11-18  moko
                   1630: 
                   1631:        * src/include/pa_types.h: minor
                   1632: 
                   1633:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                   1634: 
                   1635:        * tests/: 389.html, results/389.processed: error messages for some
                   1636:          OS differs a bit, reducing failing tests for them
                   1637: 
                   1638: 2023-11-17  moko
                   1639: 
                   1640:        * tests/: 423.html, results/423.processed: test for optional
                   1641:          @auto[] inheritance added (related to feature #1233)
                   1642: 
                   1643:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1644:          types/pa_vstateless_class.C: optional @auto[] inheritance
                   1645:          implemented if defined with two args (path, class name)
                   1646:          (implements feature #1233)
                   1647: 
                   1648:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   1649:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                   1650:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                   1651:          sync double->int overflow behavour under different architectures
                   1652:          (fixes bug #1232)
                   1653: 
                   1654:        * tests/: 422.html, results/422.processed: int clipping added
                   1655: 
                   1656: 2023-11-16  moko
                   1657: 
                   1658:        * tests/: 422.html, results/422.processed: test for int and uint
                   1659:          overflow in ^n.format[d/u/x]
                   1660: 
                   1661:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                   1662:          Apple M1 when negative double converts to uint the result is 0)
                   1663:          and crc32 should be 32 bits
                   1664: 
                   1665:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                   1666:          on Apple M1 it's 0
                   1667: 
                   1668:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                   1669:          Apple M1 when negative double converts to uint the result is 0)
                   1670:          and crc32 should be 32 bits
                   1671: 
1.183     moko     1672: 2023-10-07  moko
                   1673: 
                   1674:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                   1675:          behavour with other OP_NUM_*, related to bug #1230
                   1676: 
                   1677: 2023-10-06  moko
                   1678: 
                   1679:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                   1680: 
                   1681:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                   1682:          be converted to double to avoid 80 bit operations in x87 mode
                   1683:          (fixes bug #1230)
                   1684: 
                   1685: 2023-10-05  moko
                   1686: 
                   1687:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                   1688:          compatibility
                   1689: 
                   1690:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                   1691: 
                   1692:        * tests/: 421.html, results/421.processed: test to cover all
                   1693:          classes and objects nonexistent method and field exceptions
                   1694:          (related to feature #1080 and #1227)
                   1695: 
                   1696:        * tests/results/: 182.processed, 324.processed: undefined method ->
                   1697:          <type> method not found exception (related to feature #1080)
                   1698: 
                   1699:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                   1700:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                   1701:          "element can not be fetched from" for them, "field not found" for
                   1702:          all other types (related to bug #1227)
                   1703: 
                   1704: 2023-10-03  moko
                   1705: 
                   1706:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                   1707:          <type> method not found" exception now thrown for static calls
                   1708:          instead of "undefined method" without class name (related to
                   1709:          feature #1080)
                   1710: 
                   1711: 2023-10-02  moko
                   1712: 
                   1713:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                   1714:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                   1715:          <method name>, Comment: <type> method not found" exception now
                   1716:          thrown for all dynamic objects instead of "undefined method"
                   1717:          without class name (implements feature #1080)
                   1718: 
1.182     moko     1719: 2023-10-01  moko
                   1720: 
                   1721:        * src/classes/json.C: we don't have a dynamic json object.
                   1722: 
                   1723: 2023-09-28  moko
                   1724: 
                   1725:        * tests/: 420.html, results/261.processed, results/420.processed:
                   1726:          tests updated after bug #1228 fix reverted
                   1727: 
                   1728:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                   1729:          whitespace string is hash compatible, so we don't want $s.key to
                   1730:          return a junction
                   1731: 
                   1732:        * tests/: 261.html, 420.html, results/261.processed,
                   1733:          results/420.processed: test for bug #1227 added, test updated
                   1734:          after bug #1228 fixed
                   1735: 
                   1736:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                   1737:          now throws exception as $non-empty-string.field (fixes bug #1227)
                   1738: 
                   1739:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                   1740:          #1228)
                   1741: 
                   1742: 2023-09-26  moko
                   1743: 
                   1744:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                   1745:          src/classes/classes.C, src/classes/classes.awk,
                   1746:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                   1747:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   1748:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   1749:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                   1750:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                   1751:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                   1752:          src/classes/regex.C, src/classes/response.C,
                   1753:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   1754:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   1755:          src/include/pa_array.h, src/include/pa_base64.h,
                   1756:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   1757:          src/include/pa_charsets.h, src/include/pa_common.h,
                   1758:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   1759:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   1760:          src/include/pa_exception.h, src/include/pa_exec.h,
                   1761:          src/include/pa_globals.h, src/include/pa_hash.h,
                   1762:          src/include/pa_http.h, src/include/pa_memory.h,
                   1763:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   1764:          src/include/pa_os.h, src/include/pa_pool.h,
                   1765:          src/include/pa_random.h, src/include/pa_request.h,
                   1766:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   1767:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   1768:          src/include/pa_sql_connection.h,
                   1769:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   1770:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   1771:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                   1772:          src/include/pa_table.h, src/include/pa_threads.h,
                   1773:          src/include/pa_types.h, src/include/pa_uue.h,
                   1774:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                   1775:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                   1776:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                   1777:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                   1778:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                   1779:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                   1780:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                   1781:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                   1782:          src/main/compile.tab.C, src/main/compile.y,
                   1783:          src/main/compile_tools.C, src/main/compile_tools.h,
                   1784:          src/main/execute.C, src/main/pa_base64.C,
                   1785:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   1786:          src/main/pa_charsets.C, src/main/pa_common.C,
                   1787:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   1788:          src/main/pa_exception.C, src/main/pa_exec.C,
                   1789:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                   1790:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                   1791:          src/main/pa_request.C, src/main/pa_socks.C,
                   1792:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   1793:          src/main/pa_stylesheet_connection.C,
                   1794:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                   1795:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                   1796:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                   1797:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                   1798:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                   1799:          src/targets/apache/mod_parser3_core.C,
                   1800:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                   1801:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                   1802:          src/types/pa_method.h, src/types/pa_property.h,
                   1803:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1804:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                   1805:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   1806:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   1807:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                   1808:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1809:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                   1810:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                   1811:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   1812:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   1813:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   1814:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                   1815:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                   1816:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   1817:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                   1818:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                   1819:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   1820:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                   1821:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                   1822:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   1823:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   1824:          src/types/pa_vstateless_class.h,
                   1825:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   1826:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   1827:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1828:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                   1829:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   1830:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   1831:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   1832:          src/types/pa_wwrapper.h: copyright, authors actualized
                   1833: 
1.181     moko     1834: 2023-08-20  moko
                   1835: 
                   1836:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                   1837:          commited (related to feature #1219)
                   1838: 
                   1839: 2023-08-16  moko
                   1840: 
                   1841:        * src/main/pa_random.C: replaced clock precision with monotonicity
                   1842:          counter, good for Windows version with low clock frequency
                   1843:          (related to feature #1229)
                   1844: 
                   1845: 2023-08-15  moko
                   1846: 
                   1847:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                   1848:          fixes related to feature #1229
                   1849: 
                   1850:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                   1851:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                   1852:          (implements feature #1229)
                   1853: 
1.180     moko     1854: 2023-08-02  moko
                   1855: 
                   1856:        * tests/: results/417.processed, 417.html: test for empty string
                   1857:          match after last char added (related to bug #1224)
                   1858: 
                   1859:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                   1860:          length match (related to bug #1224)
                   1861: 
1.179     moko     1862: 2022-11-22  moko
                   1863: 
                   1864:        * tests/: 419.html, results/419.processed: test for L_URI and path
                   1865:          removeal from filename added (related to bug #1204)
                   1866: 
                   1867:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                   1868:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                   1869:          attribute value, L_URI should be used
                   1870: 
1.178     moko     1871: 2022-09-21  moko
                   1872: 
                   1873:        * src/targets/cgi/parser3.C: more clear error messages
                   1874: 
                   1875:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                   1876:          SAPI_Info will return 0 in read_post and post_size !=
                   1877:          content_length will be thrown
                   1878: 
1.177     moko     1879: 2022-08-23  moko
                   1880: 
                   1881:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                   1882:          header value
                   1883: 
                   1884: 2022-08-22  moko
                   1885: 
                   1886:        * tests/: 418.html, results/418.processed: test for
                   1887:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                   1888:          to #1225)
                   1889: 
                   1890:        * src/classes/hash.C: keep old behavoir by default
                   1891: 
                   1892:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                   1893:          $.order[self|arg] ] added (implements #1215)
                   1894: 
1.176     moko     1895: 2022-03-21  moko
                   1896: 
                   1897:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                   1898:          xmlInitCharEncodingHandlers is called in libxml static
                   1899:          initializers before gc_substitute_memory_management_functions in
                   1900:          pa_globals and thus gc may not see reference to our
                   1901:          xmlCharEncodingHandler and free it.
                   1902: 
1.175     moko     1903: 2022-01-26  moko
                   1904: 
                   1905:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                   1906: 
1.174     moko     1907: 2021-12-28  moko
                   1908: 
                   1909:        * tests/: 417.html, results/417.processed: test for empty string
                   1910:          match added (related to bug #1224)
                   1911: 
                   1912:        * src/main/pa_string.C: empty string match now works (fixes bug
                   1913:          #1224)
                   1914: 
1.173     moko     1915: 2021-12-24  moko
                   1916: 
                   1917:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                   1918: 
                   1919: 2021-12-23  moko
                   1920: 
                   1921:        * src/: classes/table.C, main/pa_request.C: warnings war
                   1922: 
                   1923:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   1924:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                   1925: 
                   1926: 2021-12-21  moko
                   1927: 
                   1928:        * tests/: 416.html, results/416.processed: test for ^break[] in
                   1929:          ^hash/table.select[] (related to feature #1222)
                   1930: 
                   1931:        * src/classes/: hash.C, table.C: ^break[] support for
                   1932:          ^hash/table.select[] (implements feature #1222)
                   1933: 
1.172     moko     1934: 2021-11-30  moko
                   1935: 
                   1936:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                   1937:          0.5 sec
                   1938: 
1.171     moko     1939: 2021-11-10  moko
                   1940: 
                   1941:        * tests/results/415.processed: more syntax errors tests added
                   1942: 
                   1943:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                   1944:          28.p: minor syntax error tests
                   1945: 
                   1946:        * src/main/pa_exception.C: pa_strdup added for compatibility
                   1947: 
                   1948:        * src/classes/curl.C: hint to call ^curl:options[
                   1949:          $.library[correct.libcurl.so.name] ] added if default load fails.
                   1950: 
                   1951: 2021-11-09  moko
                   1952: 
                   1953:        * src/main/compile.y: error message can be on stack
                   1954: 
                   1955:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                   1956: 
                   1957:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                   1958:          this case then strncpy
                   1959: 
                   1960:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                   1961:          instead of strcpy where possible
                   1962: 
                   1963:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                   1964:          used to avoid MAX_STRING limit in Exception comment
                   1965: 
                   1966:        * tests/results/415.processed: compiler exceptions are no longer
                   1967:          limited to MAX_STRING
                   1968: 
                   1969:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                   1970:          char * instead of fixed buffer
                   1971: 
                   1972:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                   1973:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                   1974:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                   1975:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                   1976:          results/415.processed: tests for parser.compile exceptions added
                   1977: 
                   1978: 2021-11-08  moko
                   1979: 
                   1980:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                   1981:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                   1982:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1983:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                   1984:          drawbacks
                   1985: 
1.170     moko     1986: 2021-11-06  moko
                   1987: 
                   1988:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                   1989:          (implements feature #1219)
                   1990: 
                   1991:        * tests/: 414.html, results/414.processed: test for
                   1992:          ^hash.rename[from;to] added (related to feature #1144)
                   1993: 
                   1994: 2021-11-05  moko
                   1995: 
                   1996:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                   1997:          (related to feature #1144)
                   1998: 
                   1999: 2021-11-04  moko
                   2000: 
                   2001:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                   2002:          added (implements feature #1144)
                   2003: 
1.169     moko     2004: 2021-10-19  moko
                   2005: 
                   2006:        * tests/: 413.html, results/413.processed: test for hash no longer
                   2007:          is accepted as file parameter (related to bug #1218)
                   2008: 
                   2009:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   2010:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                   2011:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                   2012:          longer is accepted as file parameter (fixes bug #1218)
                   2013: 
1.168     moko     2014: 2021-07-19  moko
                   2015: 
                   2016:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                   2017:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                   2018: 
1.167     moko     2019: 2021-04-16  moko
                   2020: 
                   2021:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                   2022:          processing it leads to assertions.
                   2023: 
1.166     moko     2024: 2021-03-25  moko
                   2025: 
                   2026:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                   2027:          #1213
                   2028: 
1.165     moko     2029: 2021-02-12  moko
                   2030: 
                   2031:        * tests/: 360.html, results/360.processed, results/363.processed:
                   2032:          parser method call in expression mode no longer differs from call
                   2033:          in string mode (related to feature #1211)
                   2034: 
                   2035: 2021-02-11  moko
                   2036: 
                   2037:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                   2038:          fixed (bug #1212)
                   2039: 
                   2040:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                   2041:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                   2042:          strings in both calls (implements feature #1211)
                   2043: 
1.164     moko     2044: 2021-01-28  moko
                   2045: 
                   2046:        * buildall, etc/auto.p.in: to remove last patch in debian package
                   2047: 
                   2048:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                   2049:          3.4.7b
                   2050: 
1.162     moko     2051: 2021-01-21  moko
                   2052: 
                   2053:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                   2054:          is MULTITHREADED
                   2055: 
1.157     moko     2056: 2021-01-20  moko
                   2057: 
1.161     moko     2058:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                   2059:          'a2enmod mpm_prefork'
                   2060: 
1.160     moko     2061:        * src/targets/apache/mod_parser3.c: prefork name is now
                   2062:          'libapache2-mpm-itk'
                   2063: 
                   2064:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                   2065:          removed
                   2066: 
1.159     moko     2067:        * src/targets/isapi/Makefile.am: -pa_threads.C
                   2068: 
1.158     moko     2069:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                   2070:          3.4.6
                   2071: 
1.157     moko     2072:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                   2073: 
                   2074:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                   2075:          /httpd.p
                   2076: 
                   2077:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                   2078:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                   2079:          #1203)
                   2080: 
                   2081: 2021-01-19  moko
                   2082: 
                   2083:        * buildall: --disable-parallel-mark added to avoid "number of
                   2084:          processors" threads creation for heap marking as it conflicts
                   2085:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                   2086:          limits threads)
                   2087: 
1.156     moko     2088: 2021-01-16  moko
                   2089: 
                   2090:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                   2091:          main/pa_globals.C, main/pa_memory.C,
                   2092:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                   2093:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                   2094:          feature #1209)
                   2095: 
                   2096: 2021-01-15  moko
                   2097: 
                   2098:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                   2099:          3.4.6rc
                   2100: 
                   2101:        * src/classes/json.C: get_delim added for delimiter caching (10%
                   2102:          faster on large json)
                   2103: 
                   2104: 2021-01-14  moko
                   2105: 
1.211     moko     2106:        * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156     moko     2107: 
                   2108:        * tests/results/224.processed: test result modified after
                   2109:          today(shift) implemented
                   2110: 
                   2111:        * tests/: 407.html, results/407.processed: test for ^hash.select
                   2112:          option $.default(bool) added (related to feature #1172)
                   2113: 
                   2114:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                   2115:          (related to feature #1172)
                   2116: 
                   2117:        * tests/: 141.html, results/141.processed: test modified for
                   2118:          feature #1185.
                   2119: 
                   2120:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                   2121:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                   2122:          options $.lower(bool) (implements feature #1185)
                   2123: 
                   2124: 2021-01-11  moko
                   2125: 
                   2126:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                   2127:          #1192)
                   2128: 
                   2129:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                   2130:          added (related to feature #1192)
                   2131: 
1.155     moko     2132: 2021-01-05  moko
                   2133: 
                   2134:        * tests/: 270.html, results/270.processed: test modified to work
                   2135:          under Windows
                   2136: 
                   2137:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                   2138:          4 windows
                   2139: 
                   2140:        * tests/: 410.html, results/410.processed: test for
                   2141:          $CLASS-GETTER-PROTECTED(false) added
                   2142: 
                   2143: 2021-01-04  moko
                   2144: 
                   2145:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                   2146:          $MAIN:LOCALS(true) added
                   2147: 
1.154     moko     2148: 2021-01-03  moko
                   2149: 
                   2150:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                   2151:          types/pa_vclass.h, types/pa_vstateless_class.C,
                   2152:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                   2153:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                   2154:          #1207)
                   2155: 
                   2156: 2021-01-02  moko
                   2157: 
                   2158:        * etc/auto.p.in: minor
                   2159: 
                   2160:        * src/main/pa_request.C: sending headers only after opening file to
                   2161:          allow error reporting if file was not opened (foreign group,
                   2162:          etc).
                   2163: 
                   2164: 2020-12-31  moko
                   2165: 
                   2166:        * src/: include/pa_request.h, main/pa_request.C,
                   2167:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                   2168: 
                   2169:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   2170:          main/pa_request.C: get_class_ref added and used
                   2171: 
                   2172:        * etc/auto.p.in: @CLASS httpd added
                   2173: 
                   2174:        * etc/auto.p.in: @auto[] is now first
                   2175: 
                   2176: 2020-12-30  moko
                   2177: 
                   2178:        * tests/: 408.html, results/408.processed: test for bug #1166
                   2179:          (windows only) added
                   2180: 
                   2181:        * src/main/pa_common.C: create_dir_for_file should not create dir
                   2182:          for trailing / (fixes bug #1166)
                   2183: 
                   2184:        * tests/: 341.html, results/341.processed: tests for
                   2185:          ^nameless_table.hash[] added (related to feature #1138)
                   2186: 
                   2187:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                   2188:          (implements feature #1138), extra fields in named tables no
                   2189:          longer ignored (implements feature #1138)
                   2190: 
                   2191:        * tests/results/390.processed: updated after exception text change
                   2192: 
                   2193: 2020-12-29  moko
                   2194: 
                   2195:        * tests/: 407.html, results/407.processed: +$._default check
                   2196: 
                   2197:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                   2198: 
                   2199:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                   2200:          and ^hash.reverse[] added (releated to feature #1172)
                   2201: 
                   2202:        * src/classes/hash.C:
                   2203:          ^hash.select[key;value](bool-condition)[options hash] +
                   2204:          ^hash.reverse[] added (implements feature #1172)
                   2205: 
                   2206:        * src/types/pa_vtable.h: warning war
                   2207: 
                   2208:        * src/include/pa_config_fixed.h: win32 fix
                   2209: 
1.153     moko     2210: 2020-12-27  moko
                   2211: 
                   2212:        * tests/: 406.html, results/406.processed: test results updated
                   2213: 
                   2214:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                   2215:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                   2216:          spelling
                   2217: 
                   2218: 2020-12-26  moko
                   2219: 
                   2220:        * tests/: 406.html, results/406.processed: tests for
                   2221:          ^table.rename[] added (related to feature #1148)
                   2222: 
                   2223:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   2224:          ^table.rename[column name from;column name to], ^table.rename[
                   2225:          $.[column name from][column name to] ... ] added (implements
                   2226:          feature #1148)
                   2227: 
                   2228: 2020-12-25  moko
                   2229: 
                   2230:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                   2231:          request_info now on stack to avoid yet another THREAD_LOCAL
                   2232:          memory deallocation issue (now with cookies), explained in #1203
                   2233: 
                   2234:        * src/types/pa_vcookie.C: fields should be inited
                   2235: 
                   2236: 2020-12-24  moko
                   2237: 
                   2238:        * src/include/pa_stylesheet_connection.h: looks like
                   2239:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                   2240:          sure libxml bug, but we have GC anyway, so we just remove this
                   2241:          call and see...
                   2242: 
                   2243:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                   2244:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                   2245:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                   2246:          abort.c:65:8     frame #3: 0x00000000004da663
                   2247:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                   2248:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                   2249:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                   2250:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                   2251:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                   2252:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                   2253:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                   2254:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                   2255:           frame #8: 0x000000000050d35c
                   2256:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                   2257:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                   2258:           frame #10: 0x00000000004436e5
                   2259:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                   2260:          [inlined]
                   2261:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                   2262:          pa_stylesheet_connection.h:62:3
                   2263: 
                   2264: 2020-12-23  moko
                   2265: 
                   2266:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                   2267: 
                   2268:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                   2269:          ^image::measure[; $.video(true) ] added
                   2270: 
                   2271:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                   2272:          httpd mode for unknown reasons
                   2273: 
                   2274: 2020-12-22  moko
                   2275: 
                   2276:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                   2277:          error_log uri of currently processed document", but never used
                   2278:          and conflicts with how libgc stops threads on FreeBSD (#define
                   2279:          SIG_SUSPEND SIGUSR1), thus removed.
                   2280: 
                   2281: 2020-12-21  moko
                   2282: 
                   2283:        * src/main/pa_request.C: +comment
                   2284: 
1.151     moko     2285: 2020-12-20  moko
                   2286: 
1.152     moko     2287:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                   2288:          it is more safe to have versions of pa_strdup with one and two
                   2289:          arguments, as helper_length=0 not always mean that strlen()
                   2290:          should be called, but means zero.
                   2291: 
                   2292:        * src/targets/isapi/parser3isapi.C: minor
                   2293: 
                   2294:        * src/main/pa_http.C: +valid_http_method
                   2295: 
1.151     moko     2296:        * src/: include/pa_http.h, main/pa_http.C,
                   2297:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                   2298: 
                   2299: 2020-12-17  moko
                   2300: 
                   2301:        * tests/: 405.html, results/405.processed: test for split by regex
                   2302:          added (related to feature #1160)
                   2303: 
                   2304:        * src/classes/string.C: split by regex implemented (feature #1160)
                   2305: 
                   2306:        * src/classes/string.C: minor
                   2307: 
                   2308:        * tests/: 404.html, results/404.processed: test for whitespace
                   2309:          string is now OK for table argument (related to feature #1169)
                   2310: 
                   2311:        * src/: classes/image.C, classes/string.C, classes/table.C,
                   2312:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                   2313:          argument (as with hash) (implements feature #1169)
                   2314: 
                   2315:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                   2316:          limit for comment (fixes bug #1102)
                   2317: 
                   2318:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                   2319: 
                   2320:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                   2321: 
                   2322:        * src/include/pa_config_includes.h: HAVE_TLS used
                   2323: 
                   2324:        * configure.ac: +TLS check
                   2325: 
                   2326:        * src/main/pa_http.C: content logging added
                   2327: 
                   2328:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                   2329:          clear_response_headers added
                   2330: 
                   2331: 2020-12-16  moko
                   2332: 
                   2333:        * buildall: as we now use threads, libatomic_ops still required for
                   2334:          some OS.
                   2335: 
                   2336:        * src/main/pa_request.C: whitespace
                   2337: 
                   2338:        * src/: include/pa_request.h, main/pa_request.C:
                   2339:          Request::Exception_trace::table extracted and used
                   2340: 
                   2341:        * src/main/pa_request.C: moving output_result call outside of try
                   2342:          as network exceptions should not be handled by parser code
                   2343: 
                   2344:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                   2345:          logging network exchange
                   2346: 
                   2347:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                   2348:          via network if it was network write error.
                   2349: 
                   2350:        * src/targets/cgi/parser3.C: log -> pa_log
                   2351: 
                   2352:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                   2353: 
                   2354:        * src/main/pa_threads.C: getpid() if no gettid() found
                   2355: 
                   2356:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2357:          we need to ignore "void" connections from browsers (browsers open
                   2358:          connections in advance and they will be empty if user does not
                   2359:          request more pages)
                   2360: 
                   2361: 2020-12-15  moko
                   2362: 
                   2363:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                   2364: 
                   2365:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                   2366:          RequestController not needed in httpd mode
                   2367: 
                   2368:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2369:          classes/classes.h, classes/curl.C, classes/date.C,
                   2370:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2371:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2372:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2373:          classes/memcached.C, classes/memory.C, classes/op.C,
                   2374:          classes/reflection.C, classes/regex.C, classes/response.C,
                   2375:          classes/string.C, classes/table.C, classes/void.C,
                   2376:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2377:          include/pa_array.h, include/pa_base64.h,
                   2378:          include/pa_cache_managers.h, include/pa_charset.h,
                   2379:          include/pa_charsets.h, include/pa_common.h,
                   2380:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2381:          include/pa_dictionary.h, include/pa_dir.h,
                   2382:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2383:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2384:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2385:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2386:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2387:          include/pa_sapi.h, include/pa_socks.h,
                   2388:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2389:          include/pa_stack.h, include/pa_string.h,
                   2390:          include/pa_stylesheet_connection.h,
                   2391:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   2392:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   2393:          include/pa_uue.h, include/pa_xml_exception.h,
                   2394:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   2395:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   2396:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2397:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   2398:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2399:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2400:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2401:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                   2402:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   2403:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   2404:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   2405:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   2406:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                   2407:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   2408:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   2409:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                   2410:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   2411:          main/untaint.C, sql/pa_sql_driver.h,
                   2412:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2413:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                   2414:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2415:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2416:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                   2417:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   2418:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   2419:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                   2420:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                   2421:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   2422:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                   2423:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   2424:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2425:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   2426:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                   2427:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2428:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   2429:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   2430:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   2431:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2432:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2433:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2434:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2435:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2436:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2437:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2438: 
                   2439:        * src/main/pa_request.C: old compilers support
                   2440: 
                   2441:        * tests/: 362.html, results/362.processed: test updated after
                   2442:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                   2443:          #1108)
                   2444: 
                   2445:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                   2446:          removed, as xsltFreeStylesheet has side effects on original doc.
                   2447:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                   2448:          not updated after xdoc modification (part 3 of test 362).
                   2449:          (related to bug #1108)
                   2450: 
                   2451:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                   2452: 
                   2453:        * src/: classes/memory.C, include/pa_memory.h,
                   2454:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                   2455:          PA_GC_GCOLLECT used
                   2456: 
                   2457:        * src/include/pa_memory.h: +PA_GC_COLLECT
                   2458: 
                   2459:        * src/targets/cgi/parser3.C: msvs support fixes
                   2460: 
                   2461:        * src/lib/gc/include/gc.h: more cleanup
                   2462: 
                   2463:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                   2464: 
                   2465:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                   2466:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                   2467: 
                   2468:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                   2469: 
                   2470:        * configure.ac: pthread.h added to checked headers
                   2471: 
                   2472:        * src/classes/table.C: string stream is back :)
                   2473: 
                   2474:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                   2475:          exists
                   2476: 
                   2477:        * src/main/pa_globals.C: GC_dont_gc replaced
                   2478: 
                   2479:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                   2480:          left to simplify adding new functions.  depricated GC_dont_gc
                   2481:          replaced with GC_disable and GC_enable calls.
                   2482: 
                   2483:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                   2484:          CORD_from_file* not used and thus removed
                   2485: 
                   2486:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                   2487: 
                   2488: 2020-12-14  moko
                   2489: 
                   2490:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                   2491:          referenced elsewhere, or GC will collect it.
                   2492: 
                   2493:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                   2494:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                   2495:          elsewhere, or GC will collect them (and we'll get GPF in
                   2496:          multithreaded enviroment).  May be it can be also fixed by some
                   2497:          GC call, not sure. But this fix costs nothing (but hours of
                   2498:          debugging to find the issue :).
                   2499: 
1.150     moko     2500: 2020-12-11  moko
                   2501: 
                   2502:        * configure.ac: gettid() check added
                   2503: 
                   2504:        * src/main/pa_threads.C: HAVE_GETTID used
                   2505: 
                   2506:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                   2507: 
                   2508:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                   2509:          version for isapi/cgi/apache
                   2510: 
                   2511:        * buildall: threads are now required.
                   2512: 
                   2513:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                   2514:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2515:          main/main.vcproj: pa_threads.C moved to main
                   2516: 
                   2517:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                   2518:          isapi/pa_threads.C: pa_threads.C moved to main
                   2519: 
                   2520:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                   2521:          targets/apache/Makefile.am: pa_threads.C moved to main
                   2522: 
                   2523:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                   2524: 
                   2525:        * src/: include/pa_stylesheet_connection.h,
                   2526:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                   2527:          and weird GPF in multithreaded httpd is gone
                   2528: 
                   2529:        * src/include/: pa_stylesheet_connection.h,
                   2530:          pa_sql_driver_manager.h: whitespace
                   2531: 
                   2532:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                   2533: 
                   2534:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   2535:          main/pa_stylesheet_manager.C: whitespace, warning war
                   2536: 
                   2537:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                   2538:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                   2539:          parser_multithreaded never used
                   2540: 
                   2541:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                   2542: 
                   2543: 2020-12-10  moko
                   2544: 
                   2545:        * src/: include/pa_config_includes.h, include/pa_http.h,
                   2546:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                   2547:          MULTITHREADED and PARALLEL httpd server modes
                   2548: 
                   2549:        * src/main/pa_globals.C: GC_java_finalization is depricated
                   2550: 
                   2551: 2020-12-09  moko
                   2552: 
                   2553:        * etc/auto.p.in: + @httpd-main
                   2554: 
                   2555:        * src/: include/pa_common.h, main/pa_request.C,
                   2556:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                   2557:          work
                   2558: 
                   2559:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2560:          slow file_read_binary no longer used, send_range added
                   2561: 
                   2562: 2020-12-08  moko
                   2563: 
                   2564:        * src/main/pa_request.C: >4Gb support
                   2565: 
                   2566:        * src/targets/cgi/parser3.C: msvc warning war
                   2567: 
                   2568:        * src/: include/pa_config_includes.h, main/pa_http.C,
                   2569:          main/pa_request.C: msvc warnings war
                   2570: 
                   2571:        * src/classes/image.C: warning war
                   2572: 
                   2573:        * src/classes/table.C: MSVC warning war
                   2574: 
                   2575:        * src/targets/cgi/parser3.C: msvc warnings war
                   2576: 
                   2577:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                   2578:          added
                   2579: 
1.149     moko     2580: 2020-12-07  moko
                   2581: 
1.150     moko     2582:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                   2583:          avoid logging beside system-wide auto.p
                   2584: 
                   2585:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                   2586: 
                   2587:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                   2588:          configure options added:
                   2589: 
                   2590:          --with-system-cfg=FILE  to specify system-wide auto.p
                   2591:          --with-system-log=FILE  to specify system-wide parser3.log
                   2592: 
                   2593:        * Makefile.am: bin no longer exists
                   2594: 
                   2595:        * configure, configure.ac: auto.p moved to etc to simplify debian
                   2596:          package
                   2597: 
                   2598:        * buildall: auto.p and parser3.charsets moved to their default
                   2599:          location after install
                   2600: 
                   2601:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                   2602: 
                   2603:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   2604: 
1.149     moko     2605:        * src/targets/cgi/parser3.C: locate_config call returned to
                   2606:          original place as it requires pa_thread_request() under Windows
                   2607: 
                   2608:        * src/targets/cgi/parser3.C: renaming
                   2609: 
                   2610: 2020-12-06  moko
                   2611: 
                   2612:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   2613:          check added
                   2614: 
                   2615: 2020-12-04  moko
                   2616: 
                   2617:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   2618:          main/pa_request.C: unified uint64_t lseek implemented to support
                   2619:          >4Gb files under x86, including Windows
                   2620: 
                   2621: 2020-12-02  moko
                   2622: 
                   2623:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   2624:          with max_file_size
                   2625: 
                   2626:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2627:          support for processing files sized >4Gb on 32 bit planforms
                   2628: 
                   2629:        * tests/399.html: file moved
                   2630: 
                   2631:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   2632: 
                   2633:        * src/targets/cgi/pa_sapi_info.h: warning war
                   2634: 
                   2635:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   2636:          warning war
                   2637: 
                   2638: 2020-12-01  moko
                   2639: 
                   2640:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   2641: 
                   2642:        * src/classes/image.C: for "size not found" exception to be shown
                   2643:          if size not found until eof
                   2644: 
                   2645:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   2646:          bit linux)
                   2647: 
                   2648:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   2649:          #1188)
                   2650: 
                   2651: 2020-11-30  moko
                   2652: 
                   2653:        * src/classes/image.C: definitions moved closer to code
                   2654: 
                   2655:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   2656:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   2657:          395_dir/3_VP8X.webp, results/395.processed,
                   2658:          results/396.processed: tests for ^image::measure[] .webp support
                   2659:          added, all image files moved into one directory (related to
                   2660:          feature #1188)
                   2661: 
                   2662:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   2663:          #1188)
                   2664: 
1.148     moko     2665: 2020-11-29  moko
                   2666: 
                   2667:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   2668:          processing, unnessesary defines removed
                   2669: 
                   2670: 2020-11-24  moko
                   2671: 
                   2672:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2673:          309.processed, 310.processed: Content-Disposition: inline
                   2674:          returned
                   2675: 
                   2676:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   2677:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   2678:          ] added (related to bug #1204)
                   2679: 
                   2680:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   2681:          ] supported to avoid Content-Disposition: inline;
                   2682:          filename="<file>.ext" but still set Content-Type for ext (related
                   2683:          to bug #1204)
                   2684: 
1.147     moko     2685: 2020-11-22  moko
                   2686: 
                   2687:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   2688:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   2689: 
                   2690:        * src/main/pa_request.C: content_disposition_inline returned.
                   2691: 
                   2692: 2020-11-17  moko
                   2693: 
                   2694:        * src/main/pa_request.C: empty main method name support
                   2695: 
                   2696:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   2697:          config_handler added, stdout flush added.
                   2698: 
                   2699: 2020-11-16  moko
                   2700: 
                   2701:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   2702: 
                   2703:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   2704:          309.processed, 310.processed: Content-Disposition: inline is not
                   2705:          required and should not contain filename="<name>"
                   2706: 
                   2707:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   2708:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2709:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   2710: 
1.146     moko     2711: 2020-11-14  moko
                   2712: 
                   2713:        * src/targets/cgi/parser3.C: spelling
                   2714: 
                   2715:        * src/targets/cgi/parser3.C: renaming
                   2716: 
                   2717:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   2718:          relocated
                   2719: 
                   2720:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   2721:          before request processing, which is weired
                   2722: 
                   2723: 2020-11-13  moko
                   2724: 
                   2725:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   2726:          copied in httpd.
                   2727: 
                   2728: 2020-11-12  moko
                   2729: 
                   2730:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   2731: 
                   2732:        * src/: include/pa_request.h, main/pa_request.C,
                   2733:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   2734: 
                   2735:        * src/main/pa_http.C: URI validation added
                   2736: 
                   2737:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   2738:          can't be empty but can be null.  httpd-main is now main method
                   2739:          name for httpd mode
                   2740: 
                   2741: 2020-11-11  moko
                   2742: 
                   2743:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   2744: 
                   2745:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   2746:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2747:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   2748:          main/pa_request.C: r.absolute -> r.full_disk_path
                   2749: 
                   2750:        * src/targets/cgi/parser3.C: if filename to process is not
                   2751:          specified, auto.p should be present.
                   2752: 
1.145     moko     2753: 2020-11-03  moko
                   2754: 
                   2755:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   2756: 
                   2757:        * src/main/pa_request.C: content_disposition_inline is the default,
                   2758:          not required.
                   2759: 
1.144     moko     2760: 2020-10-29  moko
                   2761: 
                   2762:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   2763:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   2764:          path_translated changing to correct relative files path
                   2765:          calculation in httpd mode
                   2766: 
                   2767:        * src/: include/pa_request.h, main/pa_request.C:
                   2768:          fail_on_read_problem removed, as it allways true, as if should
                   2769:          be.
                   2770: 
                   2771:        * src/: include/pa_request.h, main/pa_request.C,
                   2772:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2773:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   2774:          config was not found, thus flag not required and removed.
                   2775: 
                   2776: 2020-10-28  moko
                   2777: 
                   2778:        * tests/: 402.html, results/402.processed: error reporting test
                   2779: 
                   2780:        * src/main/execute.C: better error reporting when
                   2781:          $result[^hash::create[]] in @main.
                   2782: 
                   2783:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   2784:          + minor optimization
                   2785: 
                   2786:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2787:          main/pa_xml_io.C: execute_*_method simplified and unified
                   2788: 
                   2789: 2020-10-27  moko
                   2790: 
                   2791:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   2792: 
                   2793:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   2794:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2795:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   2796:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   2797:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   2798:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   2799:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   2800:          longer used in object-prototype mode
                   2801: 
                   2802:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   2803:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   2804:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   2805:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   2806:          $form:name[value] features
                   2807: 
1.143     moko     2808: 2020-10-18  moko
                   2809: 
                   2810:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   2811: 
                   2812: 2020-10-15  moko
                   2813: 
                   2814:        * src/main/pa_http.C: url no longer needed as
                   2815:          ALTER_EXCEPTION_SOURCE is used
                   2816: 
                   2817:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   2818:          main/pa_http.C: check_file_size filespec is now optional
                   2819: 
                   2820:        * src/: classes/curl.C, include/pa_exception.h,
                   2821:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   2822:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   2823: 
                   2824:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   2825:          results/346-curl.processed, results/379-curl.processed,
                   2826:          results/379.processed: test results updated as load now provides
                   2827:          better error reporting + curl responses updated
                   2828: 
                   2829: 2020-10-14  moko
                   2830: 
                   2831:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   2832:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   2833:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   2834:          checked. 10 is now default base, no hex autodetect by default
                   2835: 
                   2836:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2837:          connection socket closing in destructor + accept exception
                   2838:          handling
                   2839: 
                   2840:        * src/targets/cgi/parser3.C: warning war
                   2841: 
                   2842:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   2843:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2844:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   2845:          exception handling unified
                   2846: 
                   2847: 2020-10-13  moko
                   2848: 
                   2849:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   2850:          autodetection
                   2851: 
                   2852:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   2853: 
                   2854:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   2855: 
                   2856:        * src/main/pa_http.C: warning war
                   2857: 
1.142     moko     2858: 2020-10-12  moko
                   2859: 
1.143     moko     2860:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2861:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   2862:          unhandled exception code optimization
                   2863: 
                   2864:        * src/targets/cgi/parser3.C: request_info now global variable
                   2865: 
                   2866:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   2867:          class
                   2868: 
                   2869:        * src/: include/pa_http.h, main/pa_http.C,
                   2870:          targets/cgi/pa_sapi_info.h: read_post implemented
                   2871: 
1.142     moko     2872:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2873:          [host:]port syntax support in httpd mode
                   2874: 
                   2875:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   2876:          targets/cgi/parser3.C: populate_env added
                   2877: 
                   2878:        * src/include/pa_hash.h: to make get(char *) compiling in
                   2879:          HashStringString
                   2880: 
                   2881: 2020-10-10  moko
                   2882: 
                   2883:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2884:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   2885: 
                   2886:        * src/: include/pa_http.h, include/pa_request_info.h,
                   2887:          main/pa_http.C, main/pa_string.C,
                   2888:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   2889:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   2890:          types/pa_vrequest.C: initial httpd mode implementation
                   2891: 
1.141     moko     2892: 2020-10-04  moko
                   2893: 
                   2894:        * src/targets/cgi/parser3.C: options together
                   2895: 
                   2896: 2020-09-30  moko
                   2897: 
                   2898:        * src/main/pa_http.C: renamed
                   2899: 
1.140     moko     2900: 2020-08-14  moko
                   2901: 
                   2902:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   2903:          src/targets/cgi/Makefile.am: no httpd as separate library
                   2904: 
                   2905: 2020-08-13  moko
                   2906: 
                   2907:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   2908:          unhandled exception handler to report 500 instead of 200 it was
                   2909:          before.
                   2910: 
                   2911:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   2912: 
                   2913:        * src/: include/pa_sapi.h, main/untaint.C,
                   2914:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2915:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   2916:          thus replaced with SAPI::die and removed
                   2917: 
                   2918:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   2919:          cgi/parser3.C: whitespace
                   2920: 
                   2921:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   2922: 
                   2923: 2020-08-12  moko
                   2924: 
                   2925:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   2926:          removed, whitespace was: SIGPIPE received while executing code.
                   2927:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   2928:          cl=0]
                   2929: 
                   2930:        * parser3.sln: + httpd.vcproj
                   2931: 
                   2932: 2020-08-11  moko
                   2933: 
                   2934:        * src/targets/cgi/Makefile.am: +libhttpd
                   2935: 
                   2936:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   2937: 
1.139     moko     2938: 2020-07-13  moko
                   2939: 
                   2940:        * tests/: 401.html, results/401.processed: test for hash key does
                   2941:          not keep language, but tainted in foreach.
                   2942: 
1.138     moko     2943: 2020-07-01  moko
                   2944: 
                   2945:        * tests/: 235.html, results/235.processed: test result updated as
                   2946:          messages before attachments implemented (feature #1176)
                   2947: 
1.137     moko     2948: 2020-06-27  moko
                   2949: 
                   2950:        * tests/: 400.html, results/400.processed: test updated to check
                   2951:          ^return{code}
                   2952: 
                   2953:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   2954:          fixed
                   2955: 
                   2956: 2020-06-26  moko
                   2957: 
                   2958:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   2959:          added (related to https://www.parser.ru/forum/?id=85319)
                   2960: 
                   2961:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   2962:          when $result assignment was last statement in the method
                   2963:          (https://www.parser.ru/forum/?id=85319)
                   2964: 
1.136     moko     2965: 2020-05-23  moko
                   2966: 
                   2967:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   2968:          whitespace, unused level removed
                   2969: 
                   2970: 2020-05-19  moko
                   2971: 
                   2972:        * src/types/pa_vmail.C: whitespace
                   2973: 
                   2974:        * src/types/pa_vmail.C: files should be processed last (related to
                   2975:          feature #1176)
                   2976: 
1.135     moko     2977: 2020-05-12  moko
                   2978: 
                   2979:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   2980:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   2981: 
                   2982:        * configure.ac: FreeBSD1X.X check added to avoid
                   2983:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   2984: 
1.134     moko     2985: 2020-02-26  moko
                   2986: 
                   2987:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   2988:          compilation issue (related to bug #1201)
                   2989: 
                   2990:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   2991:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   2992:          -f and -d now works under Windows in UTF-8 with Russian
                   2993:          filenames.
                   2994: 
                   2995:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   2996:          advice (related to feature #1199)
                   2997: 
                   2998: 2020-02-25  moko
                   2999: 
                   3000:        * buildall: --silent removed
                   3001: 
                   3002:        * configure.ac: gmime-3.0 support
                   3003: 
                   3004:        * buildall: --with-system-mailreceive option added to build with
                   3005:          system libgmime
                   3006: 
                   3007:        * src/types/pa_vmail.C: avoiding
                   3008:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   3009:          to feature #1199)
                   3010: 
1.133     moko     3011: 2020-02-18  moko
                   3012: 
                   3013:        * src/classes/op.C: windows x64 debug mode compile fix
                   3014: 
                   3015:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   3016:          change (releated to feature #1200)
                   3017: 
                   3018:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3019:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   3020:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   3021:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   3022:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   3023:          targets/apache/ApacheModuleParser3.vcproj,
                   3024:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3025:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3026:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   3027:          dependency (related to feature #1200)
                   3028: 
1.132     moko     3029: 2020-02-12  moko
                   3030: 
                   3031:        * src/types/pa_vmail.C: minimize diff
                   3032: 
                   3033:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   3034:          #1199)
                   3035: 
1.131     moko     3036: 2020-01-18  moko
                   3037: 
                   3038:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   3039: 
1.130     moko     3040: 2019-12-28  moko
                   3041: 
                   3042:        * src/targets/cgi/parser3.C: avoid empty ?
                   3043: 
                   3044: 2019-12-27  moko
                   3045: 
                   3046:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   3047:          DOCUMENT_ROOT (related to feature #1164)
                   3048: 
                   3049:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   3050:          fcgiwrap setup (implements feature #1164)
                   3051: 
                   3052:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   3053:          but no issues found (related to feature #1164)
                   3054: 
                   3055:        * src/targets/cgi/parser3.C: actualized
                   3056: 
                   3057: 2019-12-26  moko
                   3058: 
                   3059:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   3060:          removed
                   3061: 
                   3062:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   3063:          removed
                   3064: 
                   3065:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   3066:          allocation errors, we don't want default gc warnings (without
                   3067:          timestamp and URI).
                   3068: 
                   3069:        * src/: classes/memory.C, main/pa_globals.C,
                   3070:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3071:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   3072:          pa_globals_init
                   3073: 
                   3074:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   3075:          initialization used (optimization)
                   3076: 
                   3077:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   3078:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   3079:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   3080:          (optimization)
                   3081: 
1.129     moko     3082: 2019-12-09  moko
                   3083: 
                   3084:        * src/include/pa_config_fixed.h: warning war
                   3085: 
1.128     moko     3086: 2019-12-08  moko
                   3087: 
                   3088:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   3089:          process grammar under Unix.
                   3090: 
                   3091: 2019-12-07  moko
                   3092: 
                   3093:        * tests/389.html: For Windows XP. :)
                   3094: 
                   3095:        * tests/388-sql.html: Windows compatibility added
                   3096: 
                   3097: 2019-12-06  moko
                   3098: 
                   3099:        * src/targets/cgi/parser3.C: warning war
                   3100: 
                   3101:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   3102:          == sizeof(CORD)) to avoid aligning bugs in future
                   3103: 
                   3104:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   3105:          XML_STATIC
                   3106: 
                   3107:        * src/include/pa_request.h: StackItem() not required
                   3108: 
                   3109:        * src/include/pa_stack.h: warning war
                   3110: 
                   3111:        * src/include/pa_config_includes.h: GCC warning silenced
                   3112: 
                   3113:        * src/include/pa_memory.h: warning war: the program should also
                   3114:          define 'void operator delete [](void*, std::size_t)'
                   3115:          [-Wsized-deallocation]
                   3116: 
                   3117:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   3118: 
                   3119:        * src/classes/string.C: not reqired cast removed
                   3120: 
                   3121:        * src/classes/string.C: not reqired cast removed
                   3122: 
                   3123: 2019-12-05  moko
                   3124: 
                   3125:        * src/lib/sdbm/pa_file_io.C: warning war
                   3126: 
                   3127:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   3128:          enum Language : size_t - required for VS2015+ to make
                   3129:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   3130:          without it (related to feature #1198)
                   3131: 
                   3132: 2019-12-04  moko
                   3133: 
                   3134:        * src/main/pa_base64.C: unsigned char -> uchar
                   3135: 
                   3136:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   3137:          as other libs
                   3138: 
                   3139:        * src/include/pa_version.h: +amd64
                   3140: 
                   3141: 2019-12-03  moko
                   3142: 
                   3143:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   3144:          release
                   3145: 
                   3146:        * src/include/pa_config_includes.h: warning war
                   3147: 
                   3148:        * src/classes/image.C: warning war
                   3149: 
                   3150:        * src/main/pa_globals.C: x64 libs support
                   3151: 
                   3152:        * src/include/pa_config_includes.h: warning war
                   3153: 
                   3154:        * src/types/pa_method.h: warning war
                   3155: 
1.127     moko     3156: 2019-11-28  moko
                   3157: 
                   3158:        * src/classes/math.C: vs2003 compatibility + warning war
                   3159: 
                   3160:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   3161:          libxml2-2.9.9 (related to feature #1136)
                   3162: 
                   3163:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   3164:          typecast for more compatibility (related to feature #1136)
                   3165: 
                   3166:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   3167:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   3168:          feature #1136)
                   3169: 
                   3170: 2019-11-26  moko
                   3171: 
                   3172:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   3173:          removed (it was failing in $$var case), condition added
                   3174: 
1.126     moko     3175: 2019-11-25  moko
                   3176: 
                   3177:        * tests/: 397.html, 399.html, results/141.processed,
                   3178:          results/399.processed: base64 options tested
                   3179: 
                   3180:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   3181: 
                   3182:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   3183:          implemented (feature #986)
                   3184: 
                   3185:        * src/main/pa_cache_managers.C: whitespace
                   3186: 
                   3187:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   3188:          ^base64 encode options added (related to feature #986)
                   3189: 
                   3190:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   3191:          pa_base64_encode(file) removed - more memory, but faster and less
                   3192:          code (related fo feature #986)
                   3193: 
                   3194: 2019-11-24  moko
                   3195: 
                   3196:        * tests/: 155.html, results/155.processed: limit and offset in
                   3197:          ^table::load[] now supported, thus test added
                   3198: 
                   3199:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   3200:          main/pa_common.C: optimization: offset and limit options parsing
                   3201:          moved inside file_load.
                   3202: 
                   3203: 2019-11-23  moko
                   3204: 
                   3205:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   3206:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   3207:          optimization: file_read replaced with simplified file_read_binary
                   3208: 
                   3209:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   3210:          types/pa_vform.C: whitespace
                   3211: 
                   3212:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   3213:          removed
                   3214: 
                   3215: 2019-11-21  moko
                   3216: 
                   3217:        * tests/: 193.html, results/193.processed, results/389.processed:
                   3218:          test results updated as now base64 does not discard tail without
                   3219:          padding (related to feature #986)
                   3220: 
                   3221: 2019-11-20  moko
                   3222: 
                   3223:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   3224:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   3225:          pa_base64_decode (related to feature #986)
                   3226: 
                   3227:        * tests/398.html: tests for base64 decode added (related to feature
                   3228:          #986)
                   3229: 
                   3230:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   3231:          support, padding inside base 64 supported (related to feature
                   3232:          #096)
                   3233: 
                   3234: 2019-11-19  moko
                   3235: 
                   3236:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   3237:          FreeBSD 12
                   3238: 
1.125     moko     3239: 2019-11-16  moko
                   3240: 
                   3241:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   3242:          support added, step support removed (related to #986)
                   3243: 
                   3244: 2019-11-15  moko
                   3245: 
                   3246:        * src/classes/math.C: using log since log2 is not present on
                   3247:          FreeBSD < 8.4 (related to feature #1177)
                   3248: 
                   3249:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   3250:          pa_base64_size extracted and used for files as well (related to
                   3251:          feature 986)
                   3252: 
                   3253: 2019-11-14  moko
                   3254: 
                   3255:        * tests/: 397.html, results/397.processed: + content check
                   3256: 
                   3257:        * tests/: 141.html, results/141.processed: make test resuls more
                   3258:          readable
                   3259: 
                   3260:        * tests/: 397.html, results/193.processed, results/397.processed:
                   3261:          test results updated after \x00 character was disabled in
                   3262:          math:convert string mode (related to feature #1177)
                   3263: 
                   3264:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   3265:          converting to string (as in base64, related to feature #1177)
                   3266: 
                   3267:        * src/classes/file.C: more correct arguments separation
                   3268: 
                   3269:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   3270:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   3271:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   3272:          options added, but not yet implemented (related to feature #986)
                   3273: 
                   3274:        * src/classes/math.C: whitespace
                   3275: 
                   3276: 2019-11-13  moko
                   3277: 
                   3278:        * tests/: 397.html, results/397.processed: +tainting test (related
                   3279:          to feature #1177)
                   3280: 
                   3281:        * src/classes/math.C: as we now produce not only digits, result
                   3282:          should be tainted (related to feature #1177)
                   3283: 
                   3284:        * src/main/pa_base64.C: whitespace
                   3285: 
                   3286:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   3287:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   3288:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   3289:          implementation moved from pa_common.h and pa_common.C
                   3290: 
                   3291: 2019-11-12  moko
                   3292: 
                   3293:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   3294:          as ^math:convert now supports arbitrary precision
                   3295: 
                   3296: 2019-11-11  moko
                   3297: 
                   3298:        * tests/results/389.processed: uctualized error message
                   3299: 
                   3300:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   3301:          ^math:convert added (related to feature #1177)
                   3302: 
                   3303:        * src/classes/math.C: ^math:convert now supports arbitrary
                   3304:          precision, alphabet support added (implements feature #1177)
                   3305: 
1.124     moko     3306: 2019-11-06  moko
                   3307: 
                   3308:        * tests/: 181.html, results/181.processed: entities usage added,
                   3309:          more entites load tests (related to bug #842 discussion)
                   3310: 
                   3311: 2019-11-05  moko
                   3312: 
                   3313:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   3314:          call from xmlFileOpen if http://localhost/<file> was not found
                   3315:          (related to bug #842)
                   3316: 
                   3317:        * src/main/pa_xml_io.C: rename
                   3318: 
                   3319:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   3320: 
                   3321:        * src/main/pa_xml_io.C: whitespace
                   3322: 
1.123     moko     3323: 2019-10-31  moko
                   3324: 
                   3325:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   3326:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   3327:          #1181)
                   3328: 
1.122     moko     3329: 2019-10-25  moko
                   3330: 
                   3331:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   3332:          queries tests
                   3333: 
                   3334: 2019-10-24  moko
                   3335: 
                   3336:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   3337:          pgsql driver test
                   3338: 
                   3339:        * tests/: 388-sql.html, results/388-sql.processed:
                   3340:          multi_statements=1 now tested, mysql test now supported
                   3341:          (connection must be specified in [parser3] section in .my.cnf)
                   3342:          related to issues #1195 and #1194
                   3343: 
1.121     moko     3344: 2019-09-11  moko
                   3345: 
                   3346:        * src/classes/int.C: whitespace
                   3347: 
                   3348:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   3349:          exception test
                   3350: 
                   3351:        * tests/results/388-sql.processed: sql queries now shown (related
                   3352:          to feature #1196)
                   3353: 
                   3354:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   3355:          with old parser versions.
                   3356: 
                   3357:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   3358:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   3359:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   3360:          instead of connect string in query_event_handlers exceptions
                   3361:          (implements feature #1196)
                   3362: 
1.120     moko     3363: 2019-09-06  moko
                   3364: 
                   3365:        * tests/388-sql.html: mysql compat
                   3366: 
                   3367:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3368:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   3369:          sql_ variables declaration moved to pa_common.h
                   3370: 
1.116     moko     3371: 2019-01-15  moko
                   3372: 
                   3373:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   3374:          logically sorted
                   3375: 
                   3376: 2018-12-27  moko
                   3377: 
                   3378:        * src/include/pa_config_includes.h: warning war:
                   3379:          -Wdeprecated-register added for C++ 17
                   3380: 
                   3381: 2018-10-15  moko
                   3382: 
                   3383:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   3384:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   3385:          --with-xml=/usr/local/
                   3386: 
                   3387: 2018-09-24  moko
                   3388: 
                   3389:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   3390:          ^image::measure[] now supports tiff added (related to feature
                   3391:          #1188)
                   3392: 
                   3393:        * src/classes/image.C: ^image::measure[] now supports tiff
                   3394:          (implements feature #1188)
                   3395: 
                   3396: 2018-09-20  moko
                   3397: 
                   3398:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   3399:          files measure added (related to ticket #1188)
                   3400: 
                   3401:        * src/classes/image.C: measure of bmp files implemented (related to
                   3402:          ticket #1188)
                   3403: 
                   3404: 2018-09-18  moko
                   3405: 
                   3406:        * tests/: 394-curl.html, results/394-curl.processed,
                   3407:          results/auto.p: test for bug #1187 (max_file_size check for head
                   3408:          requests) added
                   3409: 
                   3410: 2018-08-24  moko
                   3411: 
                   3412:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   3413:          response content-length check is required (fixes bug #1187)
                   3414: 
                   3415: 2018-05-11  moko
                   3416: 
                   3417:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   3418:          $.append(bool) ] option added (related to feature #919)
                   3419: 
                   3420:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   3421:          from misha@ patch (implements feature #919)
                   3422: 
                   3423: 2018-03-22  moko
                   3424: 
                   3425:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   3426:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   3427:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   3428:          Windows-only problem.
                   3429: 
                   3430:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   3431:          build fix)
                   3432: 
                   3433: 2018-02-03  moko
                   3434: 
                   3435:        * src/main/execute.C: removes irrelevant lines from exception stack
                   3436:          trace when exceptions occurs in assigment (fixes bug #1165)
                   3437: 
                   3438:        * tests/: 393.html, results/393.processed: test for behavour after
                   3439:          "Property can not be created, already exists field with that
                   3440:          name" exception removed (related to feature #1183)
                   3441: 
                   3442:        * src/types/pa_vclass.C: "Property can not be created, already
                   3443:          exists field with that name" exception removed (implements
                   3444:          feature #1183)
                   3445: 
                   3446: 2018-01-19  moko
                   3447: 
                   3448:        * src/classes/string.C: whitespace
                   3449: 
                   3450:        * src/classes/string.C: whitespace
                   3451: 
                   3452:        * tests/: 392.html, results/392.processed: test for
                   3453:          ^regex::create[$regex] added (related to feature #1135)
                   3454: 
                   3455:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   3456:          ^regex::create[$regex] added (implements feature #1135)
                   3457: 
                   3458:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   3459:          commented define added (related to feature #1157)
                   3460: 
                   3461: 2018-01-17  moko
                   3462: 
                   3463:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   3464: 
                   3465: 2018-01-15  moko
                   3466: 
                   3467:        * tests/: 390.html, results/390.processed: real path replaced by
                   3468:          stub
                   3469: 
                   3470:        * tests/: 391.html, results/391.processed: test for feature #1181
                   3471:          (XML_PARSE_HUGE exception) added
                   3472: 
                   3473: 2018-01-11  moko
                   3474: 
                   3475:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   3476:          XML_PARSE_HUGE option passed by default (implements feature
                   3477:          #1181)
                   3478: 
                   3479:        * src/classes/string.C: whitespace
                   3480: 
                   3481: 2017-12-10  moko
                   3482: 
                   3483:        * tests/: 389.html, 390.html, results/389.processed,
                   3484:          results/390.processed: image code coverage tests added (related
                   3485:          to feature #1125)
                   3486: 
                   3487: 2017-12-08  moko
                   3488: 
                   3489:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   3490:          results/346-curl.processed, results/388-sql.processed,
                   3491:          results/389.processed: more code coverage tests
                   3492: 
                   3493:        * tests/: 264.html, results/264.processed: code coverage for
                   3494:          ^file::exec[]
                   3495: 
                   3496: 2017-12-07  moko
                   3497: 
                   3498:        * tests/: 174.html, 388-sql.html, 389.html,
                   3499:          results/388-sql.processed, results/389.processed,
                   3500:          results/174.processed: more coverage tests
                   3501: 
                   3502:        * src/classes/math.C: exception text actualized
                   3503: 
                   3504: 2017-12-06  moko
                   3505: 
                   3506:        * tests/388-sql.html: $SQL can be here
                   3507: 
                   3508:        * tests/results/auto.p: $SQL not required here
                   3509: 
                   3510:        * tests/: 388-sql.html, 389.html, Makefile,
                   3511:          results/388-sql.processed, results/389.processed, results/auto.p:
                   3512:          code coverage tests for sql (using sqlite) and int/double/bool
                   3513:          added (related to feature #1125)
                   3514: 
                   3515:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3516:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   3517:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   3518:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   3519:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3520:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3521:          types/types.vcproj: gc\include no longer required
                   3522: 
                   3523:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   3524:          required
                   3525: 
                   3526:        * src/: classes/Makefile.am, classes/table.C,
                   3527:          include/pa_config_includes.h, include/pa_string.h,
                   3528:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3529:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   3530:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   3531:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   3532:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   3533:          used, we now include it directly
                   3534: 
                   3535: 2017-12-04  moko
                   3536: 
                   3537:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   3538:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   3539:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   3540:          where required
                   3541: 
                   3542:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   3543:          now can be used to trace memory allocations
                   3544: 
                   3545:        * src/: classes/table.C, include/pa_config_includes.h,
                   3546:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3547:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   3548:          method removes, libcord also can work without libgc
                   3549: 
                   3550:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   3551: 
                   3552: 2017-11-29  moko
                   3553: 
                   3554:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   3555:          are not present (related to feature #1173)
                   3556: 
                   3557:        * tests/346-curl.html: test updated to test curl content-length bug
                   3558:          (related to feature #1173)
                   3559: 
                   3560:        * tests/results/346-curl.processed: more test for content-length
                   3561:          curl bug (related to feature #1173)
                   3562: 
                   3563:        * tests/results/346-curl.processed: test results updated after
                   3564:          #1173 implemented
                   3565: 
                   3566: 2017-11-28  moko
                   3567: 
                   3568:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   3569:          (related to feature #1173)
                   3570: 
                   3571: 2017-11-27  moko
                   3572: 
                   3573:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   3574:          $.http_version[version string] added (implements feature #1173),
                   3575:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   3576:          where $post(true) bug existed.
                   3577: 
                   3578: 2017-11-18  moko
                   3579: 
                   3580:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   3581: 
                   3582:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   3583:          feature #1170)
                   3584: 
                   3585: 2017-11-17  moko
                   3586: 
                   3587:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   3588:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   3589:          with delete usage check only under Debian 9 (related to feature
                   3590:          #1170)
                   3591: 
                   3592: 2017-11-16  moko
                   3593: 
                   3594:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   3595:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   3596:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   3597:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   3598:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   3599:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   3600:          stubs defend from accidental use (implements feature #1170)
                   3601: 
                   3602: 2017-06-24  moko
                   3603: 
                   3604:        * configure.ac: minor fix: thanks to alx@
                   3605: 
1.115     moko     3606: 2017-05-29  moko
                   3607: 
                   3608:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   3609:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   3610:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   3611: 
                   3612:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   3613:          ignored, =?UTF-8?Q?= should start in case of leading space
                   3614:          (related to bug #123)
                   3615: 
                   3616:        * buildall: echo -n -> printf for OS X. :)
                   3617: 
                   3618: 2017-05-25  moko
                   3619: 
                   3620:        * tests/: 288.html, results/288.processed: test updated afted
                   3621:          setting $o.prop without setter exception removed (related to
                   3622:          feature #1157)
                   3623: 
                   3624:        * src/types/pa_vclass.C: no more "this property has no setter
                   3625:          method" when setting $o.prop without setter (implements feature
                   3626:          #1157)
                   3627: 
                   3628:        * buildall: echo \c -> echo -n for FreeBSD
                   3629: 
                   3630:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   3631:          src/types/pa_vdouble.h: isfinite now checked in configure
                   3632: 
                   3633:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   3634:          upgraded to automake 1.15
                   3635: 
                   3636: 2017-05-23  moko
                   3637: 
                   3638:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   3639:          defined
                   3640: 
                   3641: 2017-05-22  moko
                   3642: 
                   3643:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   3644: 
                   3645:        * buildall: extern CFLAGS setting support
                   3646: 
                   3647:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   3648: 
                   3649:        * buildall: http -> https
                   3650: 
                   3651:        * buildall: gc-7.2f -> gc-7.6.0
                   3652: 
                   3653: 2017-05-20  moko
                   3654: 
                   3655:        * buildall: https, pcre, xml, xslt updated to current versions
                   3656:          (related to feature #1136)
                   3657: 
                   3658: 2017-05-19  moko
                   3659: 
                   3660:        * tests/097.html: after parser.ru moved to https
                   3661: 
                   3662: 2017-05-17  moko
                   3663: 
                   3664:        * tests/results/: 175.processed, 372.processed: tests resuls
                   3665:          updated after lintian spelling typos fixed (related to bug #1156)
                   3666: 
                   3667:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   3668:          classes/string.C, classes/table.C, main/pa_charset.C,
                   3669:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   3670:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   3671:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   3672: 
                   3673:        * tests/results/096.processed: +XMP
                   3674: 
                   3675:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   3676:          $.xmp(true) options tested (test for feature #1154)
                   3677: 
                   3678:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   3679:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   3680:          fetched by default! (implements feature #1154)
                   3681: 
                   3682: 2017-05-16  moko
                   3683: 
                   3684:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   3685:          allowed (related to feature #1154)
                   3686: 
                   3687:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3688:          initial XMP implementation - without options and transcode
                   3689:          (related to feature #1154)
                   3690: 
                   3691: 2017-05-12  moko
                   3692: 
                   3693:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3694:          image: exif moved to ffields, skipped in ^image.html[] where
                   3695:          iterators now used (preparation for feature #1154)
                   3696: 
                   3697: 2017-05-05  moko
                   3698: 
                   3699:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   3700:          results/387.processed: test for circular class inheritance check
                   3701:          added (related to bug #1150)
                   3702: 
                   3703:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   3704:          added (fixes endless add_derived bug #1150)
                   3705: 
                   3706: 2017-05-04  moko
                   3707: 
                   3708:        * tests/: 386.html, results/386.processed: test for
                   3709:          $table.value(number) added (related to feature #1152)
                   3710: 
                   3711:        * src/types/pa_vtable.C: table put_element: column value must be
                   3712:          string  - > column value must be string compatible to allow
                   3713:          $t.value(1) (implements feature #1152)
                   3714: 
                   3715: 2017-05-03  moko
                   3716: 
                   3717:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   3718:          (related to feature #1151)
                   3719: 
                   3720:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   3721:          not possible, removing test (related to feature #1151)
                   3722: 
                   3723:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   3724:          get_element_method added and used to allow $use[$method] and
                   3725:          $autouse[$method] (implements feature 1151)
                   3726: 
                   3727:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   3728:          variable added (related to feature #1151)
                   3729: 
                   3730:        * tests/results/226.processed: actualized after ^try-catch used
                   3731: 
                   3732:        * tests/: 226.html, 385.html, results/385.processed: test for
                   3733:          @autouse in variable added
                   3734: 
                   3735:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   3736: 
1.114     moko     3737: 2017-02-27  moko
                   3738: 
                   3739:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   3740: 
1.113     moko     3741: 2017-02-20  moko
                   3742: 
1.211     moko     3743:        * operators.ru.txt, operators.txt: actualization + beauty
1.113     moko     3744: 
                   3745: 2017-02-16  moko
                   3746: 
                   3747:        * tests/: 384.html, results/384.processed: test for
                   3748:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   3749:          #1089)
                   3750: 
                   3751:        * tests/: 384.html, results/384.processed: test for
                   3752:          ^reflection:mixin[] added (related to feature #1089)
                   3753: 
                   3754:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   3755: 
1.112     moko     3756: 2017-02-15  moko
                   3757: 
                   3758:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   3759:          fixed
                   3760: 
                   3761:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   3762:          test added (related to feature #1069)
                   3763: 
                   3764:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3765:          compilation without HASH_ORDER fixed
                   3766: 
                   3767:        * src/: classes/reflection.C, include/pa_hash.h:
                   3768:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   3769:          feature #1069)
                   3770: 
                   3771: 2017-02-14  moko
                   3772: 
                   3773:        * tests/: 152.html, results/152.processed: test for $._default hash
                   3774:          added (related to bug #1131)
                   3775: 
                   3776:        * tests/: 277.html, results/277.processed: test for hash with only
                   3777:          $._default is now defined (related to bug #1131)
                   3778: 
                   3779:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   3780:          (fixed bug #1131)
                   3781: 
                   3782: 2017-02-13  moko
                   3783: 
                   3784:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   3785: 
                   3786:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   3787:          results/320.processed, results/375.processed, results/auto.p:
                   3788:          cat-windows.sh support added
                   3789: 
                   3790:        * tests/375.html: Windows support
                   3791: 
                   3792:        * tests/270.html: documented
                   3793: 
                   3794:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   3795:          (not backslashes) even under Windows (broke test 270)
                   3796: 
                   3797: 2017-02-12  moko
                   3798: 
                   3799:        * tests/: descript.ion, todo.txt: cleanup
                   3800: 
                   3801: 2017-02-09  moko
                   3802: 
                   3803:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   3804:          run_tests.cmd: Windows compatibility
                   3805: 
                   3806:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   3807:          incorrectly (GMT) if parser is called from cygwin
                   3808: 
1.111     moko     3809: 2017-02-08  moko
                   3810: 
1.211     moko     3811:        * operators.ru.txt, operators.txt: actualization 15% completed
1.112     moko     3812: 
1.211     moko     3813:        * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112     moko     3814: 
                   3815:        * NEWS, README: minor update
                   3816: 
                   3817:        * src/include/pa_config_includes.h: warning war continues
                   3818: 
                   3819:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   3820:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3821:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   3822:          gcc 6.x issues fixed
                   3823: 
1.111     moko     3824:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3825:          classes/classes.h, classes/curl.C, classes/date.C,
                   3826:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3827:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3828:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3829:          classes/memcached.C, classes/memory.C, classes/op.C,
                   3830:          classes/reflection.C, classes/regex.C, classes/response.C,
                   3831:          classes/string.C, classes/table.C, classes/void.C,
                   3832:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3833:          include/pa_array.h, include/pa_cache_managers.h,
                   3834:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3835:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3836:          include/pa_dictionary.h, include/pa_dir.h,
                   3837:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3838:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3839:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3840:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3841:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3842:          include/pa_sapi.h, include/pa_socks.h,
                   3843:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3844:          include/pa_stack.h, include/pa_string.h,
                   3845:          include/pa_stylesheet_connection.h,
                   3846:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   3847:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   3848:          include/pa_uue.h, include/pa_xml_exception.h,
                   3849:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   3850:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   3851:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   3852:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   3853:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   3854:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   3855:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   3856:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   3857:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   3858:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   3859:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   3860:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3861:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3862:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3863:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   3864:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   3865:          main/untaint.C, sql/pa_sql_driver.h,
                   3866:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   3867:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   3868:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   3869:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3870:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   3871:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   3872:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   3873:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3874:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   3875:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   3876:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   3877:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   3878:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3879:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   3880:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   3881:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   3882:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   3883:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3884:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3885:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3886:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3887:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3888:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3889:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3890:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3891:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3892:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3893:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   3894:          2015->2017
                   3895: 
1.110     moko     3896: 2017-02-07  moko
                   3897: 
                   3898:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   3899: 
                   3900: 2017-02-06  moko
                   3901: 
                   3902:        * src/main/pa_common.C: minor fixes, whitespace
                   3903: 
                   3904:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3905:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   3906:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   3907:          now used (implements feature #1081)
                   3908: 
                   3909:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   3910: 
                   3911: 2017-02-01  moko
                   3912: 
                   3913:        * src/include/pa_request.h: cleanup
                   3914: 
                   3915: 2017-01-30  moko
                   3916: 
                   3917:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   3918: 
                   3919: 2017-01-29  moko
                   3920: 
                   3921:        * tests/: 383.html, results/383.processed: test for
                   3922:          ^reflection:stack[] added (related to feature #1052)
                   3923: 
                   3924:        * src/classes/reflection.C: else added
                   3925: 
                   3926:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   3927:          $.max_file_lock_wait added (implements feature #1128)
                   3928: 
                   3929: 2017-01-28  moko
                   3930: 
                   3931:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   3932:          body and other cases tests added (related to featue #1014)
                   3933: 
                   3934:        * src/classes/curl.C: bug if response is empty fixed (related to
                   3935:          feature #1014)
                   3936: 
                   3937: 2017-01-27  moko
                   3938: 
                   3939:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   3940:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   3941:          added (implements feature #1052)
                   3942: 
                   3943: 2017-01-25  moko
                   3944: 
                   3945:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   3946:          method test added
                   3947: 
                   3948: 2017-01-23  moko
                   3949: 
                   3950:        * src/classes/reflection.C: optimization: options->get replaced by
                   3951:          hash iterator
                   3952: 
                   3953:        * tests/: 381.html, results/381.processed: now -> fixed date
                   3954: 
                   3955:        * src/main/pa_request.C: warning war
                   3956: 
                   3957:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   3958:          5Mb (fixes bug #1058)
                   3959: 
                   3960:        * src/classes/curl.C: warning war
                   3961: 
                   3962:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   3963:          $.one-line(true) option added (related to feature #1124)
                   3964: 
                   3965:        * src/: classes/json.C, types/pa_value.h: $json-string
                   3966:          $.one-line(true|false) options is now supported (implements
                   3967:          feature #1124)
                   3968: 
                   3969:        * tests/: 380.html, results/380.processed: test for modified
                   3970:          $.max_file_size added (related to bug #1014)
                   3971: 
                   3972:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   3973:          load added (related to bug #1014)
                   3974: 
                   3975:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3976:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   3977:          in curl / file load from disk and http, http file load rewritten
                   3978:          (related to bug #1014)
                   3979: 
                   3980: 2017-01-18  moko
                   3981: 
                   3982:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   3983:          added (related to feature #66)
                   3984: 
                   3985:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   3986:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   3987:          (related to feature #66)
                   3988: 
                   3989: 2017-01-17  moko
                   3990: 
                   3991:        * tests/: 377.html, results/377.processed: test for different
                   3992:          combinations of breaks in body and delimiter (related to bug
                   3993:          #1077)
                   3994: 
                   3995:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   3996:          added (related to bug #1077)
                   3997: 
                   3998:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   3999:          passed to native method" exception added to avoid bugs due to
                   4000:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   4001:          after ^break[] (related to bug #1077)
                   4002: 
                   4003: 2017-01-14  moko
                   4004: 
                   4005:        * tests/: 330.html, results/330.processed: test results updated
                   4006:          after ^break[] bugs where fixed (related to bug #1077)
                   4007: 
                   4008:        * tests/: 329.html, results/329.processed: test results updated
                   4009:          after ^break[] bugs where fixed (related to bug #1077)
                   4010: 
                   4011:        * tests/results/320.processed: ^return[] added
                   4012: 
                   4013: 2017-01-13  moko
                   4014: 
                   4015:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4016:          classes/table.C, include/pa_request.h, main/execute.C,
                   4017:          main/pa_request.C, targets/cgi/parser3.C,
                   4018:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   4019:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   4020:          checked after each possible process/execute call (fixes bug
                   4021:          #1077)
                   4022: 
                   4023: 2016-12-29  moko
                   4024: 
                   4025:        * src/main/pa_common.C: warning war
                   4026: 
                   4027:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   4028:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   4029:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   4030:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   4031:          (related to feature #1014)
                   4032: 
                   4033:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   4034:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   4035:          (related to feature #1014)
                   4036: 
                   4037: 2016-12-28  moko
                   4038: 
                   4039:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   4040:          warning war
                   4041: 
                   4042: 2016-12-26  moko
                   4043: 
                   4044:        * tests/: 341.html, results/341.processed: test for
                   4045:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   4046: 
                   4047:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   4048:          (related to feature #1057)
                   4049: 
                   4050:        * src/types/pa_vdate.C: warning war continues...
                   4051: 
                   4052:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   4053:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   4054: 
                   4055:        * src/lib/gd/gifio.C: warning war / cleanup
                   4056: 
                   4057:        * src/lib/json/pa_json.C: warning war
                   4058: 
                   4059:        * src/classes/hash.C: warning war
                   4060: 
                   4061:        * src/types/pa_vfile.C: warning war
                   4062: 
                   4063:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   4064:          -Wall warning war continues
                   4065: 
                   4066:        * configure.ac: --with-build-warnings actualized
                   4067: 
                   4068: 2016-12-25  moko
                   4069: 
                   4070:        * src/main/pa_exec.C: -wAll warning war
                   4071: 
                   4072:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   4073:          -wAll warning war
                   4074: 
                   4075:        * src/: include/pa_common.h, include/pa_sapi.h,
                   4076:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   4077:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   4078:          -wAll warning war
                   4079: 
                   4080: 2016-12-23  moko
                   4081: 
                   4082:        * src/lib/ltdl/Makefile.am: extra dist added
                   4083: 
                   4084:        * tests/results/344.processed: test result updated after $file.text
                   4085:          prefetched in ^hash::create[$file] (related to feature #1075)
                   4086: 
                   4087:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   4088:          ^hash::create[$file] (related to feature #1075)
                   4089: 
                   4090: 2016-12-22  moko
                   4091: 
                   4092:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   4093:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   4094:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   4095:          #1014 under 32-bit unix versions)
                   4096: 
                   4097: 2016-12-21  moko
                   4098: 
                   4099:        * tests/: 375.html, results/375.processed: test for exec returning
                   4100:          stated file added (related to feature #1119)
                   4101: 
                   4102:        * src/classes/file.C: load should not return file with null body
                   4103:          (fixes bug #1119)
                   4104: 
                   4105: 2016-12-14  moko
                   4106: 
                   4107:        * tests/: 374.html, results/374.processed: test for $method.name
                   4108:          added (related to feature #1117) plus method returning junction
                   4109:          test
                   4110: 
                   4111: 2016-12-13  moko
                   4112: 
                   4113:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   4114:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   4115:          (implements feature #1117)
                   4116: 
                   4117:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   4118:          HEAD and TRACE can't have body (implements feature #1116)
                   4119: 
                   4120: 2016-12-09  moko
                   4121: 
                   4122:        * tests/: 373.html, results/373.processed: tests for
                   4123:          ^reflection:tainting added (related to feature #1098)
                   4124: 
                   4125:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   4126:          change (related to feature #1098)
                   4127: 
                   4128: 2016-12-06  moko
                   4129: 
                   4130:        * src/: classes/reflection.C, include/pa_string.h,
                   4131:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   4132:          feature #1098)
                   4133: 
                   4134: 2016-12-05  moko
                   4135: 
                   4136:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   4137:          (fixes bug #1114)
                   4138: 
                   4139: 2016-12-04  moko
                   4140: 
                   4141:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   4142:          check added
                   4143: 
                   4144: 2016-12-03  moko
                   4145: 
                   4146:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   4147:          to test value.as_hash() usage
                   4148: 
                   4149:        * src/classes/curl.C: value.as_hash() used for correct hash
                   4150:          processing
                   4151: 
                   4152:        * src/classes/reflection.C: exceptions texts fixes
                   4153: 
                   4154: 2016-12-02  moko
                   4155: 
                   4156:        * tests/: 372.html, results/372.processed: tests for
                   4157:          ^reflection:create[ $.class[name] $.constructor[name]
                   4158:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   4159:          feature #1094)
                   4160: 
                   4161:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   4162:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   4163:          will be called in ~VNativeMethodFrame
                   4164: 
                   4165:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   4166:          ] minor fix
                   4167: 
                   4168:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   4169:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   4170:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   4171:          now supported (implements feature #1094) value::as_hash added
                   4172:          (and should be used everywhere)
                   4173: 
                   4174:        * src/classes/reflection.C: cleanup
                   4175: 
                   4176: 2016-12-01  moko
                   4177: 
                   4178:        * tests/: 356.html, results/356.processed: test for method
                   4179:          junctions class name added to the resulting hash added (related
                   4180:          to feature #1068)
                   4181: 
                   4182:        * src/classes/reflection.C: for method junctions class name added
                   4183:          to the resulting hash (related to feature #1068)
                   4184: 
                   4185: 2016-11-30  moko
                   4186: 
                   4187:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   4188:          exception (related to bug #1113)
                   4189: 
                   4190:        * src/types/pa_vhashfile.C: whitespace
                   4191: 
                   4192:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   4193:          #1113)
                   4194: 
                   4195:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   4196:          229.processed, 239.processed, 244.processed, 246.processed,
                   4197:          314.processed, 352.processed: tests results updated after method
                   4198:          call exceptions improved as method now keeps its name
                   4199: 
                   4200:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   4201:          types/pa_vmethod_frame.h: method call exceptions improved as
                   4202:          method now keeps its name
                   4203: 
                   4204:        * tests/: 224.html, 239.html, results/224.processed,
                   4205:          results/239.processed: tests and tests results updated after
                   4206:          Request::construct exception changed
                   4207: 
                   4208:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   4209:          exception optimized
                   4210: 
                   4211:        * tests/: 371.html, results/371.processed: test for
                   4212:          WWrapper.get_element call in $.name.key[value] code added
                   4213:          (related to feature #1091)
                   4214: 
                   4215:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   4216:          in $.name.key[value] code (related to feature #1091)
                   4217: 
                   4218: 2016-11-29  moko
                   4219: 
                   4220:        * src/classes/op.C: VS warning war
                   4221: 
                   4222:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   4223:          C4239: nonstandard extension used : 'return' : conversion from
                   4224:          'Value' to 'Value &' (related to feature #1020)
                   4225: 
                   4226:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   4227:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   4228:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   4229:          to feature #1020)
                   4230: 
                   4231:        * src/main/execute.C: VS warning war
                   4232: 
                   4233:        * src/targets/cgi/parser3.C: VS compatibility fix
                   4234: 
                   4235:        * src/include/pa_request.h: VS warning war
                   4236: 
                   4237:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   4238:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   4239: 
                   4240:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   4241:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   4242:          $.stdin[$binary_file] (fixes bug #1044)
                   4243: 
                   4244: 2016-11-28  moko
                   4245: 
                   4246:        * src/main/pa_exec.C: whitespace
                   4247: 
                   4248:        * src/main/pa_request.C: whitespace
                   4249: 
                   4250:        * tests/: 369.html, results/369.processed: test for
                   4251:          $response:status usage added (related to feature #1099)
                   4252: 
                   4253:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   4254:          if < 100 (implements feature #1099)
                   4255: 
                   4256:        * src/targets/cgi/parser3.C: whitespace
                   4257: 
                   4258:        * src/targets/cgi/parser3.C: whitespace
                   4259: 
                   4260:        * tests/: 368.html, results/368.processed: test updated after
                   4261:          ^reflection:filename[$method] added (related to feature #1053)
                   4262: 
                   4263:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   4264:          main/compile.y, main/execute.C, main/pa_request.C,
                   4265:          types/pa_vclass.h: filename -> filespec,
                   4266:          ^reflection:filename[$method] added (related to feature #1053)
                   4267: 
                   4268: 2016-11-27  moko
                   4269: 
                   4270:        * tests/: 368.html, results/368.processed: test for
                   4271:          reflection:filename[$class or object] added (related to feature
                   4272:          #1053)
                   4273: 
                   4274:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   4275:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   4276:          object] added (implements feature #1053)
                   4277: 
                   4278: 2016-11-26  moko
                   4279: 
                   4280:        * src/: include/pa_request_info.h,
                   4281:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   4282:          remove_absolute_uri -> strip_absolute_uri
                   4283: 
                   4284: 2016-11-25  moko
                   4285: 
                   4286:        * src/: include/pa_request_info.h,
                   4287:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   4288:          request_info.remove_absolute_uri added to remove possible
                   4289:          http://site.name/ from $request:uri (implements feature #1112)
                   4290: 
                   4291: 2016-11-24  moko
                   4292: 
                   4293:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   4294:          previous request headers clearing after redirect added (related
                   4295:          to bug #1109)
                   4296: 
                   4297:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   4298:          response headers from previous requests are now cleared, only
                   4299:          last request headers are collected (fixes bug #1109)
                   4300: 
                   4301:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   4302:          tests results updated as method name now added to the resulting
                   4303:          hash for new syntax only (Imp1 compatimility fixed, related to
                   4304:          feature #1068)
                   4305: 
                   4306:        * src/classes/reflection.C: method name now added to the resulting
                   4307:          hash for new syntax only (Imp1 compatimility fixed, related to
                   4308:          feature #1068)
                   4309: 
                   4310:        * tests/results/366.processed: test for native and parser
                   4311:          implementation of ^use[] logic (related to feature #1074)
                   4312: 
                   4313:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   4314:          for native and parser implementation of ^use[] logic (related to
                   4315:          feature #1074)
                   4316: 
                   4317: 2016-11-23  moko
                   4318: 
                   4319:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4320:          main/pa_request.C: @USE file now implemented as ^use[file;
                   4321:          $.origin[origin_file] ] (implements feature #1074)
                   4322: 
1.109     moko     4323: 2016-11-21  moko
                   4324: 
1.110     moko     4325:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   4326:          3.4.4 and $caller.method now tested (related to feature #1110)
                   4327: 
                   4328:        * tests/: 364.html, results/364.processed: $caller usage in
                   4329:          different contexts now tested (related to feature #1110)
                   4330: 
                   4331:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   4332: 
                   4333:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   4334: 
1.109     moko     4335:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   4336:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   4337:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   4338:          used (implements feature #1110)
                   4339: 
                   4340: 2016-11-20  moko
                   4341: 
                   4342:        * src/types/pa_vdouble.h: whitespace
                   4343: 
                   4344: 2016-11-11  moko
                   4345: 
                   4346:        * tests/: 363.html, results/363.processed: more tests for feature
                   4347:          #1091 (how parser methods work in expression context)
                   4348: 
                   4349:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   4350:          expressions strings are now written as strings, not values by
                   4351:          write_as_string (related to feature #1091)
                   4352: 
                   4353:        * src/classes/op.C: to make more correct behavour in expression
                   4354:          context
                   4355: 
                   4356: 2016-11-07  moko
                   4357: 
                   4358:        * tests/: 362.html, results/362.processed: test for
                   4359:          xsltParseStylesheetDoc caching as xsl modification after it added
                   4360:          (related to bug #1108)
                   4361: 
                   4362:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   4363:          result now cached as xdoc is modified after it (fixes bug #1108)
                   4364: 
                   4365: 2016-11-06  moko
                   4366: 
                   4367:        * src/types/pa_vxdoc.h: whitespace
                   4368: 
                   4369: 2016-11-05  moko
                   4370: 
                   4371:        * src/types/pa_vmethod_frame.h: cleanup
                   4372: 
                   4373: 2016-11-03  moko
                   4374: 
                   4375:        * tests/results/244.processed: more correct exception after method
                   4376:          frames separation
                   4377: 
                   4378:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   4379: 
                   4380:        * src/types/pa_method.h: optimization: params_count added
                   4381: 
                   4382:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   4383:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   4384:          types/pa_value.C, types/pa_vmethod_frame.C,
                   4385:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   4386:          VMethodFrame now divided into VNativeMethodFrame,
                   4387:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   4388:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   4389:          and used (related to feature #1104)
                   4390: 
                   4391: 2016-11-02  moko
                   4392: 
                   4393:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   4394:          classes/double.C, classes/file.C, classes/hash.C,
                   4395:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4396:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4397:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   4398:          classes/regex.C, classes/string.C, classes/table.C,
                   4399:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   4400:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   4401:          r.write (implements feature #1091)
                   4402: 
                   4403:        * src/main/execute.C: cleanup (related to feature #1104)
                   4404: 
                   4405:        * src/: include/pa_request.h, main/execute.C,
                   4406:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   4407:          added, in_expression removed (implements feature #1104)
                   4408: 
                   4409: 2016-10-31  moko
                   4410: 
                   4411:        * src/types/pa_value.C: whitespace
                   4412: 
                   4413: 2016-10-28  moko
                   4414: 
                   4415:        * tests/results/244.processed: updated after error reporting fixed
                   4416:          in pa_wcontext.C
                   4417: 
                   4418:        * src/types/pa_wcontext.C: error reporting fixed
                   4419: 
                   4420:        * src/types/pa_wcontext.h: whitespace
                   4421: 
                   4422:        * src/classes/image.C: not fully readed entries are no longer
                   4423:          processed (fixes bug #1106)
                   4424: 
                   4425: 2016-10-26  moko
                   4426: 
                   4427:        * src/classes/image.C: whitespace
                   4428: 
                   4429:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   4430:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   4431:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   4432:          longer required (related to feature #1091)
                   4433: 
                   4434:        * tests/results/: 264.processed, 350.processed: test results update
                   4435:          reverted (whitespace optimization) after write_no_lang removed :)
                   4436:          (related to feature #1091)
                   4437: 
                   4438:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   4439:          classes/string.C, classes/table.C, classes/void.C,
                   4440:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   4441:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   4442:          equal write_pass_lang (related to feature #1091)
                   4443: 
                   4444:        * tests/results/: 264.processed, 350.processed: test results
                   4445:          updated (whitespace optimization) after write_assign_lang removed
                   4446:          (related to feature #1091)
                   4447: 
                   4448:        * tests/: 361.html, results/361.processed: test for non-string
                   4449:          ^untaint added (related to feature #1091)
                   4450: 
                   4451:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4452:          classes/hash.C, classes/op.C, classes/string.C,
                   4453:          include/pa_request.h, main/execute.C: optimization:
                   4454:          write_assign_lang removed as not required (first part of feature
                   4455:          #1091 implementation)
                   4456: 
1.108     moko     4457: 2016-10-12  moko
                   4458: 
                   4459:        * tests/: 360.html, results/360.processed: more test code (related
                   4460:          to feature #1104)
                   4461: 
                   4462:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   4463:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   4464:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   4465:          WContext is next task (implements feature #1104)
                   4466: 
                   4467:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   4468:          / CO_WITHOUT_WCONTEXT
                   4469: 
                   4470:        * tests/: 360.html, results/360.processed: test for in expression
                   4471:          state (related to feature #1104)
                   4472: 
                   4473: 2016-10-11  moko
                   4474: 
                   4475:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   4476: 
                   4477:        * src/classes/op.C: default value removed from initializer
                   4478: 
                   4479:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   4480: 
                   4481:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   4482: 
                   4483: 2016-10-10  moko
                   4484: 
                   4485:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   4486:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   4487:          to feature #42)
                   4488: 
                   4489:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   4490:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   4491: 
                   4492: 2016-10-08  moko
                   4493: 
                   4494:        * src/classes/double.C: whitespace
                   4495: 
                   4496: 2016-10-07  moko
                   4497: 
                   4498:        * src/types/pa_vmethod_frame.h: reorder
                   4499: 
                   4500: 2016-10-06  moko
                   4501: 
                   4502:        * src/classes/date.C: typo
                   4503: 
                   4504:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   4505: 
                   4506:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4507:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   4508:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   4509:          Value*
                   4510: 
                   4511:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   4512: 
                   4513:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   4514:          removed; first as_* code rewrite
                   4515: 
                   4516: 2016-10-05  moko
                   4517: 
                   4518:        * src/include/pa_request.h: whitespace
                   4519: 
                   4520:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   4521:          intercept_string added (related to feature #1097)
                   4522: 
                   4523:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   4524:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4525:          optimization: intercept_string removed (implements feature #1097)
                   4526: 
                   4527:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   4528: 
                   4529:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   4530:          from VCodeFrame and WWrapper as not required
                   4531: 
                   4532: 2016-10-04  moko
                   4533: 
                   4534:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   4535:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   4536:          classes/int.C, classes/json.C, classes/op.C,
                   4537:          classes/reflection.C, classes/string.C, classes/table.C,
                   4538:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4539:          proces_to_value -> process after StringOrValue removed (related
                   4540:          to feature #1020)
                   4541: 
                   4542:        * src/classes/form.C: whitespace
                   4543: 
                   4544:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   4545: 
                   4546:        * tests/: 357.html, 358.html, results/357.processed,
                   4547:          results/358.processed, results/auto.p: test for @conf
                   4548:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   4549: 
                   4550: 2016-10-03  moko
                   4551: 
                   4552:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   4553:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   4554:          supported (implements feature #42)
                   4555: 
                   4556:        * src/types/pa_vregex.h: no reason for VRegex to be
                   4557:          is_evaluated_expr
                   4558: 
                   4559:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   4560:          (implements feature #1095)
                   4561: 
                   4562: 2016-10-01  moko
                   4563: 
                   4564:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   4565:          false by default (related to feature #1089)
                   4566: 
                   4567: 2016-09-30  moko
                   4568: 
                   4569:        * src/types/pa_wcontext.h: cleanup
                   4570: 
                   4571: 2016-09-29  moko
                   4572: 
                   4573:        * src/main/execute.C: whitespace
                   4574: 
                   4575:        * src/include/pa_request.h: whitespace
                   4576: 
                   4577:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4578:          classes/op.C, classes/table.C, include/pa_request.h,
                   4579:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   4580:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   4581:          StringOrValue removed as it just slows down and adds complexity
                   4582:          (implements feature #1020)
                   4583: 
                   4584: 2016-09-28  moko
                   4585: 
                   4586:        * tests/: 356.html, results/266.processed, results/321.processed,
                   4587:          results/356.processed: tests updated after name was added to
                   4588:          method_info hash, test for ^reflection:method_info[junction]
                   4589:          added (related to feature #1068)
                   4590: 
                   4591:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   4592:          supported, method name added to the resulting hash (implements
                   4593:          feature #1068)
                   4594: 
                   4595:        * tests/: 276.html, results/276.processed: more tests for
                   4596:          ^reflection:delete[]
                   4597: 
                   4598:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   4599:          didn't work on class and could damage native objects (like file)
                   4600: 
                   4601: 2016-09-26  moko
                   4602: 
                   4603:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   4604:          results/345.processed, results/346-curl.processed,
                   4605:          results/347-curl.processed, results/348.processed: numbers added
                   4606:          to simplify diff analysis
                   4607: 
                   4608:        * tests/: 352.html, results/352.processed: test result updated as
                   4609:          method name used
                   4610: 
                   4611:        * src/classes/reflection.C: method name used
                   4612: 
                   4613:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   4614:          its name
                   4615: 
                   4616:        * src/types/pa_method.h: whitespace
                   4617: 
                   4618:        * src/classes/reflection.C: both method and field with one name can
                   4619:          exist.
                   4620: 
                   4621:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   4622:          feature #1089)
                   4623: 
                   4624:        * tests/: 355.html, results/355.processed: property appears in
                   4625:          derived class if added in base test added
                   4626: 
                   4627:        * src/types/pa_vstateless_class.h: get_method declaration +
                   4628:          whitespace
                   4629: 
                   4630:        * tests/: 354.html, results/354.processed: nice test from method
                   4631:          and property with one name in class added
                   4632: 
                   4633: 2016-09-23  moko
                   4634: 
                   4635:        * src/classes/reflection.C: ^reflection:method usage documented
                   4636: 
                   4637: 2016-09-22  moko
                   4638: 
                   4639:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   4640:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   4641:          compile warning and GPF occures on VS2003 (related to feature
                   4642:          #1087)
                   4643: 
                   4644:        * tests/: 350.html, results/350.processed: test added for
                   4645:          $.encloser[] support in ^table::create (related to feature #11)
                   4646: 
                   4647:        * src/classes/table.C: another minor fix (related to feature #11)
                   4648: 
1.107     moko     4649: 2016-09-21  moko
                   4650: 
                   4651:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   4652: 
                   4653:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4654:          classes/json.C, classes/string.C, classes/table.C,
                   4655:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4656:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4657:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   4658:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   4659:          pa_charsets, vs2015 warning war
                   4660: 
                   4661:        * src/classes/table.C: vs2015 warning war
                   4662: 
                   4663:        * src/types/pa_vdate.C: vs2015 warning war
                   4664: 
                   4665:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   4666: 
                   4667:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   4668:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   4669: 
                   4670:        * src/main/pa_common.C: vs2015 compilation fixes
                   4671: 
                   4672:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   4673:          vs2015 compilation fixes
                   4674: 
                   4675:        * src/main/pa_charset.C: vs2015 warning war
                   4676: 
                   4677:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   4678: 
                   4679:        * src/main/pa_charset.C: vs2015 warning war
                   4680: 
                   4681:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   4682: 
                   4683:        * src/types/pa_vdate.C: vs2015 compilation fix
                   4684: 
                   4685:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   4686: 
                   4687:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   4688:          VS2015 compilation fixes
                   4689: 
                   4690:        * src/classes/table.C: minor fix (related to feature #11)
                   4691: 
                   4692:        * tests/results/282.processed: no longer skipping extra enclosers
                   4693:          (related to feature #11)
                   4694: 
                   4695:        * src/classes/table.C: minor fix + no longer skipping extra
                   4696:          enclosers (related to feature #11)
                   4697: 
                   4698:        * src/classes/table.C: minor optimization (related to feature #11)
                   4699: 
                   4700:        * src/classes/table.C: minor fix and optimization (related to
                   4701:          feature #11)
                   4702: 
                   4703: 2016-09-20  moko
                   4704: 
                   4705:        * tests/: 353.html, results/353.processed: test for
                   4706:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   4707:          added (related to bug #1090)
                   4708: 
                   4709:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   4710:          one_big_piece (fixes bug #1090)
                   4711: 
                   4712:        * tests/: 229.html, results/229.processed: code coverage tests
                   4713: 
                   4714:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   4715:          body) was called
                   4716: 
                   4717:        * src/classes/op.C: whitespace
                   4718: 
                   4719:        * tests/: 323.html, results/323.processed: test for code junction
                   4720:          should not be returned by ^reflection:class, ^reflection:base
                   4721: 
                   4722:        * src/classes/reflection.C: bugfix: code junction should not be
                   4723:          returned by ^reflection:class, ^reflection:base
                   4724: 
                   4725:        * tests/: 323.html, 352.html, results/352.processed: no more
                   4726:          exception for ^reflection:method[class;no-such-method] (related
                   4727:          to feature #1087)
                   4728: 
                   4729:        * src/classes/reflection.C:
                   4730:          ^reflection:method[class;no-such-method] : exception -> void
                   4731:          (related to feature #1087)
                   4732: 
                   4733:        * src/include/pa_request.h: request::write_value added to allow
                   4734:          write value without convertion (related to issue #1091)
                   4735: 
                   4736: 2016-09-19  moko
                   4737: 
                   4738:        * src/main/pa_random.C: windows build fix
                   4739: 
                   4740:        * src/types/pa_vhash.h: warning war
                   4741: 
                   4742: 2016-09-14  moko
                   4743: 
                   4744:        * tests/: 352.html, 552.html, results/352.processed,
                   4745:          results/552.processed: test for ^reflection:method[] extension
                   4746:          added (related to feature #1087)
                   4747: 
                   4748:        * tests/: 552.html, results/552.processed: test for
                   4749:          ^reflection:method[] extension added (related to feature #1087)
                   4750: 
                   4751:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   4752:          dynamic_cast check added (related to feature #1087)
                   4753: 
                   4754:        * tests/: 351.html, results/351.processed: test for @auto[]
                   4755:          inheritance bug diring ^process[] added (related to bug #1088)
                   4756: 
                   4757:        * src/: classes/op.C, main/pa_request.C,
                   4758:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   4759:          disable it inheritance during ^process (fixes bug #1088)
                   4760: 
                   4761:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   4762:          added (implements feature #1087)
                   4763: 
                   4764: 2016-09-13  moko
                   4765: 
                   4766:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   4767:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   4768:          to feature #1086)
                   4769: 
                   4770:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   4771:          types/pa_vobject.C: objects now are not class instances, but have
                   4772:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   4773:          in @conf (implements feature #1086)
                   4774: 
                   4775: 2016-09-08  moko
                   4776: 
                   4777:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   4778:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   4779:          include/pa_string.h: cleanup: string::split limit argument
                   4780:          removed as no longer required, pos_after no longer reference
                   4781:          (related to feature #11)
                   4782: 
                   4783:        * src/classes/table.C, tests/results/348.processed: now exception
                   4784:          is rised when invalid option is passed to ^table::create[]
                   4785: 
                   4786:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   4787:          coverage tests
                   4788: 
                   4789:        * tests/: 348.html, results/348.processed: code coverage tests
                   4790:          added
                   4791: 
                   4792:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   4793:          tests
                   4794: 
                   4795:        * tests/: 035.html, results/035.processed, results/272.processed:
                   4796:          tests updated after $.encloser[] support for ^table::create
                   4797:          implementation (related to feature #11)
                   4798: 
                   4799:        * src/classes/table.C: $.encloser[] support for ^table::create
                   4800:          finally added (implements feature #11)
                   4801: 
                   4802: 2016-09-07  moko
                   4803: 
                   4804:        * src/include/pa_string.h: added StringSplitHelper as friend
                   4805:          (related to feature #11)
                   4806: 
                   4807:        * src/include/pa_string.h: body and langs now protected, not
                   4808:          private to allow inheritance (related to feature #11)
                   4809: 
                   4810:        * src/classes/table.C: lsplit optimized before cloning for
                   4811:          ^table::create with $.encloser[] (related to feature #11)
                   4812: 
                   4813:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   4814:          added and used (related to feature #11)
                   4815: 
                   4816:        * src/classes/table.C: spelling:
                   4817: 
                   4818:          TableSeparators -> TableControlChars column -> separator
                   4819:          separators -> control_chars
                   4820: 
                   4821: 2016-09-06  moko
                   4822: 
                   4823:        * src/main/pa_string.C: whitespace
                   4824: 
                   4825:        * src/main/pa_string.C: whitespace
                   4826: 
                   4827: 2016-09-01  moko
                   4828: 
                   4829:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   4830:          results OS-independent
                   4831: 
                   4832:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   4833:          compiler (related to feature #1042)
                   4834: 
                   4835: 2016-08-15  moko
                   4836: 
                   4837:        * src/include/pa_string.h: whitespace
                   4838: 
                   4839:        * src/classes/table.C: whitespace
                   4840: 
1.106     moko     4841: 2016-08-05  moko
                   4842: 
                   4843:        * tests/: 344.html, results/344.processed: test for
                   4844:          ^hash::create[$file] added (related to feature #1075)
                   4845: 
                   4846:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   4847:          supported (implements feature #1075)
                   4848: 
                   4849: 2016-08-04  moko
                   4850: 
                   4851:        * tests/: 341.html, results/341.processed: more code coverage tests
                   4852: 
                   4853:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4854:          coverage tests for curl
                   4855: 
                   4856:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4857:          coverage tests for curl
                   4858: 
                   4859:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   4860:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   4861:          test added
                   4862: 
                   4863:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   4864:          coverage tests for curl
                   4865: 
                   4866: 2016-08-03  moko
                   4867: 
                   4868:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   4869:          until it will be loaded, allowing to find existing library.
                   4870: 
                   4871:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   4872:          results/347-curl.processed: more code coverage tests for curl
                   4873: 
                   4874:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   4875:          results/339-curl.processed, results/346-curl.processed: curl
                   4876:          functionality tests
                   4877: 
                   4878: 2016-08-02  moko
                   4879: 
                   4880:        * tests/: 339.html, results/339.processed: test for tables in
                   4881:          ^file:load[] and ^curl:load[] (commented) added (related to
                   4882:          feature #1042)
                   4883: 
                   4884:        * tests/: 345.html, results/345.processed: code coverage tests for
                   4885:          file class
                   4886: 
                   4887:        * tests/: 344.html, results/344.processed: code coverage tests
                   4888: 
                   4889:        * tests/: 344.html, results/344.processed: mdate removed from
                   4890:          output
                   4891: 
                   4892:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   4893:          fcontent.is_text_mode() if not set (related to feature #1061)
                   4894: 
                   4895:        * tests/: 344.html, results/344.processed: more tests
                   4896: 
                   4897:        * tests/: 343.html, 344.html, results/343.processed,
                   4898:          results/344.processed: tests for ^file::create[ $.from-charset
                   4899:          and $.to-charset ] (related to feature #1061)
                   4900: 
                   4901:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4902:          aset_text_mode argument optimized
                   4903: 
                   4904:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4905:          checkBOM now used in detect_binary_content (related to feature
                   4906:          #1061)
                   4907: 
                   4908:        * src/main/pa_request.C: load_charset no longer required to_upper
                   4909: 
                   4910:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   4911:          preserves original file mode (if no $.mode specified)
                   4912: 
                   4913:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4914:          ^file::create now supports $.from-charset[] and $.to-charset
                   4915:          options (implements feature #1061), automatic transcode is done
                   4916:          if text file is created from binary file and charset is detected.
                   4917: 
                   4918: 2016-07-30  moko
                   4919: 
                   4920:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   4921:          feature #1057)
                   4922: 
                   4923:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   4924:          added (related to feature #1057)
                   4925: 
                   4926:        * tests/: 286.html, results/286.processed: code tests coverage
                   4927: 
                   4928: 2016-07-29  moko
                   4929: 
                   4930:        * src/classes/table.C: table size should be checked inside menu and
                   4931:          foreach (related to feature #858)
                   4932: 
                   4933:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   4934:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4935:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   4936:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   4937:          charsets.get now does str_upper inside (related to feature #1061)
                   4938: 
                   4939:        * tests/: 342.html, results/342.processed: more code coverage tests
                   4940: 
                   4941:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   4942:          + foreach test added (related to feature #858)
                   4943: 
                   4944:        * tests/: 341.html, results/341.processed: tests for
                   4945:          ^table.hash[]{code} added + code coverage tests (related to
                   4946:          feature #1057)
                   4947: 
                   4948:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   4949:          value} support (implements feature #1057)
                   4950: 
                   4951:        * src/classes/table.C: whitespace
                   4952: 
                   4953: 2016-07-28  moko
                   4954: 
                   4955:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   4956:          from URL, if not specified query string removed from url-based
                   4957:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   4958:          #1042)
                   4959: 
                   4960: 2016-07-27  moko
                   4961: 
                   4962:        * tests/: 340.html, results/340.processed: test for
                   4963:          transcode_text_result=false added (related to issue #1042)
                   4964: 
                   4965: 2016-07-26  moko
                   4966: 
                   4967:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   4968:          is folder and ends with /) (related to feature #1042)
                   4969: 
                   4970:        * src/main/pa_http.C: whitespace optimizaion
                   4971: 
                   4972:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   4973:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   4974:          multiple headers, ^file::load supports headers transcoding
                   4975:          (implements feature #1042)
                   4976: 
                   4977: 2016-07-25  moko
                   4978: 
                   4979:        * src/include/pa_common.h: PA_DEFAULT added
                   4980: 
                   4981: 2016-07-22  moko
                   4982: 
                   4983:        * tests/: 338.html, results/338.processed: test for
                   4984:          $date.field(value) added (related to feature #1066)
                   4985: 
                   4986:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4987:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   4988:          feature #1066)
                   4989: 
1.105     moko     4990: 2016-07-21  moko
                   4991: 
                   4992:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   4993:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   4994:          arguments removed; image.C - absolute path shown in exception
                   4995:          (implements feature #1071)
                   4996: 
                   4997:        * tests/: 235.html, results/235.processed: test and test result
                   4998:          updated after static boundary in mail and Errors-To: mail header
                   4999:          removed (related to feature #1047)
                   5000: 
                   5001:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   5002:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   5003:          used, static boundary in mail removed, Errors-To: mail header
                   5004:          removed (implements feature #1047)
                   5005: 
                   5006: 2016-07-20  moko
                   5007: 
                   5008:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   5009:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   5010:          issue #1051)
                   5011: 
                   5012:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   5013:          request.classes(): Value -> VStateless_class, part 2 (related to
                   5014:          issue #1051)
                   5015: 
                   5016:        * tests/results/: 224.processed, 323.processed: classes without
                   5017:          methods should not be methoded (related to issue #1051)
                   5018: 
                   5019:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   5020:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   5021:          -> VStateless_class, part 1 (related to issue #1051)
                   5022: 
                   5023:        * tests/: 337.html, results/337.processed: test for
                   5024:          ^reflection:fields_reference[] and VHashReference class added
                   5025:          (related to feature #1072)
                   5026: 
                   5027:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   5028:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   5029:          and VHashReference added, allowing ^reflection:fields_reference[]
                   5030:          implementation (closes feature #1072)
                   5031: 
                   5032: 2016-07-19  moko
                   5033: 
                   5034:        * tests/: 323.html, results/323.processed: we want to see
                   5035:          "methoded"
                   5036: 
                   5037:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   5038:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   5039:          #1059)
                   5040: 
                   5041:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   5042:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   5043:          somebody_entered_some_class, $BASE:property works again,
                   5044:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   5045: 
                   5046: 2016-07-14  moko
                   5047: 
                   5048:        * tests/: 335.html, results/335.processed: test for feature #1055
                   5049:          added
                   5050: 
                   5051:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   5052:          feature: ^hash.contains[_default] added (implements feature
                   5053:          #1055)
                   5054: 
                   5055: 2016-07-13  moko
                   5056: 
                   5057:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   5058:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   5059: 
                   5060: 2016-07-05  moko
                   5061: 
                   5062:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   5063:          in ^hash.foreach (related to feature #1073)
                   5064: 
                   5065: 2016-07-04  moko
                   5066: 
                   5067:        * tests/: 134.html, 281.html, results/134.processed,
                   5068:          results/281.processed: tests updated after hash blocking removed
                   5069:          (related to feature #1073)
                   5070: 
                   5071:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   5072:          no longer blocks on change during foreach (implements feature
                   5073:          #1073)
                   5074: 
                   5075: 2016-06-17  moko
                   5076: 
                   5077:        * tests/: 330.html, results/330.processed: try exception source
                   5078:          test added (related to bug in #1062)
                   5079: 
                   5080:        * tests/: 334.html, results/334.processed: Exception stack trace
                   5081:          test added (related to bug in $1062)
                   5082: 
                   5083:        * src/classes/op.C: Exception trace now correctly restored and
                   5084:          errors reported (related to bug #1062)
                   5085: 
1.104     moko     5086: 2016-05-25  moko
                   5087: 
                   5088:        * src/main/compile.y: minor cleanup + beauty
                   5089: 
                   5090: 2016-05-24  moko
                   5091: 
                   5092:        * tests/: 333.html, results/333.processed: more exceptions testing
                   5093: 
                   5094:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   5095:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   5096:          features #1056, #1026)
                   5097: 
                   5098:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   5099:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   5100:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   5101:          (implements feature #1056)
                   5102: 
                   5103:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   5104:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   5105:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   5106:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   5107:          feature #1026)
                   5108: 
                   5109:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   5110:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   5111:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   5112:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   5113:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   5114:          feature #1026)
                   5115: 
                   5116:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   5117:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   5118:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   5119:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   5120: 
                   5121:        * src/main/main.vcproj: + ps_symbols
                   5122: 
                   5123:        * src/: include/Makefile.am, include/pa_string.h,
                   5124:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   5125:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   5126:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5127:          types/pa_vstateless_class.C: initial implementation for symbols
                   5128:          cache (related to feature #1026)
                   5129: 
                   5130:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   5131: 
                   5132:        * src/main/pa_globals.C: minor cleanup
                   5133: 
                   5134: 2016-05-19  moko
                   5135: 
                   5136:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   5137:          (related to feature #1046)
                   5138: 
                   5139:        * tests/: 331.html, results/331.processed: test for
                   5140:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   5141:          (related to feature #1051)
                   5142: 
                   5143:        * src/main/compile.y:
                   5144:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   5145:          (implements feature #1054)
                   5146: 
                   5147: 2016-05-18  moko
                   5148: 
                   5149:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   5150:          "column not found" exception for ^table.no-such-method[] (related
                   5151:          to feature #1046)
                   5152: 
                   5153:        * tests/: 261.html, results/261.processed: test added and updated
                   5154:          after feature #1046 implementation
                   5155: 
                   5156:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   5157:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   5158:          ^string.contains added for hash compatibility, $string.method no
                   5159:          longer returns stting method (implements feature #1046)
                   5160: 
                   5161: 2016-05-12  moko
                   5162: 
                   5163:        * src/classes/curl.C: content-type response header no longer
                   5164:          ignored (fixes issue #1045)
                   5165: 
                   5166:        * tests/: 330.html, results/330.processed: test for incomplete
                   5167:          finally execution when break occures added (related to issue
                   5168:          #1077)
                   5169: 
                   5170:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   5171:          executing catch and finally code (fixes issue #1062)
                   5172: 
                   5173: 2016-05-11  moko
                   5174: 
                   5175:        * tests/: 329.html, results/329.processed: test for invalid
                   5176:          ^break[] behavour added (bug #1077)
                   5177: 
                   5178:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   5179: 
                   5180: 2016-04-24  moko
                   5181: 
                   5182:        * src/types/pa_vstateless_class.h: warning war
                   5183: 
                   5184: 2016-04-17  moko
                   5185: 
                   5186:        * tests/: 328.html, results/328.processed: test for
                   5187:          ^break(condition) and ^continue(condition) (related to feature
                   5188:          #1063)
                   5189: 
                   5190:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   5191:          implemented (feature #1063)
                   5192: 
                   5193: 2016-04-12  moko
                   5194: 
                   5195:        * tests/results/280.processed: ordered hash now used for class
                   5196:          methods and properties (test results updated for feature #1069)
                   5197: 
                   5198:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   5199:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   5200:          failed (related to issue #1051)
                   5201: 
                   5202:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   5203:          are printed to check inheritance (related to feature #1051)
                   5204: 
1.103     moko     5205: 2016-04-09  moko
                   5206: 
                   5207:        * tests/results/320.processed: ordered hash now used for class
                   5208:          methods and properties (test results updated for feature #1069)
                   5209: 
                   5210:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   5211:          methods and properties (implements feature #1069)
                   5212: 
                   5213:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   5214:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   5215:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   5216:          feature #1051)
                   5217: 
                   5218: 2016-04-07  moko
                   5219: 
                   5220:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   5221:          (related to feature #1051)
                   5222: 
                   5223:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   5224:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   5225:          string constants deduplication (related to feature #1051)
                   5226: 
                   5227:        * tests/results/224.processed: test result updated (related to
                   5228:          feature #1051)
                   5229: 
                   5230:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   5231:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   5232:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   5233:          types/pa_vstatus.h: classes hash now contains only
                   5234:          VStateless_class derived objects, .CLASS is also allways
                   5235:          VStateless_class derived object (related to feature #1051).
                   5236: 
                   5237: 2016-04-06  moko
                   5238: 
                   5239:        * tests/results/323.processed: test result updated after feature
                   5240:          #1051 implementation
                   5241: 
                   5242:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   5243:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   5244:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   5245:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   5246:          types/pa_vresponse.C, types/pa_vresponse.h,
                   5247:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   5248:          classes, type() moved from VStateless_class to VClass and
                   5249:          Methoded (implements feature #1051)
                   5250: 
                   5251: 2016-04-04  moko
                   5252: 
                   5253:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   5254:          beauty: put_class added (related to feature #1051)
                   5255: 
                   5256: 2016-04-01  moko
                   5257: 
                   5258:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   5259:          229.processed, 244.processed, 246.processed, 316.processed: test
                   5260:          results updated as class.type() removed from error messages, only
                   5261:          type() left (related to feature #1051)
                   5262: 
                   5263:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   5264:          classes/op.C, classes/reflection.C, main/compile.y,
                   5265:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   5266:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   5267:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   5268:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   5269:          from VStateless_class, type() is used instead (related to feature
                   5270:          #1051)
                   5271: 
                   5272:        * src/classes/mail.C: old logic restored.
                   5273: 
                   5274:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   5275:          classes/classes.h, classes/curl.C, classes/date.C,
                   5276:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   5277:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   5278:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   5279:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   5280:          classes/regex.C, classes/response.C, classes/string.C,
                   5281:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   5282:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   5283:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   5284:          feature #1051)
                   5285: 
                   5286: 2016-03-30  moko
                   5287: 
                   5288:        * tests/: 327.html, results/224.processed, results/327.processed:
                   5289:          test for TZ specification in ^date::create[], TZ is kept during
                   5290:          ^date::create[$dt] (related to feature #1048)
                   5291: 
                   5292:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   5293:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   5294:          feature #1048)
                   5295: 
                   5296: 2016-03-29  moko
                   5297: 
                   5298:        * tests/: 315.html, results/315.processed: test for timezone format
                   5299:          +HHmm added (related to feature #1065)
                   5300: 
                   5301:        * src/classes/date.C: timezone format +HHmm now supported
                   5302:          (implements feature #1065)
                   5303: 
                   5304: 2016-03-28  moko
                   5305: 
                   5306:        * tests/: 202.html, results/131.processed, results/202.processed,
                   5307:          results/224.processed, results/256.processed,
                   5308:          results/315.processed: test results updated after %.2d now
                   5309:          default for hours offset in iso-string (was %2d), test for
                   5310:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   5311:          added (related to feature #1065)
                   5312: 
                   5313: 2016-03-27  moko
                   5314: 
                   5315:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   5316:          feature #1065)
                   5317: 
                   5318:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   5319:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   5320:          added (implements feature #1065)
                   5321: 
                   5322: 2016-03-24  moko
                   5323: 
                   5324:        * tests/: 202.html, results/202.processed: test $date.week added
                   5325:          (related to bug #1067)
                   5326: 
                   5327:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   5328:          date (fix for bug #1067)
                   5329: 
                   5330: 2016-03-10  moko
                   5331: 
                   5332:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   5333: 
1.102     moko     5334: 2015-12-07  moko
                   5335: 
                   5336:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   5337:          .CLASS_NAME optimization added (related to feature #844)
                   5338: 
                   5339: 2015-11-17  moko
                   5340: 
                   5341:        * tests/: 323.html, results/323.processed: order added
                   5342: 
                   5343:        * tests/: 325.html, results/325.processed: double range test added
                   5344:          (related to bug #1049)
                   5345: 
                   5346: 2015-11-16  moko
                   5347: 
                   5348:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   5349:          added to disallow NaN and Infinity (fixes bug #1049)
                   5350: 
                   5351: 2015-11-11  moko
                   5352: 
                   5353:        * tests/324.html: parser 3.4.3 execution support added (related to
                   5354:          feature #1017)
                   5355: 
                   5356:        * tests/: 324.html, results/324.processed: test for
                   5357:          GET_ELEMENT4CALL feature added (feature #1017)
                   5358: 
1.101     moko     5359: 2015-10-29  moko
                   5360: 
1.211     moko     5361:        * operators.ru.txt, operators.txt: updated for 3.4.4
1.101     moko     5362: 
                   5363:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   5364: 
                   5365:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   5366:          (related to bug #1043)
                   5367: 
                   5368: 2015-10-28  moko
                   5369: 
                   5370:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   5371:          hangup during ^file::exec (fixes bug #1043)
                   5372: 
1.100     moko     5373: 2015-10-27  moko
                   5374: 
                   5375:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   5376: 
1.99      moko     5377: 2015-10-26  moko
                   5378: 
1.100     moko     5379:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   5380:          (related to issue #1041)
                   5381: 
                   5382:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   5383:          Copyright year updated
                   5384: 
1.99      moko     5385:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   5386:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   5387:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   5388:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   5389:          classes/mail.C, classes/math.C, classes/memcached.C,
                   5390:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5391:          classes/regex.C, classes/response.C, classes/string.C,
                   5392:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5393:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5394:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5395:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5396:          include/pa_dictionary.h, include/pa_dir.h,
                   5397:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5398:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5399:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5400:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5401:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5402:          include/pa_sapi.h, include/pa_socks.h,
                   5403:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5404:          include/pa_stack.h, include/pa_string.h,
                   5405:          include/pa_stylesheet_connection.h,
                   5406:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5407:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5408:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5409:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5410:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   5411:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   5412:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   5413:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   5414:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5415:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   5416:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   5417:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   5418:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   5419:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5420:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5421:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5422:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5423:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5424:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   5425:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   5426:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   5427:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   5428:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   5429:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   5430:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   5431:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   5432:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   5433:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5434:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5435:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5436:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5437:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5438:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5439:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5440:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   5441:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5442:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5443:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   5444:          types/pa_vresponse.C, types/pa_vresponse.h,
                   5445:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5446:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   5447:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   5448:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   5449:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5450:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   5451:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   5452: 
                   5453:        * src/targets/cgi/parser3.C: year updated
                   5454: 
                   5455:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   5456:          issue #1041)
                   5457: 
                   5458:        * tests/: 323.html, results/323.processed: test for base classes
                   5459:          added
                   5460: 
                   5461:        * tests/: 261.html, results/261.processed: updated after better
                   5462:          error reporting done for $string.key exception
                   5463: 
                   5464:        * src/types/pa_vstring.h: better error report for $string.key
                   5465:          exception
                   5466: 
                   5467:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   5468:          copied as VObject::get_element4call to remove extra virtual call
                   5469: 
                   5470:        * tests/: 322.html, results/322.processed: test for
                   5471:          ^reflection:is[] added (related to feature #1041)
                   5472: 
                   5473:        * src/classes/reflection.C: ^reflection:is empty value is void
                   5474:          (related to feature #1041)
                   5475: 
                   5476:        * src/classes/reflection.C:
                   5477:          ^reflection:is[class_name|code|method;[context;]element_name]
                   5478:          added (implements feature #1041)
                   5479: 
                   5480: 2015-10-24  moko
                   5481: 
                   5482:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   5483: 
1.98      moko     5484: 2015-10-22  moko
                   5485: 
                   5486:        * tests/: 321.html, results/321.processed: test for
                   5487:          ^reflection:method_info[] file detection added
                   5488: 
                   5489:        * tests/: 320.html, results/320.processed: test for
                   5490:          ^reflection:class_by_name[class_name] added (related to feature
                   5491:          #993)
                   5492: 
                   5493:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   5494:          added (implements feature #993)
                   5495: 
                   5496:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   5497:          (related to feature #1017)
                   5498: 
                   5499:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   5500:          added (related to issue #1039)
                   5501: 
                   5502:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   5503:          #1039)
                   5504: 
                   5505:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   5506:          for VDate
                   5507: 
                   5508:        * tests/results/182.processed: updated after feature #1038
                   5509:          implemented
                   5510: 
                   5511:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   5512:          compile-time exception origin added (test for feature #1039)
                   5513: 
                   5514:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   5515:          main/pa_request.C: exception unification: compile-time exceptions
                   5516:          now have origin, @USE origins also tracked (implements feature
                   5517:          #1039)
                   5518: 
                   5519: 2015-10-20  moko
                   5520: 
                   5521:        * src/main/pa_request.C: cleanup
                   5522: 
                   5523: 2015-10-15  moko
                   5524: 
                   5525:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   5526: 
                   5527:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   5528:          types/pa_vtable.C: new feature: no more $table.method and
                   5529:          $hash.method, aliases for _at, _count, _key (related to feature
                   5530:          #1017)
                   5531: 
1.97      moko     5532: 2015-10-14  moko
                   5533: 
1.98      moko     5534:        * tests/: 317.html, results/317.processed: test for
                   5535:          ^string.unescape[] added (related to feature #120)
                   5536: 
1.97      moko     5537:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   5538:          defined" bug (described in issue #1036)
                   5539: 
                   5540:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   5541:          (test for bug #1037)
                   5542: 
                   5543:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   5544:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   5545:          it's not enforced, skips BOM signature if it complies charset
                   5546:          (fixes bug #1037)
                   5547: 
                   5548: 2015-10-13  moko
                   5549: 
                   5550:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   5551:          linking
                   5552: 
                   5553:        * src/classes/inet.C: vs2003 compilation fix
                   5554: 
                   5555:        * src/classes/math.C: warning war
                   5556: 
                   5557:        * src/lib/punycode/pa_punycode.c: warning war
                   5558: 
                   5559: 2015-10-12  moko
                   5560: 
                   5561:        * src/lib/punycode/pa_punycode.c: warning war
                   5562: 
                   5563:        * parser3.sln: moved parser3 first, to make it default startup
                   5564:          project
                   5565: 
                   5566:        * buildall: parser "mirror" now used for external libs sources
                   5567:          (implements feature #1036)
                   5568: 
                   5569:        * buildall: most external libs are updated to their current
                   5570:          versions (related to feature #1036)
                   5571: 
                   5572:        * src/classes/image.C: more tags added
                   5573: 
                   5574:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   5575: 
                   5576: 2015-10-11  moko
                   5577: 
                   5578:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   5579: 
                   5580: 2015-10-09  moko
                   5581: 
                   5582:        * src/classes/curl.C: pa_strdup added for strings from curl
                   5583:          (related to feature #1035)
                   5584: 
                   5585:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   5586:          ULLONG_MAX definition
                   5587: 
                   5588:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   5589:          (implements feature #1035)
                   5590: 
                   5591:        * src/main/pa_charset.C: String::Body(String::C) used
                   5592: 
                   5593:        * src/main/pa_charset.C: exceptions unified
                   5594: 
                   5595:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   5596:          unified
                   5597: 
                   5598:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   5599:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   5600:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   5601:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   5602:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   5603:          String::Body(String::C) constructor added (related to bug #957)
                   5604: 
                   5605:        * src/classes/file.C: minor optimization
                   5606: 
                   5607:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   5608:          Cord(char*) autocreation (related to bug #957)
                   5609: 
                   5610:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   5611: 
                   5612:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   5613:          String(char*, Lang, length) removed, String(C(), Lang) used
                   5614:          instead (related to bug #957)
                   5615: 
                   5616: 2015-10-08  moko
                   5617: 
                   5618:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   5619:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   5620:          main/untaint.C: Now char * is converted to CORD only using
                   5621:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   5622: 
                   5623:        * src/include/pa_hash.h: fixed compilation without
                   5624:          HASH_CODE_CACHING
                   5625: 
                   5626:        * src/classes/string.C:
                   5627:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   5628:          feature #120)
                   5629: 
                   5630:        * src/main/pa_common.C: reduce js flags checks count (related to
                   5631:          feature #120)
                   5632: 
1.96      moko     5633: 2015-10-07  moko
                   5634: 
                   5635:        * tests/: 275.html, results/275.processed: test modified after
                   5636:          unsigned long long int support implemented (feature #1034)
                   5637: 
                   5638:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   5639:          pa_atoul added for unsigned long long int support
                   5640: 
                   5641: 2015-10-06  moko
                   5642: 
                   5643:        * src/types/pa_vdate.C: INT_MAX used
                   5644: 
                   5645: 2015-10-03  moko
                   5646: 
                   5647:        * tests/: 302.html, results/302.processed: test for bug #1023
                   5648:          (\u2028, \u2029 escaping) added
                   5649: 
                   5650:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   5651:          json:string[] (fixes bug #1023)
                   5652: 
                   5653: 2015-09-29  moko
                   5654: 
                   5655:        * tests/305.html: try-catch added for OS without ipv6 support
                   5656: 
                   5657:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   5658:          compilation
                   5659: 
                   5660:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   5661:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   5662:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   5663:          implemented to distinguish ^hash.method from $hash.field
                   5664:          (implements feature #1017)
                   5665: 
                   5666:        * src/lib/punycode/pa_punycode.c: warning war
                   5667: 
                   5668:        * src/include/pa_config_includes.h: warning war
                   5669: 
                   5670:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   5671: 
                   5672:        * src/include/pa_config_includes.h: warning war
                   5673: 
                   5674:        * src/include/pa_hash.h: clang compilation fix
                   5675: 
                   5676: 2015-09-27  moko
                   5677: 
                   5678:        * src/main/compile.tab.C: Bison 3 is now default
                   5679: 
                   5680:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   5681: 
                   5682: 2015-09-25  moko
                   5683: 
                   5684:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   5685:          works with undefined HASH_ORDER (related to feature #196)
                   5686: 
                   5687: 2015-09-24  moko
                   5688: 
                   5689:        * tests/: 027.html, results/027.processed: test modified to test
                   5690:          ^hash.sort (feature #196)
                   5691: 
                   5692:        * src/: classes/hash.C, include/pa_hash.h:
                   5693:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   5694:          added (implements feature #196)
                   5695: 
                   5696:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   5697:          (exception handling in non-cached ^cache), plus for "it does not
                   5698:          have logical value" and "$exception.handled value must be either
                   5699:          boolean or string 'cache'" exceptions.
                   5700: 
                   5701:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   5702:          code (fixes bug #1025)
                   5703: 
1.95      moko     5704: 2015-09-23  moko
                   5705: 
                   5706:        * src/classes/table.C: warning war
                   5707: 
                   5708:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   5709: 
                   5710:        * src/classes/file.C: warning war
                   5711: 
                   5712:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   5713: 
                   5714:        * src/: main/pa_request.C, classes/date.C: warning war
                   5715: 
                   5716:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   5717: 
                   5718:        * tests/: 122.html, results/122.processed: win sync: to remove
                   5719:          differences with OS that doesn't keep timezone change history
                   5720: 
                   5721:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   5722:          TZ change (related to feature #36)
                   5723: 
                   5724:        * tests/: 075.html, results/075.processed: win sync: to remove
                   5725:          differences with OS that doesn't keep timezone change history
                   5726: 
                   5727:        * tests/: 315.html, results/315.processed: win sync: to remove
                   5728:          differences with OS that doesn't keep timezone change history
                   5729: 
                   5730:        * tests/: 256.html, results/256.processed: win sync: to remove
                   5731:          differences with OS that doesn't keep timezone change history
                   5732: 
                   5733:        * tests/: 124.html, results/124.processed: win results sync: to
                   5734:          avoid hitting time change hole.
                   5735: 
                   5736:        * src/types/pa_vdate.C: static returned. :)
                   5737: 
                   5738: 2015-09-22  moko
                   5739: 
                   5740:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   5741: 
                   5742:        * tests/results/131.processed: more tests for feature #1032
                   5743: 
                   5744:        * src/classes/date.C: minor fix related to feature #1032
                   5745: 
1.211     moko     5746:        * operators.ru.txt, operators.txt: ISO date creation documented
                   5747:          (related to feature #1032)
1.95      moko     5748: 
1.211     moko     5749:        * operators.ru.txt, operators.txt: iso-string documented (related
                   5750:          to feature #1032)
1.95      moko     5751: 
                   5752:        * tests/: 315.html, results/315.processed: more tests added
                   5753:          (related to feature #1032)
                   5754: 
                   5755:        * tests/: 131.html, results/131.processed: date range checks
                   5756:          updated (related to feature #36)
                   5757: 
                   5758:        * tests/: 315.html, results/057.processed, results/315.processed:
                   5759:          test added for ISO date support (related to issue #315)
                   5760: 
                   5761:        * src/classes/date.C: more readable exceptions in date creation
                   5762:          (related to ticket #1032)
                   5763: 
                   5764: 2015-09-18  moko
                   5765: 
                   5766:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   5767:          added (related to issue #1032)
                   5768: 
                   5769:        * tests/results/256.processed, src/classes/json.C: iso-string
                   5770:          documented (related to issue #1032)
                   5771: 
                   5772:        * tests/: 256.html, results/256.processed: ISO date check added
                   5773:          (related to issue #1032)
                   5774: 
                   5775:        * tests/: 057.html, results/057.processed, results/224.processed:
                   5776:          tests results updated after ISO date support implemented (related
                   5777:          to feature #1032)
                   5778: 
                   5779:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   5780:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   5781:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   5782:          added (implements feature #1032)
                   5783: 
                   5784: 2015-09-05  moko
                   5785: 
1.211     moko     5786:        * operators.ru.txt, operators.txt: actualized
1.95      moko     5787: 
1.211     moko     5788:        * operators.ru.txt, operators.txt: date changes documented (related
                   5789:          to ticket #36)
1.95      moko     5790: 
                   5791: 2015-09-04  moko
                   5792: 
                   5793:        * src/types/pa_vdate.C: warning war
                   5794: 
                   5795:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   5796: 
                   5797: 2015-09-03  moko
                   5798: 
                   5799:        * tests/results/096.processed: test result updated for 0..9999 year
                   5800:          date range support (related to feature #36)
                   5801: 
                   5802:        * tests/: 314.html, results/314.processed: test for
                   5803:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   5804:          bug #1031)
                   5805: 
                   5806:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   5807:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   5808: 
1.116     moko     5809:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   5810:          configure.in -> configure.ac
1.95      moko     5811: 
1.116     moko     5812:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   5813:          correct timezone check for FreeBSD Warning war: configure.in ->
                   5814:          configure.ac
1.95      moko     5815: 
                   5816:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     5817:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   5818:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   5819:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   5820:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   5821:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   5822:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     5823:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   5824:          check added
                   5825: 
                   5826:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   5827: 
                   5828:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   5829:          for new date implementation (related to feature #36)
                   5830: 
                   5831:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   5832:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   5833:          types/pa_vdate.h: new double date implementation with internal
                   5834:          support for extended 0..9999 year range, default timezone support
                   5835:          (related to feature #36)
                   5836: 
                   5837: 2015-08-28  moko
                   5838: 
                   5839:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   5840:          (fixes bug #1030)
                   5841: 
                   5842: 2015-08-21  moko
                   5843: 
                   5844:        * src/classes/inet.C: snprintf size "bug" commented
                   5845: 
                   5846:        * src/main/pa_common.C: snprintf comments updated
                   5847: 
                   5848: 2015-08-16  moko
                   5849: 
                   5850:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   5851: 
                   5852: 2015-08-11  moko
                   5853: 
                   5854:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5855:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   5856:          can be null (fixes bug #1029)
                   5857: 
                   5858: 2015-08-06  moko
                   5859: 
1.116     moko     5860:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   5861:          pa_vdate.C added
1.95      moko     5862: 
                   5863: 2015-08-05  moko
                   5864: 
                   5865:        * tests/: 313.html, results/313.processed: test for
                   5866:          ^table.count[columns] and ^table.flip[] with nameless tables
                   5867:          (feature #1003)
                   5868: 
                   5869:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5870:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   5871:          correctly for nameless tables (implements feature #1003)
                   5872: 
                   5873: 2015-08-03  moko
                   5874: 
                   5875:        * tests/312.html: test for ^table.append[$hash] and
                   5876:          ^table.insert[$hash] added (related to feature #1028)
                   5877: 
                   5878:        * src/classes/table.C: ^table.append[$hash] and
                   5879:          ^table.insert[$hash] now supported (implements feature #1028)
                   5880: 
                   5881:        * tests/: 312.html, results/312.processed: test row copy in
                   5882:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   5883: 
                   5884:        * src/classes/table.C: row copy now created in ^table.hash[;
                   5885:          $.type[table] ] (related to feature #1016)
                   5886: 
                   5887: 2015-07-29  moko
                   5888: 
                   5889:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   5890:          added (related to feature #1016)
                   5891: 
                   5892:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5893:          ^table.delete[] added to delete current row (related to feature
                   5894:          1016)
                   5895: 
                   5896: 2015-07-28  moko
                   5897: 
                   5898:        * tests/: 312.html, results/312.processed: test for
                   5899:          $table.column[value] and ^table.insert{row} (related to feature
                   5900:          #1016)
                   5901: 
                   5902:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   5903:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   5904:          ^table.insert{row} are now implemented (feature #1016)
                   5905: 
                   5906:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   5907:          append(), insert() added, memmove arguments order in remove()
                   5908:          fixed (related to feature #1016)
                   5909: 
                   5910: 2015-07-23  moko
                   5911: 
                   5912:        * src/classes/json.C: tainted json and empty json exception added
                   5913:          (implements feature #1015)
                   5914: 
                   5915:        * tests/: 311.html, results/311.processed: empty json and tainted
                   5916:          json exception test added (related to issue #1015)
                   5917: 
                   5918: 2015-07-22  moko
                   5919: 
                   5920:        * tests/: 311.html, results/311.processed: test for UTF-8
                   5921:          processing added
                   5922: 
                   5923:        * tests/: 311.html, results/311.processed: test for
                   5924:          json_exception_with_source added (related to issue #394)
                   5925: 
                   5926:        * src/classes/json.C: json_exception_with_source added (implements
                   5927:          feature #394)
                   5928: 
                   5929: 2015-06-29  moko
                   5930: 
                   5931:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   5932:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   5933:          (closes bug #1027)
                   5934: 
                   5935: 2015-06-10  moko
                   5936: 
                   5937:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   5938:          error if libxml has LIBXML_ICU_ENABLED.
                   5939: 
                   5940: 2015-06-04  moko
                   5941: 
                   5942:        * tests/099.html: ups, reverting
                   5943: 
                   5944:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   5945:          results/310.processed: tests for $response:body[ $.file[] ] and
                   5946:          $response:last-modified added
                   5947: 
                   5948:        * src/main/pa_request.C: last-modified check fixed
                   5949: 
                   5950: 2015-06-03  moko
                   5951: 
                   5952:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   5953:          results/205.processed, results/293.processed: $response:headers
                   5954:          logging added (tests for feature #1007)
                   5955: 
                   5956:        * src/: include/pa_common.h, include/pa_request.h,
                   5957:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   5958:          $response:headers are now in uppercase (closes feature #1007)
                   5959: 
                   5960: 2015-06-02  moko
                   5961: 
                   5962:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   5963:          build errors reverted for clang compatibility
                   5964: 
                   5965: 2015-06-01  moko
                   5966: 
                   5967:        * src/include/pa_memory.h: -pedantic build errors fixed
                   5968: 
                   5969:        * src/classes/math.C: -pedantic build error fixed
                   5970: 
                   5971:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   5972: 
                   5973: 2015-05-31  moko
                   5974: 
                   5975:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   5976: 
                   5977:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   5978:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   5979:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   5980:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   5981:          types/pa_vxnode.h: warning war (-pedantic flag)
                   5982: 
                   5983: 2015-05-28  moko
                   5984: 
                   5985:        * tests/: 308.html, results/308.processed: test for
                   5986:          ^table::create[$t;], etc work added (related to bug #975)
                   5987: 
                   5988:        * src/classes/table.C: check_option_param removed,
                   5989:          ^table::create[$t;], etc now works (fixes bug #975)
                   5990: 
                   5991: 2015-05-27  moko
                   5992: 
                   5993:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   5994:          (Debian jessie) fixed (closes issue #1024)
                   5995: 
                   5996:        * tests/Makefile: sort added as in Debian jessie list become
                   5997:          unsorted
                   5998: 
                   5999: 2015-05-18  moko
                   6000: 
                   6001:        * tests/: 201.html, results/201.processed: test for
                   6002:          ^string.trim[what] feature #1022
                   6003: 
                   6004:        * src/classes/string.C: ^string.trim[what] now supported,
                   6005:          implements feature #1022
                   6006: 
                   6007: 2015-05-17  moko
                   6008: 
                   6009:        * tests/results/185.processed: test result updated as feature #1021
                   6010:          implemented (left/right accept negative parameter)
                   6011: 
                   6012:        * src/classes/string.C: left/right now accept negative parameter
                   6013:          (implements feature #1021)
                   6014: 
                   6015: 2015-05-08  moko
                   6016: 
                   6017:        * src/classes/math.C: isalnum -> pa_isalnum
                   6018: 
                   6019:        * src/main/execute.C: optimization in getter-junction processing
                   6020:          (related to issue #997)
                   6021: 
                   6022: 2015-05-07  moko
                   6023: 
                   6024:        * tests/: 307.html, results/307.processed: test for issue #997
                   6025:          added
                   6026: 
                   6027:        * src/main/execute.C: process_getter result now checked if junction
                   6028:          returned (closes issue #997)
                   6029: 
                   6030:        * tests/: 305.html, results/305.processed: sort added to ignore
                   6031:          different order
                   6032: 
                   6033:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   6034:          assignment (closes issue #994)
                   6035: 
                   6036:        * tests/: 306.html, results/306.processed: test for issue #994
                   6037:          added
                   6038: 
                   6039:        * tests/: 303.html, results/303.processed: two more errors tested
                   6040: 
                   6041: 2015-05-06  moko
                   6042: 
                   6043:        * tests/: 305.html, results/305.processed: test for name2ip &
                   6044:          ip2name added (related to feature #992)
                   6045: 
                   6046:        * tests/: 303.html, 304.html, results/303.processed,
                   6047:          results/304.processed: tests for idna conversion added (related
                   6048:          to issue #849)
                   6049: 
                   6050: 2015-05-02  moko
                   6051: 
                   6052:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   6053:          implemented
                   6054: 
                   6055: 2015-04-30  moko
                   6056: 
                   6057:        * src/main/pa_http.C: idna_host added, related to issue #849
                   6058: 
                   6059:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   6060:          (related to issue #849)
                   6061: 
                   6062: 2015-04-24  moko
                   6063: 
                   6064:        * src/types/pa_vjunction.C: warning war
                   6065: 
                   6066:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   6067:          unification
                   6068: 
                   6069:        * src/lib/punycode/pa_idna.c: warning war
                   6070: 
                   6071: 2015-04-22  moko
                   6072: 
                   6073:        * src/main/main.vcproj: punycode include path added
                   6074: 
                   6075:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   6076: 
                   6077:        * src/lib/punycode/pa_idna.c: warning war
                   6078: 
                   6079:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   6080:          project file added
                   6081: 
                   6082:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   6083: 
                   6084:        * src/include/pa_memory.h: warning war
                   6085: 
                   6086:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   6087:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   6088:          implemented (related to feature #849)
                   6089: 
                   6090:        * configure.in, src/main/Makefile.am,
                   6091:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   6092:          libpunycode added in Unix
                   6093: 
                   6094: 2015-04-21  moko
                   6095: 
                   6096:        * configure.in: large files support
                   6097: 
                   6098: 2015-04-15  moko
                   6099: 
                   6100:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   6101:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   6102:          pa_punycode.h: initial version for punycode/idna support library
                   6103:          (ticket #849)
                   6104: 
                   6105: 2015-04-08  moko
                   6106: 
                   6107:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   6108:          classes/image.C, classes/mail.C, classes/reflection.C,
                   6109:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   6110:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   6111:          main/compile.y, main/compile_tools.h, main/execute.C,
                   6112:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   6113:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   6114:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   6115:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   6116:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   6117:          clang compiler warnings (closes issue #1018)
                   6118: 
                   6119:        * src/include/pa_string.h: String::Body comparation operators with
                   6120:          char * added (related to issue #958)
                   6121: 
                   6122: 2015-04-07  moko
                   6123: 
                   6124:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   6125:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   6126:          issue #1018)
                   6127: 
                   6128:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   6129:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   6130:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   6131:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   6132:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   6133:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   6134:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   6135:          malloc/strdup/free replaced with pa_ version and checks for
                   6136:          accidental use of non-pa_ version added (related to issue #1018)
                   6137: 
                   6138: 2015-04-03  moko
                   6139: 
                   6140:        * buildall: pcre-8.33 -> pcre-8.36
                   6141: 
                   6142:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   6143:          classes/op.C, classes/string.C, main/compile.tab.C,
                   6144:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   6145:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   6146:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   6147:          ticket #958)
                   6148: 
                   6149:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   6150:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   6151:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   6152:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   6153:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   6154:          $request:headers, $request:method added (implements feature
                   6155:          #1007)
                   6156: 
                   6157: 2015-03-17  misha
                   6158: 
                   6159:        * tests/302.html: - test for
                   6160:          ^json:string[...;$._default[method-name]]
                   6161: 
                   6162:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   6163:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   6164:          option $._default[method-name] is specified in ^json:string[], a
                   6165:          method with specified name will be called for classes/objects
                   6166:          serialization ( new feature: #982 )
                   6167: 
                   6168: 2015-03-16  misha
                   6169: 
                   6170:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   6171:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   6172:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   6173:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   6174:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   6175:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   6176:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   6177:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   6178:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   6179:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   6180:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   6181:          $var.CLASS_NAME now have special opcodes. This can be switched
                   6182:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   6183:          on pa_opcode.h ( new feature: #844 )
                   6184: 
                   6185: 2015-03-15  misha
                   6186: 
                   6187:        * tests/075.html: - test for $response:header[]
                   6188: 
                   6189:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   6190:          that was set earlie ( new feature: #1001 )
                   6191: 
                   6192: 2015-03-12  misha
                   6193: 
                   6194:        * tests/246.html: - more tests for ^hash._at[]
                   6195: 
                   6196:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   6197:          accepts second param [key|value|hash] ( new feature: #1012 )
                   6198: 
                   6199: 2015-03-09  moko
                   6200: 
                   6201:        * src/types/pa_vmail.C: exception for everything but
                   6202:          $mail:received, closes issue #1011
                   6203: 
                   6204: 2015-02-20  moko
                   6205: 
                   6206:        * tests/: 275.html, results/275.processed: hex detection in
                   6207:          pa_atoui fix test (closes issue #1010)
                   6208: 
                   6209:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   6210:          issue #1010)
                   6211: 
                   6212: 2015-02-17  moko
                   6213: 
                   6214:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   6215:          tainted.
                   6216: 
                   6217: 2015-02-03  misha
                   6218: 
                   6219:        * tests/301.html: - test for ^json:string($double) causes
                   6220:          exception. bugfix: #1008
                   6221: 
                   6222:        * src/classes/json.C: - ^json:string($double) causes exception.
                   6223:          bugfix: #1008
                   6224: 
                   6225:        * tests/014.html: - updated for work with ^hash.delete[]
                   6226: 
                   6227: 2015-01-12  misha
                   6228: 
                   6229:        * src/: classes/form.C, include/pa_common.h,
                   6230:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   6231:          types/pa_vform.h: - supports body with PUT method as well ( new
                   6232:          feature: #1006 )
                   6233: 
                   6234:        * src/classes/file.C: - warnings war
                   6235: 
                   6236: 2015-01-11  misha
                   6237: 
                   6238:        * tests/300.html: - test for ^hash.delete[] is added
                   6239: 
                   6240:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   6241:          feature: #989 ) - tiny optimization in intersects
                   6242: 
                   6243: 2015-01-06  moko
                   6244: 
                   6245:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   6246:          with transcode, attachments detection fixed
                   6247: 
                   6248:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   6249:          load to allow charset switch (related to issue #996)
                   6250: 
                   6251: 2014-12-31  moko
                   6252: 
                   6253:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   6254:          UTF-8 source charset (fixes issue 996)
                   6255: 
                   6256:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   6257:          issue #1000)
                   6258: 
                   6259: 2014-12-11  misha
                   6260: 
                   6261:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   6262:          access ( bug fix: #1005 )
                   6263: 
                   6264: 2014-11-13  misha
                   6265: 
                   6266:        * src/main/compile.y: - PC.append does not reset to false while
                   6267:          creating a new class. bugfix: #990
                   6268: 
                   6269:        * tests/299.html: - test for creation class after working with
                   6270:          partial class (create+append)
                   6271: 
                   6272:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   6273:          #995
                   6274: 
                   6275:        * tests/232.html: - test for @get[def] added
                   6276: 
                   6277: 2014-10-12  moko
                   6278: 
                   6279:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   6280: 
                   6281:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   6282:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   6283:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   6284:          targets/apache/ApacheModuleParser3.vcproj,
                   6285:          targets/apache/ApacheModuleParser3Core.vcproj,
                   6286:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   6287:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   6288:          conversion in newer VS versions
                   6289: 
                   6290:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   6291:          pcre_internal.vcproj added
                   6292: 
                   6293: 2014-08-28  moko
                   6294: 
                   6295:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   6296:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   6297:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   6298: 
                   6299: 2014-06-30  misha
                   6300: 
                   6301:        * tests/298.html: - tests for ^reflection:def[class;className]
                   6302:          added
                   6303: 
                   6304:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   6305:          added ( new feature: #918 )
                   6306: 
                   6307: 2014-06-29  misha
                   6308: 
                   6309:        * src/classes/table.C: - ^table::create[unsupported data] -
                   6310:          exception comment changed to "body must be table or code" ( bug
                   6311:          fix: #951 )
                   6312: 
                   6313:        * tests/: 261.html, results/261.processed: - tests for
                   6314:          ^json:string[...;$.void[null|string]] added
                   6315: 
                   6316:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   6317:          option $.void[string|null] added to ^json:string[...] ( new
                   6318:          feature: #952 )
                   6319: 
                   6320: 2014-06-28  moko
                   6321: 
                   6322:        * src/classes/curl.C: $.charset now processed before other curl
                   6323:          options (closes issue #980)
                   6324: 
                   6325: 2014-05-23  misha
                   6326: 
                   6327:        * src/classes/json.C: - bug fix: #987
                   6328: 
                   6329: 2014-05-04  misha
                   6330: 
                   6331:        * tests/: 253.html, 253_json.txt: - test for
                   6332:          ^json:parse[$.int(false)] is added
                   6333: 
                   6334:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   6335:          default true). The option is similar to $.double(bool) but for
                   6336:          integers.
                   6337: 
                   6338: 2014-05-01  moko
                   6339: 
                   6340:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   6341:          #12 )
                   6342: 
                   6343: 2014-04-16  moko
                   6344: 
                   6345:        * src/main/pa_http.C: response-charset option should finally work
                   6346:          now (fix for issue #867)
                   6347: 
                   6348:        * src/main/pa_http.C: response-charset option should work now (fix
                   6349:          for issue #867)
                   6350: 
                   6351: 2014-03-07  moko
                   6352: 
                   6353:        * buildall: libgc moved
                   6354: 
                   6355:        * buildall: libgc moved
                   6356: 
                   6357: 2013-12-29  moko
                   6358: 
                   6359:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   6360:          closes issue #966
                   6361: 
                   6362:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   6363:          result now tainted, issue #966
                   6364: 
                   6365: 2013-12-03  moko
                   6366: 
                   6367:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   6368:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   6369:          option was added for http://www.parser.ru/forum/?id=79343
                   6370: 
                   6371:        * src/classes/file.C: bugfix for
                   6372:          http://www.parser.ru/forum/?id=79337
                   6373: 
                   6374: 2013-11-05  moko
                   6375: 
                   6376:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   6377: 
                   6378:        * src/main/pa_globals.C: spelling fixed
                   6379: 
                   6380: 2013-10-29  moko
                   6381: 
                   6382:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   6383: 
                   6384:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   6385:          #892
                   6386: 
                   6387:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   6388:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   6389:          exceptions to be thrown thougth json library), related to issue
                   6390:          #892
                   6391: 
                   6392:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   6393:          related to issue #896
                   6394: 
                   6395: 2013-10-24  moko
                   6396: 
                   6397:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   6398: 
                   6399: 2013-10-23  moko
                   6400: 
                   6401:        * README: actualization
                   6402: 
                   6403: 2013-10-22  moko
                   6404: 
                   6405:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   6406:          compatibility patch from Sergey Kirpichev
                   6407: 
                   6408:        * tests/: 297.html, results/297.processed: non-working getter fix
                   6409:          test for issue #948
                   6410: 
                   6411:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   6412:          called when saving value of $match variable in ^string.match[] to
                   6413:          increase compatibility (related to issue #948).
                   6414: 
                   6415:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   6416:          usage optimization
                   6417: 
                   6418: 2013-10-21  moko
                   6419: 
                   6420:        * tests/: 182.html, results/182.processed: local path removed for
                   6421:          compatibility
                   6422: 
                   6423:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   6424:          results/244.processed, results/253.processed,
                   6425:          results/254.processed, results/275.processed,
                   6426:          results/281.processed: try_catch -> try-catch
                   6427: 
                   6428:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   6429:          results/294.processed, results/296.processed: try_catch ->
                   6430:          try-catch
                   6431: 
                   6432: 2013-10-20  moko
                   6433: 
                   6434:        * tests/: 296.html, results/296.processed: test for xsl exception
                   6435:          for issue #938 added.
                   6436: 
                   6437:        * src/: include/pa_xml_exception.h,
                   6438:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   6439:          XmlException is now replaced (once again closes issue #938)
                   6440: 
                   6441: 2013-10-18  moko
                   6442: 
                   6443:        * buildall: disable clock_gettime detection to avoid librt linking
                   6444:          (which in turn depends on libpthread), related to issue #943
                   6445: 
                   6446: 2013-10-18  misha
                   6447: 
                   6448:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   6449:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   6450:          targets/apache/ApacheModuleParser3Core.vcproj,
                   6451:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   6452:          types/types.vcproj: - new locations for libxml2 includes where
                   6453:          added to vcproj files
                   6454: 
                   6455: 2013-10-18  moko
                   6456: 
                   6457:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   6458:          fix
                   6459: 
                   6460:        * tests/: 295.html, results/295.processed: test for issue #948
                   6461:          updated
                   6462: 
                   6463:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   6464:          :)
                   6465: 
                   6466:        * tests/: 295.html, results/295.processed: test for issue #948
                   6467:          added
                   6468: 
                   6469:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   6470:          include/pa_request.h, types/pa_method.h: for getters and setters
                   6471:          to be executed request.put_element should be called, not
                   6472:          context.put_element (fixes issue #948)
                   6473: 
                   6474: 2013-10-17  moko
                   6475: 
                   6476:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   6477:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   6478: 
                   6479:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   6480: 
                   6481: 2013-10-16  moko
                   6482: 
                   6483:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   6484: 
                   6485:        * tests/: 294.html, results/294.processed: test for issue #938
                   6486: 
                   6487:        * src/: classes/xdoc.C, classes/xnode.C,
                   6488:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   6489:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   6490: 
                   6491:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   6492:          libxslt-1.1.26 -> libxslt-1.1.28
                   6493: 
                   6494:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   6495:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   6496:          to '?', related to issue #938
                   6497: 
                   6498: 2013-10-15  moko
                   6499: 
                   6500:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   6501:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   6502:          minor optimizations (closes issue #896)
                   6503: 
                   6504:        * tests/results/: 292.processed, 293.processed: results updated to
                   6505:          comply with issue #896
                   6506: 
                   6507:        * tests/: 292.html, 293.html, results/292.processed,
                   6508:          results/293.processed: tests for json escaping
                   6509: 
                   6510: 2013-10-14  moko
                   6511: 
                   6512:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   6513:          and cleanup, code moved from .h to .C, no changes in code
                   6514: 
                   6515: 2013-10-12  moko
                   6516: 
                   6517:        * tests/results/119.processed: updated test result commited
                   6518: 
                   6519:        * tests/: 291.html, results/291.processed: test for issue #894
                   6520:          added
                   6521: 
                   6522:        * src/types/pa_wcontext.h: base methods call support function
                   6523:          get_somebody_entered_some_class should not be true forever, as
                   6524:          wcontext can have many get_elements calls (fixes issue #894)
                   6525: 
                   6526: 2013-10-11  moko
                   6527: 
                   6528:        * tests/: 290.html, results/290.processed: test for junction GPF
                   6529:          issue #942 added
                   6530: 
                   6531:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   6532:          to native method fixed (closes issue #942)
                   6533: 
                   6534:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   6535:          added
                   6536: 
                   6537:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   6538:          feature #907)
                   6539: 
                   6540:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   6541:          feature #907)
                   6542: 
                   6543: 2013-10-09  moko
                   6544: 
                   6545:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   6546:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   6547:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   6548:          properly not only in objects, but in classes as well (closes
                   6549:          issue #903)
                   6550: 
                   6551:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   6552:          works in classes, not only objects, test case added, related to
                   6553:          issue #903
                   6554: 
                   6555:        * tests/: 288.html, results/288.processed: test for endless
                   6556:          recursion bug added (related to issue #903)
                   6557: 
                   6558: 2013-10-05  moko
                   6559: 
                   6560:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6561:          classes/table.C, main/execute.C, types/pa_method.h,
                   6562:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6563:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6564:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   6565:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   6566:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   6567:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6568:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6569:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6570:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6571:          optimization: put_element no longer has "bool areplace" argument,
                   6572:          related to issue #903
                   6573: 
                   6574: 2013-10-03  moko
                   6575: 
                   6576:        * tests/results/182.processed: result for $.replace(false) test
                   6577:          commited
                   6578: 
                   6579:        * src/classes/date.C: ^date::create(number) processed correctly
                   6580:          (fixes issue #901)
                   6581: 
                   6582:        * src/classes/image.C: as_no_junction removed, as param can be
                   6583:          expression (closes issue #931)
                   6584: 
                   6585:        * tests/233.html: test for issue #931 added
                   6586: 
                   6587: 2013-10-02  moko
                   6588: 
                   6589:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   6590:          modified, test for $.replace(false) added
                   6591: 
                   6592:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   6593: 
                   6594: 2013-09-30  moko
                   6595: 
                   6596:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   6597: 
                   6598:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   6599:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   6600:          implemented; $.replace option added to ^process and ^use
                   6601: 
                   6602: 2013-08-27  moko
                   6603: 
                   6604:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   6605:          cstr_to_string_body_untaint should be called with charsets for
                   6606:          possible uri language and connection for possible sql language.
                   6607:          related to issue #857
                   6608: 
                   6609:        * buildall: and -> or fixed
                   6610: 
                   6611: 2013-08-26  moko
                   6612: 
                   6613:        * buildall: prepare_ functions logic changed to support
                   6614:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   6615: 
                   6616: 2013-08-23  moko
                   6617: 
                   6618:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   6619:          statically
                   6620: 
                   6621: 2013-08-22  moko
                   6622: 
                   6623:        * src/classes/string.C: String::Empty used (related to issue #912)
                   6624:          append_know_length removed (related to old GPF bug)
                   6625: 
                   6626: 2013-08-21  moko
                   6627: 
                   6628:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   6629: 
                   6630:        * src/classes/math.C: ^math:digest[...;$file] support added
                   6631:          (related to ticket #857
                   6632: 
                   6633:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   6634:          implemented
                   6635: 
                   6636:        * src/types/pa_vhashfile.h: warning war
                   6637: 
                   6638:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   6639:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   6640:          anti_endless_json_string_recoursion removed from request;
                   6641:          json_string_recoursion added to json_options; $.indent[indent
                   6642:          value] now supported and passed within recoursion closes feature
                   6643:          #937
                   6644: 
                   6645:        * tests/: 287.html, results/287.processed: test for feature #937
                   6646: 
                   6647: 2013-07-31  moko
                   6648: 
                   6649:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   6650:          compilation having #define _S
                   6651: 
                   6652:        * src/main/pa_globals.C: cleanup
                   6653: 
                   6654: 2013-07-30  moko
                   6655: 
                   6656:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   6657:          main/pa_common.C: vs2003 warning war
                   6658: 
                   6659:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   6660: 
                   6661:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   6662: 
                   6663:        * src/lib/md5/pa_sha2.c: warning war
                   6664: 
                   6665: 2013-07-29  moko
                   6666: 
                   6667:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   6668:          patches from github
                   6669: 
                   6670:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   6671:          classes/memcached.C, include/pa_config_includes.h,
                   6672:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   6673: 
                   6674:        * src/lib/json/json.vcproj: C++ -> C
                   6675: 
                   6676:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   6677: 
                   6678:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6679: 
                   6680:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6681: 
                   6682:        * src/lib/json/: json.c, pa_json.C: warning war
                   6683: 
                   6684:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   6685: 
                   6686:        * src/include/pa_config_fixed.h: uint16_t added
                   6687: 
                   6688:        * configure.in: uint16_t check added
                   6689: 
                   6690:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     6691:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   6692:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   6693:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   6694:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     6695: 
                   6696: 2013-07-25  moko
                   6697: 
                   6698:        * parser3.sln: dependencies added
                   6699: 
                   6700:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   6701:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   6702:          module support
                   6703: 
                   6704:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   6705: 
                   6706:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   6707: 
                   6708: 2013-07-23  moko
                   6709: 
                   6710:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   6711:          PA_DEBUG_GC_MEMORY removed
                   6712: 
                   6713:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   6714:          PA_DEBUG_DISABLE_GC compilation fix
                   6715: 
                   6716:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   6717:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   6718: 
                   6719:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   6720:          garbage cleanup
                   6721: 
                   6722:        * src/main/pa_common.C: warning war
                   6723: 
                   6724:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   6725: 
                   6726:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   6727:          minor cleanup
                   6728: 
                   6729:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   6730:          uses cygwin, not WIN32 implementation
                   6731: 
                   6732:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   6733:          able to exec shell scripts
                   6734: 
                   6735:        * src/classes/math.C: ifdef WIN32 cleanup
                   6736: 
                   6737:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   6738: 
                   6739:        * src/classes/curl.C: LT_MODULE_EXT used
                   6740: 
                   6741:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   6742: 
                   6743: 2013-07-22  moko
                   6744: 
                   6745:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   6746:          includes fix
                   6747: 
                   6748:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   6749: 
                   6750:        * configure.in, src/include/pa_config_includes.h,
                   6751:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   6752:          src/main/pa_exec.C: includes cleanup
                   6753: 
                   6754:        * src/targets/cgi/parser3.C: 2012->2013
                   6755: 
                   6756:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   6757: 
                   6758:        * configure.in, src/include/pa_config_includes.h,
                   6759:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   6760:          src/main/pa_random.C, src/main/pa_socks.C,
                   6761:          src/types/pa_vstatus.C: cygwin support cleanup
                   6762: 
                   6763:        * configure.in: dirent.h check added
                   6764: 
                   6765:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   6766:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   6767:          not copied
                   6768: 
                   6769: 2013-07-21  moko
                   6770: 
                   6771:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   6772: 
                   6773:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   6774:          parser3.vcproj: unused getopt.h / getopt.c removed
                   6775: 
1.211     moko     6776:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   6777:          tests/022.html, tests/results/022.processed:
                   6778:          ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95      moko     6779: 
                   6780:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   6781:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   6782:          $.stat(true) it has size/*date columns modified patch from misha@
                   6783:          that closes issue #914.
                   6784: 
                   6785:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   6786:          PA_RELEASE_ASSERTS removed
                   6787: 
                   6788:        * src/lib/md5/pa_md5c.c: minor cleanup
                   6789: 
                   6790:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   6791:          localeconv()->decimal_point usage remoed (related to issue #934)
                   6792: 
                   6793:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   6794:          cordprnt.c removed
                   6795: 
                   6796:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   6797:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   6798:          pa-include/pa_strings.h: includes cleanup
                   6799: 
                   6800:        * src/lib/md5/pa_md5c.c: headers cleanup
                   6801: 
                   6802: 2013-07-20  moko
                   6803: 
                   6804:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   6805:          cleanup
                   6806: 
                   6807: 2013-07-19  moko
                   6808: 
                   6809:        * src/classes/math.C: extern "C" added for crypt
                   6810: 
                   6811: 2013-07-18  moko
                   6812: 
                   6813:        * src/classes/math.C: fix redhat7.2 build
                   6814: 
                   6815: 2013-07-17  moko
                   6816: 
                   6817:        * configure.in, src/include/pa_config_includes.h,
                   6818:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   6819:          added for uint8/32/64_t)
                   6820: 
                   6821:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   6822:          pa_config_includes.h used for uint32/64_t
                   6823: 
                   6824: 2013-07-16  moko
                   6825: 
                   6826:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   6827:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   6828:          war
                   6829: 
                   6830:        * src/main/compile.tab.C: compile.y was updated
                   6831: 
                   6832:        * src/main/compile.y: warning war
                   6833: 
                   6834:        * src/: include/pa_exception.h, main/pa_exception.C,
                   6835:          main/pa_xml_exception.C: warning war
                   6836: 
                   6837:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   6838: 
                   6839:        * configure.in: beauty :)
                   6840: 
                   6841:        * tests/: 141.html, results/141.processed: sha256/512 added
                   6842: 
                   6843: 2013-07-13  moko
                   6844: 
                   6845:        * src/lib/md5/md5.vcproj: sha2 added
                   6846: 
                   6847:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   6848:          classes/math.C: sha2 support (sha256/sha512 digest)
                   6849: 
                   6850: 2013-07-08  moko
                   6851: 
                   6852:        * src/classes/image.C: directory read or other read problem message
                   6853:          fixed (related to issue #933)
                   6854: 
                   6855: 2013-07-07  moko
                   6856: 
                   6857:        * AUTHORS: + misha + moko. :)
                   6858: 
                   6859: 2013-07-06  moko
                   6860: 
                   6861:        * src/: classes/curl.C, include/pa_globals.h,
                   6862:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   6863:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   6864:          for lt_dlinit to be called once and lt_dlexit called at right
                   6865:          place (related to issue #925)
                   6866: 
                   6867: 2013-07-04  moko
                   6868: 
                   6869:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   6870:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   6871:          content-type to be set, as it brokes badly designed logic in
                   6872:          response output. This hopefully finishes issue #928.
                   6873: 
                   6874:        * tests/results/: 256.processed, 286.processed: file now displayed
                   6875:          as name, size, mode, content-type
                   6876: 
                   6877:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   6878:          issue #933
                   6879: 
                   6880: 2013-06-28  moko
                   6881: 
                   6882:        * tests/: 286.html, results/286.processed: test extended
                   6883: 
                   6884:        * tests/: 286.html, results/286.processed: Test for issue #928
                   6885:          added.  it tests default content-type change.
                   6886: 
                   6887:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   6888:          now updated
                   6889: 
                   6890: 2013-06-25  moko
                   6891: 
                   6892:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   6893:          content-type for text/binary files without name added;
                   6894:          ^file::create[$f;...] options now works properly and $f
                   6895:          properties are default (fixes issue #928)
                   6896: 
                   6897: 2013-05-16  misha
                   6898: 
                   6899:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   6900:          added
                   6901: 
                   6902:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   6903:          table if specified limit is bigger than source rows count
                   6904: 
                   6905:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   6906:          added ( new feature: #858 )
                   6907: 
                   6908: 2013-04-29  moko
                   6909: 
                   6910:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   6911:          $.ipresolve(0|1|2) added (closes issue #891)
                   6912: 
                   6913:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   6914: 
                   6915: 2013-04-24  moko
                   6916: 
                   6917:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6918:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6919:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   6920:          memcached_quit (refs #893)
                   6921: 
                   6922: 2013-04-22  moko
                   6923: 
                   6924:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   6925:          slashes in file path (fixes bug #872)
                   6926: 
                   6927:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   6928:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   6929:          #739)
                   6930: 
                   6931:        * tests/results/266.processed: $.max_params added (feature #915)
                   6932: 
                   6933:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   6934:          option added to file::load (closes issue #867)
                   6935: 
                   6936: 2013-04-20  misha
                   6937: 
                   6938:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   6939:          commited
                   6940: 
                   6941: 2013-03-15  misha
                   6942: 
                   6943:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   6944:          multiple empty strings while ::sql. uae String::Empty instead
                   6945: 
                   6946: 2013-03-14  misha
                   6947: 
                   6948:        * src/classes/reflection.C: - for user classes
                   6949:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   6950:          with $.call_type if they available ( new feature: #915 )
                   6951: 
                   6952:        * src/classes/file.C: - ^file:delete[] now supports an option
                   6953:          $.exception(false) that suppress any exception while deleting
                   6954:          file ( new feature: #916 )
                   6955: 
                   6956:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   6957:          work :)
                   6958: 
                   6959: 2013-03-12  misha
                   6960: 
                   6961:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   6962:          set default name for the file
                   6963: 
                   6964: 2013-03-11  misha
                   6965: 
                   6966:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   6967:          also available in $f.cookies
                   6968: 
                   6969:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   6970:          moved to a separate method
                   6971: 
                   6972: 2013-03-10  moko
                   6973: 
                   6974:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   6975:          added
                   6976: 
                   6977:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   6978:          removed (declared by autoconf)
                   6979: 
                   6980:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   6981:          uint32_t define
                   6982: 
                   6983: 2013-03-10  misha
                   6984: 
                   6985:        * src/classes/file.C: ^file:delete and ^file:move now support
                   6986:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   6987: 
                   6988:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   6989:          empty dirs is added
                   6990: 
                   6991: 2013-03-10  moko
                   6992: 
                   6993:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   6994:          but default check removed from ^int/double/bool.int/double/bool
                   6995:          for string.int/double/bool compatibility (related to issue #913)
                   6996: 
                   6997:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   6998:          internally throws exception if default is present (closes issue
                   6999:          #913)
                   7000: 
                   7001: 2013-03-09  misha
                   7002: 
                   7003:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   7004:          optimisations ( #845 )
                   7005: 
                   7006:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   7007: 
                   7008: 2013-03-08  moko
                   7009: 
                   7010:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   7011:          creates correct table (fixes issue #910)
                   7012: 
                   7013:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   7014:          use outside of 'connect' operator (fixes issue #911)
                   7015: 
                   7016:        * tests/results/: 096.processed, 122.processed: test results
                   7017:          updated as doubles now printed with 15 significant digits, not 5
                   7018:          (fixes issue #882)
                   7019: 
                   7020:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   7021:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   7022: 
                   7023: 2013-02-21  moko
                   7024: 
                   7025:        * src/classes/table.C: _locate_name_value does not check arguments
                   7026:          count, so we check it in advance (fixes issue #905)
                   7027: 
                   7028: 2012-10-23  moko
                   7029: 
                   7030:        * buildall: old shell for and echo compatibility (for six)
                   7031: 
                   7032: 2012-10-19  moko
                   7033: 
                   7034:        * buildall: --strip added --disable-safe-mode listed in usage
                   7035: 
                   7036: 2012-10-17  misha
                   7037: 
                   7038:        * src/classes/op.C: - apply-taint should not throw "outside
                   7039:          connect" exception with sql lang now
                   7040: 
                   7041: 2012-10-17  moko
                   7042: 
                   7043:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   7044:          each request (for apache module)
                   7045: 
                   7046: 2012-09-26  moko
                   7047: 
                   7048:        * src/doc/doxygen.cfg: png -> svg
                   7049: 
                   7050: 2012-09-25  moko
                   7051: 
                   7052:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   7053:          test added
                   7054: 
                   7055:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   7056:          double use when key is long
                   7057: 
                   7058: 2012-09-16  moko
                   7059: 
                   7060:        * src/classes/math.C: Format -> Method Encode -> Format
                   7061: 
                   7062:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   7063:          added
                   7064: 
                   7065: 2012-09-14  moko
                   7066: 
                   7067:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   7068:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   7069:          implementation added
                   7070: 
                   7071: 2012-09-12  moko
                   7072: 
                   7073:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   7074:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   7075:          targets.dox and string.dox slightly actualized
                   7076: 
                   7077: 2012-08-31  moko
                   7078: 
                   7079:        * ChangeLog: now generated with patched cvs2cl.pl
                   7080: 
                   7081: 2012-07-29  moko
                   7082: 
                   7083:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   7084:          result should be pushed after VMethodFrame destructor is called,
                   7085:          as it deletes junctions from stack params (fixes issue #868)
                   7086: 
                   7087: 2012-07-23  moko
                   7088: 
                   7089:        * INSTALL, README: buildall script usage documented, other outdated
                   7090:          info updated.
                   7091: 
                   7092:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   7093: 
                   7094: 2012-07-21  moko
                   7095: 
                   7096:        * buildall: glib does not compile when threads are disabled...
                   7097: 
                   7098:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   7099: 
                   7100:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   7101:          unref, can't unref nested objects)
                   7102: 
                   7103:        * src/types/pa_vmail.C: another check added
                   7104: 
                   7105: 2012-07-19  moko
                   7106: 
                   7107:        * buildall: usage added
                   7108: 
                   7109:        * buildall: new buildall script that unites buildall-with-xml,
                   7110:          buildall-without-xml, --with-apache and --with-mailreceive
                   7111: 
                   7112:        * configure.in: support for static gmime and dynamic glib linking.
                   7113:          fixes for FreeBSD
                   7114: 
                   7115: 2012-07-17  moko
                   7116: 
                   7117:        * configure.in: --with-mailreceive replaced
                   7118:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   7119:          removed
                   7120: 
                   7121: 2012-07-16  moko
                   7122: 
                   7123:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   7124:          capitalized, content now decoded and text content converted to
                   7125:          $request:charset.  all properties are accessed by functions, this
                   7126:          ready for dynamic load.
                   7127: 
                   7128: 2012-06-28  moko
                   7129: 
1.116     moko     7130:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   7131:          32 bit
1.95      moko     7132: 
                   7133: 2012-06-27  moko
                   7134: 
                   7135:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   7136:          passive ftp
                   7137: 
                   7138:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   7139: 
                   7140:        * configure.in: 3.4.2 RC -> 3.4.2
                   7141: 
                   7142: 2012-06-22  moko
                   7143: 
                   7144:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   7145:          #815)
                   7146: 
                   7147:        * tests/: 284.html, results/284.processed: output options test
                   7148:          (feature #265)
                   7149: 
                   7150: 2012-06-22  misha
                   7151: 
                   7152:        * tests/215.html: - little changes
                   7153: 
                   7154: 2012-06-21  moko
                   7155: 
                   7156:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   7157:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   7158:          feature #265)
                   7159: 
                   7160:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   7161:          breaks long .*, default 10M restored. (issue #216)
                   7162: 
                   7163:        * tests/: 283.html, results/283.processed: test for issue #815
                   7164:          added
                   7165: 
                   7166:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   7167:          again, cstrm not required.
                   7168: 
                   7169:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   7170:          Win32 and broken FreeBSD (issue #45)
                   7171: 
                   7172:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   7173: 
                   7174:        * src/main/pa_string.C: warnings war
                   7175: 
                   7176:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   7177:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   7178:          main/pa_socks.C, targets/apache/pa_threads.C,
                   7179:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7180:          types/pa_vstatus.C: compilation under cygwin fixed
                   7181: 
                   7182: 2012-06-19  moko
                   7183: 
                   7184:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   7185:          Windows fixed
                   7186: 
                   7187:        * parser3.sln: removed antique pcre_ctype
                   7188: 
                   7189:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   7190: 
                   7191:        * src/include/pa_config_fixed.h: undefined reference to
                   7192:          __imp__pcre_* fix for Windows
                   7193: 
                   7194:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     7195:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   7196:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   7197:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   7198:          define fixed
1.95      moko     7199: 
                   7200: 2012-06-18  moko
                   7201: 
                   7202:        * src/classes/memcached.C: flush -> clear
                   7203: 
                   7204:        * src/classes/memcached.C: memcached does not support quotes even
                   7205:          in server name
                   7206: 
                   7207:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7208:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   7209:          called on open to check servers existance.  $.key(true) syntax
                   7210:          now supported
                   7211: 
                   7212: 2012-06-17  moko
                   7213: 
                   7214:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   7215:          cleanup
                   7216: 
                   7217:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   7218:          tests/results/282.processed: encloser at the EOF bug fixed,
                   7219:          incorrectly enclosed data now processed more logicaly (fixes
                   7220:          #339)
                   7221: 
                   7222: 2012-06-15  moko
                   7223: 
                   7224:        * buildall-without-xml: sync with buildall-with-xml
                   7225: 
                   7226:        * buildall-with-xml: download auto-detected between fetch and curl
                   7227: 
                   7228:        * configure.in: --with-gc and --with-pcre now also processed
                   7229:          correctly
                   7230: 
1.116     moko     7231:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   7232:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   7233:          should be run on rol1 using automake / aclocal (GNU automake)
                   7234:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     7235: 
                   7236:        * configure.in: new PARSER_VERSION logic
                   7237: 
                   7238:        * src/include/pa_version.h: new pa_version.h logic
                   7239: 
                   7240:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7241:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   7242:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   7243:          feols_normalized -> fis_text_content set_binary added
                   7244: 
                   7245:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   7246: 
                   7247: 2012-06-15  misha
                   7248: 
                   7249:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7250:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   7251:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   7252:          ^file::create[text;content] EOLs in content now is normalized. (
                   7253:          new feature: #815 )
                   7254: 
                   7255: 2012-06-15  moko
                   7256: 
                   7257:        * configure.in: --disable-version-update added to disable version
                   7258:          update with host information (for debian package) whitespace
                   7259:          optimized
                   7260: 
                   7261:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   7262:          libtool
                   7263: 
                   7264:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   7265:          it.
                   7266: 
                   7267: 2012-06-14  moko
                   7268: 
                   7269:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   7270:          tests/results/281.processed: "hash flocked" error removed for
                   7271:          safe operations like ^h._count[] ( new feature: #335 )
                   7272: 
1.116     moko     7273:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     7274: 
                   7275:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   7276: 
                   7277:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   7278:          xml compilation check added
                   7279: 
                   7280:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   7281:          replaced with --with-gc and --with-pcre test for pcre linking
                   7282:          added
                   7283: 
                   7284: 2012-06-13  moko
                   7285: 
                   7286:        * configure.in: apxs2 check optimized
                   7287: 
                   7288:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   7289:          .la, includes optimized
                   7290: 
                   7291:        * buildall-with-xml: --with-pic looks better for -fPIC
                   7292: 
                   7293:        * configure.in: switched to convenience library in static linking
                   7294: 
                   7295:        * src/targets/apache/Makefile.am: switched to convenience library
                   7296:          usage to avoid libtool warnings
                   7297: 
                   7298:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   7299:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   7300:          smtp/Makefile.am: switched to convenience library usage
                   7301: 
                   7302:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   7303: 
                   7304:        * src/targets/apache/Makefile.am: updated for libtool usage
                   7305: 
                   7306:        * buildall-without-xml: --with-included-ltdl added
                   7307: 
                   7308:        * buildall-without-xml: sync with buildall-with-xml
                   7309: 
                   7310:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   7311:          -fPIC for x64 $download added for wget success check added
                   7312: 
                   7313:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   7314: 
                   7315:        * configure.in: disable-static returned
                   7316: 
                   7317:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   7318:          LIBTOOLFLAGS
                   7319: 
                   7320: 2012-06-12  moko
                   7321: 
                   7322:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   7323:          compatible with LIBTOOLFLAGS for unknown reasons
                   7324: 
                   7325:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   7326: 
                   7327:        * configure.in: static/dynamic -lstdc++ linking option removed
                   7328:          apxs2 check added
                   7329: 
                   7330:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   7331:          option removed
                   7332: 
                   7333: 2012-06-10  moko
                   7334: 
                   7335:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   7336:          added
                   7337: 
                   7338:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   7339: 
1.116     moko     7340:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   7341:          beauty
1.95      moko     7342: 
                   7343:        * depcomp: from libtool 2.4.2
                   7344: 
                   7345:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   7346: 
                   7347: 2012-06-09  moko
                   7348: 
1.116     moko     7349:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   7350:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     7351:          autogenerated files updated after libtool update
                   7352: 
1.116     moko     7353:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   7354:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     7355:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   7356:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   7357:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216     moko     7358:          libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
                   7359:          libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
                   7360:          libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
                   7361:          loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
                   7362:          loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
                   7363:          loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
                   7364:          m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95      moko     7365:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   7366: 
                   7367:        * configure.in: preparation for new libtool
                   7368: 
                   7369:        * configure.in: Some beauty added :)
                   7370: 
                   7371:        * src/targets/apache/Makefile.am: := -> =
                   7372: 
                   7373:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   7374:          again. :)
                   7375: 
                   7376:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   7377:          previously was taken from pcre_internal.h. :)
                   7378: 
                   7379:        * src/lib/pcre/Makefile.am: config.h returned
                   7380: 
                   7381:        * src/lib/pcre/config.h: still need this. :)
                   7382: 
                   7383:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   7384: 
                   7385:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   7386:          removed
                   7387: 
                   7388:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   7389:          now in parser tree, no need to copy
                   7390: 
                   7391:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   7392:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   7393:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   7394:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   7395:          extracts now used old trash removed
                   7396: 
                   7397:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   7398:          (debian/patches/104_automake.patch) + all charsets are copied
                   7399: 
                   7400:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   7401:          extra arguments now supported
                   7402: 
                   7403: 2012-06-08  misha
                   7404: 
                   7405:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   7406:          the 2nd option in ^table.hash[] could be hash or table so
                   7407:          .as_hash will throw an exception when table option is specified
                   7408: 
                   7409:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   7410:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   7411:          classes/table.C, classes/void.C, classes/xdoc.C,
                   7412:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   7413:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   7414:          and improved (whitespaces are allowed as empty options) -
                   7415:          MethodParams::as_table is added - above methods are used for
                   7416:          parsing methods' options ( new feature: #9 )
                   7417: 
                   7418:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   7419:          to vclass. now class fields can be accessible as a hash:
                   7420:          $h[^hash::create[$asd:CLASS]]
                   7421: 
                   7422:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   7423:          have get_fields method so their fields can be accessed with
                   7424:          ^reflection:fields[...] & ^reflection:field[...]
                   7425: 
                   7426: 2012-06-06  misha
                   7427: 
                   7428:        * tests/280.html: - tests for
                   7429:          ^reflection:method[obj-or-class;method],
                   7430:          ^reflection:field[obj-or-class;field] and
                   7431:          ^reflection:fields[obj-or-class] are added
                   7432: 
                   7433: 2012-06-05  misha
                   7434: 
                   7435:        * src/classes/reflection.C: - ^reflection:method[class or
                   7436:          object;method name] and ^reflection:field[class or object;field
                   7437:          name] are added
                   7438: 
                   7439:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   7440:          is used
                   7441: 
                   7442:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   7443: 
                   7444: 2012-06-05  moko
                   7445: 
1.116     moko     7446:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     7447: 
                   7448:        * src/classes/memcached.C: flish ttl fixed
                   7449: 
                   7450: 2012-06-04  moko
                   7451: 
                   7452:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   7453:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   7454:          option (new feature #833)
                   7455: 
                   7456: 2012-06-04  misha
                   7457: 
                   7458:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   7459:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   7460: 
                   7461: 2012-06-03  misha
                   7462: 
                   7463:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   7464:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   7465: 
                   7466: 2012-05-30  misha
                   7467: 
                   7468:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   7469:          incomplete class into a scope while @USE is found
                   7470: 
                   7471:        * src/main/compile.y: - add incomplete class into a scope while
                   7472:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   7473: 
                   7474: 2012-05-30  moko
                   7475: 
                   7476:        * src/types/pa_vclass.C, tests/278.html,
                   7477:          tests/results/278.processed: removed "property has no getter
                   7478:          method" exception when GET_DEFAULT present (fixes #269)
                   7479: 
                   7480:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   7481:          $._default
                   7482: 
                   7483: 2012-05-29  moko
                   7484: 
                   7485:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   7486:          uninitialized values usage (new feature: #154)
                   7487: 
                   7488: 2012-05-28  moko
                   7489: 
                   7490:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   7491:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   7492:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   7493:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   7494:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7495:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   7496:          tests/results/277.processed, src/types/pa_vtable.h,
                   7497:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   7498:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   7499:          feature #803)
                   7500: 
                   7501:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   7502:          tests/results/277.processed: json numbers are now treated as
                   7503:          double ( new feature: #834 )
                   7504: 
                   7505:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   7506:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   7507:          added for out of range checks, zero division in vint/vdouble
                   7508:          check added ( fixes #832 )
                   7509: 
                   7510:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   7511:          ( fixes #832 )
                   7512: 
                   7513: 2012-05-28  misha
                   7514: 
                   7515:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   7516:          configure
                   7517: 
                   7518:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   7519:          added - tests for unsupported values for options $.file, $.table
                   7520:          and $.date are added
                   7521: 
                   7522:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   7523:          accepts "stat" $.file[] option's value in addition to existed
                   7524:          "text" and "base64" ( new feature: #835 )
                   7525: 
                   7526:        * tests/276.html: - test for
                   7527:          ^reflection:delete[$object-or-class;field-name]
                   7528: 
                   7529:        * src/classes/reflection.C: -
                   7530:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   7531:          feature: #268 )
                   7532: 
                   7533: 2012-05-27  misha
                   7534: 
                   7535:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   7536: 
                   7537: 2012-05-24  misha
                   7538: 
                   7539:        * src/include/pa_common.h: - method lastposafter was removed
                   7540: 
                   7541:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   7542:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   7543:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   7544:          work as *nix commands
                   7545: 
                   7546:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   7547: 
                   7548:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   7549:          rskipchars were added
                   7550: 
                   7551:        * tests/270.html: - more tests for ^file:find[]
                   7552: 
                   7553:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   7554: 
                   7555:        * src/include/pa_version.h: - must be "win32" here. it is
                   7556:          auto-generated on *nix
                   7557: 
                   7558: 2012-05-24  moko
                   7559: 
                   7560:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   7561:          throws overflow exception ( new feature: #830 )
                   7562: 
                   7563:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   7564:          uint32 support and overflow added ( new feature: #830 )
                   7565: 
                   7566: 2012-05-23  moko
                   7567: 
                   7568:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   7569:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   7570:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   7571:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   7572:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   7573:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   7574:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   7575:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7576:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   7577:          "return string as-is" removed from as_expr_result. ( new feature:
                   7578:          #831 )
                   7579: 
                   7580:        * tests/results/244.processed: test changed after bug #782 fix
                   7581:          commited
                   7582: 
                   7583:        * tests/results/229.processed: test results for bug #782 commited
                   7584: 
                   7585:        * tests/: 254.html, results/254.processed: uid now just compared,
                   7586:          not printed. :)
                   7587: 
                   7588: 2012-05-20  moko
                   7589: 
                   7590:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   7591:          feature: #341 )
                   7592: 
                   7593:        * tests/: 254.html, results/254.processed: test for
                   7594:          ^reflection:uid[] added
                   7595: 
                   7596:        * tests/: 254.html, results/254.processed: test for
                   7597:          ^reflection:uid[$obj] added
                   7598: 
                   7599: 2012-05-17  misha
                   7600: 
                   7601:        * src/main/untaint.C: - do not replace ' char by _26 while
                   7602:          exploding filespec-tainting ( new feature: #829 )
                   7603: 
                   7604: 2012-05-12  moko
                   7605: 
                   7606:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   7607:          not.
                   7608: 
                   7609: 2012-05-08  moko
                   7610: 
                   7611:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   7612: 
                   7613:        * tests/229.html: test for bug #782
                   7614: 
                   7615:        * tests/results/259.processed, src/main/pa_request.C,
                   7616:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7617:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   7618:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   7619:          string; defined locals are empty strings; $STRICT-VARS(true)
                   7620:          added
                   7621: 
                   7622: 2012-04-27  moko
                   7623: 
1.116     moko     7624:        * src/targets/apache/Makefile.am:
1.95      moko     7625:          ../../lib/memcached/libmemcached.a added
                   7626: 
                   7627: 2012-04-27  misha
                   7628: 
                   7629:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   7630:          ( #827 )
                   7631: 
                   7632: 2012-04-25  moko
                   7633: 
                   7634:        * src/: classes/json.C, classes/memcached.C,
                   7635:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7636:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   7637:          implemented.
                   7638: 
                   7639:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   7640: 
                   7641: 2012-04-23  moko
                   7642: 
                   7643:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7644:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7645:          types/pa_vmemcached.h: open allows options hash for new
                   7646:          memcached(options) function
                   7647: 
                   7648:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   7649:          not appended
                   7650: 
                   7651: 2012-04-21  moko
                   7652: 
                   7653:        * src/classes/curl.C: '' added. :)
                   7654: 
                   7655:        * src/classes/classes.vcproj: new curl.h location
                   7656: 
                   7657:        * src/classes/curl.C: verbose output redirection from stderr to
                   7658:          file curl option added
                   7659: 
                   7660: 2012-04-20  moko
                   7661: 
                   7662:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   7663:          contains what we need from curl, #ifdef HAVE_CURL removed
                   7664: 
1.116     moko     7665:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     7666:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     7667:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   7668:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     7669:          configure option
                   7670: 
                   7671: 2012-04-19  moko
                   7672: 
                   7673:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   7674:          classes/string.C, lib/gc/include/gc_allocator.h,
                   7675:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   7676:          options from sql_result_string removed. (closes issue #468)
                   7677: 
                   7678:        * src/types/pa_vmemcached.C: empty string fix
                   7679: 
                   7680:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   7681:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   7682:          pa_vmemcached.C
                   7683: 
                   7684: 2012-04-18  moko
                   7685: 
                   7686:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   7687:          apache2-mpm-prefork" error displayed in threaded mpm.
                   7688: 
                   7689:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7690:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   7691:          installed (issue #354)
                   7692: 
                   7693: 2012-04-16  moko
                   7694: 
                   7695:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   7696:          memcached_result_free removed
                   7697: 
                   7698: 2012-04-14  moko
                   7699: 
                   7700:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   7701: 
                   7702:        * src/types/pa_vmemcached.C: check_key added and used
                   7703: 
                   7704: 2012-04-13  moko
                   7705: 
                   7706:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   7707:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   7708:          Serialization_data now added and used, VString now serialized
                   7709:          with languages into memcached.
                   7710: 
                   7711: 2012-03-28  moko
                   7712: 
                   7713:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   7714:          lib/memcached/pa_memcached.h: result lengths added
                   7715: 
                   7716: 2012-03-27  moko
                   7717: 
                   7718:        * src/types/pa_vmemcached.C: strdup added
                   7719: 
                   7720: 2012-03-24  moko
                   7721: 
                   7722:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7723:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7724:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   7725: 
                   7726: 2012-03-20  moko
                   7727: 
1.116     moko     7728:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     7729: 
                   7730:        * src/targets/cgi/Makefile.am: cleanup
                   7731: 
                   7732:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   7733:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   7734: 
                   7735:        * src/: classes/Makefile.am, classes/memcached.C,
                   7736:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   7737:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7738:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   7739: 
                   7740: 2012-03-16  moko
                   7741: 
                   7742:        * src/main/execute.C: ident now works under Linux + ident displays
                   7743:          filenames (closes issue #818)
                   7744: 
1.116     moko     7745:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     7746:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   7747:          pa_vmethod_frame_local.h removed
                   7748: 
                   7749:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   7750:          classes/classes.h, classes/curl.C, classes/date.C,
                   7751:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7752:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   7753:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   7754:          classes/memory.C, classes/op.C, classes/reflection.C,
                   7755:          classes/regex.C, classes/response.C, classes/string.C,
                   7756:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   7757:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   7758:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7759:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7760:          include/pa_dictionary.h, include/pa_dir.h,
                   7761:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7762:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   7763:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   7764:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   7765:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7766:          include/pa_sapi.h, include/pa_socks.h,
                   7767:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7768:          include/pa_stack.h, include/pa_string.h,
                   7769:          include/pa_stylesheet_connection.h,
                   7770:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7771:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7772:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7773:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7774:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   7775:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   7776:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   7777:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   7778:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7779:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7780:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7781:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   7782:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   7783:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   7784:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   7785:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   7786:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   7787:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   7788:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   7789:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   7790:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7791:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7792:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7793:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7794:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7795:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7796:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   7797:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7798:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   7799:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   7800:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7801:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   7802:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7803:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7804:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   7805:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   7806:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   7807:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7808:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7809:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   7810:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   7811:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   7812:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7813:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7814:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   7815:          ident now works under Linux + ident displays filenames (closes
                   7816:          issue #818) Copyright updated
                   7817: 
                   7818: 2012-03-13  moko
                   7819: 
                   7820:        * src/main/pa_string.C: compilation fix for feature #741
                   7821: 
                   7822: 2012-03-09  misha
                   7823: 
                   7824:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   7825: 
                   7826:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   7827:          now detects invalid base64 chars in the middle of encoded stricg
                   7828:          ( new feature: #55 )
                   7829: 
                   7830:        * src/include/pa_exception.h: - new exception type for base64
                   7831:          decoding is added
                   7832: 
                   7833: 2012-03-06  misha
                   7834: 
                   7835:        * tests/274.html: - tests for ^date::today[] and
                   7836:          ^date.sql-string[datetime|date|time] are added
                   7837: 
                   7838:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   7839:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   7840:          strings "datetime", "date" or "time" - comments tidying up
                   7841: 
                   7842:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   7843:          date and time
                   7844: 
                   7845: 2012-03-03  misha
                   7846: 
                   7847:        * tests/193.html: - tests for
                   7848:          ^string:base64[encoded;$.strict(true)] are added
                   7849: 
                   7850:        * tests/results/auto.p: - try-catch operator is added
                   7851: 
                   7852:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7853:          main/pa_common.C: - $.strict(true|false) option is added to
                   7854:          base64 decode methods ( new feature: #55 )
                   7855: 
                   7856:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   7857:          ( new feature: #819 )
                   7858: 
                   7859: 2012-02-28  moko
                   7860: 
                   7861:        * src/classes/hash.C: ident test
                   7862: 
                   7863: 2012-02-27  misha
                   7864: 
                   7865:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   7866: 
                   7867: 2012-01-08  misha
                   7868: 
                   7869:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   7870: 
                   7871:        * src/: classes/string.C, include/pa_dictionary.h,
                   7872:          main/pa_dictionary.C, main/pa_string.C: -
                   7873:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   7874:          ^string.replace[one subst here] is slightly optimized
                   7875: 
                   7876: 2011-12-07  misha
                   7877: 
                   7878:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   7879:          named table with one empty column ( bugfix: #63 )
                   7880: 
                   7881: 2011-11-30  misha
                   7882: 
                   7883:        * src/classes/json.C: - it's possible to set user's method for
                   7884:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   7885:          #763 )
                   7886: 
                   7887:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   7888: 
                   7889: 2011-11-23  misha
                   7890: 
                   7891:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7892:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   7893:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   7894:          ^file::create[mode;filename;content[;options]] now accepts binary
                   7895:          mode and file-content - new constructor's format:
                   7896:          ^file::create[string-or-file-content[;$.name[filename]
                   7897:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   7898:          feature: #65 )
                   7899: 
                   7900:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   7901:          mime_type_of(const String*) is added
                   7902: 
                   7903:        * src/include/pa_exception.h: - new exception constant
                   7904:          FILE_NAME_MUST_BE_SPECIFIED is added
                   7905: 
                   7906:        * src/classes/table.C: - bug with negative offset transformed into
                   7907:          a feature. it means pointing to a row from the end of the table (
                   7908:          new feature: #810 )
                   7909: 
                   7910: 2011-11-19  misha
                   7911: 
                   7912:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   7913:          â ìåòîäå _select ( new feature: #810 )
                   7914: 
                   7915:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   7916:          options were specified together is simplified
                   7917: 
                   7918: 2011-11-12  misha
                   7919: 
                   7920:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   7921:          HTTP content-disposition header (a part of bug #361 )
                   7922: 
                   7923:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   7924:          checks for ancestors' classes as well ( new feature: #456 )
                   7925: 
                   7926:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   7927:          "without cycle" now have types "parser.break" and
                   7928:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   7929:          )
                   7930: 
                   7931: 2011-11-11  misha
                   7932: 
                   7933:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   7934:          237.processed: - since bug #361 was fixed the content of filename
                   7935:          in HTTP headers is quoted
                   7936: 
                   7937:        * tests/results/270.processed: - result for test 270
                   7938: 
                   7939:        * tests/: 065.html, results/065.processed: - more tests for
                   7940:          ^file:basename[] & Co were added
                   7941: 
                   7942:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   7943: 
                   7944:        * tests/270.html: - tests for ^file:find[] are added
                   7945: 
                   7946:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   7947:          using option $.charset. option $.engoding is still supported but
                   7948:          these options can not be specified together
                   7949: 
                   7950:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   7951:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   7952: 
                   7953: 2011-10-11  misha
                   7954: 
                   7955:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   7956:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   7957:          #622)
                   7958: 
                   7959: 2011-09-30  misha
                   7960: 
                   7961:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   7962:          exception "saving stat-ed file" ( bugfix: #395 )
                   7963: 
                   7964: 2011-05-30  misha
                   7965: 
                   7966:        * src/classes/string.C: - fixed bug which was added with
                   7967:          params.as_hash into string:sql
                   7968: 
                   7969: 2011-05-29  misha
                   7970: 
                   7971:        * src/types/pa_value.C: - filename in content-disposition header
                   7972:          must be quoted ( bugfix: #361 )
                   7973: 
                   7974: 2011-05-27  misha
                   7975: 
                   7976:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   7977:          created file
                   7978: 
                   7979:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   7980:          usage
                   7981: 
                   7982:        * src/include/pa_exception.h: - one more string for exception was
                   7983:          added
                   7984: 
                   7985: 2011-05-25  misha
                   7986: 
                   7987:        * tests/269.html: - tests for checking input params in some dom
                   7988:          methods
                   7989: 
                   7990:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   7991:          was added. it isn't possible not wo create xdoc with invalid
                   7992:          tagName. ( bugfix: #160 )
                   7993: 
                   7994:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   7995:          string "data must be string" was mover from pa_exception.h to
                   7996:          pa_xml_exception.h
                   7997: 
                   7998:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   7999:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   8000: 
                   8001:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   8002: 
                   8003:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   8004:          options - XML-related exception's strings were added
                   8005: 
                   8006:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   8007:          output_options were removed)
                   8008: 
                   8009: 2011-05-19  misha
                   8010: 
                   8011:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8012:          params.as_hash is used more while parsing methods hash-options
                   8013: 
                   8014: 2011-05-18  misha
                   8015: 
1.211     moko     8016:        * operators.ru.txt, operators.txt: - info about json-serialization
                   8017:          of xdoc was added
1.95      moko     8018: 
                   8019:        * tests/256.html: - tests for json-serialization xdoc were added
                   8020: 
                   8021:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   8022: 
                   8023:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   8024:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   8025:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   8026:          specified in $.xdoc[] ( new feature: #265 )
                   8027: 
                   8028: 2011-05-15  misha
                   8029: 
                   8030:        * tests/268.html: - tests for ^table.count[with options] were added
                   8031: 
                   8032:        * src/classes/table.C: - method ^table.count[] now can accept
                   8033:          options ( new feature: #93 ): ^table.count[column] returns number
                   8034:          of columns for named table; ^table.count[cells] returns number of
                   8035:          cells in the current row; ^table.count[] & ^table.count[rows]
                   8036:          return number of rows in a table.
                   8037: 
                   8038:        * tests/267.html: - test for checking switch/case in boolean mode
                   8039:          was added
                   8040: 
                   8041:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   8042:          compared as bool values, not as double values: new feature: #351
                   8043: 
                   8044: 2011-05-06  misha
                   8045: 
                   8046:        * tests/242.html: - EOL before EOF was added
                   8047: 
                   8048:        * tests/169.html: - tests for splitting empty string and void were
                   8049:          added
                   8050: 
                   8051:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   8052:          returned table with one empty cell)
                   8053: 
                   8054: 2011-04-03  misha
                   8055: 
                   8056:        * src/include/pa_version.h, configure.in: - version in head was
                   8057:          changed to 3.4.2b
                   8058: 
                   8059: 2011-03-30  misha
                   8060: 
                   8061:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   8062:          as well ( new feature #294 )
                   8063: 
                   8064: 2011-03-29  misha
                   8065: 
                   8066:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   8067:          limited to approx. 6 MB. previous limits were too big for real
                   8068:          life. bugfix: #216
                   8069: 
                   8070: 2011-03-04  moko
                   8071: 
                   8072:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   8073:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   8074: 
                   8075:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   8076:          vlalek@
                   8077: 
                   8078: 2011-02-22  misha
                   8079: 
1.211     moko     8080:        * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
                   8081:          methods mustn't be under #ifdef XML or parser can't be compiled
                   8082:          without xml support
1.95      moko     8083: 
                   8084: 2011-02-21  misha
                   8085: 
1.116     moko     8086:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     8087:          ApacheModuleParser3.vcproj was removed
                   8088: 
                   8089:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   8090:          removed)
                   8091: 
                   8092: 2011-02-20  misha
                   8093: 
                   8094:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   8095:          $.overridden in ^reflection:method_info[...] were added
                   8096: 
                   8097:        * src/classes/reflection.C: - beautifying result of
                   8098:          ^reflection:method_info[] ($.overridden/inherited)
                   8099: 
                   8100: 2011-02-18  misha
                   8101: 
                   8102:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   8103:          and pa_isalnum instead of isalpha and isalnum - bug with
                   8104:          redundand quoting lowercased latin chars while building email
                   8105:          body was fixed
                   8106: 
                   8107:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   8108:          added (they check for latin chars only)
                   8109: 
                   8110: 2011-02-16  misha
                   8111: 
                   8112:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   8113:          string size for transcoding gave too small value (should ever
                   8114:          look for availability char in dest charset inspite of the char
                   8115:          size)
                   8116: 
                   8117: 2011-02-04  moko
                   8118: 
                   8119:        * tests/223.html: header values now not url-encoded (issue #195)
                   8120: 
                   8121: 2011-02-01  misha
                   8122: 
                   8123:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   8124: 
                   8125: 2011-01-31  misha
                   8126: 
                   8127:        * src/main/pa_request.C: - throw exception if param file_name in
                   8128:          use_file is empty
                   8129: 
                   8130: 2011-01-08  moko
                   8131: 
                   8132:        * src/classes/curl.C: compilations errors fixed
                   8133: 
                   8134: 2010-12-29  moko
                   8135: 
                   8136:        * tests/: 265.html, results/265.processed: test for issue #200
                   8137:          added
                   8138: 
                   8139:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   8140:          #200)
                   8141: 
                   8142:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   8143: 
                   8144:        * tests/results/223.processed: header values now not url-encoded
                   8145:          (issue #195)
                   8146: 
                   8147:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   8148:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   8149:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   8150: 
                   8151: 2010-12-18  misha
                   8152: 
                   8153:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   8154:          => pa-include
                   8155: 
                   8156: 2010-11-28  moko
                   8157: 
                   8158:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   8159: 
                   8160:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   8161:          -> pa
                   8162: 
                   8163:        * configure.in: apr -> pa
                   8164: 
                   8165:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   8166: 
                   8167:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   8168:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   8169: 
                   8170:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   8171:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   8172:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   8173:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   8174:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   8175:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   8176:          module apr name conflict resolved)
                   8177: 
                   8178: 2010-11-27  misha
                   8179: 
                   8180:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   8181:          libbz2
                   8182: 
                   8183: 2010-11-26  misha
                   8184: 
                   8185:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   8186:          warnings removed
                   8187: 
                   8188: 2010-11-25  moko
                   8189: 
1.211     moko     8190:        * operators.ru.txt, operators.txt: $.indent(true)
1.95      moko     8191: 
1.211     moko     8192:        * operators.ru.txt, operators.txt: another bugfix. :)
1.95      moko     8193: 
1.211     moko     8194:        * operators.ru.txt, operators.txt: bugfix. :)
1.95      moko     8195: 
                   8196:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   8197: 
                   8198: 2010-11-24  moko
                   8199: 
1.116     moko     8200:        * configure: apxs support
1.95      moko     8201: 
                   8202:        * configure.in: apxs support -Bstatic gc removed for OS X
                   8203: 
                   8204:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   8205: 
                   8206:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   8207:          THREAD_LOCAL usage
                   8208: 
                   8209:        * src/: classes/curl.C, include/pa_config_includes.h,
                   8210:          main/pa_globals.C: THREAD_LOCAL defined and used
                   8211: 
                   8212: 2010-11-23  moko
                   8213: 
                   8214:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   8215:          should be passed to pa_sleep, and only fractional part (bugfix:
                   8216:          #188)
                   8217: 
                   8218:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   8219: 
                   8220:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   8221:          GC_dont_gc=1, as in cgi version
                   8222: 
                   8223:        * src/targets/apache/mod_parser3.c: warning war
                   8224: 
                   8225:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   8226:          pa_httpd.h: version removed, some trash removed
                   8227: 
                   8228:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   8229:          to show it), warning war
                   8230: 
                   8231:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   8232:          pa_httpd.h: parser_status_allowed removed + merge config
                   8233:          functions removed (override is the default) + beauty
                   8234: 
                   8235:        * src/: include/pa_request.h, main/pa_request.C,
                   8236:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   8237:          hide $status used in apache module removed
                   8238: 
                   8239: 2010-11-18  moko
                   8240: 
1.211     moko     8241:        * operators.ru.txt, operators.txt: $.table[compact] added for
                   8242:          ^json:string[]
1.95      moko     8243: 
                   8244: 2010-11-16  moko
                   8245: 
                   8246:        * src/targets/apache/mod_parser3.c: some cleanup done
                   8247: 
                   8248:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   8249:          is hashcode; second, info.fragment_begin is original, not
                   8250:          resulting length
                   8251: 
                   8252:        * src/classes/file.C: new feature: $.stdin now untainted
                   8253: 
                   8254:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   8255: 
                   8256:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   8257: 
                   8258:        * src/classes/op.C: ^apply-taint[] method added
                   8259: 
                   8260:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   8261:          added; $.stdin untaint test added
                   8262: 
                   8263: 2010-11-15  moko
                   8264: 
                   8265:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   8266:          removed
                   8267: 
                   8268:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   8269:          pa_httpd.h: 2x2 calculated under apache2. :)
                   8270: 
                   8271: 2010-11-13  moko
                   8272: 
                   8273:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   8274:          with apache 2.x includes
                   8275: 
                   8276:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   8277:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   8278:          united apache 1.3 / apache 2.x DSO module
                   8279: 
                   8280: 2010-11-09  moko
                   8281: 
                   8282:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   8283:          syntax
                   8284: 
                   8285:        * tests/: 263.html, results/263.processed: test from method[*args]
                   8286:          added
                   8287: 
                   8288:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   8289:          number of params can now be passed to a method declared with *arg
                   8290: 
                   8291: 2010-11-06  moko
                   8292: 
                   8293:        * src/classes/table.C: formating fixed. :)
                   8294: 
                   8295:        * src/classes/table.C: closes #4: ^table.select now supports
                   8296:          $.limit(), $.offset, $.reverse() options
                   8297: 
                   8298:        * tests/: 262.html, results/262.processed: test for ^table:select
                   8299:          with options added (feature #4)
                   8300: 
                   8301:        * src/include/pa_array.h: remove function added
                   8302: 
                   8303:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   8304:          object in get_element/put_element, using static one.
                   8305: 
                   8306: 2010-11-04  moko
                   8307: 
                   8308:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   8309:          options is passed
                   8310: 
                   8311:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   8312:          now tested; k and p in handler now tested.
                   8313: 
                   8314:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   8315:          $.table[compact] feature added
                   8316: 
                   8317:        * src/classes/json.C: key is now passed to handler in
                   8318:          value_json_string; ^json:string result now process tainting
                   8319:          inside and returns clean string, related to issue #153
                   8320: 
                   8321:        * src/main/untaint.C: bugfix: charset can be null (in
                   8322:          ^string:save[] as example), thus check is added
                   8323: 
                   8324: 2010-10-31  moko
                   8325: 
                   8326:        * src/classes/string.C: error message changed (fixes issue #149)
                   8327: 
                   8328: 2010-10-29  moko
                   8329: 
                   8330:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   8331:          port is not default (fixes issue #155); exception on invalid port
                   8332:          added.
                   8333: 
                   8334:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   8335:          "Accept: */*" to be passed
                   8336: 
                   8337: 2010-10-28  moko
                   8338: 
                   8339:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   8340:          exception on unknown charset even if response_charset was
                   8341:          specified
                   8342: 
                   8343: 2010-10-27  moko
                   8344: 
                   8345:        * src/classes/string.C: ^string.append removed for void
                   8346:          compatibility
                   8347: 
                   8348: 2010-10-26  moko
                   8349: 
                   8350:        * src/classes/json.C: libjson supports array at top level, we too
                   8351:          (GPF fixed)
                   8352: 
                   8353: 2010-10-25  moko
                   8354: 
                   8355:        * tests/: 253.html, results/253.processed: libjson supports array
                   8356:          at top level, parser now supports it as well.
                   8357: 
                   8358:        * tests/261.html, tests/results/261.processed,
                   8359:          src/types/pa_vstring.h: empty string is now void compatible
                   8360:          (allows $empty.key)
                   8361: 
                   8362: 2010-10-22  misha
                   8363: 
                   8364:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   8365:          while adding additional expires checkout)
                   8366: 
                   8367:        * tests/030.html: - test for session cookie was added
                   8368: 
                   8369: 2010-10-21  moko
                   8370: 
                   8371:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   8372:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   8373:          string (feature #111)
                   8374: 
                   8375:        * tests/: 261.html, results/261.processed: checks void from string
                   8376:          inheritance (feature #111)
                   8377: 
                   8378:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   8379:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   8380:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   8381:          now true by default
                   8382: 
                   8383: 2010-10-17  moko
                   8384: 
                   8385:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   8386:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   8387:          (bugfix: #128)
                   8388: 
                   8389:        * tests/: 223.html, results/223.processed: binary file upload test
                   8390:          added, GPF (issue #128) also checked in this test
                   8391: 
                   8392: 2010-10-13  misha
                   8393: 
                   8394:        * tests/260.html: - test for math:convert
                   8395: 
                   8396:        * src/classes/math.C: - error in math:convert was fixed
                   8397: 
1.211     moko     8398:        * operators.ru.txt, operators.txt: - info about
1.95      moko     8399:          ^math:convert[number](from-base;to-base) was added
                   8400: 
                   8401:        * src/classes/math.C: - method
                   8402:          ^math:convert[number](from-base;to-base) for converting number
                   8403:          represention from one base to another was added ( new feature:
                   8404:          #23 )
                   8405: 
                   8406: 2010-10-13  moko
                   8407: 
                   8408:        * src/main/compile.tab.C: [] now is empty string, not void
                   8409: 
                   8410:        * src/main/compile.y: [] now is empty string, not void
                   8411: 
                   8412:        * src/types/pa_vvoid.h: void now passed as parameter
                   8413: 
                   8414:        * tests/: 259.html, results/259.processed: to test difference
                   8415:          between void and empty string (see ticket #111)
                   8416: 
                   8417:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   8418:          void
                   8419: 
                   8420:        * tests/256.html: $s[$void] is no longer empty string
                   8421: 
                   8422:        * tests/254.html: empty string is no longer void
                   8423: 
                   8424: 2010-10-12  misha
                   8425: 
                   8426:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   8427:          converted to date during cookies set up ( bugfix: #104 )
                   8428: 
                   8429:        * tests/041.html: - more tests for ^table.locate were added
                   8430: 
                   8431:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   8432:          work ( bugfix: #129 ) - exception comment for incorrect options
                   8433:          ^table.locate[field;value;options] was fixed
                   8434: 
                   8435: 2010-10-10  moko
                   8436: 
                   8437:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   8438:          another object feature returned
                   8439: 
                   8440:        * tests/results/258.processed: test result updated as constructor
                   8441:          returning another object feature returned
                   8442: 
                   8443:        * tests/: 258.html, results/258.processed: test for constructor
                   8444:          returning another object
                   8445: 
                   8446: 2010-10-08  misha
                   8447: 
                   8448:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   8449:          options shouldn't cause exceptions any longer
                   8450: 
                   8451: 2010-10-06  moko
                   8452: 
                   8453:        * src/classes/: hash.C, table.C: length from sql server is now
                   8454:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   8455: 
                   8456: 2010-10-02  misha
                   8457: 
1.211     moko     8458:        * operators.ru.txt, operators.txt: - the X mark was removed from
                   8459:          ^cache[file]. it is usable to delete cache file.
1.95      moko     8460: 
                   8461: 2010-10-02  moko
                   8462: 
                   8463:        * tests/: 253.html, results/253.processed: hook_key added for key
                   8464:          checking
                   8465: 
                   8466:        * src/classes/json.C: null key bug fixed
                   8467: 
                   8468: 2010-09-29  misha
                   8469: 
                   8470:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   8471: 
                   8472: 2010-09-25  moko
                   8473: 
                   8474:        * src/classes/json.C: small fixed
                   8475: 
                   8476:        * tests/results/: 253.processed, 255.processed: just updated
                   8477: 
                   8478:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   8479:          results/255.processed: charset transcode test added for
                   8480:          json:parse
                   8481: 
                   8482: 2010-09-24  moko
                   8483: 
                   8484:        * src/types/pa_value.h: warning war :)
                   8485: 
                   8486:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   8487:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   8488:          ^json:string
                   8489: 
                   8490: 2010-09-22  moko
                   8491: 
                   8492:        * src/main/pa_charset.C: parser charset tables declare only
                   8493:          white-space before 0x20, thus adding the missing chars
                   8494: 
                   8495:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   8496:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   8497: 
                   8498: 2010-09-21  misha
                   8499: 
                   8500:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   8501:          want to compile grammar if they are absent)
                   8502: 
                   8503:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   8504: 
                   8505:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   8506: 
                   8507:        * src/main/main.vcproj: - path to bison is changed
                   8508: 
                   8509: 2010-09-21  moko
                   8510: 
1.116     moko     8511:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   8512:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   8513:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     8514: 
                   8515: 2010-09-20  misha
                   8516: 
                   8517:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   8518: 
                   8519:        * src/classes/json.C: - add EOL while json-serializing hash
                   8520: 
                   8521:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   8522:          compilers don't like 'ES'.
                   8523: 
                   8524: 2010-09-17  misha
                   8525: 
1.211     moko     8526:        * operators.ru.txt, operators.txt: - info about json class was
                   8527:          added
1.95      moko     8528: 
                   8529:        * src/classes/json.C: - ^json:string[object]
                   8530: 
                   8531:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   8532:          preventing infinite recursion while executing json:string was
                   8533:          added
                   8534: 
                   8535:        * src/include/pa_string.h: - method append_quoted was added
                   8536: 
                   8537:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   8538:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   8539:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   8540:          was added to Value & Co
                   8541: 
                   8542:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   8543:          were used
                   8544: 
                   8545:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   8546:          were added
                   8547: 
                   8548: 2010-09-10  moko
                   8549: 
                   8550:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8551:          die_or_abort (backport from 3.4.1)
                   8552: 
                   8553:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8554:          die_or_abort (bugfix: #106)
                   8555: 
                   8556: 2010-09-09  moko
                   8557: 
                   8558:        * src/classes/json.C: warning war. :)
                   8559: 
                   8560: 2010-09-08  misha
                   8561: 
                   8562:        * src/lib/json/Makefile.am: - additional include directories were
                   8563:          added (for pa_memory.h and gc.h)
                   8564: 
                   8565:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   8566:          compile as C++ instead default - additional include directory was
                   8567:          added (for gc.h)
                   8568: 
                   8569:        * src/types/pa_vform.C: - little code reformating
                   8570: 
                   8571:        * src/classes/file.C: - $.content-type option now can be specified
                   8572:          in ^file::create ( new feature: #102 )
                   8573: 
                   8574: 2010-09-08  moko
                   8575: 
                   8576:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   8577:          pa_malloc/pa_free
                   8578: 
                   8579: 2010-09-07  moko
                   8580: 
                   8581:        * tests/results/254.processed: VStateless_class:put_element
                   8582:          exception was fixed
                   8583: 
                   8584:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   8585:          VStateless_class:put_element barks self.type, not this.type
                   8586:          (bugfix: #105)
                   8587: 
                   8588: 2010-09-06  moko
                   8589: 
                   8590:        * src/classes/reflection.C: bugfix: new String() is required for
                   8591:          exception handling
                   8592: 
                   8593:        * tests/: 254.html, results/254.processed: test modified
                   8594: 
                   8595: 2010-09-05  moko
                   8596: 
                   8597:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   8598:          added
                   8599: 
                   8600:        * src/: classes/reflection.C, include/pa_request.h:
                   8601:          ^reflection:copy implemented (new feature: #100)
                   8602: 
                   8603: 2010-09-03  moko
                   8604: 
                   8605:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   8606: 
                   8607:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   8608:          option testing added
                   8609: 
                   8610: 2010-09-02  moko
                   8611: 
                   8612:        * src/classes/json.C: $.distinct[first|last|all] added
                   8613: 
                   8614: 2010-09-01  moko
                   8615: 
                   8616:        * tests/results/253.processed: json test result
                   8617: 
                   8618:        * tests/: 253.html, 253_json.txt: json test added
                   8619: 
                   8620:        * src/classes/json.C: json.C update to actual version + hash key
                   8621:          creation bugfix
                   8622: 
                   8623: 2010-08-31  misha
                   8624: 
                   8625:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   8626:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   8627:          src/lib/Makefile.am, src/classes/Makefile.am,
                   8628:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   8629:          json library was added
                   8630: 
                   8631: 2010-08-30  moko
                   8632: 
                   8633:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   8634:          types/pa_vobject.C: cosmetic optimization in
                   8635:          request:execute_method usage
                   8636: 
                   8637:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   8638:          optimization, just to decrease number of lines. :)
                   8639: 
                   8640: 2010-08-27  misha
                   8641: 
                   8642:        * src/classes/op.C: - taint[json] was added
                   8643: 
                   8644:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   8645:          were added
                   8646: 
                   8647:        * src/main/pa_exec.C: - warning fix was rolled back.
                   8648: 
                   8649:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   8650:          include/pa_string.h: - taint[json] was added - escaping was
                   8651:          slightly modified
                   8652: 
                   8653: 2010-08-25  misha
                   8654: 
                   8655:        * src/classes/file.C: - typo in file:sql exception was fixed
                   8656: 
                   8657:        * src/main/pa_exec.C: - warning about declared and not used
                   8658:          variable forced_allow was removed
                   8659: 
                   8660: 2010-08-14  misha
                   8661: 
                   8662:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   8663:          were removed
                   8664: 
                   8665: 2010-08-11  moko
                   8666: 
                   8667:        * tests/: 249.html, results/249.processed: default setter and
                   8668:          anti-recursive default getter test added
                   8669: 
                   8670:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   8671:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   8672:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   8673:          types/pa_vstateless_class.h: default setter support +
                   8674:          anti-recursive default getter support ( new feature: #13 )
                   8675: 
                   8676:        * src/include/pa_hash.h: optimization: threshold member removed
                   8677:          from hash, reducing sizeof(hash)
                   8678: 
                   8679: 2010-08-10  misha
                   8680: 
                   8681:        * tests/196.html: - junction-method was added to the test
                   8682: 
                   8683:        * tests/248.html: - ups. typo :)
                   8684: 
                   8685:        * tests/248.html: - test for checking .match with 4 params
                   8686: 
                   8687:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   8688:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   8689:          $request:charset during loading if the BOM code is detected"
                   8690: 
                   8691:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   8692:          $request:charset during loading if the BOM code is detected ( new
                   8693:          feature: #98 )
                   8694: 
                   8695: 2010-08-05  misha
                   8696: 
                   8697:        * src/classes/image.C: - ^image.replace now can accept only 2
                   8698:          params. in this case the whole image is affected ( new feature:
                   8699:          #95 )
                   8700: 
                   8701: 2010-08-04  misha
                   8702: 
                   8703:        * tests/246.html: - test tor ^hash._at[] was added
                   8704: 
                   8705:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   8706:          #53 )
                   8707: 
                   8708:        * src/include/pa_hash.h: - methods for accessing the first and the
                   8709:          last values of ordered hash were added (first_value and
                   8710:          last_value)
                   8711: 
                   8712:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   8713:          (similar to others file's methods):
                   8714:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   8715:          #68 )
                   8716: 
                   8717:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   8718: 
                   8719: 2010-08-01  moko
                   8720: 
                   8721:        * src/classes/op.C: to correctly process $result[] in code, called
                   8722:          from ^process
                   8723: 
                   8724:        * tests/245.html: $result in ^process[] test added
                   8725: 
                   8726:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   8727:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   8728:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   8729:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   8730:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   8731:          removed, construct(class,method) added
                   8732: 
                   8733:        * tests/results/: 192.processed, 244.processed: request::construct
                   8734:          added
                   8735: 
                   8736:        * tests/: 244.html, 245.html, results/244.processed,
                   8737:          results/245.processed: object creation exceptions and ^process
                   8738:          tests added
                   8739: 
                   8740: 2010-07-28  misha
                   8741: 
                   8742:        * tests/make_tests.cmd: - win32 EOLs
                   8743: 
                   8744:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   8745:          tests on Win32 were added (The system timezone should be GMT+3)
                   8746: 
                   8747: 2010-07-26  misha
                   8748: 
                   8749:        * tests/: 212.html, results/212.processed: - sizes were removed
                   8750:          mecause they could be different on different OSs
                   8751: 
                   8752:        * tests/065.html: - make it "win32 friendly"
                   8753: 
                   8754: 2010-07-25  misha
                   8755: 
                   8756:        * src/main/compile.y: - all EOLs between methods are removed during
                   8757:          compilation ( new feature: #47 )
                   8758: 
                   8759:        * tests/results/149.processed: - prepare tests to trim trailing
                   8760:          methods' EOLs
                   8761: 
                   8762:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   8763: 
                   8764:        * tests/: results/006.processed, results/014.processed, 006.html,
                   8765:          014.html, 022.html: - prepare tests to trim trailing methods'
                   8766:          EOLs
                   8767: 
                   8768:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   8769:          results/071.processed, results/022.processed: - prepare tests to
                   8770:          trim trailing methods' EOLs
                   8771: 
                   8772:        * tests/: results/073.processed, results/109.processed,
                   8773:          results/142.processed, results/144.processed,
                   8774:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   8775:          144.html: - prepare tests to trim trailing methods' EOLs
                   8776: 
                   8777:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   8778:          149.html, 152.html, results/096.processed, results/107.processed,
                   8779:          results/109.processed, results/142.processed,
                   8780:          results/144.processed: - prepare tests to trim trailing methods'
                   8781:          EOLs
                   8782: 
                   8783: 2010-07-24  moko
                   8784: 
                   8785:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   8786:          the hash order in this test
                   8787: 
                   8788:        * tests/014.html: to check hash order, hash no is longer sorted
                   8789:          before print
                   8790: 
                   8791:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   8792:          (bugfix: #54)
                   8793: 
                   8794: 2010-07-23  moko
                   8795: 
                   8796:        * tests/results/224.processed: @auto[] is no longer inherited
                   8797: 
                   8798:        * src/types/pa_vstateless_class.C, tests/227.html,
                   8799:          tests/results/227.processed: @auto[] is no longer inherited
                   8800:          (bugfix: #57)
                   8801: 
                   8802: 2010-07-22  misha
                   8803: 
                   8804:        * src/classes/table.C: - don't skip comment lines during
                   8805:          table::load if encloser or separator is set as '#' ( new feature:
                   8806:          #30 )
                   8807: 
                   8808:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   8809:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   8810:          #12 )
                   8811: 
                   8812:        * src/classes/file.C: - set PARSER_VARSION env before external
                   8813:          script executing
                   8814: 
                   8815: 2010-07-13  misha
                   8816: 
                   8817:        * tests/058.html: - test for suppressing @border was added - test
                   8818:          for user attribute was added
                   8819: 
                   8820:        * tests/results/186.processed: unescaping from \uXXXX
                   8821: 
                   8822:        * tests/186.html: unescaping from \uXXXX
                   8823: 
                   8824:        * tests/: 239.html, results/239.processed: method call type
                   8825: 
                   8826:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   8827:          $junction_method.CLASS_NAME (+CLASS)
                   8828: 
                   8829: 2010-07-07  misha
                   8830: 
                   8831:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   8832:          *nix
                   8833: 
                   8834: 2010-07-05  misha
                   8835: 
                   8836:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   8837:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   8838:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   8839:          comment strings "options must be hash", "options must be hash,
                   8840:          not code" and "called with invalid option" were replaced by
                   8841:          constatns - exception comment string "invalid option passed" was
                   8842:          replaced by "called with invalid option" (now in different
                   8843:          methods are the same exception comment string)
                   8844: 
                   8845:        * src/include/pa_exception.h: - more exception strings were defined
                   8846: 
                   8847:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   8848:          types/pa_vstateless_class.h: - now we can define possible
                   8849:          method's call type ( new feature: #5 )   1.
                   8850:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   8851:          methods   2. @static:method[params] (only static keyword could be
                   8852:          used here) -- for specified methods
                   8853: 
                   8854:        * src/main/pa_common.C: - junction points should not be deleted on
                   8855:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   8856:          cleanup
                   8857: 
                   8858: 2010-07-03  misha
                   8859: 
                   8860:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   8861:          results/158.processed, results/160.processed,
                   8862:          results/161.processed, results/162.processed,
                   8863:          results/163.processed: - prepare tests to trim trailing methods'
                   8864:          EOLs
                   8865: 
                   8866:        * tests/results/169.processed: - prepare tests to trim trailing
                   8867:          methods' EOLs
                   8868: 
                   8869:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   8870:          trim trailing methods' EOLs
                   8871: 
                   8872:        * tests/: results/170.processed, results/167.processed,
                   8873:          results/168.processed, results/169.processed, 167.html, 168.html,
                   8874:          169.html: - prepare tests to trim trailing methods' EOLs
                   8875: 
                   8876:        * tests/: results/170.processed, results/171.processed,
                   8877:          results/172.processed, results/173.processed,
                   8878:          results/174.processed, results/175.processed, 170.html, 171.html,
                   8879:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   8880:          trailing methods' EOLs
                   8881: 
                   8882:        * tests/: results/176.processed, results/180.processed,
                   8883:          results/184.processed, results/185.processed,
                   8884:          results/191.processed, results/192.processed,
                   8885:          results/196.processed, results/197.processed,
                   8886:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   8887:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   8888:          to trim trailing methods' EOLs
                   8889: 
                   8890:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   8891:          results/199.processed, results/208.processed,
                   8892:          results/209.processed, results/213.processed,
                   8893:          results/214.processed: - prepare tests to trim trailing methods'
                   8894:          EOLs
                   8895: 
                   8896: 2010-06-29  misha
                   8897: 
                   8898:        * tests/: 220.html, 218.html, results/218.processed,
                   8899:          results/215.processed, results/217.processed, 215.html, 217.html:
                   8900:          - prepare tests to trim trailing methods' EOLs
                   8901: 
                   8902:        * tests/: results/224.processed, 224.html, 223.html,
                   8903:          results/223.processed, results/220.processed: - prepare tests to
                   8904:          trim trailing methods' EOLs
                   8905: 
                   8906:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   8907:          trim trailing methods' EOLs
                   8908: 
                   8909:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   8910:          trailing methods' EOLs
                   8911: 
                   8912:        * tests/: 232.html, 235.html, results/232.processed,
                   8913:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   8914:          results/226.processed, results/227.processed,
                   8915:          results/228.processed, results/230.processed: - prepare tests to
                   8916:          trim trailing methods' EOLs
                   8917: 
                   8918: 2010-06-16  moko
                   8919: 
                   8920:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   8921:          ^if
                   8922: 
                   8923:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   8924: 
                   8925: 2010-06-03  misha
                   8926: 
                   8927:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   8928:          instead of memcopy for overlaped regions
                   8929: 
                   8930: 2010-05-25  misha
                   8931: 
                   8932:        * src/main/pa_common.C: - wanring about unused vars was removed
                   8933: 
                   8934:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   8935:          get_method_filename was moved to execute.C
                   8936: 
                   8937: 2010-05-23  misha
                   8938: 
                   8939:        * src/main/pa_request.C: - more accurate detection of method's file
                   8940: 
                   8941: 2010-05-22  misha
                   8942: 
                   8943:        * src/classes/reflection.C: - bugfix: core during detection of
                   8944:          .file if filespec isn't detected successfully
                   8945: 
                   8946: 2010-05-20  misha
                   8947: 
                   8948:        * src/main/pa_request.C: - fix in get_method_filename
                   8949: 
                   8950:        * src/include/pa_request.h: - new feature: #24 -- searching
                   8951:          included file in @USE/^use is changed. if its filespec doesn't
                   8952:          start from '/' it will be searched in caller file directory
                   8953: 
                   8954:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   8955:          where the method is defined
                   8956: 
                   8957:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   8958:          classes/op.C: - new feature: #24 -- searching included file in
                   8959:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   8960:          will be searched in caller file directory
                   8961: 
                   8962:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   8963:          is moved to pa_common.h
                   8964: 
                   8965: 2010-05-18  misha
                   8966: 
                   8967:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   8968:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   8969:          cookie parser decode \uXXXX as well as %uXXXX
                   8970: 
                   8971: 2010-05-17  misha
                   8972: 
                   8973:        * src/classes/curl.C: beauty: - unused param is removed in method
                   8974:          _curl_version_action - some spaces were removed or replaced by
                   8975:          tabs
                   8976: 
                   8977:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   8978:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   8979: 
                   8980: 2010-05-16  misha
                   8981: 
                   8982:        * src/classes/curl.C: new: #61 more curl options were added
                   8983:          (contributed by Sumo)
                   8984: 
                   8985: 2010-04-29  pretender
                   8986: 
                   8987:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   8988:          now empty string.
                   8989: 
                   8990:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   8991:          string type.
                   8992: 
                   8993: 2010-04-28  pretender
                   8994: 
                   8995:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8996:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   8997:          macrodefinition removed
                   8998: 
                   8999: 2010-04-19  pretender
                   9000: 
                   9001:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   9002:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   9003: 
                   9004:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   9005:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   9006: 
                   9007:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   9008:          variable" exception in grpunlim version.
                   9009: 
                   9010: 2010-04-05  misha
                   9011: 
                   9012:        * src/classes/string.C: - new feature: 4th param was added to
                   9013:          match. if specified its value is returned in case of nothing was
                   9014:          found
                   9015: 
                   9016: 2010-04-01  misha
                   9017: 
                   9018:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   9019:          multiple execution of /a/b/auto.p
                   9020: 
                   9021: 2010-03-19  misha
                   9022: 
                   9023:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   9024: 
                   9025:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   9026: 
                   9027: 2010-01-27  misha
                   9028: 
                   9029:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   9030:          trying to open file by path /existing-file/non-exixting-file
                   9031: 
                   9032: 2010-01-26  misha
                   9033: 
                   9034:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   9035:          was added (returns file)
                   9036: 
                   9037: 2009-12-22  misha
                   9038: 
                   9039:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   9040:          now parser doesn't have class curl if it was built without it
                   9041: 
                   9042: 2009-12-15  misha
                   9043: 
                   9044:        * configure.in: - little cheat with curl include dir was added
                   9045: 
                   9046: 2009-12-05  misha
                   9047: 
                   9048:        * src/classes/curl.C: - some fixes
                   9049: 
                   9050: 2009-12-04  misha
                   9051: 
                   9052:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   9053:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   9054:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   9055:          class was added
                   9056: 
                   9057:        * src/include/pa_hash.h: - hash-iterator was added
                   9058: 
                   9059:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   9060:          was added to pcre
                   9061: 
                   9062: 2009-11-27  misha
                   9063: 
                   9064:        * src/classes/image.C: - don't add @border attribute to output of
                   9065:          ^image.html[] if it was specified by user with empty value
                   9066: 
                   9067:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   9068:          root element and we are trying to access .documentElement
                   9069: 
                   9070: 2009-11-11  misha
                   9071: 
                   9072:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   9073:          instead of number of items in first row for named tables
                   9074: 
                   9075: 2009-11-10  misha
                   9076: 
1.211     moko     9077:        * operators.ru.txt, operators.txt: - info about hash-options in
                   9078:          ^file::create was added
1.95      moko     9079: 
                   9080:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   9081:          added
                   9082: 
                   9083: 2009-11-09  misha
                   9084: 
                   9085:        * buildall-with-xml: - moving to libxml 2.7.6
                   9086: 
                   9087:        * tests/236.html: - tests for comparations cords with functions
                   9088:          were added
                   9089: 
                   9090:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   9091:          added
                   9092: 
                   9093:        * src/main/pa_http.C: - little optimisation
                   9094: 
                   9095:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   9096:          GPF mallocs + stringstream (table.save)
                   9097: 
                   9098:        * src/classes/file.C: - file::create now accepts 4th param: options
                   9099:          with $.charset
                   9100: 
                   9101:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   9102:          bug in cord (comparation cords with functions was buggy)
                   9103: 
                   9104: 2009-11-06  misha
                   9105: 
                   9106:        * src/main/pa_string.C: - bugfix: calculation string.length
                   9107:          sometimes was buggy
                   9108: 
                   9109:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   9110:          destroyed if exception occured during match/replace
                   9111: 
                   9112:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   9113:          lengthUTF8Char was added
                   9114: 
                   9115:        * src/classes/op.C: - clean tainting lang was added for user's
                   9116:          usage
                   9117: 
                   9118:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   9119:          fixed: checkouts are required after GC_MALLOC
                   9120: 
                   9121:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   9122: 
1.211     moko     9123:        * operators.ru.txt, operators.txt: - actually, there is no
                   9124:          ^untaint[xml] in file::create
1.95      moko     9125: 
                   9126: 2009-10-15  misha
                   9127: 
                   9128:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   9129:          were added
                   9130: 
                   9131:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   9132:          were added
                   9133: 
                   9134:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   9135:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   9136:          hacking: for dealing with transcoding+^taint[uri]
                   9137:          transcode_and_untaint was replaced by untaint_and_transcode
                   9138: 
                   9139: 2009-10-13  misha
                   9140: 
                   9141:        * tests/: 121.html, results/121.processed: - test transcoding +
                   9142:          url-escaping now
                   9143: 
                   9144:        * tests/results/auto.p: - more helpers' methods were added
                   9145: 
                   9146:        * src/main/pa_globals.C: - die instead of abort
                   9147: 
                   9148: 2009-10-06  misha
                   9149: 
                   9150:        * src/main/pa_common.C: - don't allocate memory during
                   9151:          capitalization if input string is already capitalized
                   9152: 
                   9153:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   9154: 
                   9155:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   9156:          use format function because it calls malloc
                   9157: 
                   9158:        * src/include/pa_common.h: - more capitalized headers were added
                   9159: 
                   9160:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   9161:          file writing
                   9162: 
                   9163: 2009-10-05  misha
                   9164: 
                   9165:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   9166: 
                   9167: 2009-10-03  misha
                   9168: 
                   9169:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   9170:          ^img.text[] & ^img.length[] can work in utf-8 now
                   9171: 
                   9172:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   9173:          UTF8_string_iterator was added
                   9174: 
                   9175:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   9176:          length
                   9177: 
                   9178:        * src/classes/mail.C: - check from before get message.cstr
                   9179: 
                   9180: 2009-10-02  misha
                   9181: 
                   9182:        * tests/233.html: - test for image.font, image.length, image.text
                   9183:          with text in utf-8 were added
                   9184: 
                   9185:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   9186: 
                   9187:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   9188:          version for freebsd 4 was added
                   9189: 
                   9190: 2009-10-01  misha
                   9191: 
                   9192:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   9193:          terminator) - read_pipe were slightly optimized
                   9194: 
                   9195: 2009-09-28  misha
                   9196: 
                   9197:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   9198:          removed
                   9199: 
                   9200:        * src/types/pa_vmail.C: - forgot about space after ':'
                   9201: 
                   9202:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   9203:          body - small simplifications
                   9204: 
                   9205:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   9206:          inout params like pa_base64
                   9207: 
                   9208:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   9209:          option $.debug-print(1) was added to mail:send - changes for
                   9210:          using uue_encode which uses less memory
                   9211: 
                   9212:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   9213: 
                   9214:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   9215:          memory now
                   9216: 
                   9217: 2009-09-26  misha
                   9218: 
                   9219:        * src/types/pa_vmail.C: - default encoding now is base64
                   9220: 
                   9221:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   9222: 
                   9223: 2009-09-25  misha
                   9224: 
                   9225:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   9226:          sending mail as well
                   9227: 
                   9228:        * buildall-with-xml: - catalog package was removed from libxml
                   9229: 
                   9230:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   9231:          win32 absolute path
                   9232: 
                   9233:        * src/include/pa_common.h: - one more capitalized header was added
                   9234: 
                   9235: 2009-09-22  misha
                   9236: 
                   9237:        * INSTALL: - comment about building just httpd binary while
                   9238:          building apache module was added
                   9239: 
                   9240: 2009-09-21  misha
                   9241: 
                   9242:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   9243:          libxml 2.7.4 and libxslt 1.1.25
                   9244: 
                   9245: 2009-09-19  misha
                   9246: 
                   9247:        * tests/231.html: - test for encoding cookie in win-1251
                   9248: 
                   9249: 2009-09-18  misha
                   9250: 
                   9251:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   9252:          object] were added
                   9253: 
1.211     moko     9254:        * operators.ru.txt, operators.txt: - info about method
                   9255:          ^reflection:fields[class or object] was added
1.95      moko     9256: 
                   9257:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   9258:          object] was added
                   9259: 
                   9260:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   9261:          methods get_fields were added
                   9262: 
                   9263:        * tests/232.html: - tests for @GET[name]
                   9264: 
                   9265:        * src/classes/table.C: - some changes in handling hash-options for
                   9266:          creare, join and locate
                   9267: 
                   9268:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   9269:          defined with option: the type of requested value
                   9270: 
                   9271: 2009-09-17  misha
                   9272: 
                   9273:        * tests/212.html: - tests for .pattern and .options were added
                   9274: 
                   9275:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   9276:          $regex.options were added
                   9277: 
                   9278: 2009-09-11  misha
                   9279: 
                   9280:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   9281:          rewrited. it checks not just one case of sending cookies during
                   9282:          file::load[http], but also sending headers and fields (including
                   9283:          files)
                   9284: 
                   9285: 2009-09-10  misha
                   9286: 
                   9287:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   9288:          was removed => now parser can open files with Russian 'r' in
                   9289:          filename
                   9290: 
                   9291:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   9292:          while escaping cookies but now source charset
                   9293: 
                   9294:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   9295:          ^tainted[uri] so it was possible to make request with incorrect
                   9296:          http header
                   9297: 
                   9298:        * src/main/pa_http.C: - capitalization of http headers during
                   9299:          file::load[http was slightly changes - bugfix: all headers which
                   9300:          parser sends during file::load[http should be transcoded and only
                   9301:          then escaped
                   9302: 
                   9303:        * src/main/untaint.C: - a bit more comments were added
                   9304: 
                   9305:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   9306:          warnings)
                   9307: 
                   9308:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   9309:          headers during file::load[http were added
                   9310: 
                   9311: 2009-09-08  misha
                   9312: 
1.211     moko     9313:        * operators.ru.txt, operators.txt: - changes in file.save and
                   9314:          string.save were added
1.95      moko     9315: 
                   9316:        * tests/: 230.html, 230.txt: - tests for checking options in
                   9317:          file.save and string.save were added
                   9318: 
                   9319:        * src/main/pa_request.C: - http headers names, which are passed to
                   9320:          SAPI::add_header_attribute are lowercased now (it'll be
                   9321:          capitalized in that method)
                   9322: 
                   9323:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   9324:          classes/string.C: - file_write accepts Request_charsets and asked
                   9325:          charset and cound transcode content before writing - string.save
                   9326:          and file.save have option $.charset now
                   9327: 
                   9328:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   9329:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   9330:          charset and cound transcode content before writing
                   9331: 
                   9332:        * src/include/pa_exception.h: - new exception comment string was
                   9333:          defined
                   9334: 
                   9335: 2009-09-07  misha
                   9336: 
                   9337:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   9338:          sub-pattern\s
                   9339: 
                   9340: 2009-09-04  misha
                   9341: 
                   9342:        * src/main/pa_http.C: - capitalization of http headers during
                   9343:          file::load[http was implemented
                   9344: 
                   9345: 2009-09-03  misha
                   9346: 
                   9347:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   9348:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   9349:          types/pa_vmail.C, targets/cgi/parser3.C,
                   9350:          targets/isapi/parser3isapi.C: - back to storing response http
                   9351:          headers in lowercase - capitalize them during output
                   9352: 
                   9353: 2009-08-31  misha
                   9354: 
                   9355:        * src/classes/table.C: - allow call with any brackets (it could be
                   9356:          useful in methods with explict result declaration)
                   9357: 
                   9358:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   9359:          correctly if $request:charset==koi8-r
                   9360: 
                   9361: 2009-08-30  misha
                   9362: 
                   9363:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   9364:          changed: content-type => Content-type and so on
                   9365: 
                   9366:        * src/classes/file.C, src/include/pa_common.h,
                   9367:          src/include/pa_request.h, src/main/pa_http.C,
                   9368:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   9369:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   9370:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   9371:          tests/results/002.processed, tests/results/003.processed,
                   9372:          tests/results/004.processed, tests/results/005.processed,
                   9373:          tests/results/006.processed, tests/results/007.processed,
                   9374:          tests/results/008.processed, tests/results/009.processed,
                   9375:          tests/results/010.processed, tests/results/011.processed,
                   9376:          tests/results/012.processed, tests/results/013.processed,
                   9377:          tests/results/014.processed, tests/results/015.processed,
                   9378:          tests/results/016.processed, tests/results/017.processed,
                   9379:          tests/results/018.processed, tests/results/019.processed,
                   9380:          tests/results/020.processed, tests/results/021.processed,
                   9381:          tests/results/022.processed, tests/results/023.processed,
                   9382:          tests/results/024.processed, tests/results/025.processed,
                   9383:          tests/results/026.processed, tests/results/027.processed,
                   9384:          tests/results/028.processed, tests/results/029.processed,
                   9385:          tests/results/030.processed, tests/results/031.processed,
                   9386:          tests/results/032.processed, tests/results/033.processed,
                   9387:          tests/results/034.processed, tests/results/035.processed,
                   9388:          tests/results/036.processed, tests/results/037.processed,
                   9389:          tests/results/038.processed, tests/results/039.processed,
                   9390:          tests/results/040.processed, tests/results/041.processed,
                   9391:          tests/results/042.processed, tests/results/043.processed,
                   9392:          tests/results/044.processed, tests/results/045.processed,
                   9393:          tests/results/046.processed, tests/results/047.processed,
                   9394:          tests/results/048.processed, tests/results/049.processed,
                   9395:          tests/results/050.processed, tests/results/051.processed,
                   9396:          tests/results/052.processed, tests/results/053.processed,
                   9397:          tests/results/054.processed, tests/results/055.processed,
                   9398:          tests/results/056.processed, tests/results/057.processed,
                   9399:          tests/results/058.processed, tests/results/059.processed,
                   9400:          tests/results/060.processed, tests/results/061.processed,
                   9401:          tests/results/062.processed, tests/results/063.processed,
                   9402:          tests/results/064.processed, tests/results/065.processed,
                   9403:          tests/results/066.processed, tests/results/067.processed,
                   9404:          tests/results/068.processed, tests/results/069.processed,
                   9405:          tests/results/070.processed, tests/results/071.processed,
                   9406:          tests/results/072.processed, tests/results/073.processed,
                   9407:          tests/results/074.processed, tests/results/075.processed,
                   9408:          tests/results/076.processed, tests/results/077.processed,
                   9409:          tests/results/078.processed, tests/results/079.processed,
                   9410:          tests/results/080.processed, tests/results/081.processed,
                   9411:          tests/results/082.processed, tests/results/083.processed,
                   9412:          tests/results/084.processed, tests/results/085.processed,
                   9413:          tests/results/086.processed, tests/results/087.processed,
                   9414:          tests/results/088.processed, tests/results/089.processed,
                   9415:          tests/results/090.processed, tests/results/091.processed,
                   9416:          tests/results/092.processed, tests/results/093.processed,
                   9417:          tests/results/094.processed, tests/results/095.processed,
                   9418:          tests/results/096.processed, tests/results/097.processed,
                   9419:          tests/results/098.processed, tests/results/099.processed,
                   9420:          tests/results/100.processed, tests/results/101.processed,
                   9421:          tests/results/102.processed, tests/results/103.processed,
                   9422:          tests/results/104.processed, tests/results/105.processed,
                   9423:          tests/results/106.processed, tests/results/107.processed,
                   9424:          tests/results/108.processed, tests/results/109.processed,
                   9425:          tests/results/110.processed, tests/results/111.processed,
                   9426:          tests/results/112.processed, tests/results/113.processed,
                   9427:          tests/results/114.processed, tests/results/115.processed,
                   9428:          tests/results/116.processed, tests/results/117.processed,
                   9429:          tests/results/118.processed, tests/results/119.processed,
                   9430:          tests/results/120.processed, tests/results/121.processed,
                   9431:          tests/results/122.processed, tests/results/123.processed,
                   9432:          tests/results/124.processed, tests/results/125.processed,
                   9433:          tests/results/126.processed, tests/results/127.processed,
                   9434:          tests/results/128.processed, tests/results/129.processed,
                   9435:          tests/results/130.processed, tests/results/131.processed,
                   9436:          tests/results/132.processed, tests/results/133.processed,
                   9437:          tests/results/134.processed, tests/results/135.processed,
                   9438:          tests/results/136.processed, tests/results/138.processed,
                   9439:          tests/results/139.processed, tests/results/140.processed,
                   9440:          tests/results/141.processed, tests/results/142.processed,
                   9441:          tests/results/143.processed, tests/results/144.processed,
                   9442:          tests/results/145.processed, tests/results/146.processed,
                   9443:          tests/results/147.processed, tests/results/148.processed,
                   9444:          tests/results/149.processed, tests/results/150.processed,
                   9445:          tests/results/151.processed, tests/results/152.processed,
                   9446:          tests/results/153.processed, tests/results/154.processed,
                   9447:          tests/results/155.processed, tests/results/156.processed,
                   9448:          tests/results/157.processed, tests/results/158.processed,
                   9449:          tests/results/159.processed, tests/results/160.processed,
                   9450:          tests/results/161.processed, tests/results/162.processed,
                   9451:          tests/results/163.processed, tests/results/164.processed,
                   9452:          tests/results/165.processed, tests/results/166.processed,
                   9453:          tests/results/167.processed, tests/results/168.processed,
                   9454:          tests/results/169.processed, tests/results/170.processed,
                   9455:          tests/results/171.processed, tests/results/172.processed,
                   9456:          tests/results/173.processed, tests/results/174.processed,
                   9457:          tests/results/175.processed, tests/results/176.processed,
                   9458:          tests/results/177.processed, tests/results/178.processed,
                   9459:          tests/results/179.processed, tests/results/180.processed,
                   9460:          tests/results/181.processed, tests/results/182.processed,
                   9461:          tests/results/183.processed, tests/results/184.processed,
                   9462:          tests/results/185.processed, tests/results/186.processed,
                   9463:          tests/results/187.processed, tests/results/188.processed,
                   9464:          tests/results/189.processed, tests/results/190.processed,
                   9465:          tests/results/191.processed, tests/results/192.processed,
                   9466:          tests/results/193.processed, tests/results/194.processed,
                   9467:          tests/results/195.processed, tests/results/196.processed,
                   9468:          tests/results/197.processed, tests/results/198.processed,
                   9469:          tests/results/199.processed, tests/results/200.processed,
                   9470:          tests/results/201.processed, tests/results/202.processed,
                   9471:          tests/results/203.processed, tests/results/204.processed,
                   9472:          tests/results/205.processed, tests/results/206.processed,
                   9473:          tests/results/207.processed, tests/results/208.processed,
                   9474:          tests/results/209.processed, tests/results/210.processed,
                   9475:          tests/results/211.processed, tests/results/212.processed,
                   9476:          tests/results/213.processed, tests/results/214.processed,
                   9477:          tests/results/215.processed, tests/results/216.processed,
                   9478:          tests/results/217.processed, tests/results/218.processed,
                   9479:          tests/results/219.processed, tests/results/220.processed,
                   9480:          tests/results/221.processed, tests/results/222.processed,
                   9481:          tests/results/223.processed, tests/results/224.processed,
                   9482:          tests/results/225.processed, tests/results/226.processed,
                   9483:          tests/results/227.processed, tests/results/228.processed,
                   9484:          tests/results/229.processed: - http headers were changed:
                   9485:          content-type => Content-type and so on
                   9486: 
                   9487: 2009-08-27  misha
                   9488: 
                   9489:        * src/: main/pa_random.C, include/pa_random.h,
                   9490:          targets/cgi/parser3.C: - year was updated :)
                   9491: 
                   9492: 2009-08-26  misha
                   9493: 
                   9494:        * tests/: 224.html, 224.p: - test for creating of parser object
                   9495:          using constructor without params - little bugfix in test
                   9496: 
                   9497:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   9498:          checking existed class while processing partial option
                   9499: 
                   9500:        * src/classes/reflection.C: - bugfix: core when creating object
                   9501:          with reflection and constructor doesn't have params
                   9502: 
                   9503: 2009-08-24  misha
                   9504: 
                   9505:        * tests/229.html: - tests for checking the number of parameters
                   9506:          were added
                   9507: 
                   9508:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   9509:          number of method's parameters wasn't checked correctly (the bug
                   9510:          was introduced in 3.4.0)
                   9511: 
                   9512: 2009-08-22  misha
                   9513: 
                   9514:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   9515:          transcoded, but tainted pieces are escaped only when
                   9516:          content-type==url-encoding
                   9517: 
                   9518:        * tests/228.html: - test for checking
                   9519:          ^file::load[http://...;$.body[]]
                   9520: 
                   9521:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   9522:          post charset was too early (charsets is empty at this moment)
                   9523: 
                   9524: 2009-08-21  misha
                   9525: 
                   9526:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   9527:          main/untaint.C: - some fixes with transcode+untaint
                   9528: 
                   9529: 2009-08-15  misha
                   9530: 
                   9531:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   9532:          was increaced to 100 (was 50)
                   9533: 
                   9534:        * tests/227.html: - test for checking overriding properties in
                   9535:          static classes was added
                   9536: 
                   9537:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   9538: 
                   9539:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   9540:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   9541:          autouse was implemented
                   9542: 
                   9543: 2009-08-14  misha
                   9544: 
                   9545:        * src/classes/reflection.C: - outdated checkout was removed
                   9546: 
                   9547:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   9548:          added.
                   9549: 
                   9550:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   9551:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   9552: 
                   9553:        * src/types/pa_vclass.C: - exception if base on sytem class
                   9554: 
                   9555: 2009-08-12  misha
                   9556: 
                   9557:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   9558:          pa_vstateless_class.h: - little optimisation
                   9559: 
                   9560: 2009-08-11  misha
                   9561: 
                   9562:        * tests/224.html: - method_params => method_info - checking for
                   9563:          $.inherited
                   9564: 
1.211     moko     9565:        * src/classes/reflection.C, operators.ru.txt, operators.txt: -
                   9566:          method method_params was renamed to method_info and now it
                   9567:          returns class name, if method was defined in ancestor
1.95      moko     9568: 
                   9569:        * tests/225.html: - tests for cheching properties in hierarhical
                   9570:          classes were added
                   9571: 
                   9572:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   9573:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9574:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   9575:          with properties in new classes implementation were fixed
                   9576: 
                   9577: 2009-08-10  misha
                   9578: 
                   9579:        * src/main/execute.C: - now constructor shouldn't be defined in
                   9580:          class. it could be defined in parent.
                   9581: 
                   9582: 2009-08-09  misha
                   9583: 
                   9584:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   9585:          base's methods
                   9586: 
                   9587: 2009-08-08  misha
                   9588: 
                   9589:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   9590:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   9591:          classes/image.C, classes/mail.C, classes/op.C,
                   9592:          classes/reflection.C, classes/regex.C, classes/string.C,
                   9593:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9594:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   9595:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   9596:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   9597:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9598:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9599:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   9600:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9601:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9602:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9603:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   9604:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   9605:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   9606:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9607:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9608:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9609:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9610:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   9611:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   9612:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   9613:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   9614:          implementation
                   9615: 
                   9616:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   9617:          USE_MUNMAP is used. so it is disabled as a workaround.
                   9618: 
                   9619: 2009-08-05  misha
                   9620: 
                   9621:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   9622:          parameter was removed
                   9623: 
                   9624:        * src/main/pa_http.C: - bugfix: error was during detecting
                   9625:          content-type of file which was loaded by http
                   9626: 
                   9627: 2009-08-01  misha
                   9628: 
                   9629:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   9630:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   9631:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   9632:          can't be disabled with defines any longer
                   9633: 
                   9634: 2009-07-29  misha
                   9635: 
                   9636:        * src/classes/reflection.C, tests/results/224.processed: - for
                   9637:          native methods with any call type now returned empty call_type
                   9638:          value
                   9639: 
                   9640:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   9641:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   9642:          main/pa_request.C: - break in cycles was optimized
                   9643: 
                   9644:        * INSTALL: - more defines were described
                   9645: 
                   9646: 2009-07-28  misha
                   9647: 
1.211     moko     9648:        * operators.ru.txt, operators.txt: - some changes in information
                   9649:          about reflection class
1.95      moko     9650: 
                   9651:        * tests/: 224.html, 224.p: - tests for reflection class
                   9652: 
                   9653:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   9654:          was added, refactoring
                   9655: 
                   9656: 2009-07-26  misha
                   9657: 
                   9658:        * src/classes/classes.vcproj: - reflection class wass added to
                   9659:          project
                   9660: 
1.211     moko     9661:        * operators.ru.txt, operators.txt: - information about reflection
                   9662:          class was added
1.95      moko     9663: 
                   9664:        * src/classes/reflection.C: - class was redesigned
                   9665: 
                   9666: 2009-07-24  misha
                   9667: 
                   9668:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   9669:          added
                   9670: 
                   9671:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   9672:          in classes was added
                   9673: 
                   9674: 2009-07-22  misha
                   9675: 
                   9676:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   9677:          over-optimized. it failed if $object1.$object2.field
                   9678: 
                   9679: 2009-07-16  misha
                   9680: 
                   9681:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9682:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   9683:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   9684:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   9685:          one more arg: length of cord
                   9686: 
                   9687: 2009-07-15  misha
                   9688: 
                   9689:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   9690:          tainted in ^file::load[http://...;$.cookies[]]
                   9691: 
                   9692:        * src/classes/: op.C, regex.C, string.C: - new string with
                   9693:          exception was used
                   9694: 
                   9695:        * src/include/pa_exception.h: - new string with exception was added
                   9696: 
                   9697:        * tests/223.html: - test for checking cookie-encoding during
                   9698:          ^file::load[http was added
                   9699: 
                   9700:        * tests/: 221.html, 222.html: - tests for checking type of
                   9701:          $table.fields.field were added
                   9702: 
                   9703:        * src/types/pa_vtable.C: - not used var decl was removed
                   9704: 
                   9705:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   9706:          it improves speed of match with brackets in pattern
                   9707: 
                   9708:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   9709:          outside
                   9710: 
                   9711: 2009-07-14  misha
                   9712: 
                   9713:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   9714:          column is empty (sometime returned void) - $table.fields was
                   9715:          added for nameless tables
                   9716: 
                   9717:        * src/targets/cgi/getopt.c: - one warning resolved
                   9718: 
                   9719:        * src/main/pa_string.C: - potentian bug fixed
                   9720: 
                   9721:        * src/classes/op.C: - small optimization in taint/untaint
                   9722: 
                   9723: 2009-07-13  misha
                   9724: 
                   9725:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   9726:          added
                   9727: 
                   9728:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   9729:          souldn't add the attribut to output
                   9730: 
                   9731: 2009-07-11  misha
                   9732: 
                   9733:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9734:          stack size was increaced to 2MB (default=1MB)
                   9735: 
                   9736: 2009-07-08  misha
                   9737: 
                   9738:        * src/main/pa_string.C: - link to UTF-8 description was added
                   9739: 
                   9740:        * src/include/pa_hash.h: - hash keeps element's order in more
                   9741:          places (ex: ._keys[])
                   9742: 
                   9743:        * tests/220.html: - test for checking order of elements in hash in
                   9744:          foreach was added
                   9745: 
                   9746:        * tests/172.html: - small changes in printing hash
                   9747: 
                   9748:        * tests/129.html: - small changes in printing hash
                   9749: 
                   9750:        * src/: include/pa_common.h, include/pa_hash.h,
                   9751:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   9752:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   9753: 
                   9754:        * tests/014.html: - small changes in printing hash
                   9755: 
                   9756: 2009-07-07  misha
                   9757: 
                   9758:        * src/classes/op.C: - new taint language "parser-code" was added
                   9759: 
                   9760:        * tests/219.html: - test for auto untaint parser code in process
                   9761:          was added
                   9762: 
                   9763:        * src/classes/op.C: - tainted pieces in body of process are
                   9764:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   9765: 
                   9766:        * src/: include/pa_string.h, main/untaint.C: - new language
                   9767:          L_PARSER_CODE for auto-untaint in process was added
                   9768: 
                   9769:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9770:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   9771:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   9772:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   9773:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   9774:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   9775:          code cleanup
                   9776: 
                   9777: 2009-07-06  misha
                   9778: 
                   9779:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   9780:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   9781:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9782: 
                   9783:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   9784:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   9785:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   9786:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   9787:          should be used
                   9788: 
                   9789:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   9790:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   9791:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   9792:          untaint_cstr[m] should be used
                   9793: 
                   9794:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   9795:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9796: 
                   9797:        * tests/218.html: - test for checking automatic file-spec-taint was
                   9798:          added
                   9799: 
                   9800:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   9801:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   9802:          classes/file.C, classes/hash.C, classes/image.C,
                   9803:          classes/string.C, classes/table.C, classes/void.C,
                   9804:          classes/xdoc.C: - optimizations and simplification of
                   9805:          string.cstr(...)
                   9806: 
                   9807:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   9808:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   9809:          - optimizations and simplification of string.cstr(...)
                   9810: 
                   9811: 2009-07-04  misha
                   9812: 
                   9813:        * tests/217.html: - test for recursion detection was added
                   9814: 
                   9815:        * src/: types/types.vcproj, main/main.vcproj,
                   9816:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   9817:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   9818:          from .vcproj
                   9819: 
                   9820:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   9821: 
                   9822:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   9823:          uploading files and case-insensitive http-method were added
                   9824: 
                   9825:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   9826:          tainted pattern in ^file:list[] was added
                   9827: 
                   9828: 2009-07-03  misha
                   9829: 
                   9830:        * src/: classes/classes.vcproj, main/main.vcproj,
                   9831:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   9832:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   9833:          for dynamic_cast) - little options changes
                   9834: 
                   9835:        * src/main/pa_http.C: - file::load[http works now with uploading
                   9836:          files _and_ changing $.charset
                   9837: 
                   9838: 2009-06-29  misha
                   9839: 
                   9840:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   9841:          while creating pattern
                   9842: 
                   9843: 2009-06-25  misha
                   9844: 
1.211     moko     9845:        * src/classes/image.C, operators.ru.txt, operators.txt: - options'
                   9846:          names for ^image.font were changed to $.space, $.width and
                   9847:          $spacing - default space width now == gif's width
1.95      moko     9848: 
                   9849: 2009-06-24  misha
                   9850: 
                   9851:        * tests/215.html: - tests for $file.mode were added
                   9852: 
1.211     moko     9853:        * operators.ru.txt, operators.txt: - added info about $file.mode
                   9854:          and changes in ^image.font[
1.95      moko     9855: 
                   9856:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   9857:          param now could be omited - third param now could be hash (with
                   9858:          all widths options: $.space-width, $.letter-width) - it's
                   9859:          possible to specify tracking ($.letter-space)
                   9860: 
                   9861:        * src/classes/file.C: - file objects now could have mode field
                   9862:          (text|binary)
                   9863: 
                   9864:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   9865: 
                   9866: 2009-06-23  misha
                   9867: 
                   9868:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9869:          trim can work with utf-8 chars now
                   9870: 
                   9871: 2009-06-20  misha
                   9872: 
                   9873:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   9874:          was implemented
                   9875: 
                   9876:        * src/classes/table.C: - string length cacheing was implemented
                   9877: 
                   9878:        * src/include/pa_string.h: - string length cacheing was implemented
                   9879: 
                   9880: 2009-06-17  misha
                   9881: 
                   9882:        * src/main/execute.C: - value param was removed from
                   9883:          WContext::WContext
                   9884: 
                   9885:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   9886:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   9887:          - field wcontext was removed from VCodeFrame (using fparent
                   9888:          instead)
                   9889: 
                   9890:        * tests/214.html: - test with hash copying
                   9891: 
                   9892: 2009-06-16  misha
                   9893: 
                   9894:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   9895:          strings doesn't work in expression anymore
                   9896: 
                   9897:        * src/main/execute.C: - less calls for get_constructing() - little
                   9898:          refactoring
                   9899: 
                   9900:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   9901:          include/pa_request.h: - less calls for get_constructing()
                   9902: 
                   9903:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   9904:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   9905: 
                   9906: 2009-06-14  misha
                   9907: 
                   9908:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9909:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   9910:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   9911:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   9912:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   9913:          storing object's fields only for parser objects
                   9914: 
                   9915: 2009-06-13  misha
                   9916: 
                   9917:        * buildall-with-xml, buildall-without-xml: - new option was added
                   9918:          for building GC (it slightly reduces memory usage)
                   9919: 
                   9920:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   9921:          single string write
                   9922: 
                   9923:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   9924:          - optimization of single string write
                   9925: 
                   9926:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   9927:          - bytecode optimization of ^class:constructor
                   9928: 
                   9929: 2009-06-09  misha
                   9930: 
                   9931:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   9932:          main (better compatibility)
                   9933: 
                   9934: 2009-06-08  misha
                   9935: 
                   9936:        * src/main/compile.y: - I've forgot to commit it :(
                   9937: 
                   9938: 2009-06-07  misha
                   9939: 
                   9940:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   9941:          WITH_READ and WITH_ROOT
                   9942: 
                   9943:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9944:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   9945:          WITH_ROOT - little refactoring
                   9946: 
                   9947: 2009-06-06  misha
                   9948: 
                   9949:        * tests/213.html: - tests for 3rd match string-param were added
                   9950: 
                   9951:        * src/classes/string.C: - 3rd match param could be string now
                   9952: 
                   9953:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   9954:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   9955:          GET_OBJECT_ELEMENT
                   9956: 
                   9957: 2009-06-05  misha
                   9958: 
                   9959:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   9960:          if $.body was specified
                   9961: 
                   9962: 2009-06-04  misha
                   9963: 
                   9964:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   9965: 
                   9966:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   9967: 
                   9968:        * src/main/execute.C: - little refactoring - optimizing
                   9969:          write_assign_lang in taint/untaint
                   9970: 
                   9971:        * src/include/pa_opcode.h: - little refactoring
                   9972: 
                   9973:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   9974:          main/compile_tools.h, main/execute.C: - optimizations for
                   9975:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   9976:          were added
                   9977: 
                   9978: 2009-06-03  misha
                   9979: 
                   9980:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   9981: 
                   9982: 2009-06-02  misha
                   9983: 
                   9984:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   9985:          include/pa_opcode.h: - refactoring in last optimizations
                   9986:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   9987:          now but code is much easy and it is ready for further
                   9988:          improvements.
                   9989: 
                   9990: 2009-05-27  misha
                   9991: 
                   9992:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   9993:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   9994:          changed in destructing junctions
                   9995: 
                   9996:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   9997:          String:Body
                   9998: 
                   9999: 2009-05-26  misha
                   10000: 
                   10001:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   10002:          one method detect_charset was deleted - bug was fixed in this
                   10003:          method (error while detecting charset in content_type withot last
                   10004:          ';')
                   10005: 
                   10006:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   10007:          once
                   10008: 
                   10009: 2009-05-25  misha
                   10010: 
                   10011:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   10012:          optimizing of helper_length
                   10013: 
                   10014: 2009-05-24  misha
                   10015: 
                   10016:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   10017:          were added - little refactoring
                   10018: 
                   10019:        * src/main/execute.C: - core while printing in debug log
                   10020:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   10021:          optimisations were added
                   10022: 
                   10023:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   10024:          were added
                   10025: 
                   10026: 2009-05-23  misha
                   10027: 
                   10028:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   10029:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   10030:          CORD_cat optimization
                   10031: 
                   10032:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   10033:          - call constr optimisation under separate define now
                   10034: 
                   10035:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   10036:          in $b should be string, not void
                   10037: 
                   10038:        * src/main/compile.y: - little fix for rem-cut optimisation
                   10039: 
                   10040:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   10041:          main/compile_tools.h, main/execute.C: - optimisations for
                   10042:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   10043: 
                   10044:        * INSTALL: - description of some #defined were added
                   10045: 
                   10046:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   10047:          before 1st access (memory usage is reduced if don't access to
                   10048:          .text field)
                   10049: 
                   10050:        * src/include/pa_array.h: - array grows step now not static (it
                   10051:          reduces numbers of reallocs)
                   10052: 
                   10053: 2009-05-20  misha
                   10054: 
                   10055:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   10056:          $.b(2), $c[d] and $.e[f] was added
                   10057: 
                   10058:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   10059:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   10060:          $.e[f] was added
                   10061: 
                   10062:        * src/main/execute.C: - debug printing moved in defines
                   10063: 
                   10064:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   10065:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   10066:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   10067: 
                   10068: 2009-05-19  misha
                   10069: 
                   10070:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   10071:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   10072: 
                   10073:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   10074:          ^a.$b optimisation)
                   10075: 
                   10076:        * src/main/compile.y: - compiler now generate new opcodes:
                   10077:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   10078:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   10079:          of params }
                   10080: 
                   10081:        * src/main/execute.C: - code for handle new opcodes
                   10082:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   10083: 
                   10084:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   10085:          added for LA2V and LA2S
                   10086: 
                   10087:        * src/include/pa_opcode.h: - new defines which can be used for
                   10088:          disable some bytecode optimisation and new opcodes were added
                   10089: 
                   10090: 2009-05-17  misha
                   10091: 
                   10092:        * src/lib/cord/cordxtra.c: - bugfix.
                   10093: 
                   10094:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   10095: 
1.211     moko     10096:        * operators.ru.txt, operators.txt: - info about regex class was
                   10097:          added
1.95      moko     10098: 
                   10099:        * tests/212.html: - tests for regex class were added
                   10100: 
                   10101: 2009-05-16  misha
                   10102: 
                   10103:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   10104:          gc7.1
                   10105: 
                   10106:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   10107:          was added
                   10108: 
                   10109:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   10110:          param) should work
                   10111: 
                   10112: 2009-05-15  misha
                   10113: 
                   10114:        * src/classes/table.C: - automatically disable stringstream usage
                   10115:          on freebsd4
                   10116: 
                   10117:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   10118:          scope
                   10119: 
                   10120:        * tests/211.html: - test with different types of access to hash was
                   10121:          added
                   10122: 
                   10123:        * tests/210.html: - test which checks for loosing tainting in
                   10124:          hash's keys was added
                   10125: 
                   10126:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   10127: 
                   10128:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   10129: 
                   10130:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   10131: 
                   10132:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   10133:          optimisations for increacing version number more dramatically :)
                   10134: 
                   10135:        * src/classes/date.C: - little refactoring: use constructor which
                   10136:          accepts formated string
                   10137: 
                   10138:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   10139:          which can print formatted string was added
                   10140: 
                   10141: 2009-05-14  misha
                   10142: 
                   10143:        * src/include/pa_string.h: - type was fixed
                   10144: 
                   10145:        * src/: classes/hashfile.C, classes/op.C,
                   10146:          include/pa_cache_managers.h, include/pa_charset.h,
                   10147:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   10148:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   10149:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   10150:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   10151:          main/pa_charsets.C, main/pa_string.C,
                   10152:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   10153:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10154:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   10155:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   10156:          (seaches should be faster now)
                   10157: 
                   10158:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   10159:          classes/string.C, classes/table.C, include/pa_string.h,
                   10160:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   10161:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   10162:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   10163:          types/pa_vrequest.C: - String constructors don't have that stupid
                   10164:          true/false param which means 'tainted'. they accept lang instead.
                   10165: 
                   10166:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   10167:          with OPTIMIZE_RESULT
                   10168: 
                   10169:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   10170:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   10171: 
                   10172: 2009-05-13  misha
                   10173: 
                   10174:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   10175:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   10176:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10177:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   10178:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   10179:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   10180:          include/pa_string.h, classes/date.C, classes/file.C,
                   10181:          classes/hash.C, classes/image.C, classes/string.C,
                   10182:          classes/table.C, classes/xdoc.C: - result optimisation -
                   10183:          helper_length parameter removed from string constructors
                   10184: 
                   10185: 2009-05-11  misha
                   10186: 
                   10187:        * tests/209.html: - tests for ^hash::create[hash] were added
                   10188: 
                   10189:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   10190:          ^memory:compact[] were added
                   10191: 
                   10192:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   10193:          log10 were added
                   10194: 
                   10195:        * tests/206.html: - test for try with finally was added
                   10196: 
                   10197: 2009-05-10  misha
                   10198: 
                   10199:        * tests/205.html: - test for ^file::create[...] was added
                   10200: 
                   10201:        * tests/204.html: - test for ^response:clear[] was added
                   10202: 
                   10203:        * tests/038.html: - tests for trigonometric functions were added
                   10204: 
                   10205:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   10206:          added - more tests for .add, .sub, .union, .intersects and
                   10207:          .intersections
                   10208: 
                   10209:        * tests/065.html: - test for ^file:dirname was added
                   10210: 
                   10211:        * tests/030.html: - test for $cookie:fields was added
                   10212: 
                   10213:        * tests/203.html: - test for ^h._keys[column name] was added
                   10214: 
                   10215:        * tests/201.html: - tests for .trim were added
                   10216: 
                   10217:        * tests/202.html: - tests for last-day,
                   10218:          date:calendar[type](YYYY;MM;DD) were added
                   10219: 
                   10220:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   10221:          .offset[type](N) were added
                   10222: 
                   10223:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   10224:          and .pos[c](N) were added
                   10225: 
                   10226:        * tests/141.html: - test for math:sha1 was added
                   10227: 
                   10228:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   10229: 
                   10230: 2009-05-09  misha
                   10231: 
                   10232:        * src/main/compile.y: - rollback
                   10233: 
                   10234: 2009-05-05  misha
                   10235: 
                   10236:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   10237:          replaced by is_empty()
                   10238: 
                   10239:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   10240:          optimisation: somewhere length() was replaced by is_empty()
                   10241: 
                   10242:        * src/classes/table.C: - little optimisation: somewhere length()
                   10243:          was replaced by is_empty()
                   10244: 
                   10245:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   10246:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   10247:          optimisation: somewhere length() was replaced by is_empty()
                   10248: 
                   10249: 2009-05-04  misha
                   10250: 
                   10251:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   10252:          types/pa_vstateless_class.h, main/execute.C,
                   10253:          include/pa_request.h, classes/hash.C, classes/op.C,
                   10254:          classes/table.C: - more optimisations were added: some operators
                   10255:          don't switch write context anylonger
                   10256: 
                   10257: 2009-05-01  misha
                   10258: 
                   10259:        * src/main/compile.y: - slightly more opcode optimisations for
                   10260:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   10261: 
                   10262:        * src/main/execute.C: - simplifying process for getters
                   10263: 
                   10264: 2009-04-30  misha
                   10265: 
                   10266:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   10267: 
                   10268:        * tests/results/199.processed: - test for checking $result into
                   10269:          ^rem was added
                   10270: 
                   10271:        * tests/199.html: - test for checking $result into ^rem was added
                   10272: 
                   10273:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   10274:          some OS it returns list in different order)
                   10275: 
                   10276:        * src/: include/pa_array.h, include/pa_request.h,
                   10277:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   10278:          changes in stack impl - get_element() optimisation: 3rd param
                   10279:          removed - bugfix: problems with reading empty input param -
                   10280:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   10281: 
                   10282:        * tests/results/198.processed: - test for reading empty local var
                   10283:          was added
                   10284: 
                   10285:        * tests/198.html: - test for reading empty local var was added
                   10286: 
                   10287: 2009-04-29  misha
                   10288: 
                   10289:        * src/main/compile.y: - bugfix: couldn't compile because
                   10290:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   10291: 
                   10292:        * src/: include/pa_array.h, include/pa_opcode.h,
                   10293:          include/pa_request.h, main/compile.y, main/execute.C,
                   10294:          main/pa_request.C, types/pa_vmethod_frame.C,
                   10295:          types/pa_vmethod_frame.h: - we can work without opcode
                   10296:          OP_STORE_PARAM, so it was removed
                   10297: 
                   10298: 2009-04-28  misha
                   10299: 
                   10300:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   10301:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   10302:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   10303:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   10304:          4.
                   10305:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   10306: 
                   10307:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   10308: 
                   10309:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   10310:          is_empty()
                   10311: 
                   10312: 2009-04-27  misha
                   10313: 
                   10314:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   10315: 
                   10316: 2009-04-24  misha
                   10317: 
                   10318:        * src/classes/string.C: - ups. typo fixed
                   10319: 
                   10320:        * src/main/execute.C: - more replacements '*new VBool' to
                   10321:          'VBool::get' - checks for ^break[], ^continue[] and
                   10322:          parser.interrupted were optimised
                   10323: 
                   10324:        * src/classes/string.C: - number of params.count() calls was
                   10325:          slightly reduced
                   10326: 
                   10327: 2009-04-23  misha
                   10328: 
                   10329:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   10330:          make it x64 friendly
                   10331: 
                   10332:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   10333:          parser is x64 friendly now
                   10334: 
                   10335: 2009-04-22  misha
                   10336: 
                   10337:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   10338:          exceeding record size was added
                   10339: 
                   10340:        * src/classes/file.C: - use vregex object instead of direct calls
                   10341:          methods from pcre lib
                   10342: 
                   10343:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   10344:          classes/string.C: - use vregex object instead of direct calls
                   10345:          methods from pcre lib
                   10346: 
                   10347:        * src/: include/pa_common.h, main/pa_common.C: - method
                   10348:          print_pcre_exec_error_text was moved to class vregex
                   10349: 
                   10350:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   10351:          was added
                   10352: 
                   10353:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   10354:          - class vregex was added
                   10355: 
                   10356: 2009-04-21  misha
                   10357: 
                   10358:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   10359: 
                   10360:        * src/: types/pa_junction.h, types/pa_value.C,
                   10361:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   10362:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   10363:          junction-optimisation (destructors)
                   10364: 
                   10365:        * src/include/pa_array.h: - free under if now
                   10366: 
                   10367: 2009-04-19  misha
                   10368: 
                   10369:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   10370: 
                   10371: 2009-04-18  misha
                   10372: 
                   10373:        * src/include/pa_version.h:
                   10374:          :q :
                   10375: 
                   10376:          CV:
                   10377:          ----------------------------------------------------------------------
                   10378: 
                   10379:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   10380:          refactoring
                   10381: 
                   10382:        * src/: include/pa_array.h, include/pa_hash.h,
                   10383:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   10384: 
                   10385:        * src/include/pa_memory.h: - define for using destructors was added
                   10386: 
                   10387:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   10388:          main/execute.C: - some junctions will be cached now
                   10389: 
                   10390:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   10391: 
                   10392:        * src/include/pa_array.h: - inline was added to destructor
                   10393: 
                   10394:        * src/types/pa_method.h: - comment was changed
                   10395: 
                   10396: 2009-04-17  misha
                   10397: 
                   10398:        * src/: include/pa_array.h, include/pa_hash.h,
                   10399:          types/pa_vmethod_frame.h: - destructors were added
                   10400: 
                   10401:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   10402:          renamed to always_use_result
                   10403: 
                   10404:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   10405:          compiler: full backward compatibility is better
                   10406: 
                   10407:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   10408:          result in var's hash
                   10409: 
                   10410:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   10411:          optimisation in method_frame
                   10412: 
                   10413:        * src/include/pa_array.h: - optimisation in array (allocate
                   10414:          elements only when needed)
                   10415: 
                   10416:        * src/types/pa_vresponse.C: - check for $response:headers field
                   10417:          before looking at custom fields
                   10418: 
                   10419:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   10420:          not needed to check existance var with name 'result' in var's
                   10421:          hash
                   10422: 
                   10423:        * src/main/compile.y: - compiler was changed: now it detects
                   10424:          writings to $result and set flag writo_to_result in method
                   10425: 
                   10426:        * src/classes/string.C: - little optimisation: no needed to write
                   10427:          number with lang
                   10428: 
                   10429:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   10430:          used for read utf8-strings were renamed - is_escaped was renamed
                   10431:          to isEscaped (to the same name convention)
                   10432: 
                   10433:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   10434:          write_to_result added. compiler get this info from code.
                   10435: 
                   10436: 2009-04-16  misha
                   10437: 
                   10438:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   10439:          String only before 1st write
                   10440: 
                   10441:        * src/include/pa_string.h: - not needed template removed
                   10442: 
                   10443:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   10444:          types/pa_vjunction.C, types/pa_vproperty.C,
                   10445:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   10446:          main/pa_request.C, classes/bool.C, classes/double.C,
                   10447:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   10448:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   10449:          bool objects)
                   10450: 
                   10451: 2009-04-15  misha
                   10452: 
                   10453:        * src/lib/cord/cordxtra.c: - more optimisation
                   10454: 
                   10455:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   10456:          optimisation
                   10457: 
                   10458:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   10459:          then get and can sometime be used)
                   10460: 
                   10461:        * src/main/pa_string.C: - String::length optimisation
                   10462: 
                   10463:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   10464:          these methods read different strings
                   10465: 
                   10466:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   10467:          fresult_initial_void removed + some optimisation - if $result
                   10468:          defined we don't write to context anymore
                   10469: 
                   10470:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   10471:          need just skip char)
                   10472: 
                   10473:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10474:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   10475:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   10476: 
                   10477:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   10478:          instance
                   10479: 
                   10480: 2009-04-11  misha
                   10481: 
                   10482:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   10483: 
                   10484:        * tests/197.html: - test for parser://test in xml was added
                   10485: 
                   10486:        * src/classes/string.C: - small optimisation
                   10487: 
                   10488:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   10489:          optimisation
                   10490: 
                   10491: 2009-04-10  misha
                   10492: 
                   10493:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   10494:          to pcre-7.8
                   10495: 
                   10496:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   10497: 
                   10498:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   10499:          added
                   10500: 
                   10501:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   10502:          $request:CLASS_NAME were added
                   10503: 
                   10504:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   10505:          were added
                   10506: 
                   10507:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   10508:          $env:CLASS_NAME were added
                   10509: 
                   10510:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   10511:          '@todo' now
                   10512: 
                   10513:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   10514:          compirer
                   10515: 
                   10516:        * src/main/pa_string.C: - little code cleanup
                   10517: 
                   10518:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   10519:          during PCRE compile/execute
                   10520: 
                   10521:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   10522:          normalizing todo-comments: '@todo' now
                   10523: 
                   10524:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   10525: 
                   10526:        * src/main/pa_charset.C: - type changed for making compiler happy
                   10527: 
                   10528: 2009-03-10  misha
                   10529: 
                   10530:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   10531:          in main()
                   10532: 
                   10533: 2009-02-01  misha
                   10534: 
                   10535:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   10536:          boundary
                   10537: 
                   10538: 2009-01-25  misha
                   10539: 
                   10540:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   10541: 
                   10542:        * src/classes/file.C: - more changes for parsing different number
                   10543:          of params for file::load
                   10544: 
                   10545:        * tests/193.html: - tests for exception while base64-decode binary
                   10546:          to string was added
                   10547: 
                   10548:        * tests/192.html: - tests for file::load with different number of
                   10549:          options
                   10550: 
                   10551:        * src/classes/math.C: - ups. forgot '+1'
                   10552: 
                   10553:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   10554:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   10555:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   10556:          (new option $.encode[multipart-form/data] should be specified) -
                   10557:          $.method[] option for file::load now is not case-sensitive
                   10558: 
                   10559:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   10560:          new taint language L_FILE_POST was added
                   10561: 
                   10562:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   10563:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   10564:          stuff was moved to separate files
                   10565: 
                   10566: 2009-01-23  misha
                   10567: 
                   10568:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   10569:          spaces to tabs were converted
                   10570: 
                   10571: 2009-01-12  misha
                   10572: 
                   10573:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   10574:          now
                   10575: 
                   10576:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10577:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   10578:          their names
                   10579: 
                   10580:        * src/main/pa_common.C: - changes in formating
                   10581: 
                   10582:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   10583:          their names
                   10584: 
                   10585:        * src/include/pa_http.h: - some spaces were converted to tabs
                   10586: 
                   10587:        * src/include/pa_common.h: - some constants changed their names
                   10588: 
                   10589:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   10590:          little code rewriting
                   10591: 
                   10592:        * src/types/pa_vfile.C: - little code rewriting
                   10593: 
                   10594:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   10595:          types/pa_value.h: - some formating changes
                   10596: 
                   10597:        * src/include/pa_common.h: - some formating spaces transformed to
                   10598:          tabs
                   10599: 
                   10600:        * src/classes/string.C: - exception while base64-decode binary to a
                   10601:          string
                   10602: 
                   10603: 2009-01-11  misha
                   10604: 
                   10605:        * configure.in: - version changed to 3.3.1b
                   10606: 
                   10607: 2008-09-05  misha
                   10608: 
                   10609:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   10610:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   10611: 
                   10612: 2008-09-04  misha
                   10613: 
                   10614:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   10615:          anymore
                   10616: 
                   10617:        * src/classes/op.C: - exception with 'invalid taint language' not
                   10618:          typeless anylonger
                   10619: 
                   10620:        * src/classes/image.C: - some exceptions while operations with
                   10621:          image not typeless anymore
                   10622: 
                   10623:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   10624:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   10625:          operations with files not typeless anymore
                   10626: 
                   10627:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   10628:          types/pa_vdate.h: - exceptions while checking date range not
                   10629:          typeless anymore
                   10630: 
                   10631:        * src/include/pa_exception.h: - exception type string for invalid
                   10632:          date range was added
                   10633: 
                   10634: 2008-09-03  misha
                   10635: 
                   10636:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   10637:          operations not typeless anymore
                   10638: 
                   10639:        * src/include/pa_exception.h: - exception type for pce operations
                   10640:          was added
                   10641: 
                   10642:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   10643:          and .CLASS_NAME insite classes
                   10644: 
                   10645:        * src/classes/table.C: - don't save table header whiile
                   10646:          ^table.save[append;filename] if file exists
                   10647: 
                   10648: 2008-09-02  misha
                   10649: 
                   10650:        * src/main/compile.y, src/main/compile_tools.h,
                   10651:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   10652:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   10653:          renamed to partial and it login changed: we must mark class as
                   10654:          partial for allow their modifications in future.
                   10655: 
                   10656: 2008-08-29  misha
                   10657: 
                   10658:        * tests/results/022.processed: - testing taint[regex] in mask for
                   10659:          file:list
                   10660: 
                   10661:        * tests/022.html: - testing taint[regex] in mask for file:list
                   10662: 
                   10663:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   10664:          for file:list was added
                   10665: 
                   10666:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   10667:          file:list
                   10668: 
                   10669: 2008-08-26  misha
                   10670: 
                   10671:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   10672:          last derived object
                   10673: 
                   10674:        * src/classes/image.C: - many strings "image.format" replaced by
                   10675:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   10676:          understand some more exif tags
                   10677: 
                   10678:        * src/include/pa_exception.h: - string "image.format" was added
                   10679: 
                   10680: 2008-08-21  misha
                   10681: 
                   10682:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   10683:          pcre_exec text error
                   10684: 
                   10685:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   10686:          added
                   10687: 
                   10688:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   10689:          text error was added
                   10690: 
                   10691: 2008-08-19  misha
                   10692: 
                   10693:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   10694:          namespace while debug execution as well
                   10695: 
                   10696:        * tests/: 015.html, results/015.processed: - test for escaping some
                   10697:          parser chars was added
                   10698: 
                   10699: 2008-08-18  misha
                   10700: 
                   10701:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   10702:          $caller.self.field + default getter in one class was added
                   10703: 
                   10704:        * tests/: 189.html, results/189.processed: - test for
                   10705:          ^date::create[date object]
                   10706: 
                   10707:        * tests/: 188.html, results/188.processed: - tests for match with
                   10708:          UTF-8 strings
                   10709: 
                   10710:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   10711:          ^string.match[]
                   10712: 
                   10713:        * ChangeLog: - parser 3.3.0 beta13
                   10714: 
                   10715: 2008-08-15  misha
                   10716: 
1.116     moko     10717:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   10718:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   10719:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   10720:          dftables.c: - old PCRE files removed
1.95      moko     10721: 
                   10722:        * src/lib/pcre/config.h: - configuration for PCRE library
                   10723: 
                   10724:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   10725:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   10726: 
                   10727:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   10728:          library and set flag UTF8 if $request:charset is UTF-8
                   10729: 
                   10730:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   10731:          include/pa_config_fixed.h: - moved to new PCRE library
                   10732: 
                   10733:        * src/: main/main.vcproj, types/types.vcproj,
                   10734:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   10735:          win32\pcre instead of parser3\src\lib\pcre
                   10736: 
                   10737:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   10738:          main/compile.C, main/compile.y, main/compile_tools.C,
                   10739:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   10740:          opcodes were moved to separate namespace
                   10741: 
                   10742: 2008-08-14  misha
                   10743: 
                   10744:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   10745: 
                   10746:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   10747:          tainting
                   10748: 
                   10749: 2008-08-11  misha
                   10750: 
                   10751:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   10752:          $caller.self, $caller.self.field and $caller.self.field[value]
                   10753:          were added
                   10754: 
                   10755:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   10756:          runtime as well (for $caller.self)
                   10757: 
                   10758: 2008-07-25  misha
                   10759: 
                   10760:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   10761:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   10762:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   10763:          tests with international characters
                   10764: 
                   10765: 2008-07-23  misha
                   10766: 
                   10767:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   10768:          file::load[...;http://
                   10769: 
                   10770:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   10771:          now everywhere in separate namespace
                   10772: 
                   10773:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   10774:          for vars
                   10775: 
                   10776:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   10777:          can be escaped by '^'
                   10778: 
                   10779: 2008-07-22  misha
                   10780: 
                   10781:        * src/classes/string.C, tests/186.html: - names changes:
                   10782:          escape=>js-escape, unescape=>js-unescape
                   10783: 
                   10784: 2008-07-21  misha
                   10785: 
                   10786:        * tests/results/186.processed: - test for string escape/unescape
                   10787: 
                   10788:        * tests/186.html: - test for string escape/unescape
                   10789: 
                   10790:        * src/classes/string.C: - string has escape and unescape methods
                   10791:          now
                   10792: 
                   10793:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   10794:          added
                   10795: 
                   10796:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   10797:          method-layers added (with different params)
                   10798: 
                   10799: 2008-07-18  misha
                   10800: 
                   10801:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   10802:          was added
                   10803: 
                   10804:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   10805: 
1.211     moko     10806:        * src/classes/string.C, src/classes/void.C, operators.ru.txt,
                   10807:          operators.txt: - ^string.pos[substr](offset) -- 2nd param
                   10808:          accepted now
1.95      moko     10809: 
                   10810:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   10811:          strings
                   10812: 
                   10813: 2008-07-17  misha
                   10814: 
                   10815:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   10816:          helper length added for mid for small optimisation
                   10817: 
                   10818: 2008-07-16  misha
                   10819: 
                   10820:        * tests/: 185.html, results/185.processed: - tests for
                   10821:          length/left/right/mid/pos with utf-8 strings
                   10822: 
                   10823:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   10824:          utf-8 strings
                   10825: 
                   10826:        * src/main/untaint.C: - comments removed
                   10827: 
                   10828:        * src/: include/pa_string.h, main/pa_string.C,
                   10829:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   10830:          with pos/mid for strings in utf-8 were added
                   10831: 
                   10832: 2008-07-15  misha
                   10833: 
                   10834:        * tests/: 184.html, results/184.processed: - test for case body as
                   10835:          expression: $var(^switch(1){^case(1)(true)..})
                   10836: 
                   10837:        * src/classes/op.C: - case body can be expression now:
                   10838:          $var(^switch(1){^case(1)(true)..})
                   10839: 
                   10840:        * tests/: results/183.processed, 183.html: - added test for testing
                   10841:          new cookie encoding (%uXXXX)
                   10842: 
                   10843:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   10844:          decoding for backward compatibility they decoded from %XX in
                   10845:          request:charset too
                   10846: 
                   10847:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   10848:          - cookie class now decode cookies before first access after last
                   10849:          request:charset changing (as form class).
                   10850: 
                   10851:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   10852:          as %uXXXX - before transcode calculate required space for dest
                   10853:          string. it reduce mem usage for transcode
                   10854: 
                   10855:        * src/include/pa_charset.h: - added method escape for escaping
                   10856:          cookies as %uXXXX
                   10857: 
                   10858:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   10859:          was added. will used for escaping cookies as %uXXXX
                   10860: 
                   10861:        * src/include/pa_common.h: - escape method has new option for skip
                   10862:          converting '+' to a space char
                   10863: 
                   10864:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   10865:          transcode - escape method has new option for skip converting '+'
                   10866:          to a space char
                   10867: 
                   10868: 2008-07-08  misha
                   10869: 
                   10870:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   10871:          (no UE if more then 1 case matches anylonger) - optimization:
                   10872:          doing searching.as_string() || searching.as_double() only once
                   10873: 
                   10874: 2008-07-04  misha
                   10875: 
                   10876:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   10877:          now ^date::create[date object] works
                   10878: 
                   10879:        * src/classes/string.C: - left and right added as aliases for start
                   10880:          and end in ^string.trim[]
                   10881: 
                   10882: 2008-07-03  misha
                   10883: 
                   10884:        * src/classes/file.C: - allow $.limit for file::sql as well
                   10885: 
                   10886:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   10887:          send limit=1 to query for use sql specifics authomatically
                   10888: 
                   10889:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   10890:          if $.limit value if empty. autoconvert it as everywere
                   10891: 
                   10892: 2008-07-02  misha
                   10893: 
                   10894:        * configure.in: - time to change version number to 3.3.0 %-)
                   10895: 
                   10896:        * src/include/pa_version.h: - time to change version number to
                   10897:          3.3.0 %-)
                   10898: 
                   10899: 2008-06-26  misha
                   10900: 
                   10901:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   10902:          $.limit(0) fixes
                   10903: 
                   10904:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   10905:          - $.limit(0) fixes
                   10906: 
                   10907:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   10908:          new API)
                   10909: 
                   10910:        * src/: include/pa_sql_driver_manager.h,
                   10911:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   10912:          classes/op.C: - document_root added
                   10913: 
                   10914:        * src/main/compile.tab.C: - error message was changed
                   10915: 
                   10916: 2008-06-25  misha
                   10917: 
                   10918:        * src/main/compile.y: - error message was changed
                   10919: 
                   10920: 2008-06-24  misha
                   10921: 
                   10922:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   10923: 
                   10924:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   10925:          tests for @OPTIONS\nappend
                   10926: 
                   10927:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   10928: 
                   10929:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   10930: 
                   10931:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   10932: 
                   10933:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   10934:          compile.y
                   10935: 
                   10936: 2008-06-17  misha
                   10937: 
                   10938:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   10939:          compilation: ^if(default){true. it's incorrect. must be
                   10940:          exception}
                   10941: 
                   10942: 2008-06-16  misha
                   10943: 
                   10944:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   10945:          checking external reference loading with 'http://localhost'
                   10946:          prefix while creating xdoc
                   10947: 
                   10948:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   10949:          ^math:long2ip[] and ^math:ip2long[]
                   10950: 
                   10951:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   10952:          added which use scalar stateless class method when user object
                   10953:          used in scalar context - use get_scalar_value when user object
                   10954:          requested in scalar context
                   10955: 
                   10956:        * src/main/pa_common.C: - size must be int but not size_t or we
                   10957:          can't compare with 0 sprintf result
                   10958: 
                   10959:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10960:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   10961:          with internal switch between local/global vars
                   10962: 
                   10963:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   10964:          specified
                   10965: 
                   10966:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   10967:          pa_vstateless_object.h: - stateless class and object now has
                   10968:          private scalar field and getter/setter for working with it
                   10969: 
                   10970:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   10971:          moved to inet static class
                   10972: 
                   10973:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   10974:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   10975: 
                   10976:        * tests/: 180.html, results/180.processed: - tests for
                   10977:          ^math:long2ip(long) and ^math:ip2long[IP]
                   10978: 
                   10979:        * src/classes/math.C: - ^math:ip2long[IP] added
                   10980: 
                   10981: 2008-06-11  misha
                   10982: 
                   10983:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   10984:          need cut BOM code and remove DOS newline chars. but don't
                   10985:          transcode it anyway.
                   10986: 
                   10987:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   10988:          main/pa_http.C: - option for disable transcoding while file_read
                   10989:          and file_read_text added
                   10990: 
                   10991: 2008-06-10  misha
                   10992: 
                   10993:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   10994:          classes in 1 file
                   10995: 
                   10996:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   10997:          classes now.
                   10998: 
                   10999:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   11000:          classes now. internals.
                   11001: 
                   11002:        * src/main/pa_request.C: - compile return list of classes now. try
                   11003:          call @conf and @auto for each returned class
                   11004: 
                   11005:        * src/include/pa_request.h: - compile return list of classes now
                   11006: 
                   11007:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   11008:          return list of classes when compile buf)
                   11009: 
                   11010: 2008-06-07  misha
                   11011: 
                   11012:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   11013:          param -- form
                   11014: 
                   11015:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   11016:          3rd param: form. needed for get post_charset
                   11017: 
                   11018:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   11019:          added
                   11020: 
                   11021:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   11022:          types/pa_vform.C, types/pa_vform.h: - some polish
                   11023: 
                   11024: 2008-06-06  misha
                   11025: 
                   11026:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   11027:          charset and decode chars from it but not from response:charset
                   11028: 
                   11029:        * src/main/pa_http.C: - detect_charset moved out of here
                   11030: 
                   11031:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   11032:          methods moved here - unescape_chars accepn one charset now
                   11033: 
                   11034:        * src/main/pa_http.C: - new constants used - don't allow
                   11035:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   11036:          charset info while ^file::load[;http://;$.method[POST]] - option
                   11037:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   11038:          disabling charset during post
                   11039: 
                   11040:        * src/types/pa_vform.C: - new constants used
                   11041: 
                   11042:        * src/include/pa_common.h: - some constants were added
                   11043: 
                   11044:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   11045:          instead of StrEqNc
                   11046: 
                   11047:        * src/main/pa_common.C: - new method for caseless search
                   11048:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   11049: 
                   11050:        * src/include/pa_common.h: - new method for caseless search
                   11051:          c-substring in c-string
                   11052: 
                   11053: 2008-06-05  misha
                   11054: 
                   11055:        * tests/results/178.processed: - test for testing default getter
                   11056: 
                   11057:        * tests/178.html: - test for testing default getter
                   11058: 
                   11059:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   11060:          for test for testing default getter
                   11061: 
                   11062:        * src/main/execute.C: - default getter soul
                   11063: 
                   11064:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   11065:          requested objects' field not found
                   11066: 
                   11067:        * src/types/pa_vclass.C: - register default getter if defined - get
                   11068:          default getter if requested field not found
                   11069: 
                   11070:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   11071:          added
                   11072: 
                   11073:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   11074:          pointer to default getter and methods for get/set it were added
                   11075: 
                   11076:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   11077:          auto_name field (for default getter)
                   11078: 
                   11079: 2008-06-04  misha
                   11080: 
                   11081:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   11082:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   11083:          it to libxml "as is"
                   11084: 
                   11085: 2008-06-03  misha
                   11086: 
                   11087:        * src/main/pa_common.C: - use store_Char instead of
                   11088:          transcodeCharFromUTF8
                   11089: 
                   11090:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   11091:          store_Char added, transcodeCharFromUTF8 -- removed
                   11092: 
                   11093: 2008-06-02  misha
                   11094: 
                   11095:        * tests/: results/177.processed, 177.html: - test for checking
                   11096:          .[acm]date after local ^file::load[] was added
                   11097: 
                   11098:        * tests/: results/176.processed, 176.html: - test for checking
                   11099:          @OPTION\locals + @method[vars][locals] added
                   11100: 
                   11101:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   11102: 
                   11103: 2008-05-30  misha
                   11104: 
                   11105:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   11106:          @OPTION\nlocals + @method[vars][;locals;] were added
                   11107: 
                   11108:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   11109:          moved to separate method op_code - switch from VMethodFrame to
                   11110:          VMethodFrameGlobal + VMethodFrameLocal
                   11111: 
                   11112:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   11113:          was moved to separate method op_code
                   11114: 
                   11115:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   11116:          VMethodFrame now
                   11117: 
                   11118:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   11119:          all_vars_local as well
                   11120: 
                   11121:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   11122:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   11123:          VMethodFrame were added: one (global) works as VMethodFrame
                   11124:          before and second (local) write all vars in self vars scope
                   11125: 
                   11126:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   11127: 
                   11128: 2008-05-29  misha
                   11129: 
                   11130:        * tests/: 129.html, results/129.processed: - more tests for
                   11131:          ^table.hash[]
                   11132: 
                   11133:        * src/classes/hash.C: - ^hash::sql has a new option:
                   11134:          $.type[hash|string|table] as ^table.hash[] one.
                   11135: 
                   11136:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   11137:          executed anyway after try or catch section
                   11138: 
                   11139: 2008-05-27  misha
                   11140: 
                   11141:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   11142:          must not fail if $.distinct(1) wasn't specified
                   11143: 
                   11144: 2008-05-26  misha
                   11145: 
                   11146:        * src/classes/op.C: - allow ^throw[my type]
                   11147: 
                   11148: 2008-05-22  misha
                   11149: 
                   11150:        * configure.in, configure: - version number updated to 3.2.4b
                   11151: 
                   11152:        * src/classes/: op.C, string.C: - trim format string before
                   11153:          eval/format
                   11154: 
                   11155:        * tests/: results/175.processed, 175.html: - more tests for
                   11156:          different format strings in .format[]
                   11157: 
                   11158:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   11159:          as well (not only %XX)
                   11160: 
                   11161:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   11162:          charset specified - checks for format before print number
                   11163:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   11164:          (instead of tabs) removed
                   11165: 
                   11166:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   11167:          charset specified
                   11168: 
                   11169:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   11170:          char in requested charset from utf code was added
                   11171: 
                   11172: 2008-05-19  misha
                   11173: 
                   11174:        * tests/: 174.html, results/174.processed: - test for
                   11175:          ^hashfile.cleanup[] added
                   11176: 
                   11177:        * src/classes/hashfile.C: - optimization: don't create any key or
                   11178:          value variable if it's name weren't specified
                   11179:          (^hf.foreach[;v]{...})
                   11180: 
                   11181: 2008-05-16  misha
                   11182: 
                   11183:        * src/classes/hash.C: - optimization: don't create any key variable
                   11184:          if variable name wasn't specified (^h.foreach[;v]{...})
                   11185: 
                   11186: 2008-05-15  misha
                   11187: 
                   11188:        * src/classes/op.C: - small changes
                   11189: 
                   11190:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   11191: 
                   11192:        * src/classes/hash.C: - calculate var_context once before foreach
                   11193: 
                   11194: 2008-05-14  misha
                   11195: 
                   11196:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   11197:          ^hashfile.foreach[;]{} fixed
                   11198: 
                   11199:        * src/classes/: hash.C, table.C: - little optimisation
                   11200: 
                   11201:        * src/classes/file.C: - bugfix: double absolute path while loading
                   11202:          file
                   11203: 
                   11204:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   11205:          were added
                   11206: 
                   11207:        * buildall-with-xml: - moving to libxslt 1.1.24
                   11208: 
                   11209: 2008-04-30  misha
                   11210: 
                   11211:        * src/classes/file.C: - stat file while loading (local only) so
                   11212:          .adate, .mdate and .cdate available without additional ::stat
                   11213: 
                   11214: 2008-04-28  misha
                   11215: 
                   11216:        * src/classes/file.C: - $.name and $.content-type available for
                   11217:          stated file
                   11218: 
                   11219: 2008-04-14  misha
                   11220: 
                   11221:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   11222: 
                   11223:        * src/include/pa_version.h: - new version number in head
                   11224: 
                   11225: 2008-04-10  misha
                   11226: 
                   11227:        * tests/: 080.html, results/080.processed: - cut '0' from
                   11228:          exponential part because of on diff OS it differ (20 or 020 for
                   11229:          ex)
                   11230: 
                   11231:        * tests/: 119.html, results/119.processed: - check for encoding
                   11232:          while creating xdoc
                   11233: 
                   11234: 2008-04-09  misha
                   11235: 
                   11236:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   11237: 
                   11238:        * src/main/pa_common.C: - comment added
                   11239: 
                   11240:        * src/classes/date.C: - little refactoring
                   11241: 
                   11242: 2008-04-07  misha
                   11243: 
                   11244:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   11245:          style of ^table.save[]: prepare one big string and sabe it at
                   11246:          once. it's safe on freebsd 4.x but use much more memory.
                   11247: 
                   11248:        * buildall-with-xml, buildall-without-xml: - option
                   11249:          --disable-stringstream added (under comment. use it on freebsd
                   11250:          4.x)
                   11251: 
                   11252: 2008-02-22  misha
                   11253: 
                   11254:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   11255:          specified together in file::load[;http] - get back transcoding
                   11256:          $.body[] in file::load[;http]
                   11257: 
                   11258: 2008-02-21  misha
                   11259: 
                   11260:        * src/classes/date.C: - ^date.gmt-string[] was added
                   11261: 
                   11262:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   11263:          moved to pa_common.h
                   11264: 
                   11265:        * src/include/pa_common.h: - method for output date in RFC 822
                   11266:          format moved here from pa_value.C
                   11267: 
                   11268:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   11269:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   11270: 
                   11271: 2008-02-20  misha
                   11272: 
                   11273:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   11274:          specified charset while ^file::load[...;http://...] (L_URI
                   11275:          instead of L_HTTP_HEADER) - $.cookies param available in
                   11276:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   11277:          response yet) (cookies not transcoded as common $cookies)
                   11278: 
                   11279: 2008-02-19  misha
                   11280: 
                   11281:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   11282:          $response:field values because in this case
                   11283:          $response:locateion[http://...] don't works.
                   11284: 
                   11285: 2008-02-15  misha
                   11286: 
                   11287:        * src/classes/op.C: - little refactoring
                   11288: 
                   11289:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   11290: 
                   11291:        * src/main/pa_request.C: - force taint values of $response:field
                   11292: 
                   11293: 2008-02-14  misha
                   11294: 
                   11295:        * src/main/pa_request.C: - $response:field transcoded to
                   11296:          $response:charset before escaping now
                   11297: 
                   11298:        * src/main/pa_http.C: - some outdated comments removed
                   11299: 
                   11300:        * src/classes/date.C: - lastdat -> last-day
                   11301: 
                   11302:        * src/classes/date.C: - ^date:lastday(year;month) and
                   11303:          ^date.lastday[] were added - little code refactoring - comments
                   11304:          changes
                   11305: 
                   11306:        * tests/: 159.html, results/159.processed: - test for number of
                   11307:          days in February
                   11308: 
                   11309:        * src/types/pa_value.C: - fixes in code formatting
                   11310: 
                   11311:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   11312:          and comments
                   11313: 
                   11314: 2008-02-13  misha
                   11315: 
                   11316:        * src/main/pa_common.C: - bugfix for february at leap year
                   11317: 
                   11318: 2008-01-28  misha
                   11319: 
                   11320:        * tests/: 160.html, results/160.processed: - more test for cache
                   11321:          added
                   11322: 
                   11323:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   11324:          unhandled exception
                   11325: 
                   11326: 2008-01-25  misha
                   11327: 
                   11328:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   11329:          bug when hashfile became inavailable after memory:compact)
                   11330: 
                   11331:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   11332: 
                   11333: 2008-01-22  misha
                   11334: 
                   11335:        * src/classes/table.C: - little refactiring and exception texts
                   11336:          changes in method ^table.hash[]
                   11337: 
                   11338:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   11339: 
                   11340: 2008-01-21  misha
                   11341: 
                   11342:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   11343:          file::exec/cgi
                   11344: 
                   11345:        * src/classes/file.C: - bugfix: core while processing headers if
                   11346:          executed cgi script don't return content
                   11347: 
                   11348: 2008-01-18  misha
                   11349: 
                   11350:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   11351: 
                   11352:        * src/include/pa_version.h, configure.in: - version number updated
                   11353:          to '3.2.3b'
                   11354: 
                   11355: 2007-12-28  misha
                   11356: 
                   11357:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   11358:          hash.contains
                   11359: 
                   11360: 2007-12-27  misha
                   11361: 
                   11362:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   11363:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   11364:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   11365:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   11366:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11367:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   11368:          src/targets/cgi/parser3.vcproj,
                   11369:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   11370:          back to VS2003 because of Apache 1.3 module can't work if it was
                   11371:          built in VS 2005.  with cgi all file so VS2003 project files can
                   11372:          be easy converted to the new format.
                   11373: 
                   11374: 2007-12-04  misha
                   11375: 
                   11376:        * src/types/pa_vcode_frame.h: - changes in comment
                   11377: 
                   11378: 2007-11-29  misha
                   11379: 
                   11380:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   11381:          intercept strings any longer
                   11382: 
                   11383:        * tests/: 173.html, results/173.processed: - tests for
                   11384:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   11385:          but not in main code frame
                   11386: 
                   11387:        * tests/: 172.html, results/172.processed: - more tests for pass
                   11388:          objects from code frames
                   11389: 
                   11390: 2007-11-27  misha
                   11391: 
                   11392:        * tests/: 152.html, results/152.processed: - tests for converting
                   11393:          strings 'true'/'false' to bool were added
                   11394: 
                   11395:        * tests/152.html: - added checks for converting strings
                   11396:          'true'/'false' to bool
                   11397: 
                   11398:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   11399:          not only strings with numbers but with values 'true'/'false' as
                   11400:          well
                   11401: 
                   11402:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   11403:          for parser3.log increased
                   11404: 
                   11405:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   11406: 
                   11407:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   11408: 
                   11409:        * src/include/pa_types.h: - constant with buffer size for
                   11410:          parser3.log added
                   11411: 
                   11412: 2007-11-16  misha
                   11413: 
                   11414:        * tests/cat.sh: - script for tests for file::exec/cgi
                   11415: 
                   11416:        * tests/171.html: - tests for file::exec/cgi
                   11417: 
                   11418:        * tests/results/171.processed: - tests results for file::exec/cgi
                   11419: 
                   11420: 2007-11-15  misha
                   11421: 
                   11422:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   11423: 
                   11424:        * src/classes/file.C: - .body must be set before analyzing cgi
                   11425:          headers
                   11426: 
                   11427:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   11428:          only if exec/cgi return anything.
                   11429: 
                   11430: 2007-11-14  misha
                   11431: 
1.211     moko     11432:        * operators.ru.txt, operators.txt: - info about new text|binary
                   11433:          option for file::exec/cgi was added
1.95      moko     11434: 
                   11435:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   11436:          ^file:exec[[text|binary];script;...]
                   11437: 
                   11438:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   11439:          classes/string.C, classes/table.C: - more text strings moved to
                   11440:          the one place
                   11441: 
                   11442: 2007-11-09  misha
                   11443: 
                   11444:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   11445: 
                   11446:        * ChangeLog: - $request:argv [patch from Sumo]
                   11447: 
1.211     moko     11448:        * operators.ru.txt, operators.txt: - $request:argv
1.95      moko     11449: 
                   11450:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   11451:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   11452: 
                   11453: 2007-10-25  misha
                   11454: 
                   11455:        * buildall-with-xml, buildall-without-xml: - options preparations
                   11456:          for ./configure rewrited
                   11457: 
                   11458:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   11459:          error occure in unhandled_exception finally fixed
                   11460: 
                   11461: 2007-10-23  misha
                   11462: 
                   11463:        * tests/: 170.html, results/170.processed: - test for
                   11464:          @method[][result]
                   11465: 
1.211     moko     11466:        * operators.ru.txt, operators.txt: - added info about node.prefix
                   11467:          and node.namespaceURI
1.95      moko     11468: 
                   11469:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   11470: 
                   11471:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   11472:          added for node and attribute
                   11473: 
                   11474: 2007-10-22  misha
                   11475: 
                   11476:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   11477: 
                   11478:        * src/main/pa_request.C: - added const content-transfer-encoding
                   11479: 
                   11480:        * src/include/pa_request.h: - added const content-transfer-encoding
                   11481:          - ups. constants must be in lowercase (for search)
                   11482: 
                   11483:        * src/types/pa_vmail.C: - more constants used -
                   11484:          content-transfer-encoding: 8bit added
                   11485: 
                   11486:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   11487: 
                   11488:        * src/include/pa_request.h: - more constants
                   11489: 
                   11490:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   11491:          ommit anymore if $.content-disposition was specified - little
                   11492:          refactoring
                   11493: 
                   11494:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   11495: 
                   11496: 2007-10-17  misha
                   11497: 
1.211     moko     11498:        * operators.ru.txt, operators.txt: - info about
1.95      moko     11499:          table::create[nameless]{data}[>options<] was added
                   11500: 
                   11501:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   11502:          compile method don't put this method in methods table anymore.
                   11503:          in other case the parser coredumped if @unhandled_exception
                   11504:          method can't be compiled because of parser.compile error.
                   11505: 
                   11506:        * src/main/execute.C: - little code reformating
                   11507: 
                   11508:        * src/main/pa_request.C: - little code reformating - comment
                   11509:          changed
                   11510: 
                   11511: 2007-10-16  misha
                   11512: 
                   11513:        * tests/: 035.html, results/035.processed: - tests
                   11514:          table::create[]{}[options] added
                   11515: 
                   11516:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   11517:          options (only $.seperator[] yet)
                   11518: 
                   11519: 2007-10-10  misha
                   11520: 
                   11521:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   11522:          some code changes
                   11523: 
                   11524: 2007-10-02  misha
                   11525: 
                   11526:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   11527:          then three time as much. but base64 encoding method still use
                   11528:          less memory anyway.
                   11529: 
                   11530: 2007-09-17  misha
                   11531: 
1.211     moko     11532:        * operators.ru.txt, operators.txt: - added info about
                   11533:          $cookie:fields
1.95      moko     11534: 
                   11535:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   11536: 
                   11537:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   11538:          common
                   11539: 
                   11540:        * src/include/pa_common.h: - some stuff for use with .for_each
                   11541:          moved here
                   11542: 
                   11543:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   11544: 
                   11545: 2007-09-14  misha
                   11546: 
                   11547:        * buildall-with-xml: - new xml libs again =)
                   11548: 
                   11549: 2007-08-28  misha
                   11550: 
1.211     moko     11551:        * operators.ru.txt, operators.txt: - texts about
                   11552:          ^table.columns[[column name]]  and ^string.split[...][v][column
                   11553:          name] were added
1.95      moko     11554: 
                   11555:        * tests/: 168.html, 169.html, results/168.processed,
                   11556:          results/169.processed: - tests for ^table.columns[[column name]]
                   11557:          and ^string.split[...][v][column name] were added
                   11558: 
                   11559:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   11560:          was added
                   11561: 
                   11562:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   11563:          name]]
                   11564: 
                   11565:        * src/include/pa_exception.h: - error text message for
                   11566:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   11567: 
                   11568: 2007-08-27  misha
                   11569: 
                   11570:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   11571:          body ^taint[sql][something] outside of connect
                   11572: 
                   11573:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   11574:          outside of connect
                   11575: 
                   11576:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   11577:          added (commented by default)
                   11578: 
                   11579: 2007-08-20  misha
                   11580: 
1.211     moko     11581:        * operators.ru.txt, operators.txt: - comment about new method
                   11582:          ^node.hasAttributes[] was added
1.95      moko     11583: 
                   11584:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   11585:          duplicated exception text strings were removed
                   11586: 
                   11587:        * src/include/pa_exception.h: - more exception text strings moved
                   11588:          here
                   11589: 
                   11590:        * src/classes/table.C: - some duplicate exceptions' text strings
                   11591:          removed
                   11592: 
                   11593:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   11594:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   11595:          removed
                   11596: 
                   11597:        * src/include/pa_exception.h: - some exception text strings movet
                   11598:          to pa_exception
                   11599: 
                   11600:        * tests/: 149.html, results/149.processed: - test for
                   11601:          ^xnode.hasAttributes[] was added - some code changes
                   11602: 
                   11603:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   11604:          added
                   11605: 
                   11606: 2007-08-17  misha
                   11607: 
                   11608:        * tests/: results/006.processed, results/059.processed, 006.html,
                   11609:          059.html: - more tests for match
                   11610: 
                   11611:        * tests/: 129.html, results/129.processed: - tests for
                   11612:          ^table.hash[...][$.type[string|hash|table]] added
                   11613: 
                   11614:        * src/targets/cgi/parser3.C: - little syntax changes
                   11615: 
                   11616:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   11617:          syntax changes
                   11618: 
1.211     moko     11619:        * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
                   11620:          annoying 'SIGPIPE' messages in parser3.log switched off by
                   11621:          default. If someone really still need it: use $SIGPIPE(1)
1.95      moko     11622: 
                   11623: 2007-08-08  misha
                   11624: 
                   11625:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   11626:          files by default since now
                   11627: 
                   11628: 2007-08-07  misha
                   11629: 
                   11630:        * buildall-without-xml: - some option syntax changes
                   11631: 
                   11632:        * buildall-with-xml: - compile libxml2 without http support - some
                   11633:          option syntax changes
                   11634: 
                   11635:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   11636: 
                   11637: 2007-08-06  misha
                   11638: 
                   11639:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   11640: 
                   11641:        * tests/: 160.html, results/160.processed: - cache test was
                   11642:          rewrited
                   11643: 
                   11644: 2007-07-06  misha
                   11645: 
                   11646:        * tests/: 153.html, results/153.processed: - added test for
                   11647:          ^math:sha1[string]
                   11648: 
                   11649:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   11650:          transcoded
                   11651: 
                   11652:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   11653:          were added
                   11654: 
                   11655: 2007-06-28  misha
                   11656: 
                   11657:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   11658:          some incorrect chars
                   11659: 
                   11660: 2007-06-19  misha
                   11661: 
                   11662:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   11663:          were moved on top because of gcc 4 had a problems during
                   11664:          building.
                   11665: 
                   11666: 2007-06-18  misha
                   11667: 
                   11668:        * tests/results/019.processed: - new image commited
                   11669: 
                   11670: 2007-06-09  misha
                   11671: 
                   11672:        * src/classes/: op.C, table.C: - in while and table.select method
                   11673:          as_expression used now
                   11674: 
                   11675:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   11676: 
                   11677: 2007-06-08  misha
                   11678: 
                   11679:        * tests/: 166.html, results/166.processed: - test for
                   11680:          ^match[...][n]
                   11681: 
                   11682:        * tests/: 165.html, results/165.processed: - tests for loops
                   11683: 
                   11684:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   11685:          because of no speed/memory optimisation but some proglems with
                   11686:          long cycles occure
                   11687: 
                   11688: 2007-06-06  misha
                   11689: 
                   11690:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   11691:          ^table.select(true) and ^table.select(1) didn't works because of
                   11692:          awaiting junction-param only. fixed.
                   11693: 
                   11694: 2007-05-24  misha
                   11695: 
                   11696:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   11697:          with 0.5 secs interval
                   11698: 
                   11699:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   11700:          locking system now on unix
                   11701: 
                   11702:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   11703:          system locks which wait till other threads release it but try get
                   11704:          lock, if fail wait 1 sec and make 10 attempts.
                   11705: 
                   11706:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   11707:          were added
                   11708: 
                   11709:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   11710:          opening files
                   11711: 
                   11712:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   11713:          after our classes on unix it can't be build
                   11714: 
                   11715:        * src/types/pa_vhashfile.C: - not needed code removed
                   11716: 
                   11717: 2007-05-23  misha
                   11718: 
                   11719:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   11720:          include/pa_common.h: - cosmetic changes
                   11721: 
                   11722: 2007-05-18  misha
                   11723: 
                   11724:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   11725:          often. it's give some speed increasing
                   11726: 
                   11727:        * tests/results/160.processed: - returned time corrected
                   11728: 
                   11729:        * tests/160.html: - time increased because on unix 1 mean nothing
                   11730:          :(
                   11731: 
1.211     moko     11732:        * operators.ru.txt, operators.txt: - added info about
                   11733:          ^hash.contain[key]
1.95      moko     11734: 
                   11735:        * src/classes/hash.C: - added ^hash.contain[key]
                   11736: 
                   11737:        * src/include/pa_hash.h: - added method for checking key exists in
                   11738:          hash
                   11739: 
                   11740: 2007-05-07  misha
                   11741: 
                   11742:        * src/include/pa_string.h: - was compilation error during build on
                   11743:          freebsd4
                   11744: 
                   11745: 2007-05-03  misha
                   11746: 
                   11747:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   11748:          for ^table.hash[]
                   11749: 
                   11750:        * src/classes/file.C: - comment removed
                   11751: 
                   11752: 2007-04-26  misha
                   11753: 
                   11754:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   11755:          real files doesn't opened in place anymore
                   11756: 
                   11757: 2007-04-24  misha
                   11758: 
                   11759:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   11760: 
                   11761:        * src/include/pa_exception.h: "static" removed
                   11762: 
                   11763: 2007-04-23  misha
                   11764: 
                   11765:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   11766: 
                   11767:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   11768:          ^math:log(N)) - ^math:lg(N)
                   11769: 
                   11770:        * tests/: 097.html, results/097.processed: - charsets converstion
                   11771:          during ^file::load[text;http://...] added
                   11772: 
                   11773:        * tests/: 164.html, results/164.processed: - check for set expires
                   11774:          as a date
                   11775: 
                   11776:        * tests/: 164.html, results/164.processed: - test for hashfile
                   11777: 
                   11778:        * src/classes/hashfile.C: - little comment changes
                   11779: 
                   11780:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   11781:          access
                   11782: 
                   11783:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11784:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11785:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   11786:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11787:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   11788:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11789:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   11790:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   11791:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11792:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   11793:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11794:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11795:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   11796:          "parser.runtime" strings were removed
                   11797: 
                   11798:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   11799:          now.
                   11800: 
                   11801:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   11802: 
                   11803:        * src/include/pa_exception.h: - string constant with
                   11804:          "parser.runtime" text was added
                   11805: 
                   11806: 2007-04-20  misha
                   11807: 
1.211     moko     11808:        * operators.ru.txt, operators.txt: - some comments changing
1.95      moko     11809: 
1.211     moko     11810:        * operators.ru.txt, operators.txt: - added info about
                   11811:          .^hashfile.release[], ^hashfile.clenaup[] and new
                   11812:          ^string.match[][>N-option<]
1.95      moko     11813: 
                   11814:        * configure: =cheching for unsetenv
                   11815: 
                   11816:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   11817:          ^hashfile.release[] were added
                   11818: 
                   11819:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   11820:          ^string.match[][] understand new option now: return number of
                   11821:          matches but not table wit results
                   11822: 
                   11823:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   11824:          reopen now
                   11825: 
                   11826:        * src/classes/op.C: - bug. must be false
                   11827: 
                   11828:        * configure.in: - checking for unsetenv was added
                   11829: 
                   11830:        * src/types/pa_vform.C: - some comments
                   11831: 
                   11832: 2007-04-18  misha
                   11833: 
                   11834:        * buildall-with-xml: moving to libxml2-2.6.28
                   11835: 
                   11836:        * buildall-with-xml, buildall-without-xml: added commented lines
                   11837:          with --disable-safe-mode option
                   11838: 
1.211     moko     11839:        * operators.ru.txt, operators.txt: - info about $form:files
1.95      moko     11840: 
                   11841: 2007-04-17  misha
                   11842: 
                   11843:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   11844:          $form:files was added
                   11845: 
                   11846:        * tests/: 163.html, results/163.processed: removing auto format
                   11847: 
                   11848:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   11849: 
                   11850: 2007-04-16  misha
                   11851: 
                   11852:        * tests/: 163.html, results/163.processed: - test for .int[],
                   11853:          floor, round, ceiling and .format[]
                   11854: 
                   11855:        * src/classes/file.C: - little optimization for getting args in
                   11856:          exec/cgi
                   11857: 
                   11858: 2007-04-13  misha
                   11859: 
                   11860:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   11861:          specified now as s table with one column
                   11862: 
                   11863: 2007-03-27  misha
                   11864: 
                   11865:        * tests/: 162.html, results/162.processed: - test for
                   11866:          ^table.select(^condition[$t])
                   11867: 
                   11868:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   11869: 
                   11870:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   11871: 
                   11872:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   11873:          161_windows1251.txt: - added test for
                   11874:          ^file::load[text;/local/file.txt;$.charset[...]]
                   11875: 
                   11876:        * tests/: results/013.processed, 013.html: - added test for
                   11877:          checking $._default value while hash modifications
                   11878: 
                   11879:        * tests/: 160.html, results/160.processed: - add test for
                   11880:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   11881: 
                   11882: 2007-03-22  misha
                   11883: 
                   11884:        * src/include/pa_common.h: - "charset" string defined for
                   11885:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   11886: 
                   11887:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   11888:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   11889:          added - not needed transcodes were removed from
                   11890:          ^file::load[...;http://...]
                   11891: 
                   11892:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   11893:          added
                   11894: 
                   11895:        * src/classes/date.C: - date.week was fixed
                   11896: 
1.211     moko     11897:        * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95      moko     11898: 
                   11899:        * tests/: 159.html, results/159.processed: - tests for date.week
                   11900:          and date.weekyear added
                   11901: 
                   11902: 2007-03-15  misha
                   11903: 
                   11904:        * src/classes/table.C: - enclose column numbers for nameless tables
                   11905:          as well
                   11906: 
                   11907: 2007-03-14  misha
                   11908: 
                   11909:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   11910: 
                   11911:        * src/classes/table.C: - table.save optimization: now required much
                   11912:          less memory
                   11913: 
                   11914: 2007-03-13  misha
                   11915: 
                   11916:        * tests/results/: 158.processed, 158.processes: - tests for
                   11917:          table.save/table.load
                   11918: 
                   11919:        * tests/: 158.html, results/158.processes: - tests for
                   11920:          table.save/table.load
                   11921: 
                   11922:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   11923: 
                   11924:        * buildall-with-xml: - pattern needed now for building
                   11925: 
                   11926:        * tests/results/097.processed: - added test results for xdoc::load
                   11927:          & xdoc::load[http://...]
                   11928: 
                   11929:        * tests/097.html: - added test for xdoc::load
                   11930: 
                   11931: 2007-03-12  misha
                   11932: 
                   11933:        * tests/: 107.html, results/107.processed: - added test for xpath
                   11934:          '//man'
                   11935: 
                   11936: 2007-03-01  misha
                   11937: 
                   11938:        * tests/: 097.html, results/097.processed: - added test for
                   11939:          creating xdoc from file
                   11940: 
                   11941:        * tests/: results/157.processed, 157.html: - added test for
                   11942:          file:move
                   11943: 
                   11944: 2007-02-28  misha
                   11945: 
                   11946:        * src/classes/xdoc.C: - another attempt
                   11947: 
                   11948:        * src/classes/xdoc.C: - roll back last changes for a while
                   11949: 
1.211     moko     11950:        * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
                   11951:          ^xdoc::create[$file] added.
1.95      moko     11952: 
                   11953:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   11954: 
                   11955:        * tests/results/099.processed: - ever send content-disposition to
                   11956:          client with file
                   11957: 
                   11958:        * tests/157.html: + test for file:copy
                   11959: 
                   11960: 2007-02-26  misha
                   11961: 
                   11962:        * src/classes/file.C: - some similar strings moved to #define
                   11963:          instead of to be copy/pasted many times
                   11964: 
                   11965:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   11966:          #define
                   11967: 
                   11968: 2007-02-20  misha
                   11969: 
                   11970:        * configure.in: - added some strings for sqlite detection
                   11971: 
                   11972: 2007-02-19  misha
                   11973: 
1.211     moko     11974:        * operators.ru.txt, operators.txt: - some comments changes
1.95      moko     11975: 
                   11976:        * buildall-with-xml, buildall-without-xml: - some modifications
                   11977: 
                   11978: 2007-02-17  misha
                   11979: 
                   11980:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   11981: 
                   11982:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   11983:          change console behaviour
                   11984: 
                   11985: 2007-02-12  misha
                   11986: 
                   11987:        * src/targets/cgi/parser3.C: - don't print headers if
                   11988:          $console:line[data] was used during cgi execution.
                   11989: 
                   11990:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   11991:          marked as 'true' if class was used.
                   11992: 
                   11993:        * tests/: 152.html, results/152.processed: - more types was added
                   11994:          to test 152
                   11995: 
                   11996:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   11997:          adding 'bool' (^if($image){} caused exception)
                   11998: 
                   11999: 2007-02-09  misha
                   12000: 
                   12001:        * tests/: 152.html, results/152.processed: - test alightly updated
                   12002: 
                   12003:        * tests/: 152.html, results/152.processed: - test rewrited
                   12004: 
                   12005:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   12006:          bugfix. I broke xdoc & xnode in expression
                   12007: 
                   12008: 2007-02-08  misha
                   12009: 
                   12010:        * tests/: 152.html, results/152.processed: - add test for checking
                   12011:          'def' for void, string, bool, int & double
                   12012: 
                   12013: 2007-02-07  misha
                   12014: 
1.211     moko     12015:        * operators.ru.txt, operators.txt: - ^file:base64[filespec]  was
                   12016:          added
1.95      moko     12017: 
                   12018:        * tests/results/153.processed: - result test for
                   12019:          ^file:base64[filespec]  was updated
                   12020: 
                   12021:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   12022: 
                   12023:        * src/types/pa_vconsole.h: - little optimization
                   12024: 
                   12025:        * src/classes/file.C: - ^file:base64[filespec]
                   12026: 
                   12027:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   12028: 
                   12029:        * src/include/pa_common.h: - declarations for
                   12030:          ^file:base64[filespec]
                   12031: 
                   12032:        * src/types/pa_vcookie.C: - little optimization
                   12033: 
                   12034: 2007-02-06  misha
                   12035: 
                   12036:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   12037:          were temporary commented
                   12038: 
                   12039:        * src/types/pa_vbool.h: - bugfix
                   12040: 
                   12041:        * tests/156.html: - added test for bool cookie
                   12042: 
                   12043:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   12044: 
                   12045:        * tests/: 155.html, results/155.processed: - added test for check
                   12046:          $.encloser[] option for table save/load
                   12047: 
                   12048:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   12049: 
                   12050: 2007-02-05  misha
                   12051: 
                   12052:        * tests/results/152.processed: - newline at the end was missed
                   12053: 
                   12054:        * tests/results/141.processed: - math:md5 must be lowercased
                   12055: 
                   12056:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   12057: 
                   12058: 2007-02-03  misha
                   12059: 
                   12060:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   12061:          test for bool added and some content length fixes
                   12062: 
                   12063:        * tests/152.html: - test for bool added
                   12064: 
                   12065:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   12066: 
1.211     moko     12067:        * operators.ru.txt, operators.txt: - info bool class was added
1.95      moko     12068: 
1.116     moko     12069:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     12070:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   12071:          classes/string.C, classes/void.C, classes/xnode.C,
                   12072:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   12073:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   12074:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   12075:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12076:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   12077:          types/types.vcproj: - bool class was added
                   12078: 
                   12079:        * src/main/pa_request.C: - fix
                   12080: 
                   12081: 2007-01-18  misha
                   12082: 
                   12083:        * src/: main/pa_string.C, classes/string.C: - return table during
                   12084:          ^string.match[][] even if no matched found.
                   12085: 
                   12086: 2006-12-20  misha
                   12087: 
                   12088:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   12089:          http://www.parser.ru/forum/?id=55598 ]
                   12090: 
                   12091: 2006-12-19  misha
                   12092: 
                   12093:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   12094:          details: http://www.parser.ru/forum/?id=52359
                   12095: 
                   12096:        * src/main/pa_request.C: - always set content-disposition for
                   12097:          $response:body[hash here]. more details:
                   12098:          http://www.parser.ru/forum/?id=52130
                   12099: 
                   12100: 2006-12-07  misha
                   12101: 
1.211     moko     12102:        * operators.ru.txt, operators.txt: - added info about bool params
                   12103:          in cookie set
1.95      moko     12104: 
                   12105:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   12106:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   12107:          ]
                   12108: 
                   12109:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   12110:          was added
                   12111: 
                   12112: 2006-12-02  misha
                   12113: 
                   12114:        * src/classes/file.C: - file_block_read used instead of native read
                   12115: 
                   12116:        * src/main/pa_common.C: - added file_block_read with read error
                   12117:          detection - file_block_read used instead of native read
                   12118: 
                   12119:        * src/include/pa_common.h: - added file_block_read declaration
                   12120: 
                   12121: 2006-12-01  misha
                   12122: 
1.211     moko     12123:        * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
                   12124:          added
1.95      moko     12125: 
                   12126:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   12127:          $var.CLASS_NAME added
                   12128: 
1.211     moko     12129:        * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95      moko     12130: 
                   12131:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   12132: 
                   12133: 2006-11-20  misha
                   12134: 
                   12135:        * src/classes/date.C: - bug fix :)
                   12136: 
                   12137: 2006-11-17  misha
                   12138: 
                   12139:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   12140:          to static
                   12141: 
                   12142:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   12143:          small changes in crc32 calculation
                   12144: 
                   12145:        * src/classes/date.C: - not needed code was removed
                   12146: 
                   12147: 2006-11-16  misha
                   12148: 
                   12149:        * src/types/pa_vmail.C: - fix missed brakes
                   12150: 
                   12151:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   12152:          multipart/related instead of multipart/mixed if file have
                   12153:          $.content-id[]
                   12154: 
                   12155: 2006-11-15  misha
                   12156: 
                   12157:        * src/types/pa_vdouble.h: abs -> fabs
                   12158: 
                   12159: 2006-11-14  misha
                   12160: 
1.211     moko     12161:        * operators.ru.txt, operators.txt: - added info about ^file.md5[]
                   12162:          and ^file:md5[file-name]
1.95      moko     12163: 
                   12164:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   12165:          added
                   12166: 
                   12167:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   12168:          FILE_BUFFER_SIZE
                   12169: 
                   12170:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   12171: 
                   12172:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   12173:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   12174: 
                   12175:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   12176:          values was fixed
                   12177: 
                   12178: 2006-11-13  misha
                   12179: 
1.211     moko     12180:        * operators.ru.txt, operators.txt: - added info about
                   12181:          ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95      moko     12182: 
                   12183:        * src/classes/math.C: - added ^math:crc32[string]
                   12184: 
                   12185:        * src/classes/file.C: - some comments were changed - added
                   12186:          ^file:crc32[file-name] and ^file.crc32[]
                   12187: 
                   12188:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   12189:          crc32 calculation added
                   12190: 
                   12191: 2006-11-03  misha
                   12192: 
                   12193:        * src/include/pa_array.h: - not needed variable removed
                   12194: 
                   12195:        * tests/: 150.html, 151.html, results/150.processed,
                   12196:          results/151.processed: - 2 tests were added
                   12197: 
                   12198:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   12199:          with $.reverse(1) were fixed
                   12200: 
                   12201:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   12202:          query converted to $.charset during ^file::load[http://...]
                   12203: 
                   12204: 2006-11-02  misha
                   12205: 
                   12206:        * src/include/pa_table.h: ups. forget '=' char
                   12207: 
                   12208:        * src/include/pa_table.h: - one more fix in
                   12209:          .locate[...][$.reverse(1)]
                   12210: 
                   12211: 2006-11-01  misha
                   12212: 
                   12213:        * src/classes/math.C: - bug fix, details:
                   12214:          http://www.parser.ru/forum/?id=53360
                   12215: 
                   12216:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   12217:          false for all records )[$.reverse(1)]
                   12218: 
                   12219:        * src/main/pa_http.C: - second param for this mid method is length
                   12220:          but not end_index so this method has error and can't detect
                   12221:          charsets in next content-types: Content-type: text/html;
                   12222:          charset="windows-1251" Content-type: text/html;
                   12223:          charset="windows-1251"; Content-type: text/html;
                   12224:          charset=windows-1251;
                   12225: 
                   12226:          only Content-type: text/html; charset=windows-1251 was fine
                   12227: 
                   12228: 2006-10-31  misha
                   12229: 
                   12230:        * src/classes/file.C: - empty args in file::exec removed now
                   12231: 
                   12232: 2006-09-03  paf
                   12233: 
                   12234:        * src/classes/file.C: proper tainting of
                   12235:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   12236: 
                   12237: 2006-06-09  paf
                   12238: 
                   12239:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   12240: 
                   12241:        * src/classes/table.C: formatting
                   12242: 
                   12243:        * src/classes/table.C: incorporated patch from misha: Sent:
                   12244:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   12245:          ignoring string options for ^table.save[]
                   12246: 
                   12247:        * src/classes/hash.C: incorporated patch from misha Sent:
                   12248:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   12249:          $hash._default disappear while
                   12250: 
1.211     moko     12251:        * operators.ru.txt, operators.txt: ^mail:send[   $.file1[
                   12252:          $.value[file]      $.format[!uue|!base64] << new base64 option.
                   12253:          default uue   ] ]
1.95      moko     12254: 
                   12255:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   12256:          PM Subject: patch for base64 in ^mail:send[] %-)
                   12257: 
                   12258: 2006-04-09  paf
                   12259: 
                   12260:        * src/main/compile.tab.C: ` change compiled
                   12261: 
1.211     moko     12262:        * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95      moko     12263:          src/classes/classes.vcproj, src/classes/file.C,
                   12264:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   12265:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   12266:          src/classes/xnode.C, src/include/pa_array.h,
                   12267:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   12268:          src/include/pa_memory.h, src/include/pa_request.h,
                   12269:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   12270:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   12271:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12272:          src/lib/pcre/pcre_dftables.vcproj,
                   12273:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   12274:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   12275:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   12276:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12277:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   12278:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   12279:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   12280:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   12281:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   12282:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12283:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   12284:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   12285:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12286:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   12287:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   12288:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   12289:          ^menu, ^hash/hashfile.foreach
                   12290: 
                   12291:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   12292:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   12293:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   12294:          src/classes/xnode.C, src/include/pa_array.h,
                   12295:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   12296:          src/include/pa_memory.h, src/include/pa_request.h,
                   12297:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   12298:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   12299:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12300:          src/lib/pcre/pcre_dftables.vcproj,
                   12301:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   12302:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   12303:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   12304:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12305:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   12306:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   12307:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   12308:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   12309:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   12310:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12311:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   12312:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   12313:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   12314:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   12315:          tests/descript.ion: ! switched to VS2005 (projects and
                   12316:          object<info explicitly typed>.for_each(, info)) +
                   12317:          $response:field[] setting void means removing + grammar $name`
                   12318:          name stops now, for mysql `$field` + started ^break[]
                   12319:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   12320:          foreach) + all log messages += [uri=, method=, cl=]
                   12321: 
                   12322:        * buildall-with-xml: merged . ftp paths update
                   12323: 
                   12324:        * buildall-with-xml: . ftp paths update
                   12325: 
                   12326: 2006-03-04  paf
                   12327: 
                   12328:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   12329:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   12330: 
                   12331:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   12332:          Igor Zinkovsky for detailed report]
                   12333: 
                   12334: 2006-03-01  paf
                   12335: 
                   12336:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   12337:          \n to ' ' in
                   12338: 
                   12339: 2006-02-18  paf
                   12340: 
                   12341:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   12342:          \n to ' ' in
                   12343: 
                   12344:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   12345: 
                   12346: 2006-02-03  paf
                   12347: 
                   12348:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   12349:          base64
                   12350: 
                   12351:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   12352: 
                   12353: 2006-01-20  paf
                   12354: 
                   12355:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   12356:          economy fix
                   12357: 
                   12358:        * src/classes/: table.C: merged from HEAD ! bugfix
                   12359:          ^table.save[$.encloser-s now handled properly
                   12360: 
                   12361:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   12362:          handled properly
                   12363: 
                   12364: 2006-01-19  paf
                   12365: 
                   12366:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   12367:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   12368:          helps a lot in our case: after transform we want
                   12369:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   12370: 
                   12371:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   12372:          economy fix
                   12373: 
                   12374:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   12375:          activates merging of free memory blocks which helps a lot in our
                   12376:          case: after transform we want CORD(main.result)->cstr[big
                   12377:          malloc]->transcode[big malloc]
                   12378: 
                   12379: 2006-01-17  paf
                   12380: 
                   12381:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   12382:          before reading them. got rid of reallocs = became quicker and
                   12383:          less fragmentated
                   12384: 
                   12385: 2005-12-29  paf
                   12386: 
1.116     moko     12387:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   12388:          configure, configure.in, src/include/pa_version.h,
                   12389:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     12390:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12391:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   12392:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   12393:          src/lib/ltdl/missing: . merged from 3.2.1
                   12394: 
1.116     moko     12395:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   12396:          packaged when 'make dist', so do configure companion files in
                   12397:          src/lib/ltdl
                   12398: 
                   12399:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   12400:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   12401:          missing: . now config_auto.h is created with configure [were
                   12402:          constant]
1.95      moko     12403: 
                   12404:        * INSTALL: . references to documentation and some clarification
                   12405: 
                   12406:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   12407:          indication
                   12408: 
1.116     moko     12409:        * Makefile.am: . dist+=buildall*
1.95      moko     12410: 
                   12411: 2005-12-28  paf
                   12412: 
                   12413:        * configure: . 3.2.1
                   12414: 
                   12415:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   12416:          simplify build process, see INSTALL
                   12417: 
                   12418: 2005-12-26  paf
                   12419: 
                   12420:        * configure: ver
                   12421: 
                   12422:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   12423:          version
                   12424: 
                   12425: 2005-12-21  paf
                   12426: 
                   12427:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   12428:          compiled with bison 1.875b, it reports unexpected token names
                   12429: 
                   12430: 2005-12-19  paf
                   12431: 
                   12432:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   12433:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   12434: 
                   12435:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   12436:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12437:          src/main/main.vcproj, src/main/pa_globals.C,
                   12438:          src/targets/cgi/parser3.vcproj,
                   12439:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   12440:          configure, configure.in, src/include/pa_version.h: . killing
                   12441:          gdome [what a relief]
                   12442: 
                   12443:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   12444:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   12445:          run_parser.sh, results/001.processed, results/002.processed,
                   12446:          results/003.processed, results/004.processed,
                   12447:          results/005.processed, results/006.processed,
                   12448:          results/008.processed, results/009.processed,
                   12449:          results/010.processed, results/011.processed,
                   12450:          results/012.processed, results/013.processed,
                   12451:          results/014.processed, results/015.processed,
                   12452:          results/016.processed, results/017.processed,
                   12453:          results/018.processed, results/020.processed,
                   12454:          results/021.processed, results/022.processed,
                   12455:          results/023.processed, results/024.processed,
                   12456:          results/025.processed, results/026.processed,
                   12457:          results/027.processed, results/028.processed,
                   12458:          results/029.processed, results/030.processed,
                   12459:          results/031.processed, results/032.processed,
                   12460:          results/033.processed, results/034.processed,
                   12461:          results/035.processed, results/036.processed,
                   12462:          results/037.processed, results/038.processed,
                   12463:          results/039.processed, results/040.processed,
                   12464:          results/041.processed, results/042.processed,
                   12465:          results/043.processed, results/044.processed,
                   12466:          results/045.processed, results/046.processed,
                   12467:          results/047.processed, results/048.processed,
                   12468:          results/049.processed, results/050.processed,
                   12469:          results/051.processed, results/052.processed,
                   12470:          results/053.processed, results/054.processed,
                   12471:          results/055.processed, results/056.processed,
                   12472:          results/057.processed, results/058.processed,
                   12473:          results/059.processed, results/060.processed,
                   12474:          results/061.processed, results/062.processed,
                   12475:          results/063.processed, results/064.processed,
                   12476:          results/065.processed, results/066.processed,
                   12477:          results/067.processed, results/068.processed,
                   12478:          results/069.processed, results/070.processed,
                   12479:          results/071.processed, results/072.processed,
                   12480:          results/073.processed, results/074.processed,
                   12481:          results/075.processed, results/076.processed,
                   12482:          results/077.processed, results/078.processed,
                   12483:          results/079.processed, results/080.processed,
                   12484:          results/081.processed, results/082.processed,
                   12485:          results/083.processed, results/084.processed,
                   12486:          results/085.processed, results/086.processed,
                   12487:          results/087.processed, results/088.processed,
                   12488:          results/089.processed, results/090.processed,
                   12489:          results/091.processed, results/092.processed,
                   12490:          results/093.processed, results/094.processed,
                   12491:          results/095.processed, results/096.processed,
                   12492:          results/097.processed, results/099.processed,
                   12493:          results/100.processed, results/101.processed,
                   12494:          results/102.processed, results/104.processed,
                   12495:          results/105.processed, results/106.processed,
                   12496:          results/107.processed, results/108.processed,
                   12497:          results/109.processed, results/110.processed,
                   12498:          results/111.processed, results/112.processed,
                   12499:          results/113.processed, results/114.processed,
                   12500:          results/115.processed, results/117.processed,
                   12501:          results/119.processed, results/120.processed,
                   12502:          results/121.processed, results/122.processed,
                   12503:          results/123.processed, results/124.processed,
                   12504:          results/125.processed, results/126.processed,
                   12505:          results/127.processed, results/128.processed,
                   12506:          results/129.processed, results/130.processed,
                   12507:          results/131.processed, results/132.processed,
                   12508:          results/133.processed, results/134.processed,
                   12509:          results/135.processed, results/136.processed,
                   12510:          results/138.processed, results/139.processed,
                   12511:          results/140.processed, results/141.processed,
                   12512:          results/142.processed, results/143.processed,
                   12513:          results/144.processed, results/145.processed,
                   12514:          results/146.processed, results/147.processed,
                   12515:          results/148.processed, results/149.processed, results/auto.p: .
                   12516:          now works if we turn off default auto.p
                   12517: 
1.116     moko     12518:        * configure: . makes
1.95      moko     12519: 
                   12520:        * src/types/pa_vxnode.C: . less warnings
                   12521: 
                   12522:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   12523:          tests/145.html, tests/149.html, tests/descript.ion,
                   12524:          tests/outputs/d.cmd, tests/results/142.processed,
                   12525:          tests/results/143.processed, tests/results/144.processed,
                   12526:          tests/results/145.processed, tests/results/146.processed,
                   12527:          tests/results/147.processed, tests/results/148.processed,
                   12528:          tests/results/149.processed: . removed .nodeValue from all node
                   12529:          types other than 5 (grabbed piece from gdome)
                   12530: 
                   12531:        * tests/: 137.html, results/137.processed: . not handled this case
                   12532:          yet. code does not hang from inserting parent into child,
                   12533:          considering thing minor issue -- nodes are removed from source
                   12534:          anyway, don't know why shold that be an error after all
                   12535: 
                   12536:        * src/targets/cgi/parser3.C: . style
                   12537: 
                   12538:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   12539:          xdoc too [were barking "not element"]
                   12540: 
                   12541: 2005-12-16  paf
                   12542: 
                   12543:        * tests/: 146.html, 147.html, 148.html: . more tests
                   12544: 
                   12545:        * src/classes/xnode.C: . also bark on possible errors
                   12546: 
                   12547:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   12548:          props
                   12549: 
                   12550:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   12551:          main/compile.y: merged from HEAD ! fixed overoptimized
                   12552:          ^call(false) case. (confused it with ^call[] case)
                   12553: 
                   12554:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   12555:          ^call(false) case. (confused it with ^call[] case)
                   12556: 
                   12557:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   12558: 
                   12559:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   12560:          results/001.processed, results/002.processed,
                   12561:          results/003.processed, results/004.processed,
                   12562:          results/005.processed, results/006.processed,
                   12563:          results/008.processed, results/009.processed,
                   12564:          results/010.processed, results/011.processed,
                   12565:          results/012.processed, results/013.processed,
                   12566:          results/014.processed, results/015.processed,
                   12567:          results/016.processed, results/017.processed,
                   12568:          results/018.processed, results/019.processed,
                   12569:          results/020.processed, results/021.processed,
                   12570:          results/022.processed, results/023.processed,
                   12571:          results/024.processed, results/025.processed,
                   12572:          results/026.processed, results/027.processed,
                   12573:          results/028.processed, results/029.processed,
                   12574:          results/030.processed, results/031.processed,
                   12575:          results/032.processed, results/033.processed,
                   12576:          results/034.processed, results/035.processed,
                   12577:          results/036.processed, results/037.processed,
                   12578:          results/038.processed, results/039.processed,
                   12579:          results/040.processed, results/041.processed,
                   12580:          results/042.processed, results/043.processed,
                   12581:          results/044.processed, results/045.processed,
                   12582:          results/046.processed, results/047.processed,
                   12583:          results/048.processed, results/049.processed,
                   12584:          results/050.processed, results/051.processed,
                   12585:          results/052.processed, results/053.processed,
                   12586:          results/054.processed, results/055.processed,
                   12587:          results/056.processed, results/057.processed,
                   12588:          results/058.processed, results/059.processed,
                   12589:          results/060.processed, results/061.processed,
                   12590:          results/062.processed, results/063.processed,
                   12591:          results/064.processed, results/065.processed,
                   12592:          results/066.processed, results/067.processed,
                   12593:          results/068.processed, results/069.processed,
                   12594:          results/070.processed, results/071.processed,
                   12595:          results/072.processed, results/073.processed,
                   12596:          results/074.processed, results/075.processed,
                   12597:          results/076.processed, results/077.processed,
                   12598:          results/078.processed, results/079.processed,
                   12599:          results/080.processed, results/081.processed,
                   12600:          results/082.processed, results/083.processed,
                   12601:          results/084.processed, results/085.processed,
                   12602:          results/086.processed, results/087.processed,
                   12603:          results/088.processed, results/089.processed,
                   12604:          results/090.processed, results/091.processed,
                   12605:          results/092.processed, results/093.processed,
                   12606:          results/094.processed, results/095.processed,
                   12607:          results/096.processed, results/097.processed,
                   12608:          results/099.processed, results/101.processed,
                   12609:          results/102.processed, results/104.processed,
                   12610:          results/105.processed, results/106.processed,
                   12611:          results/107.processed, results/108.processed,
                   12612:          results/109.processed, results/110.processed,
                   12613:          results/111.processed, results/112.processed,
                   12614:          results/113.processed, results/114.processed,
                   12615:          results/115.processed, results/116.processed,
                   12616:          results/117.processed, results/118.processed,
                   12617:          results/119.processed, results/120.processed,
                   12618:          results/121.processed, results/122.processed,
                   12619:          results/123.processed, results/124.processed,
                   12620:          results/125.processed, results/126.processed,
                   12621:          results/127.processed, results/128.processed,
                   12622:          results/129.processed, results/130.processed,
                   12623:          results/131.processed, results/132.processed,
                   12624:          results/133.processed, results/134.processed,
                   12625:          results/135.processed, results/136.processed,
                   12626:          results/137.processed, results/138.processed,
                   12627:          results/139.processed, results/140.processed,
                   12628:          results/141.processed: . refreshed old tests, made them work
                   12629:          without auto.p (in utf8) . things noted: . gif got encoded
                   12630:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   12631:          some strange year)
                   12632: 
                   12633:        * INSTALL: . revived linux libgc fix
                   12634: 
                   12635:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   12636:          glib/gdome in INSTALL and patches]
                   12637: 
                   12638:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12639:          include/pa_charset.h, include/pa_config_includes.h,
                   12640:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   12641:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   12642:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   12643:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   12644:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   12645:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   12646:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12647:          types/pa_vxnode.h: . started killing gdome
                   12648: 
                   12649: 2005-12-13  paf
                   12650: 
                   12651:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   12652:          @unhandled_exception thrown another exception, print correct
                   12653:          origin (earlier code in catch of exception inside of
                   12654:          @unhandled_exception grabbed parent_frame(original_exception)
                   12655:          origin and printed it, instead of true origin)
                   12656: 
                   12657:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   12658:          another exception, print correct origin (earlier code in catch of
                   12659:          exception inside of @unhandled_exception grabbed
                   12660:          parent_frame(original_exception) origin and printed it, instead
                   12661:          of true origin)
                   12662: 
                   12663: 2005-12-09  paf
                   12664: 
                   12665:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   12666:          detection problem, due to change in gc6.4 code
                   12667: 
                   12668:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   12669:          ignored in ^string.matched :(
                   12670: 
                   12671:        * src/main/pa_string.C: ! regex tainting were ignored in
                   12672:          ^string.matched :(
                   12673: 
                   12674:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   12675:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12676:          src/main/compile.y, src/main/compile_tools.h,
                   12677:          src/main/pa_charset.C, src/main/pa_common.C,
                   12678:          src/main/pa_globals.C, src/main/pa_string.C,
                   12679:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   12680:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   12681: 
                   12682: 2005-12-08  paf
                   12683: 
                   12684:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   12685:          500 chars now handled OK [were wrapped on 500th char according to
                   12686:          rfc, but sendmail failed to unwrap it properly]
                   12687: 
                   12688:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   12689:          handled OK [were wrapped on 500th char according to rfc, but
                   12690:          sendmail failed to unwrap it properly]
                   12691: 
                   12692:        * src/targets/isapi/parser3isapi.C: . less warnings
                   12693: 
                   12694:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   12695:          since 3.1.5
                   12696: 
                   12697:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   12698:          link fixes
                   12699: 
                   12700:        * src/: classes/date.C, include/pa_config_fixed.h,
                   12701:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12702:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   12703:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   12704: 
                   12705:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   12706:          [in current storage scheme there's no place for them. someday we
                   12707:          can add third CORD to store origins and special version of parser
                   12708:          which stores origins there [separate binary]]
                   12709: 
                   12710: 2005-12-07  paf
                   12711: 
                   12712:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   12713: 
                   12714:        * src/include/pa_version.h: makefiles
                   12715: 
                   12716:        * src/include/pa_version.h: . not beta
                   12717: 
                   12718:        * configure, configure.in, src/include/pa_version.h: not beta
                   12719: 
                   12720: 2005-12-06  paf
                   12721: 
                   12722:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   12723:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   12724:          decided to undo the change ^call[$void] passes void. now it will
                   12725:          pass empty string again.
                   12726: 
                   12727:        * src/main/: compile.tab.C, compile.y: . version readded
                   12728: 
                   12729:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   12730:          = ^switch[void] problem
                   12731: 
                   12732: 2005-12-01  paf
                   12733: 
                   12734:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   12735:          caused ^case[string] to be coerced to double since searching
                   12736:          value were not string (it was vvoid)
                   12737: 
                   12738:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   12739:          ^case[string] to be coerced to double since searching value were
                   12740:          not string (it was vvoid)
                   12741: 
                   12742:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   12743:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   12744: 
                   12745: 2005-11-30  paf
                   12746: 
                   12747:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   12748:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   12749: 
                   12750:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   12751:          putenv("TZ="), on unix works only putenv("TZ")
                   12752: 
                   12753:        * INSTALL: . xml libs versions updated
                   12754: 
                   12755:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   12756:          claims that fixed a lot there // 20040920 for now both
                   12757:          workarounds needed. wait for new libxml/xsl versions
                   12758: 
                   12759: 2005-11-28  paf
                   12760: 
                   12761:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   12762:          columns==0
                   12763: 
                   12764:        * src/classes/table.C: ! nameless table has columns==0
                   12765: 
                   12766:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   12767:          earlier [was totally wrong]
                   12768: 
                   12769:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   12770:          wrong]
                   12771: 
                   12772: 2005-11-25  paf
                   12773: 
                   12774:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   12775:          undoing for now...
                   12776: 
                   12777:        * src/include/pa_version.h: -this reduces speed(table::load),
                   12778:          strange. undoing
                   12779: 
                   12780:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   12781: 
                   12782:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   12783: 
                   12784:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   12785:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   12786:          this speeds things up and saves memory a LOT! (not noticed
                   12787:          negative effect on syntetic tests, future will tell...)
                   12788: 
                   12789:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   12790:          changed gc_malloc implementation, which obscured profiling
                   12791: 
                   12792:        * src/classes/table.C: merged from HEAD: + optimized
                   12793:          table::load/sql, now row ArrayString-s allocated with
                   12794:          columns.count() elements and don't always grow from
                   12795:          count=3[realloc,realloc]
                   12796: 
                   12797:        * src/classes/table.C: + optimized table::load/sql, now row
                   12798:          ArrayString-s allocated with columns.count() elements and don't
                   12799:          always grow from count=3[realloc,realloc]
                   12800: 
                   12801:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   12802:          buffer after save
                   12803: 
                   12804:        * src/classes/table.C: . ^table.save unused buffer after save
                   12805: 
                   12806: 2005-11-24  paf
                   12807: 
                   12808:        * configure.in: . merged glib2-config patch
                   12809: 
                   12810:        * configure.in: + trying to find glib2-config
                   12811: 
                   12812:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12813:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   12814:          file/dir_readable to simple file/dir_exist, this would help in
                   12815:          situations "class not found because .p file has bad rights" << in
                   12816:          that case error would be explicit "access denied to 'this' file"
                   12817: 
1.116     moko     12818:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     12819: 
                   12820:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12821:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   12822:          to simple file/dir_exist, this would help in situations "class
                   12823:          not found because .p file has bad rights" << in that case error
                   12824:          would be explicit "access denied to 'this' file"
                   12825: 
                   12826:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   12827:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12828:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   12829:          ^file::exec/cgi[script;$.charset[changed]
                   12830:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12831:          encoded in $.charset charset
                   12832: 
                   12833:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   12834:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12835:          encoded in $.charset charset
                   12836: 
                   12837:        * src/: include/Makefile.am, include/pa_common.h,
                   12838:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12839:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   12840:          separate file [preparation for
                   12841:          ^file::cgi[script;$.form[$.field1[]
                   12842: 
                   12843: 2005-11-22  paf
                   12844: 
                   12845:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   12846: 
                   12847:        * acinclude.m4, configure.in: . merged underquting fixes
                   12848: 
1.116     moko     12849:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     12850: 
                   12851:        * src/classes/op.C: . overmerged a little
                   12852: 
                   12853:        * src/main/compile.tab.C: Makefile
                   12854: 
                   12855:        * src/main/: pa_common.C: . less gcc warnings
                   12856: 
                   12857:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   12858:          now reports original exception if we have no old cache
                   12859: 
                   12860:        * src/classes/op.C: + $exception.handled[cache] now reports
                   12861:          original exception if we have no old cache
                   12862: 
                   12863:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   12864:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   12865:          \^$.[]|()?*+{}
                   12866: 
                   12867:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   12868:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   12869: 
                   12870:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12871:          getenv-ed variable, which does not work both on win32&unix.
                   12872:          copied old TZ value now
                   12873: 
                   12874:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   12875:          stored pointer to getenv-ed variable, which does not work both on
                   12876:          win32&unix. copied old TZ value now
                   12877: 
                   12878:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12879:          getenv-ed variable, which does not work both on win32&unix.
                   12880:          copied old TZ value now
                   12881: 
                   12882:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   12883:          access to internal hash
                   12884: 
                   12885:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   12886:          hash
                   12887: 
                   12888:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   12889:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12890:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12891:          very large block" messages to only important onces
                   12892: 
                   12893:        * src/targets/isapi/parser3isapi.C: +
                   12894:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12895:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12896:          very large block" messages to only important onces
                   12897: 
                   12898:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   12899:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12900: 
                   12901:        * src/classes/string.C: + removed limitation on
                   12902:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12903: 
                   12904:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   12905:          with ?params or $.form option" limitation
                   12906: 
                   12907:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   12908:          $.form option" limitation
                   12909: 
                   12910:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12911:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   12912:          ^file::base64[encoded] decode
                   12913: 
                   12914:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12915:          main/pa_common.C: + ^file.base64[] encode +
                   12916:          ^file::base64[encoded] decode
                   12917: 
                   12918:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   12919:          ^string:base64[encoded] decode
                   12920: 
                   12921:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   12922:          ^string:base64[in] encode + ^string.base64[] decode
                   12923: 
                   12924: 2005-11-21  paf
                   12925: 
                   12926:        * src/classes/file.C: + merged from HEAD:
                   12927:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12928: 
                   12929:        * src/classes/file.C: +
                   12930:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12931: 
                   12932:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   12933:          differes from :download, it does not return content-disposition
                   12934:          at all now [previusely it returned valueless content-disposition]
                   12935: 
                   12936:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   12937:          :download, it does not return content-disposition at all now
                   12938:          [previusely it returned valueless content-disposition]
                   12939: 
                   12940:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   12941:          literals, reverted to just vvod, recreating empty array with each
                   12942:          void_value token. that's absolutely needed, since that array
                   12943:          grows
                   12944: 
                   12945:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12946:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12947:          types/pa_vmethod_frame.h: + merged: expression literals:
                   12948:          true/false. ^format[$.indent(true)]
                   12949: 
                   12950:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12951:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12952:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   12953:          ^format[$.indent(true)]
                   12954: 
                   12955:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12956:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12957:          i386-pc-win32)"
                   12958: 
                   12959:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12960:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12961:          i386-pc-win32)"
                   12962: 
                   12963: 2005-11-18  paf
                   12964: 
                   12965:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   12966:          null}[$.default(123)] will now return default value
                   12967: 
                   12968:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   12969:          expiration time
                   12970: 
                   12971:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   12972:          time
                   12973: 
                   12974:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   12975:          failed << Exception.problem_source pointed to local var!
                   12976: 
                   12977:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   12978:          Exception.problem_source pointed to local var!
                   12979: 
                   12980:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   12981:          now loads VFile.ptr!=0, so such files can be saved now
                   12982: 
                   12983:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   12984:          loads VFile.ptr!=0, so such files can be saved now
                   12985: 
                   12986:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   12987:          only . and .. now removed from list [were removed all .*]
                   12988: 
                   12989:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   12990:          .. now removed from list [were removed all .*]
                   12991: 
                   12992:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   12993:          open error now checked, were not :( [stole that piece from apache
                   12994:          1.3 sources]
                   12995: 
                   12996:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   12997:          checked, were not :( [stole that piece from apache 1.3 sources]
                   12998: 
                   12999:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   13000:          untainting of @main result if returned by $result or
                   13001:          $response:body
                   13002: 
                   13003:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   13004:          result if returned by $result or $response:body
                   13005: 
                   13006:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   13007:          issue: now tries to guess content-length and allocates one big
                   13008:          piece if possible [regretfully gc_realloc works as malloc+free,
                   13009:          leaving lots of holes behind]
                   13010: 
                   13011:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   13012:          fixed file load memory issue: now tries to guess content-length
                   13013:          and allocates one big piece if possible [regretfully gc_realloc
                   13014:          works as malloc+free, leaving lots of holes behind]
                   13015: 
                   13016: 2005-11-16  paf
                   13017: 
                   13018:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   13019:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   13020:          table::save with enclosers now doubles them: "->"" !
                   13021:          table::save/load do not remove elements from options hash
                   13022: 
                   13023:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   13024:          [were overoptimized ^if(double_literal), compiler confused
                   13025:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   13026: 
                   13027:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   13028:          [were overoptimized ^if(double_literal), compiler confused
                   13029:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   13030: 
                   13031:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   13032:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   13033:          "->"" ! table::save/load do not remove elements from options hash
                   13034: 
                   13035: 2005-11-03  paf
                   13036: 
1.116     moko     13037:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   13038:          compilation, not all makefiles liked that
1.95      moko     13039: 
                   13040: 2005-08-30  paf
                   13041: 
                   13042:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   13043: 
                   13044:        * src/classes/op.C: . speedup check of [DEFAULT]
                   13045: 
                   13046: 2005-08-26  paf
                   13047: 
                   13048:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   13049: 
                   13050:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   13051: 
                   13052:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   13053:          complains about bad!=nameless
                   13054: 
                   13055:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   13056:          about bad!=nameless
                   13057: 
                   13058:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   13059:          optional options were allowed to be empty. were checked
                   13060:          if(is_string), changed to !defined||is_string to allow void
                   13061: 
                   13062:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   13063:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   13064:          options were allowed to be empty. were checked if(is_string),
                   13065:          changed to !defined||is_string to allow void
                   13066: 
                   13067:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   13068:          as_junction where they needed as_int/double, so failed with
                   13069:          recent "(const) now no junction" optimization
                   13070: 
                   13071:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   13072:          merged ! many classes/*  used as_junction where they needed
                   13073:          as_int/double, so failed with recent "(const) now no junction"
                   13074:          optimization
                   13075: 
                   13076:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   13077:          classes/op.C, classes/string.C, classes/table.C,
                   13078:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   13079:          used as_junction where they needed as_int/double, so failed with
                   13080:          recent "(const) now no junction" optimization
                   13081: 
                   13082: 2005-08-24  paf
                   13083: 
                   13084:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   13085:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   13086:          stripped it
                   13087: 
                   13088: 2005-08-09  paf
                   13089: 
                   13090:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   13091:          not cleared
                   13092: 
                   13093:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13094:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13095:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13096:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13097:          classes/response.C, classes/string.C, classes/table.C,
                   13098:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13099:          include/pa_array.h, include/pa_cache_managers.h,
                   13100:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13101:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13102:          include/pa_dictionary.h, include/pa_dir.h,
                   13103:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13104:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   13105:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   13106:          include/pa_request_charsets.h, include/pa_request_info.h,
                   13107:          include/pa_sapi.h, include/pa_socks.h,
                   13108:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13109:          include/pa_stack.h, include/pa_string.h,
                   13110:          include/pa_stylesheet_connection.h,
                   13111:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13112:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13113:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   13114:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   13115:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13116:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   13117:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   13118:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13119:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13120:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   13121:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   13122:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13123:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   13124:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   13125:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   13126:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   13127:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   13128:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   13129:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   13130:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13131:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13132:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   13133:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   13134:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   13135:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   13136:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   13137:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   13138:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13139:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13140:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13141:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13142:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13143:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13144:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13145:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   13146:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13147:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13148:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   13149: 
                   13150:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   13151:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   13152:          speedup consequent checks in vmethod_frame
                   13153: 
                   13154:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   13155:          not cleared
                   13156: 
                   13157:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   13158:          params: 50 max (were 10)
                   13159: 
                   13160:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   13161:          params: 50 max (were 10)
                   13162: 
                   13163:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   13164:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   13165:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   13166:          empty string) ! simplified (double) speedup consequent checks in
                   13167:          vmethod_frame
                   13168: 
                   13169:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   13170:          optimized constants in expressions vstring->vdouble + optimized
                   13171:          ^call(vdouble), no junction creation, no calls later
                   13172: 
                   13173: 2005-08-08  paf
                   13174: 
                   13175:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   13176:          compile_tools.h: merged + optimized constants in expressions
                   13177:          vstring->vdouble + optimized ^call(vdouble), no junction
                   13178:          creation, no calls later
                   13179: 
                   13180:        * src/types/pa_vdouble.h: merged . double values without fractional
                   13181:          part now default printed as %.0f instead of %g
                   13182: 
                   13183:        * src/types/pa_vdouble.h: . double values without fractional part
                   13184:          now default printed as %.0f instead of %g
                   13185: 
                   13186:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   13187:          cause an exception
                   13188: 
                   13189:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   13190:          exception
                   13191: 
                   13192:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   13193:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13194:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13195:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   13196:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   13197:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13198:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13199:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13200:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13201:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   13202:          merged VJunction(new Junction) optimization from 3.1.4
                   13203: 
                   13204:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   13205:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   13206:          Junction(params)) to new VJunction(params), thousands of mallocs
                   13207:          removed
                   13208: 
                   13209: 2005-08-05  paf
                   13210: 
                   13211:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   13212:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   13213:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   13214:          creation, no calls later
                   13215: 
                   13216:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13217:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13218:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13219:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13220:          classes/response.C, classes/string.C, classes/table.C,
                   13221:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13222:          include/pa_array.h, include/pa_cache_managers.h,
                   13223:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13224:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13225:          include/pa_dictionary.h, include/pa_dir.h,
                   13226:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13227:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   13228:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   13229:          include/pa_request_charsets.h, include/pa_request_info.h,
                   13230:          include/pa_sapi.h, include/pa_socks.h,
                   13231:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13232:          include/pa_stack.h, include/pa_string.h,
                   13233:          include/pa_stylesheet_connection.h,
                   13234:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13235:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13236:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   13237:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   13238:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13239:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   13240:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13241:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   13242:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   13243:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   13244:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   13245:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   13246:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   13247:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   13248:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   13249:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   13250:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   13251:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13252:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13253:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13254:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13255:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13256:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13257:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   13258:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   13259:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   13260:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   13261:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13262:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13263:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13264:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13265:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13266:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13267:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   13268:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13269:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13270:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   13271: 
                   13272:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   13273:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   13274:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   13275:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   13276:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13277:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   13278:          optimized constants in expressions vstring->vdouble
                   13279: 
                   13280: 2005-07-29  paf
                   13281: 
                   13282:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   13283: 
                   13284:        * src/types/pa_vclass.C: + property getter can now be overridden
                   13285: 
                   13286:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   13287:          bug fix: static parent fields were not replaced in case
                   13288:          $derived:field[put] + property setter can now be overridden
                   13289: 
                   13290: 2005-07-28  paf
                   13291: 
                   13292:        * configure, configure.in, src/classes/classes.h,
                   13293:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   13294:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   13295:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   13296:          src/classes/xnode.h, src/include/pa_hash.h,
                   13297:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     13298:          src/types/Makefile.am, src/types/pa_method.h,
                   13299:          src/types/pa_value.h, src/types/pa_vclass.C,
                   13300:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13301:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   13302:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   13303:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   13304:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   13305:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13306:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   13307:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13308:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   13309:          src/types/pa_vstateless_class.h,
1.95      moko     13310:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   13311:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13312:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   13313:          dynamic_fields_join
                   13314: 
                   13315:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   13316:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   13317:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   13318:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13319:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   13320:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   13321:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13322:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13323:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   13324:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   13325:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   13326:          restored its checks in vobject.put_element->static fields |
                   13327:          dynamic properties
                   13328: 
                   13329: 2005-07-27  paf
                   13330: 
                   13331:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   13332:          is some old code containing @set_name $name
                   13333: 
                   13334:        * src/types/pa_vobject.h: . fixed warning
                   13335: 
                   13336:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     13337:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     13338: 
                   13339:        * src/: classes/xnode.C, include/pa_hash.h,
                   13340:          types/pa_vstateless_class.C: ! new asserts were all false.
                   13341:          regretfully reverted them all to checks
                   13342: 
                   13343:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   13344:          classes/op.C, main/execute.C, types/pa_method.h,
                   13345:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13346:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13347:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   13348:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   13349:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13350:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13351:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13352:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   13353:          joined_dynamic_fields: removed unused param from put_method
                   13354:          (returned to 3 params)
                   13355: 
                   13356:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   13357:          joined_dynamic_fields: dynamic get/set works with overriding
                   13358:          props [alpha2]
                   13359: 
                   13360:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   13361:          works [alfa]
                   13362: 
                   13363:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   13364:          classes/op.C, include/pa_hash.h, main/execute.C,
                   13365:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   13366:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13367:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   13368:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   13369:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13370:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13371:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13372:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13373:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   13374:          joined_dynamic_fields: just compiled
                   13375: 
                   13376:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13377:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13378:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   13379:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   13380:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   13381: 
                   13382:        * src/types/pa_vobject.C: . object setters [only started, does not
                   13383:          work yet]
                   13384: 
                   13385:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   13386:          object setters [only started, does not work yet]
                   13387: 
                   13388: 2005-07-26  paf
                   13389: 
                   13390:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   13391:          works [alpha2]. for classes. todo: for objects
                   13392: 
                   13393:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   13394:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13395:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13396:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   13397:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   13398:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13399:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13400:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13401:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   13402:          properties: set works [alpha1]
                   13403: 
                   13404: 2005-07-25  paf
                   13405: 
                   13406:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   13407:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   13408:          properties: started, get works [alpha1, other approach]
                   13409: 
                   13410:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   13411:          properties: started, get works [alpha2]
                   13412: 
                   13413:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   13414:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   13415: 
                   13416: 2005-07-15  paf
                   13417: 
                   13418:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   13419:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   13420:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13421:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13422:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   13423:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   13424:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13425:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13426:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13427:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13428:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   13429:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   13430:          [getters work but think of changing them too to precaching]
                   13431: 
                   13432: 2005-07-08  paf
                   13433: 
                   13434:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   13435:          gpf
                   13436: 
                   13437: 2005-06-28  paf
                   13438: 
                   13439:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   13440:          in passing empty strings to file::exec/cgi environment
                   13441: 
                   13442: 2005-06-06  paf
                   13443: 
                   13444:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   13445:          ^table:sql ^hash:sql now DO process $.bind option
                   13446: 
                   13447: 2005-05-24  paf
                   13448: 
                   13449:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   13450:          $.limit] now work again [support was broken in 3.1.4]
                   13451: 
                   13452:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   13453:          ALL_INTERIOR_POINTERS
                   13454: 
                   13455: 2005-05-12  paf
                   13456: 
                   13457:        * configure: 3.1.5beta
                   13458: 
                   13459:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   13460: 
                   13461:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   13462:          $.limit] now work again [support was broken in 3.1.4]
                   13463: 
                   13464:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   13465:          line-width  [was refusing to fill if line-width >1, thanks to
                   13466:          Seras <seras@pinxit.lt> for repro case
                   13467: 
                   13468: 2005-04-25  paf
                   13469: 
                   13470:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   13471:          correctly
                   13472: 
                   13473: 2005-04-19  paf
                   13474: 
                   13475:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   13476:          in VString violating invariant!!
                   13477: 
                   13478:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   13479:          getenv("TZ")==null
                   13480: 
                   13481: 2005-04-08  paf
                   13482: 
                   13483:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   13484:          bugfix: when there is no char in charset one byte produces 6
                   13485:          (&#255; <<max). increased buffer size!
                   13486: 
                   13487: 2005-03-23  paf
                   13488: 
                   13489:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   13490:          ^date.sql-string now takes TZ into account
                   13491: 
                   13492: 2005-03-16  paf
                   13493: 
                   13494:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   13495:          gcc 3.4
                   13496: 
                   13497:        * src/types/pa_vhash.C: . warning about eof eol
                   13498: 
                   13499: 2005-02-17  paf
                   13500: 
1.211     moko     13501:        * operators.ru.txt, operators.txt, src/classes/op.C: + operator
                   13502:          ^sleep(double seconds)
1.95      moko     13503: 
                   13504: 2005-02-02  paf
                   13505: 
                   13506:        * src/classes/xnode.C: beauty: removed needless includes
                   13507: 
                   13508: 2005-01-31  paf
                   13509: 
                   13510:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   13511:          $.partNoNumber now alias to $.part1
                   13512: 
                   13513:        * src/types/pa_vmail.C: change: incoming letter part contains
                   13514:          "content-disposition" header with any value? now considering that
                   13515:          part to be "file#" [for text/plain text/html were $.text#
                   13516:          $.html#]
                   13517: 
                   13518:        * INSTALL: updatet to latest working versions available
                   13519: 
                   13520: 2005-01-20  paf
                   13521: 
                   13522:        * configure.in, src/include/pa_version.h: version
                   13523: 
                   13524: 2005-01-19  paf
                   13525: 
1.116     moko     13526:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   13527:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   13528:          couple warnings in parser3.C
1.95      moko     13529: 
                   13530: 2004-12-23  paf
                   13531: 
                   13532:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   13533: 
                   13534:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   13535:          dir to directory of script (when shbang used), not to directory
                   13536:          of its interpreter
                   13537: 
                   13538:        * src/include/pa_version.h: compiled on win32...
                   13539: 
                   13540:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   13541:          we need more hspace
                   13542: 
                   13543:        * configure, configure.in, src/include/pa_version.h: configured
                   13544:          host to pa_version. will be displayed everywhere
                   13545: 
                   13546:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   13547:          exception from being logged by setting $exception.handled(1)
                   13548: 
1.211     moko     13549:        * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95      moko     13550:          ^file::sql{query}[[options]] options: $.name[file name]
                   13551:          $.content-type[application/what]
                   13552: 
                   13553:        * src/: include/pa_common.h, main/pa_common.C,
                   13554:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   13555:          new file
                   13556: 
                   13557:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   13558:          bugfix: table->hash now regards _default
                   13559: 
                   13560:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   13561:          created by accessing $name_of_method it acquired bad self=closest
                   13562:          methodframe; instead of proper self (current class)
                   13563: 
                   13564:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   13565:          hashfile produced bad cord
                   13566: 
                   13567: 2004-12-10  paf
                   13568: 
                   13569:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   13570:          subsequent failures though defined in .h
                   13571: 
                   13572:        * src/main/pa_common.C: comment on volatile
                   13573: 
                   13574:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   13575:          alarm function were not used since the beginning due to stupid
                   13576:          error [setsigjmp were not checked in configure.in]
                   13577: 
                   13578:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   13579:          unix too
                   13580: 
                   13581:        * src/main/pa_common.C: http: exception status of send/recv errors
                   13582:          change to most probable http.timeout
                   13583: 
                   13584:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   13585:          works [setsockopt on send/receive]
                   13586: 
                   13587: 2004-12-08  paf
                   13588: 
                   13589:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   13590:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   13591:          proper charset
                   13592: 
                   13593: 2004-11-24  paf
                   13594: 
                   13595:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   13596: 
                   13597:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   13598:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   13599: 
                   13600: 2004-11-12  paf
                   13601: 
                   13602:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   13603:          [since 3.0.4]
                   13604: 
                   13605: 2004-11-09  paf
                   13606: 
                   13607:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   13608:          writes basics to c:\parser3.log
                   13609: 
                   13610: 2004-10-21  paf
                   13611: 
                   13612:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   13613:          tainted strings [were returning clean onces]
                   13614: 
                   13615: 2004-10-15  paf
                   13616: 
                   13617:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   13618:          cycles(i=1; i=2), which was wrong, now does ONE
                   13619: 
                   13620: 2004-10-12  paf
                   13621: 
                   13622:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   13623: 
                   13624: 2004-10-07  paf
                   13625: 
                   13626:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   13627:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   13628:          release asserts
                   13629: 
                   13630:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   13631:          String.dump() to stdout in detailed form  [were String.v() in
                   13632:          short form]
                   13633: 
                   13634:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   13635:          \t\r\n as @#| and truncates long char sequences less
                   13636: 
                   13637: 2004-10-06  paf
                   13638: 
                   13639:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   13640:          win32 beauty: socket errors properly decoded
                   13641: 
                   13642: 2004-10-05  paf
                   13643: 
                   13644:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   13645:          request::configure_user/admin done always, even if no
                   13646:          file-to-process useful in @unhandled_exception [say, if they
                   13647:          would want to mail by SMTP something]
                   13648: 
                   13649:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   13650:          now performed prior to file loading [and @auto executing] thus
                   13651:          making $cookie:value available in @auto and in
                   13652:          @unhandled_exception when IIS is configured to run interpreter
                   13653:          even if no file exist
                   13654: 
                   13655: 2004-09-20  paf
                   13656: 
                   13657:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   13658:          somewhere where it should have called xmlMalloc and it calls
                   13659:          xmlFree when it should have not called it.  inserted two
                   13660:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   13661:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   13662:          author would fix all that.  until that day: we have SLOW garbage
                   13663:          collecting when many xml objects are alive hint: do
                   13664:          ^memory:compact[] before xdoc::create
                   13665: 
                   13666: 2004-09-17  paf
                   13667: 
                   13668:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   13669:          error from 3.0.8 version]
                   13670: 
                   13671: 2004-09-14  paf
                   13672: 
                   13673:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   13674:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   13675:          modified inside
                   13676: 
                   13677: 2004-09-13  paf
                   13678: 
                   13679:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   13680:          [were as octal]
                   13681: 
                   13682:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   13683:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   13684:          safety-check
                   13685: 
                   13686:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   13687:          [not something obscure from sdbm lib]
                   13688: 
                   13689:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   13690:          = strerror now returnes something and we can properly report that
                   13691:          to client
                   13692: 
                   13693:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   13694:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   13695: 
                   13696:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13697:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   13698:          not be unnecessary optimized away [ruining javascript]
                   13699: 
                   13700:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13701:          [tainted as-is]
                   13702: 
                   13703:        * src/classes/mail.C: bugfix: typo error
                   13704: 
                   13705: 2004-09-09  paf
                   13706: 
                   13707:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   13708:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   13709:          (bloody yandex.server)
                   13710: 
                   13711: 2004-09-06  paf
                   13712: 
                   13713:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   13714:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   13715:          encoded
                   13716: 
                   13717: 2004-09-01  paf
                   13718: 
                   13719:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   13720:          multipart/related outlook express have no problems showing
                   13721:          unrelated attachments.  todo: someday figure out a way of
                   13722:          multipart/mixed    multipart/related       text/html
                   13723:          image/xxx application/octet-stream << true attachments
                   13724: 
                   13725:        * src/types/pa_vmail.C: new:
                   13726:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   13727:          empty mail header fields removed from letter
                   13728: 
                   13729:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   13730:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   13731:          ^mail:send[    $.file[       $.any[header]
                   13732: 
                   13733: 2004-08-30  paf
                   13734: 
                   13735:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   13736:          warnings
                   13737: 
                   13738:        * src/main/pa_common.C: beauty: do not bother with charset
                   13739:          detection when ^file::load[binary
                   13740: 
                   13741: 2004-08-27  paf
                   13742: 
                   13743:        * src/main/pa_common.C: hack: for yandex.server http server
                   13744: 
                   13745: 2004-08-18  paf
                   13746: 
                   13747:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   13748:          possibly-chunked response
                   13749: 
                   13750: 2004-08-17  paf
                   13751: 
                   13752:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13753:          $f.content-type now = that of http response
                   13754: 
                   13755:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13756:          $f.content-type now = that of http response
                   13757: 
                   13758: 2004-07-30  paf
                   13759: 
                   13760:        * src/: include/pa_request.h, main/pa_request.C,
                   13761:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   13762:          win32: system&parser exceptions in release mode reported properly
                   13763:          parser exception in exception handler WERE mistakenly reported as
                   13764:          system exception, without details [in apache & isapi] +some
                   13765:          beauty in exception text
                   13766: 
                   13767:        * src/: include/pa_exception.h, main/pa_request.C,
                   13768:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   13769:          release mode reported properly parser exception in exception
                   13770:          handler WERE mistakenly reported as system exception, without
                   13771:          details
                   13772: 
                   13773:        * src/main/execute.C: beauty: simplified system exception handling
                   13774: 
                   13775: 2004-07-29  paf
                   13776: 
                   13777:        * src/classes/table.C: bugfix:
                   13778:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   13779:          were ignored, and \t used unconditionally]
                   13780: 
                   13781:        * src/types/Makefile.am: added vhash.c
                   13782: 
                   13783: 2004-07-28  paf
                   13784: 
                   13785:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   13786:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   13787:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   13788:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   13789:          failed on russian letters
                   13790: 
                   13791:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   13792:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   13793:          letters
                   13794: 
                   13795:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   13796:          as 'currentDirectory' parameter to CreateProcess
                   13797: 
                   13798: 2004-07-27  paf
                   13799: 
                   13800:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   13801:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   13802:          from release somewhere [to help searching for unhandled system
                   13803:          exceptions]
                   13804: 
                   13805:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   13806:          TZ shift
                   13807: 
                   13808:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   13809:          but also in ctor
                   13810: 
                   13811: 2004-07-26  paf
                   13812: 
1.211     moko     13813:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
                   13814:          src/main/pa_common.C, src/main/pa_request.C,
                   13815:          src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95      moko     13816:          src/types/types.vcproj: new: $response:body/download[
                   13817:          $.file[name on disk]    $.name[of file for user]
                   13818:          $.mdate[date of last-modified. default from directory] ]
                   13819: 
                   13820:        * src/classes/file.C: moving file:send somewhere else..
                   13821: 
                   13822:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   13823:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   13824:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   13825:          $response:download[ $.filename[filename] $.option[] ,, ]
                   13826: 
                   13827:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   13828: 
                   13829: 2004-07-21  paf
                   13830: 
                   13831:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   13832:          to several lines
                   13833: 
                   13834:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   13835: 
                   13836:          note: ms outlook[!express] shows only first 255 characters of
                   13837:          subject
                   13838: 
                   13839: 2004-07-15  paf
                   13840: 
                   13841:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   13842:          off]
                   13843: 
                   13844: 2004-07-14  paf
                   13845: 
                   13846:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   13847:          according to lang  [were: as-is]
                   13848: 
                   13849: 2004-07-07  paf
                   13850: 
                   13851:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   13852:          checked that
                   13853: 
                   13854:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   13855:          now untainted according to their languages.  were: as-is.
                   13856:          EVERYWHERE
                   13857: 
                   13858:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   13859:          environment string now untainted according to their languages.
                   13860:          were: as-is. EVERYWHERE
                   13861: 
                   13862:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13863:          untainted according to their languages.  were: as-is. on win32:
                   13864:          ok
                   13865: 
                   13866:        * parser3.vssscc: ...would not go unnoticed
                   13867: 
                   13868:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   13869:          fails. in case on input appears nonutf, those bytes will be
                   13870:          printed in %HH form. that can be easily decoded/recovered.
                   13871: 
                   13872:          this form is quite noticable, and hopefully would not go noticed
                   13873: 
                   13874: 2004-07-06  paf
                   13875: 
                   13876:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13877:          untainted according to their languages.  were: as-is. on win32:
                   13878:          ok
                   13879: 
                   13880: 2004-07-01  paf
                   13881: 
                   13882:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   13883:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   13884:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13885:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   13886:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   13887:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   13888:          option: global optimization ON
                   13889: 
                   13890:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   13891:          to do xdoc::create{invalid chars} standard disables chars less
                   13892:          then \x20, except tab, cr, lf.
                   13893: 
                   13894:          changed tainting so that those become '!'
                   13895: 
                   13896: 2004-06-25  paf
                   13897: 
                   13898:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13899:          int on odd address [prev bugfix failed due to superwize
                   13900:          optimizer, which turned memcpy into same 'ld' asm command]
                   13901: 
                   13902:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13903:          int on odd address
                   13904: 
                   13905: 2004-06-22  paf
                   13906: 
                   13907:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   13908: 
1.211     moko     13909:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   13910:          src/classes/memory.C, src/classes/string.C, src/classes/table.C,
                   13911:          src/classes/void.C, src/include/pa_config_includes.h: new:
                   13912:          ^void:sql{call paf(:a)}[                $.bind[
                   13913:                $.a[2]          ]       ] output variables work.  todo:
                   13914:          check in out variables
1.95      moko     13915: 
                   13916: 2004-06-18  paf
                   13917: 
                   13918:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   13919:          classes/table.C, classes/void.C, include/pa_globals.h,
                   13920:          include/pa_sql_connection.h, main/compile.tab.C,
                   13921:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   13922:                      $.bind[                         $.a[2]          ]
                   13923:          ] input variables work.  todo:output
                   13924: 
                   13925:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   13926:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   13927:          /_bug.html?404;http://hpsv/test/
                   13928:          --------------------------------------------------------------------------------
                   13929:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   13930:          --------------------------------------------------------------------------------
                   13931:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   13932: 
                   13933: 2004-06-16  paf
                   13934: 
                   13935:        * src/targets/cgi/parser3.C: new: iis specific
                   13936:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   13937:          $request:query
                   13938:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   13939:          $form:fields IIS-STATUS="404"
                   13940:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   13941: 
                   13942:          todo: isapi too
                   13943: 
                   13944: 2004-05-26  paf
                   13945: 
                   13946:        * src/include/pa_version.h: 3.1.3
                   13947: 
1.211     moko     13948:        * operators.ru.txt, operators.txt: beauty: removed outdated level
                   13949:          'table'
1.95      moko     13950: 
                   13951:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   13952: 
                   13953:        * src/main/pa_string.C: beauty: removed 3 warnings
                   13954: 
                   13955:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   13956:          classes/op.C: beauty: removed outdated level 'table'
                   13957: 
                   13958: 2004-05-25  paf
                   13959: 
                   13960:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   13961:          implementation. mistery: how anything worked
                   13962: 
                   13963:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   13964:          changed, it is now safe to use url if pointers to it are stored
                   13965:          to gc mem
                   13966: 
                   13967:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   13968:          unknown errors reported and not cause SIGSEGV now
                   13969: 
                   13970: 2004-05-24  paf
                   13971: 
                   13972:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13973:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   13974:          less memory: CORD_chars_block originally intended to ...  it was
                   13975:          good that CORD_chars_block were not used: it consumes more memory
                   13976:          [and, might be slow too] undoing that. [and removed that func so
                   13977:          that it would not confuse parser developer in future]
                   13978: 
                   13979:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   13980:          less memory: CORD_chars_block originally intended to
                   13981:          speedup/reduce mem usage were forgotten, and were used stupid
                   13982:          CORD_chars
                   13983: 
                   13984:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   13985: 
                   13986:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   13987:          BIGENDIAN processors space-conserving mech failed, causing
                   13988:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   13989:          (1|2|3));
                   13990: 
                   13991: 2004-05-14  paf
                   13992: 
                   13993:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   13994:          bugfix: void now has vfile value, and $response:body[] works OK
                   13995: 
                   13996: 2004-05-12  paf
                   13997: 
                   13998:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   13999:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   14000:          sources to use is_defined() {return as_bool();} along VBool
                   14001: 
                   14002: 2004-05-11  paf
                   14003: 
                   14004:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   14005:          referencing to local objects
                   14006: 
                   14007:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   14008:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   14009:          left intact
                   14010: 
                   14011: 2004-04-15  paf
                   14012: 
                   14013:        * src/classes/date.C: merged: beauty: unused var removed
                   14014: 
                   14015:        * src/classes/date.C: beauty: unused var removed
                   14016: 
                   14017:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   14018:          provoked bug
                   14019: 
                   14020: 2004-04-09  paf
                   14021: 
                   14022:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   14023: 
                   14024:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   14025: 
                   14026: 2004-04-08  paf
                   14027: 
                   14028:        * src/classes/date.C: new: ^date::create[y-m-d
                   14029:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   14030: 
                   14031:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   14032: 
                   14033:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   14034:          to consult default catalog [usually, that file belongs to other
                   14035:          user/group]
                   14036: 
                   14037: 2004-04-06  paf
                   14038: 
                   14039:        * src/main/pa_common.C: beauty: gcc warning removed
                   14040: 
                   14041:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   14042:          accept that trick, trying other
                   14043: 
                   14044:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   14045:          explicit result problem
                   14046: 
                   14047:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   14048:          explicit result problem
                   14049: 
                   14050:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   14051:          explicit result problem
                   14052: 
1.211     moko     14053:        * operators.ru.txt, operators.txt, src/classes/string.C: new:
                   14054:          ^string.append[string]
1.95      moko     14055: 
                   14056:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   14057:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   14058:          failed
                   14059: 
                   14060:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   14061:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   14062:          gethostbyname failed with such 'domains'] now checked properly,
                   14063:          were: needless reverse/forward dns lookup
                   14064: 
                   14065:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   14066:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   14067:          gethostbyname failed with such 'domains'] now checked properly,
                   14068:          were: needless reverse/forward dns lookup
                   14069: 
                   14070:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   14071:          @method[][result] means "no string output here" moved to lexical
                   14072:          level [on grammar level it were too difficult]
                   14073: 
1.211     moko     14074:        * operators.ru.txt, operators.txt, src/include/pa_string.h,
                   14075:          src/main/compile.tab.C, src/main/compile.y,
                   14076:          src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
                   14077:          src/types/pa_vmethod_frame.h: new: @method[][result] means "no
                   14078:          string output here", implemented part of that idea: compiler
                   14079:          throws away string literal generation code. and barks
                   14080:          nonwhitespace chars
1.95      moko     14081: 
1.211     moko     14082:        * operators.ru.txt, operators.txt: truth: removed comment about
                   14083:          $ORIGIN
1.95      moko     14084: 
                   14085: 2004-04-05  paf
                   14086: 
                   14087:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   14088:          src/include/pa_version.h, src/main/pa_common.C,
                   14089:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   14090: 
                   14091:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   14092:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   14093: 
                   14094:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   14095: 
                   14096:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   14097:          interfered with FAR console
                   14098: 
                   14099:        * configure, configure.in: 3.1.3
                   14100: 
                   14101:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   14102: 
                   14103:        * src/main/pa_common.C: removed warning
                   14104: 
                   14105:        * src/include/pa_version.h: 3.1.3
                   14106: 
                   14107: 2004-04-02  paf
                   14108: 
                   14109:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   14110: 
                   14111:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   14112:          allows to specify where to put parser log file
                   14113: 
                   14114: 2004-04-01  paf
                   14115: 
                   14116:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   14117:          without tab and enter were ignored
                   14118: 
                   14119:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   14120:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   14121:          main/pa_socks.C, targets/cgi/parser3.C,
                   14122:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   14123:          bugfix: sql connections now are disconnected
                   14124: 
                   14125: 2004-03-30  paf
                   14126: 
                   14127:        * src/classes/table.C: bugfix: table::load last line without tab
                   14128:          and enter were ignored
                   14129: 
                   14130:        * src/classes/table.C: bufix: if last table lines were commented,
                   14131:          gpfed
                   14132: 
                   14133:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   14134:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   14135:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   14136:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   14137:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   14138:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   14139:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   14140:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   14141:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   14142: 
                   14143: 2004-03-29  paf
                   14144: 
                   14145:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   14146:          causes gpf
                   14147: 
                   14148:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   14149:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   14150:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   14151:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   14152:          value.dox: translated to english
                   14153: 
                   14154: 2004-03-25  paf
                   14155: 
                   14156:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   14157:          parser3project dependency removed
                   14158: 
                   14159:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   14160:          bugfix: refused to compile without xml
                   14161: 
                   14162:        * src/types/pa_vform.C: beauty: removed warning
                   14163: 
                   14164:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   14165:          any folder [removed last ;) folder dependency]
                   14166: 
                   14167:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   14168:          folder [removed last ;) folder dependency]
                   14169: 
                   14170:        * src/include/pa_version.h: release
                   14171: 
                   14172:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   14173: 
                   14174:        * src/classes/table.C: beauty: comment& more meaningful error
                   14175:          message
                   14176: 
                   14177:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   14178:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   14179:          thing]
                   14180: 
                   14181: 2004-03-23  paf
                   14182: 
                   14183:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   14184:          and http status line parsing checked number of columns in table
                   14185:          [user reported an assert]
                   14186: 
1.211     moko     14187:        * operators.ru.txt, operators.txt: example: on hashfile
1.95      moko     14188: 
                   14189:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   14190:          bugfix: junction reattach now actually reattaches a junction to
                   14191:          new wcontext [were only assigning it to junction, which caused
                   14192:          junction tracking to loose junction, and it's context were not
                   14193:          killed, and it tried to process in invalid context, gpf]
                   14194: 
                   14195:        * src/targets/cgi/parser3.C: debug helper added
                   14196: 
                   14197: 2004-03-19  paf
                   14198: 
                   14199:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   14200:          "type(type)" in braces
                   14201: 
                   14202: 2004-03-10  paf
                   14203: 
1.211     moko     14204:        * operators.ru.txt, operators.txt, src/classes/xdoc.C,
                   14205:          src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
                   14206:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   14207:          src/types/pa_vxnode.h: new: refined solution to
                   14208:          search-in-namespaces problem:
1.95      moko     14209:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   14210:          $nodes[^xdoc.select[//x:second]]
                   14211: 
1.211     moko     14212:        * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
                   14213:          xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
                   14214:          search for info in namespaces
1.95      moko     14215: 
                   14216:          $nodes[^xdoc.select[//x:second][
                   14217:          $.x[http://pif.design.ru/] ]]
                   14218: 
                   14219: 2004-03-09  paf
                   14220: 
1.211     moko     14221:        * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95      moko     14222:          ^file::load[...][options]         $.form[
                   14223:          !$.field1[string]
                   14224:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   14225:               ]         !$.body[string]
                   14226: 
                   14227:          GET ?here notGET(POST, HEAD, others) in content-type:
                   14228:          application/x-www-form-urlencoded
                   14229: 
                   14230:          todo: upload files ability
                   14231: 
                   14232:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   14233:          properly, done
                   14234: 
                   14235: 2004-03-05  paf
                   14236: 
1.211     moko     14237:        * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
                   14238:          file::load[;http:// GET/POST $.form[$.fields started, not tested
                   14239:          yet todo:$.field[table] for multiple values
1.95      moko     14240: 
1.211     moko     14241:        * operators.ru.txt, operators.txt: new: http:// options $.user
                   14242:          $.password basic authorization
1.95      moko     14243: 
                   14244:        * src/main/pa_common.C: beauty: link to rtf added
                   14245: 
1.211     moko     14246:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
                   14247:          src/main/pa_common.C: new: http:// options $.user $.password
                   14248:          basic authorization
1.95      moko     14249: 
                   14250:        * src/main/pa_common.C: beauty: removed needless vars
                   14251: 
1.211     moko     14252:        * operators.ru.txt, operators.txt: new: pgsql option [like that
                   14253:          recently added to oracle driver]
                   14254:          ClientCharset=parser-charset << charset in which parser thinks
                   14255:          client works
                   14256: 
                   14257:        * operators.ru.txt, operators.txt: new: odbc option [like that
                   14258:          recently added to oracle driver]
                   14259:          ClientCharset=parser-charset << charset in which parser thinks
                   14260:          client works
1.95      moko     14261: 
                   14262:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   14263: 
                   14264:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   14265:          char!
                   14266: 
                   14267:        * etc/parser3.charsets/windows-1251.cfg: typo
                   14268: 
                   14269: 2004-03-04  paf
                   14270: 
                   14271:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   14272:          cached, sql transcoding now goes faster
                   14273: 
1.211     moko     14274:        * operators.ru.txt, operators.txt: new: mysql option [like that
                   14275:          recently added to oracle driver]
                   14276:          ClientCharset=parser-charset << charset in which parser thinks
                   14277:          client works
1.95      moko     14278: 
                   14279:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   14280:          typo error
                   14281: 
                   14282:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   14283:          chars commented
                   14284: 
                   14285: 2004-03-03  paf
                   14286: 
                   14287:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   14288:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   14289: 
                   14290: 2004-03-02  paf
                   14291: 
1.211     moko     14292:        * operators.ru.txt, operators.txt: new[update typo]:
                   14293:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   14294:          !^void.mid(p[;n])           nothing
                   14295: 
                   14296:        * operators.ru.txt, operators.txt, src/classes/void.C: new:
                   14297:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   14298:          !^void.pos(p[;n])           nothing
1.95      moko     14299: 
1.211     moko     14300:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   14301:          src/include/pa_string.h: new:
1.95      moko     14302:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   14303:          row with columns:   first: data   second: file name   third:
                   14304:          content-type
                   14305: 
1.211     moko     14306:        * operators.ru.txt, operators.txt, src/classes/file.C:
                   14307:          ^file.sql-string[] inside ^connect gets properly escaped string,
                   14308:          which can be passed to request now this for mysql only. it's up
                   14309:          to parser sql driver to fix zeros properly
1.95      moko     14310: 
                   14311:        * INSTALL: note: added on building apache with this option:
                   14312:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   14313: 
                   14314: 2004-03-01  paf
                   14315: 
                   14316:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   14317:          extension memory:compact befor processingrequest
                   14318: 
1.211     moko     14319:        * operators.ru.txt, operators.txt, src/classes/hash.C: new:
                   14320:          ^hash._keys[>>name<<] to call sole column of result
1.95      moko     14321: 
1.211     moko     14322:        * operators.ru.txt, operators.txt, src/classes/image.C,
                   14323:          src/lib/gd/gif.C, src/lib/gd/gif.h: new:
                   14324:          ^image.pixel(x;y)[(color)]         get/set pixel color
1.95      moko     14325: 
                   14326:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   14327:          beauty: image -- less checks [were ugly impl]
                   14328: 
                   14329:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   14330:          negative values now considered bad
                   14331: 
                   14332:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   14333: 
                   14334:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   14335:          options now have unified defaults [after transform
                   14336:          indent/omit-xml-declaration/standalone 'default' erroreously
                   14337:          meant 'true']
                   14338: 
                   14339:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   14340:          added [on some platforms gethostbyname failed with such
                   14341:          'domains']
                   14342: 
                   14343:        * src/include/pa_config_auto.h.in: no select check, no define
                   14344: 
                   14345:        * src/classes/string.C: feature: ^string.trim both parameters may
                   14346:          be empty-strings, meaning kind=both chars=whitespaces
                   14347: 
                   14348:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   14349:          exist
                   14350: 
                   14351:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   14352:          exception if it is
                   14353: 
                   14354:        * src/classes/string.C: changed: ^string.trim [] << both,
                   14355:          whitespaces [start|both|end] << kind, whitespaces
                   14356:          [start|both|end;chars]  full
                   14357: 
                   14358: 2004-02-27  paf
                   14359: 
1.211     moko     14360:        * operators.ru.txt, operators.txt, src/classes/string.C,
                   14361:          src/main/pa_string.C: new method:
                   14362:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   14363:          whitespace chars finished
1.95      moko     14364: 
1.211     moko     14365:        * operators.ru.txt, operators.txt, src/classes/string.C,
                   14366:          src/include/pa_string.h, src/main/pa_string.C: new method:
1.95      moko     14367:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   14368:          whitespace chars   started, only start works
                   14369: 
                   14370:        * src/main/compile.C: bugfix: line numbers after
                   14371:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   14372:          signed
                   14373: 
                   14374:        * src/main/untaint.C: speed: there's no \n chars in output
                   14375:          [normally], so no need to optimize them they could be retrived
                   14376:          from databases, though. but 1. should be replaced 2. if not
                   14377:          optimized, no harm done
                   14378: 
                   14379:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   14380:          ^file::exec/cgi could return invalid status & zombie child can
                   14381:          remain for short period until process exists [very bad in
                   14382:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   14383: 
                   14384:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   14385:          malicious SMTP server to attack as by returning too long status
                   14386:          responses http://i2/tasks/edit/?id=4629448401140924947
                   14387: 
                   14388: 2004-02-26  paf
                   14389: 
1.211     moko     14390:        * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
                   14391:          has options] which are         $.main[to what to rename @main]
1.95      moko     14392:          $.file[file, from which (user says) goes that CODE]
                   14393:          $.lineno(line number in that file, where CODE starts. may be
                   14394:          negative)
                   14395: 
1.211     moko     14396:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   14397:          src/include/pa_request.h, src/main/compile.C,
                   14398:          src/main/compile_tools.h, src/main/pa_request.C: feature:
                   14399:          ^process...{CODE}[now has options] which are         $.main[to
                   14400:          what to rename @main]         $.file[file, from which (user says)
                   14401:          goes that CODE]         $.lineno(line number in that file, where
                   14402:          CODE starts. may be negative)
                   14403: 
1.95      moko     14404: 2004-02-25  paf
                   14405: 
1.116     moko     14406:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   14407:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     14408: 
                   14409:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   14410:          produces hash of column=>1
                   14411: 
                   14412:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   14413:          with incomplete errno constants set
                   14414: 
                   14415: 2004-02-24  paf
                   14416: 
                   14417:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   14418:          "man select"
                   14419: 
                   14420:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   14421: 
                   14422:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   14423: 
                   14424:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   14425: 
1.116     moko     14426:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     14427: 
                   14428:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   14429:          unix: steps to work on unix [extracted 'to']
                   14430: 
                   14431:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   14432: 
                   14433:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   14434: 
1.116     moko     14435:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14436:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   14437:          unix [testing on solaris]
1.95      moko     14438: 
                   14439: 2004-02-20  paf
                   14440: 
                   14441:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   14442:          pointing that out
                   14443: 
                   14444:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   14445:          fixed again [same solution, mistanenly removed one line]
                   14446: 
                   14447: 2004-02-19  paf
                   14448: 
                   14449:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   14450:          date::create from bad datetime in spring daylightsaving hole now
                   14451:          OK for all platforms [on some platforms it failed]
                   14452: 
                   14453:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   14454:          in daylightsaving hole] now throws error
                   14455: 
                   14456:        * src/classes/date.C: comment: mistake fixed
                   14457: 
                   14458: 2004-02-18  paf
                   14459: 
                   14460:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   14461:          now renderes in $request:charset, but in header puts
                   14462:          $response:charset todo: make that default only so that coder
                   14463:          could override that
                   14464: 
                   14465:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   14466:          turns off omit-xml-declaration
                   14467: 
                   14468:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   14469:          /.xsl for sample
                   14470: 
                   14471: 2004-02-17  paf
                   14472: 
                   14473:        * src/classes/xdoc.C: beauty: needless helper class removed
                   14474: 
                   14475:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   14476:          copied extra time
                   14477: 
                   14478:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   14479:          part of libxml
                   14480: 
                   14481:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   14482:          libxml to do the work] <xsl:output        method="html"
                   14483:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   14484:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   14485:          />
                   14486: 
                   14487:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   14488: 
                   14489:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   14490:          caused assertion
                   14491: 
                   14492:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   14493:          could hang. now such add does nothing, sub clears $hash
                   14494: 
                   14495:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   14496:          not made quoted-printable
                   14497: 
                   14498:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   14499:          string invariant
                   14500: 
                   14501: 2004-02-16  paf
                   14502: 
                   14503:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   14504:          cleared [were not cleared properly]
                   14505: 
                   14506: 2004-02-13  paf
                   14507: 
1.116     moko     14508:        * src/include/pa_version.h: prerelease
1.95      moko     14509: 
                   14510:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   14511:          used, introducing dependencies timestamp check
                   14512: 
                   14513:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14514:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   14515:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   14516:          .xsl.stamp now not used, introducing dependencies timestamp check
                   14517: 
1.150     moko     14518:        * configure.in: auto.p: @conf made relative
1.95      moko     14519: 
                   14520: 2004-02-12  paf
                   14521: 
                   14522:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   14523:          ruined empty <input type=file> submits. parser thought there were
                   14524:          nameless empty file and $form:field got value of type 'file'
                   14525: 
                   14526:        * INSTALL: --without-threads
                   14527: 
                   14528:        * src/include/pa_sapi.h: 2004
                   14529: 
                   14530: 2004-02-11  paf
                   14531: 
                   14532:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14533:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14534:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14535:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14536:          classes/response.C, classes/string.C, classes/table.C,
                   14537:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14538:          include/pa_array.h, include/pa_cache_managers.h,
                   14539:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14540:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14541:          include/pa_dictionary.h, include/pa_dir.h,
                   14542:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14543:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   14544:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   14545:          include/pa_request_charsets.h, include/pa_request_info.h,
                   14546:          include/pa_socks.h, include/pa_sql_connection.h,
                   14547:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   14548:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   14549:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14550:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14551:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   14552:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   14553:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14554:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   14555:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   14556:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14557:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14558:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   14559:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   14560:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14561:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14562:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   14563:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14564:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14565:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14566:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14567:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   14568:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14569:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14570:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14571:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   14572:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14573:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14574:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14575:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14576:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14577:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14578:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14579:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14580:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14581:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14582:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14583:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   14584: 
                   14585:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   14586:          debug version of gc.dll
                   14587: 
                   14588:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14589:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   14590:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   14591:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   14592:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   14593:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   14594:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   14595:          processes
                   14596: 
                   14597:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   14598:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   14599:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   14600:          changes to reflect libxml xsl new folders
                   14601: 
                   14602:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14603:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14604:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   14605:          to reflect libxml xsl new folders
                   14606: 
                   14607:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14608:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14609:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   14610:          types/types.vcproj: started changes to reflect libxml xsl new
                   14611:          folders
                   14612: 
                   14613:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   14614:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   14615:          src/main/compile.tab.C, src/main/main.vcproj,
                   14616:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   14617:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   14618:          started changes to reflect libxml xsl new folders
                   14619: 
                   14620: 2004-02-10  paf
                   14621: 
                   14622:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   14623:          compile. recommened latest libxml up to date
                   14624: 
                   14625:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   14626:          pattern compilation errors", on which spent 4 hours worktime. use
                   14627:          versions higher than that. recommended now latest up to date
                   14628: 
                   14629: 2004-02-06  paf
                   14630: 
                   14631:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   14632:          beauty: unified destructing style
                   14633: 
                   14634:        * src/main/untaint.C: beauty: removed old def/ifdef
                   14635: 
                   14636:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   14637:          now
                   14638: 
                   14639: 2004-02-03  paf
                   14640: 
                   14641:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   14642:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   14643:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   14644:          then %ld/%lu
                   14645: 
                   14646:        * src/main/pa_common.C: typo: %l -> %u
                   14647: 
                   14648:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   14649:          in attributes or documents-results of transform now not &#04xx;
                   14650: 
                   14651:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   14652: 
                   14653:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   14654: 
                   14655:        * src/main/pa_charset.C: beauty: uncomment
                   14656:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   14657:          libraries
                   14658: 
                   14659: 2004-02-02  paf
                   14660: 
                   14661:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   14662:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   14663: 
                   14664:          $cookie:example[        $.value[]       $.expires[session]
                   14665:          $.path[/there/]         $.domain[test.com] ]
                   14666: 
                   14667:        * src/types/pa_vform.C: bugfix: empty values with
                   14668:          enctype=multipart/form-data now produce entries in $form:tables
                   14669:          <form method=post enctype=multipart/form-data> <input type=hidden
                   14670:          name=a> <input type=hidden name=b>
                   14671: 
                   14672:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   14673:          <hr> <pre>$request:body
                   14674: 
                   14675: 2004-01-30  paf
                   14676: 
                   14677:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   14678:          or documents-results of transform now not &#04xx;
                   14679: 
                   14680:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   14681:          produce exception.
                   14682: 
                   14683:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   14684:          bugfix: ^date::create[invalid fields now produce exception.
                   14685: 
                   14686:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   14687:          year] now produces exception. todo: check other fields
                   14688: 
                   14689: 2004-01-29  paf
                   14690: 
                   14691:        * src/include/pa_memory.h: typo error
                   14692: 
                   14693:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   14694:          more byte then specified, then zeroed it << useless and
                   14695:          potentially harmful(could gpf)
                   14696: 
                   14697: 2004-01-22  paf
                   14698: 
                   14699:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   14700: 
                   14701:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   14702:          optimization
                   14703: 
                   14704:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   14705:          [were bug: ^taint[1 & 2]="1 &2"
                   14706: 
                   14707:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   14708:          errors
                   14709: 
                   14710:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   14711:          overflow
                   14712: 
                   14713:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   14714:          error-reporting code * in parser-error reporting code [when no
                   14715:          @unhandled_exception defined]
                   14716: 
                   14717:          fixed in one place: my *snprintf override
                   14718: 
                   14719: 2004-01-13  paf
                   14720: 
1.211     moko     14721:        * operators.ru.txt, operators.txt: typo erro
1.95      moko     14722: 
                   14723: 2003-12-25  paf
                   14724: 
                   14725:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   14726:          garbled  [pieces after zero bytes were removed]
                   14727: 
                   14728: 2003-12-22  paf
                   14729: 
1.116     moko     14730:        * src/include/Makefile.am: bugfix: removed from dist:
                   14731:          src/include/pa_config_auto.h which were configured for
1.95      moko     14732:          make-dist-platform and badly updated proper config file in target
                   14733:          [when .tar used for updating existing source tree]
                   14734: 
1.211     moko     14735:        * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95      moko     14736:          src/include/pa_sql_connection.h,
                   14737:          src/include/pa_sql_driver_manager.h,
                   14738:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   14739:          feature: sql introducing ability to transcode charsets
                   14740: 
                   14741: 2003-12-19  paf
                   14742: 
                   14743:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   14744:          error message
                   14745: 
                   14746:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   14747:          structure for libxml now allocated properly
                   14748: 
                   14749: 2003-12-17  paf
                   14750: 
                   14751:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   14752: 
                   14753:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   14754: 
                   14755:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   14756: 
                   14757:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   14758:          unreported xmlGenericErrors]
                   14759: 
                   14760: 2003-12-15  paf
                   14761: 
                   14762:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   14763:          works}
                   14764: 
                   14765: 2003-12-11  paf
                   14766: 
1.211     moko     14767:        * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
                   14768:          !$status:pid process id
1.95      moko     14769:              !$status:tid thread id
                   14770: 
                   14771:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14772:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   14773:          bugfix(solaris): removed dependency on object initialization
                   14774:          order [one more place]
                   14775: 
                   14776:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14777:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   14778:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   14779:          understand that
                   14780: 
                   14781:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14782:          classes/xdoc.C, include/pa_cache_managers.h,
                   14783:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14784:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   14785:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   14786:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   14787:          ctor call [relying on implicit String::Body(cstr) call]
                   14788: 
                   14789:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   14790:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   14791:          object initialization order [two places]
                   14792: 
                   14793: 2003-12-10  paf
                   14794: 
                   14795:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   14796:          << time now ok
                   14797: 
1.211     moko     14798:        * operators.ru.txt, operators.txt,
                   14799:          src/main/pa_sql_driver_manager.C,
1.95      moko     14800:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   14801:          operational
                   14802: 
1.211     moko     14803:        * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95      moko     14804:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   14805:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   14806:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   14807:          back operational
                   14808: 
                   14809: 2003-12-02  paf
                   14810: 
                   14811:        * src/types/pa_vmail.C: bugfix:
                   14812:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   14813:          as-is forced]
                   14814: 
                   14815:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   14816:          exceptions out of libxml callbacks: reimplemented error handling
                   14817:          of http://localhost, parser://method and safemode check callbacks
                   14818: 
                   14819:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   14820:          [merged from HEAD]
                   14821: 
                   14822:        * src/classes/image.C: nothing: comment removed
                   14823: 
                   14824:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   14825:          addresses to int
                   14826: 
                   14827: 2003-12-01  paf
                   14828: 
                   14829:        * src/main/pa_xml_io.C: bugfix: typo
                   14830: 
                   14831:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   14832: 
                   14833:        * src/classes/xdoc.C: bugfix: typo
                   14834: 
                   14835:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   14836:          exception
                   14837: 
                   14838:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   14839: 
                   14840: 2003-11-28  paf
                   14841: 
                   14842:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   14843:          all xml documents read
                   14844: 
                   14845:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   14846: 
                   14847:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14848:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14849:          replaced original open mech of xdoc::create & co to use libxml
                   14850:          open, so that this would work for root document todo: safe mode
                   14851:          checks to libxml: ideally to some 1 point
                   14852: 
                   14853:        * src/main/pa_xml_io.C: comment
                   14854: 
1.211     moko     14855:        * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
                   14856:          in http://parser[abscent params]
1.95      moko     14857: 
1.211     moko     14858:        * operators.ru.txt, operators.txt, src/include/pa_request.h,
                   14859:          src/main/pa_xml_io.C: works.  todo: maybe replace original open
                   14860:          mech of xdoc::create & co to use libxml open, so that this would
                   14861:          work for root document
1.95      moko     14862: 
                   14863:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   14864:          "parser://method/params/here"> <test>   &test^; </test> }]
                   14865: 
                   14866:          ^taint[^xdoc.string[]]
                   14867: 
                   14868:          @method[param] <!ENTITY test
                   14869:          "test-entity-value+$form:user+$param!">
                   14870: 
                   14871: 2003-11-27  paf
                   14872: 
                   14873:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   14874: 
                   14875:        * src/classes/date.C: bugfix: typo error
                   14876: 
                   14877: 2003-11-26  paf
                   14878: 
1.211     moko     14879:        * operators.ru.txt, operators.txt, src/include/Makefile.am,
                   14880:          src/include/pa_globals.h, src/main/Makefile.am,
                   14881:          src/main/main.vcproj, src/main/pa_globals.C,
                   14882:          src/main/pa_request.C, src/include/pa_xml_io.h,
                   14883:          src/main/pa_xml_io.C: simplification: xml errors to
                   14884:          hash<thread_id,error> reorganization: xml io moved  to
                   14885:          pa_xml_io.C/h
1.95      moko     14886: 
                   14887:        * src/types/pa_value.h: warnings: --
                   14888: 
                   14889: 2003-11-25  paf
                   14890: 
                   14891:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   14892:          whatever)
                   14893: 
                   14894:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   14895:          a, (c?x:y, z)
                   14896: 
                   14897:        * src/main/untaint.C: bugfix: consequences of not reading this
                   14898:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   14899:          <= 0 ==> none    */
                   14900: 
                   14901:        * src/include/pa_array.h: removed needless checks
                   14902: 
                   14903: 2003-11-24  paf
                   14904: 
                   14905:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   14906:          removed limit: now $form:xxx can be accessed anytime, even in
                   14907:          @auto/conf [and request/response:charset still can be changed
                   14908:          anytime]
                   14909: 
                   14910:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   14911:          now not transcodes response body
                   14912: 
1.211     moko     14913:        * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
                   14914:          src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
                   14915:          $tn[^xdoc.createTextNode[text node value]]
                   14916:          $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95      moko     14917:          $xdoc.firstChild.firstChild.nodeValue[different]
                   14918:          ^taint[^xdoc.string[]]
                   14919: 
                   14920:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   14921:          workaround: static Hash::allocates -> static Hash_allocates
                   14922: 
                   14923: 2003-11-21  paf
                   14924: 
1.116     moko     14925:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   14926:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   14927:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     14928: 
                   14929:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   14930: 
                   14931:        * src/classes/mail.C: bugfix: typo
                   14932: 
                   14933:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     14934:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   14935:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   14936:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   14937:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     14938:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   14939: 
                   14940:        * src/main/pa_exec.C: bug in safe mode
                   14941: 
                   14942:        * src/include/Makefile.am: pa_xml_exception.h
                   14943: 
                   14944:        * src/targets/isapi/parser3isapi.C: more warnings --
                   14945: 
                   14946: 2003-11-20  paf
                   14947: 
                   14948:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   14949:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   14950:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   14951:          --
                   14952: 
                   14953:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   14954:          more warnings --
                   14955: 
                   14956:        * src/classes/xdoc.C: more warnings --
                   14957: 
                   14958:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   14959: 
                   14960:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   14961:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   14962: 
                   14963:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14964:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   14965:          classes/table.C, include/pa_cache_managers.h,
                   14966:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   14967:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   14968:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   14969:          --
                   14970: 
                   14971:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   14972:          can't report problem (undefined @unhandled_exception) problem
                   14973:          source string were not reported
                   14974: 
                   14975:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14976:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14977:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14978:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14979:          classes/response.C, classes/string.C, classes/table.C,
                   14980:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14981:          include/pa_array.h, include/pa_cache_managers.h,
                   14982:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14983:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14984:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14985:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   14986:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   14987:          include/pa_request.h, include/pa_request_charsets.h,
                   14988:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   14989:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14990:          include/pa_stack.h, include/pa_string.h,
                   14991:          include/pa_stylesheet_connection.h,
                   14992:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14993:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14994:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14995:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   14996:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14997:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   14998:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   14999:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   15000:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   15001:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   15002:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   15003:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   15004:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   15005:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   15006:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   15007:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   15008:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   15009:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   15010:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15011:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15012:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15013:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   15014:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15015:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   15016:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   15017:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15018:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15019:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15020:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   15021:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   15022:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   15023:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15024:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   15025:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   15026:          const IDENT
                   15027: 
                   15028:        * src/: include/pa_array.h, include/pa_pool.h,
                   15029:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   15030:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   15031:          types/pa_wcontext.h: more warnings --
                   15032: 
                   15033:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   15034:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   15035:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15036:          classes/memory.C, classes/op.C, classes/string.C,
                   15037:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   15038:          include/pa_config_includes.h, include/pa_operation.h,
                   15039:          include/pa_sql_connection.h, include/pa_table.h,
                   15040:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   15041:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   15042:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   15043:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   15044:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   15045:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   15046:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   15047:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   15048:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   15049:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   15050:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   15051:          types/pa_vmail.C, types/pa_vobject.C,
                   15052:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15053:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   15054:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   15055:          on all projects (except libltdl=off & libsdbm=level3) found
                   15056:          several unitialized vars
                   15057: 
                   15058: 2003-11-19  paf
                   15059: 
                   15060:        * src/classes/op.C: more ansi C++ comp
                   15061: 
1.211     moko     15062:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   15063:          src/include/pa_request.h, src/main/pa_request.C:
                   15064:          ^cache[...]{body}{catch block with $exception.handled[cache]
                   15065:          meaning "get expired cache, if any. else error"}
1.95      moko     15066: 
                   15067:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   15068:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   15069:          ^cache[...]{body}{catch code with $exception.cache field}
                   15070: 
                   15071: 2003-11-12  paf
                   15072: 
                   15073:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   15074:          [copy/paste bug]
                   15075: 
                   15076: 2003-11-11  paf
                   15077: 
                   15078:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   15079:          failed]
                   15080: 
                   15081: 2003-11-10  paf
                   15082: 
                   15083:        * src/types/pa_vconsole.h: flush
                   15084: 
1.211     moko     15085:        * operators.ru.txt, operators.txt, src/main/pa_request.C,
                   15086:          src/types/Makefile.am, src/types/types.vcproj,
                   15087:          src/types/pa_vconsole.h: $console:line read/write  [for nntp]
1.95      moko     15088: 
1.211     moko     15089:        * operators.ru.txt, operators.txt: mysql: transaction support:
                   15090:          ?autocommit=0
1.95      moko     15091: 
1.211     moko     15092:        * operators.ru.txt, operators.txt: comment: updated
1.95      moko     15093: 
                   15094:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   15095:          serialize version and exipire now removes entries
                   15096: 
1.211     moko     15097:        * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
                   15098:          altogether [and dir, if could]
1.95      moko     15099: 
                   15100:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   15101:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   15102:          removes files altogether [and dir, if could]
                   15103: 
                   15104:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   15105:          nonexistent pair. .c coded that that was error. fixed
                   15106: 
                   15107:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   15108:          file.access [regretfull can't split it to different exceptions
                   15109:          without modifying sdbm source wich would prefer not to]
                   15110: 
                   15111: 2003-11-07  paf
                   15112: 
                   15113:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15114:          classes/hashfile.C, classes/image.C, classes/table.C,
                   15115:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   15116:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   15117:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   15118:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   15119:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   15120:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   15121:          destructing objects at request processing end
                   15122: 
                   15123: 2003-11-06  paf
                   15124: 
                   15125:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   15126:          updates
                   15127: 
                   15128:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   15129:          to include sdbm
                   15130: 
1.116     moko     15131:        * src/include/: pa_config_includes.h, pa_version.h: our
                   15132:          replacements of max& co only for cpp
1.95      moko     15133: 
                   15134:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   15135:          upper dir, .am updated
                   15136: 
                   15137:        * tests/todo.txt: hashfile: done
                   15138: 
1.211     moko     15139:        * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
                   15140:          hashfile: clear & expiration [time in value. todo: move time to
                   15141:          key]
1.95      moko     15142: 
                   15143:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   15144: 
                   15145:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   15146:          to do that in foreach, no errors, but surely wrong]
                   15147: 
1.211     moko     15148:        * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95      moko     15149:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   15150: 
1.211     moko     15151:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   15152:          src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   15153:          src/types/pa_vhashfile.h: hashfile: foreach
1.95      moko     15154: 
                   15155:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211     moko     15156:          src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
                   15157:          hashfile: hash
1.95      moko     15158: 
1.211     moko     15159:        * operators.ru.txt, operators.txt, src/classes/hashfile.C,
                   15160:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   15161:          tests/todo.txt: hashfile: delete
1.95      moko     15162: 
                   15163:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   15164:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   15165:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   15166:          get/put [raw]
                   15167: 
                   15168:        * src/: classes/op.C, main/pa_os.C: just linked
                   15169: 
                   15170:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   15171:          XmlException changes
                   15172: 
                   15173:        * src/: include/pa_charset.h, include/pa_globals.h,
                   15174:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   15175:          XmlException changes
                   15176: 
                   15177:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   15178: 
                   15179:        * src/: include/pa_common.h, include/pa_exception.h,
                   15180:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   15181:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   15182:          main/pa_xml_exception.C: locking move to pa_os [along with
                   15183:          pa_sleep] apr-impl locking done
                   15184: 
1.211     moko     15185:        * configure, configure.in, operators.ru.txt, operators.txt,
                   15186:          parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95      moko     15187:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   15188:          src/include/pa_exception.h, src/include/pa_globals.h,
                   15189:          src/include/pa_memory.h, src/include/pa_version.h,
                   15190:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   15191:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   15192:          src/main/compile.tab.C, src/main/main.vcproj,
                   15193:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   15194:          src/types/Makefile.am, src/types/pa_vhash.C,
                   15195:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   15196:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   15197:          again with sdbm from apache
                   15198: 
                   15199: 2003-11-05  paf
                   15200: 
                   15201:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   15202:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   15203:          \parser3project dir anymore
                   15204: 
                   15205:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   15206:          thoughtlessly from xalan]
                   15207: 
                   15208:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   15209:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   15210:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   15211: 
                   15212:        * src/main/helpers/CaseFolding.txt:
                   15213:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   15214: 
                   15215: 2003-11-04  paf
                   15216: 
1.211     moko     15217:        * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95      moko     15218: 
                   15219:        * src/classes/table.C: compiled on unix
                   15220: 
1.116     moko     15221:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     15222: 
                   15223:        * src/classes/mail.C: compiled on unix
                   15224: 
1.211     moko     15225:        * operators.ru.txt, operators.txt, src/classes/mail.C,
                   15226:          src/types/pa_vmail.C, src/types/pa_vmail.h:     !^mail:send[
1.95      moko     15227:                  $.options[unix: string to append to sendmail command
                   15228:          line]
                   15229: 
1.211     moko     15230:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15231:          src/main/pa_string.C, tests/todo.txt: ^table.save[...
                   15232:          $.separator[^#09]          $.encloser["] <nothing> by default
                   15233: 
                   15234:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15235:          tests/todo.txt: ^table::load         !$.separator[^#09]
                   15236:          !$.encloser["] <nothing> by default
1.95      moko     15237: 
                   15238: 2003-11-03  paf
                   15239: 
1.211     moko     15240:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15241:          src/main/pa_common.C: ^table::load[; options:
                   15242:          !$.column-separator[^#09]         !$.column-encloser["]
1.95      moko     15243: 
1.211     moko     15244:        * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95      moko     15245:          src/types/pa_vrequest.C: $request:document-root
                   15246: 
                   15247:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   15248:          [already included into uri=xxx]
                   15249: 
1.211     moko     15250:        * operators.ru.txt, operators.txt, src/classes/image.C,
                   15251:          tests/todo.txt: ^image.gif[filename] for $response:download
1.95      moko     15252: 
                   15253:        * src/classes/date.C: minor precaution
                   15254: 
1.211     moko     15255:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   15256:          !^date::unix-timestamp()
1.95      moko     15257:              !^date.unix-timestamp[]
                   15258: 
                   15259: 2003-10-30  paf
                   15260: 
1.211     moko     15261:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   15262:          src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
                   15263:          $date.hour
1.95      moko     15264: 
                   15265:        * src/classes/: date.C, image.C: improvement diagnostics:
                   15266:          $now[^date::create[$undefined]] now is error
                   15267: 
                   15268:        * src/main/pa_common.C: read errors would now be reported 'actually
                   15269:          read -1 bytes'
                   15270: 
                   15271: 2003-10-24  paf
                   15272: 
                   15273:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   15274:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   15275:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   15276:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   15277: 
                   15278: 2003-10-22  paf
                   15279: 
                   15280:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   15281: 
                   15282: 2003-10-21  paf
                   15283: 
1.211     moko     15284:        * operators.ru.txt, operators.txt, src/include/pa_string.h,
                   15285:          src/main/pa_string.C: fixed: string.match[g] without <'> option
                   15286:          produced columns with NULL's, which gpf'ed at table.save time
1.95      moko     15287: 
                   15288:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   15289:          recoursion' message with intensive throw-catches fixed: incorrect
                   15290:          name and line (one name upper then needed) in error message about
                   15291:          problems inside try block
                   15292: 
                   15293: 2003-10-10  paf
                   15294: 
                   15295:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   15296:          check offset argument for validity did that in String::Body::pos
                   15297:          myself http://i2/tasks/edit/?id=4577425257580789777
                   15298: 
                   15299: 2003-10-07  paf
                   15300: 
                   15301:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   15302:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   15303: 
                   15304: 2003-10-03  paf
                   15305: 
                   15306:        * parser3.sln, src/include/pa_dictionary.h,
                   15307:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   15308:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   15309:          precalculating cstr&length
                   15310: 
                   15311: 2003-10-02  paf
                   15312: 
                   15313:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15314:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   15315:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   15316:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   15317: 
                   15318: 2003-09-30  paf
                   15319: 
                   15320:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   15321:          occurrances after lang-mismatched
                   15322: 
                   15323: 2003-09-29  paf
                   15324: 
                   15325:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   15326:          helper
                   15327: 
                   15328:        * src/main/pa_string.C: string::serialize bug fix with
                   15329:          zero-terminator
                   15330: 
                   15331:        * src/classes/table.C: ^nameless_table.save column row now has no
                   15332:          \t at the end
                   15333: 
                   15334:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15335:          @postprocess  now takes $response:body/download
                   15336: 
                   15337:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   15338:          error message
                   15339: 
                   15340:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   15341: 
                   15342:        * src/classes/table.C: bugfix: flip: must produce nameless
                   15343:          http://i2/tasks/edit/?id=4573405524674081244
                   15344: 
                   15345:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   15346:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   15347: 
                   15348:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   15349:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   15350: 
                   15351: 2003-09-26  paf
                   15352: 
                   15353:        * src/main/untaint.C: removed needless field
                   15354: 
                   15355:        * src/main/untaint.C: removed needless const
                   15356: 
                   15357:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   15358:          String.for_each bug fixed [omited one-char cases]
                   15359: 
                   15360:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   15361:          runtime-executor stack were cleared... BADLY
                   15362: 
                   15363:        * src/main/pa_string.C: ^stirng.replace code used old
                   15364:          param-convention on langs.append, fixed that search fo the like,
                   15365:          found none
                   15366: 
                   15367:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   15368:          string::serialize/deserialize implemented Language enum assigned
                   15369:          meaningful letters [more convinient for debugging. read warning
                   15370:          before adding/changing anything]
                   15371: 
                   15372: 2003-09-25  paf
                   15373: 
                   15374:        * src/: include/pa_string.h, include/pa_version.h,
                   15375:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   15376:          differences on unix
                   15377: 
                   15378:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   15379:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   15380:          src/classes/xdoc.C, src/classes/xnode.C,
                   15381:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15382:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15383:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   15384:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   15385:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   15386:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   15387:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   15388:          src/main/compile_tools.h, src/main/pa_charset.C,
                   15389:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   15390:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15391:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   15392:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   15393:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   15394:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   15395:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   15396: 
                   15397:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   15398:          functions aligned to that of eeparser3 look
                   15399: 
                   15400:        * src/lib/cord/cordprnt.c: removed warnings
                   15401: 
                   15402: 2003-09-24  paf
                   15403: 
                   15404:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15405:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   15406:          include/pa_cache_managers.h, include/pa_charset.h,
                   15407:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   15408:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15409:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15410:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   15411:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   15412:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15413:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   15414:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   15415:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   15416:          types/pa_vxnode.C: v() functions of String::Body,
                   15417:          String::Languages and String itself StringBody->String::Body
                   15418: 
                   15419:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15420:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   15421:          never optimized anything.  todo: somehow speed up harder cases:
                   15422:          concatenationA+concatenationB when last block of A and first of B
                   15423:          contain same letters
                   15424: 
                   15425:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15426:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   15427:          blocks of same char [CORD_append_block]
                   15428: 
                   15429:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15430:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   15431:          save space by extending blocks when appending block with c ==
                   15432:          lastblock.c
                   15433: 
                   15434:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   15435:          working yet :( but more working &understood :)
                   15436: 
                   15437:        * src/: classes/table.C, include/pa_string.h,
                   15438:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   15439: 
                   15440: 2003-09-23  paf
                   15441: 
                   15442:        * src/main/untaint.C: $a[ok!] $a works!
                   15443: 
                   15444:        * src/main/untaint.C: something even more works :)
                   15445: 
                   15446:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15447:          something more works :)
                   15448: 
                   15449:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15450:          lib/cord/cordxtra.c: something already works :)
                   15451: 
                   15452:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   15453:          serialize&deserialize
                   15454: 
                   15455:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15456:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   15457:          main/untaint.C: main idea implemented, details left
                   15458: 
                   15459: 2003-09-22  paf
                   15460: 
                   15461:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   15462: 
                   15463:        * src/classes/xnode.C: copy/paste comment bugfix
                   15464: 
                   15465:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   15466:          allocator returns 0, just die.
                   15467:          http://i2/tasks/edit/?id=4570798492410259445
                   15468: 
                   15469:        * src/classes/xdoc.C: copy/paste comment bugfix
                   15470: 
                   15471:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   15472:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   15473:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   15474:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   15475: 
                   15476:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   15477:          chars due to bitwise operation signed-char error]
                   15478: 
                   15479: 2003-09-19  paf
                   15480: 
                   15481:        * src/types/pa_wcontext.C: output message: more practical
                   15482:          suggestion
                   15483: 
1.211     moko     15484:        * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95      moko     15485:          $f[^file::load[binary;http://...]] $f.tables
                   15486: 
                   15487: 2003-09-02  paf
                   15488: 
                   15489:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   15490:          flush stdout without referencing 'stdout' symbol. to hell with
                   15491:          non-ansi libraries without 'stdout' symbol
                   15492: 
                   15493:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   15494:          unix (users reported problems with some old libc)
                   15495: 
                   15496:        * src/types/pa_vdate.h: forgot initializer
                   15497: 
                   15498: 2003-09-01  paf
                   15499: 
                   15500:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   15501:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   15502:          zone]
                   15503: 
                   15504:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   15505: 
                   15506: 2003-08-19  paf
                   15507: 
                   15508:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   15509:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   15510:          simplified a little
                   15511: 
                   15512:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   15513:          [lost fix from 3.0.8]
                   15514: 
                   15515:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   15516:          visible here }
                   15517: 
                   15518:          bug fix
                   15519: 
                   15520:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   15521: 
                   15522:        * src/main/compile.tab.C: initialized couple of variables about
                   15523:          which user reported runtime problems when parser were compiled
                   15524:          with VC7, warning level4.  study shows that later in bison
                   15525:          they've fixed that. would migrate to latest bison someday
                   15526: 
                   15527:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   15528:          recoding headers)
                   15529: 
                   15530:        * src/types/pa_vmail.C: works as before, same charset problems:
                   15531:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   15532:          anything for now
                   15533: 
                   15534:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   15535:          problems with body
                   15536: 
                   15537:        * src/types/pa_vmail.C: mail_receive just compiled
                   15538: 
                   15539: 2003-08-18  paf
                   15540: 
                   15541:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   15542:          main/main.vcproj, types/types.vcproj: win32: continued process
                   15543:          detaching from \parser3project directory
                   15544: 
                   15545:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   15546:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   15547:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   15548:          src/lib/pcre/pcre_dftables.dsp,
                   15549:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   15550:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   15551:          src/types/types.dsp: moved to MSVC 7
                   15552: 
                   15553:        * gnu.vcproj.vspscc, parser3.vssscc,
                   15554:          src/classes/classes.vcproj.vspscc,
                   15555:          src/lib/cord/cord.vcproj.vspscc,
                   15556:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   15557:          src/lib/md5/md5.vcproj.vspscc,
                   15558:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   15559:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   15560:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   15561:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   15562:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   15563:          moved to MSVC 7
                   15564: 
                   15565:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   15566:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   15567:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   15568:          src/lib/pcre/pcre_dftables.vcproj,
                   15569:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   15570:          src/targets/cgi/parser3.vcproj,
                   15571:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   15572:          new VS project files
                   15573: 
                   15574:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   15575:          .NET to detect Jalindi Igloo capabilities.
                   15576: 
                   15577:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     15578:          src/classes/classes.awk, src/doc/footer.htm,
                   15579:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   15580:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     15581:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   15582:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   15583: 
                   15584: 2003-08-15  paf
                   15585: 
                   15586:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15587:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   15588: 
                   15589:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15590:          non-ascii <yyy> now encoded correctly
                   15591: 
                   15592: 2003-07-29  paf
                   15593: 
1.116     moko     15594:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   15595:          dist
1.95      moko     15596: 
                   15597:        * src/types/pa_vmail.C: just started --with-mail-receive
                   15598: 
                   15599: 2003-07-28  paf
                   15600: 
1.116     moko     15601:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   15602:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     15603: 
                   15604:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   15605: 
                   15606: 2003-07-25  paf
                   15607: 
                   15608:        * src/doc/footer.htm: year
                   15609: 
                   15610: 2003-07-24  paf
                   15611: 
                   15612:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   15613:          fix
                   15614: 
                   15615:        * src/include/pa_version.h: release
                   15616: 
1.116     moko     15617:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     15618: 
                   15619:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   15620:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   15621:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   15622:          getting rid of win32xml pseudo project
                   15623: 
                   15624:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   15625: 
1.116     moko     15626:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211     moko     15627:          configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95      moko     15628:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     15629:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     15630:          src/classes/classes.C, src/classes/classes.awk,
                   15631:          src/classes/classes.dsp, src/classes/classes.h,
                   15632:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15633:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15634:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15635:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15636:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15637:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15638:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   15639:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     15640:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   15641:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15642:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   15643:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   15644:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   15645:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15646:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15647:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   15648:          src/include/pa_operation.h, src/include/pa_pool.h,
                   15649:          src/include/pa_pragma_pack_begin.h,
1.95      moko     15650:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   15651:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   15652:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   15653:          src/include/pa_sql_connection.h,
                   15654:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   15655:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   15656:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15657:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     15658:          src/include/pa_uue.h, src/lib/Makefile.am,
                   15659:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   15660:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   15661:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   15662:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     15663:          src/lib/cord/include/ec.h,
                   15664:          src/lib/cord/include/private/Makefile.am,
                   15665:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     15666:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   15667:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     15668:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     15669:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   15670:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15671:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   15672:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   15673:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15674:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   15675:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     15676:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   15677:          src/main/pa_request.C, src/main/pa_socks.C,
                   15678:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15679:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     15680:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   15681:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   15682:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   15683:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   15684:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   15685:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   15686:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     15687:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   15688:          src/targets/isapi/parser3isapi.dsp,
                   15689:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     15690:          src/types/pa_junction.h, src/types/pa_method.h,
                   15691:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     15692:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15693:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15694:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15695:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15696:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15697:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15698:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15699:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   15700:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   15701:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   15702:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15703:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15704:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15705:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15706:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15707:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15708:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15709:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15710:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15711:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15712:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15713:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15714:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   15715:          HEAD
                   15716: 
                   15717:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   15718:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   15719:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   15720:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   15721:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   15722:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   15723:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   15724:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   15725:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   15726:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   15727:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   15728:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   15729:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   15730:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   15731:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   15732:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   15733:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   15734:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   15735:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   15736:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   15737:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15738:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   15739:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   15740:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   15741:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   15742:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   15743:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   15744:          outputs/create-dir, results/001.processed, results/002.processed,
                   15745:          results/003.processed, results/004.processed,
                   15746:          results/005.processed, results/006.processed,
                   15747:          results/007.processed, results/008.processed,
                   15748:          results/009.processed, results/010.processed,
                   15749:          results/011.processed, results/012.processed,
                   15750:          results/013.processed, results/014.processed,
                   15751:          results/015.processed, results/016.processed,
                   15752:          results/017.processed, results/018.processed,
                   15753:          results/019.processed, results/020.processed,
                   15754:          results/021.processed, results/022.processed,
                   15755:          results/023.processed, results/024.processed,
                   15756:          results/025.processed, results/026.processed,
                   15757:          results/027.processed, results/028.processed,
                   15758:          results/029.processed, results/030.processed,
                   15759:          results/031.processed, results/032.processed,
                   15760:          results/033.processed, results/034.processed,
                   15761:          results/035.processed, results/036.processed,
                   15762:          results/037.processed, results/038.processed,
                   15763:          results/039.processed, results/040.processed,
                   15764:          results/041.processed, results/042.processed,
                   15765:          results/043.processed, results/044.processed,
                   15766:          results/045.processed, results/046.processed,
                   15767:          results/047.processed, results/048.processed,
                   15768:          results/049.processed, results/050.processed,
                   15769:          results/051.processed, results/052.processed,
                   15770:          results/053.processed, results/054.processed,
                   15771:          results/055.processed, results/056.processed,
                   15772:          results/057.processed, results/058.processed,
                   15773:          results/059.processed, results/060.processed,
                   15774:          results/061.processed, results/062.processed,
                   15775:          results/063.processed, results/064.processed,
                   15776:          results/065.processed, results/066.processed,
                   15777:          results/067.processed, results/068.processed,
                   15778:          results/069.processed, results/070.processed,
                   15779:          results/071.processed, results/072.processed,
                   15780:          results/073.processed, results/074.processed,
                   15781:          results/075.processed, results/076.processed,
                   15782:          results/077.processed, results/078.processed,
                   15783:          results/079.processed, results/080.processed,
                   15784:          results/081.processed, results/082.processed,
                   15785:          results/083.processed, results/084.processed,
                   15786:          results/085.processed, results/086.processed,
                   15787:          results/087.processed, results/088.processed,
                   15788:          results/089.processed, results/090.processed,
                   15789:          results/091.processed, results/092.processed,
                   15790:          results/093.processed, results/094.processed,
                   15791:          results/095.processed, results/096.processed,
                   15792:          results/097.processed, results/098.processed,
                   15793:          results/099.processed, results/100.processed,
                   15794:          results/101.processed, results/102.processed,
                   15795:          results/103.processed, results/104.processed,
                   15796:          results/105.processed, results/106.processed,
                   15797:          results/107.processed, results/108.processed,
                   15798:          results/109.processed, results/110.processed,
                   15799:          results/111.processed, results/112.processed,
                   15800:          results/113.processed, results/114.processed,
                   15801:          results/115.processed, results/116.processed,
                   15802:          results/117.processed, results/118.processed,
                   15803:          results/119.processed, results/120.processed,
                   15804:          results/121.processed, results/122.processed,
                   15805:          results/123.processed, results/124.processed,
                   15806:          results/125.processed, results/126.processed,
                   15807:          results/127.processed, results/128.processed,
                   15808:          results/129.processed, results/130.processed,
                   15809:          results/131.processed, results/132.processed,
                   15810:          results/133.processed, results/134.processed,
                   15811:          results/135.processed, results/136.processed,
                   15812:          results/137.processed, results/138.processed,
                   15813:          results/139.processed, results/140.processed,
                   15814:          results/141.processed: merged(copied) to HEAD from template_gc
                   15815: 
                   15816:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   15817:          towards \parser3project not having to be in root
                   15818: 
                   15819:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   15820:          module compiled [were minor unnecessary changes in lib/md5
                   15821:          interface]
                   15822: 
                   15823:        * src/include/pa_version.h: release
                   15824: 
                   15825:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   15826: 
                   15827:        * src/classes/math.C: merged uuid bugfix
                   15828: 
                   15829:        * tests/: 141.html, results/141.processed: fixed bug with
                   15830:          too-small-a-buffer
                   15831: 
                   15832:        * src/classes/math.C: uuid bugfix
                   15833: 
                   15834:        * tests/: 141.html, Makefile, results/005.processed,
                   15835:          results/030.processed, results/075.processed,
                   15836:          results/078.processed: to reflect date format change (were -
                   15837:          become ' ')
                   15838: 
                   15839:        * src/classes/math.C: uuid bugfix
                   15840: 
                   15841:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   15842:          debug/release changes
                   15843: 
                   15844:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   15845: 
                   15846: 2003-07-23  paf
                   15847: 
                   15848:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15849:          renamed a little [to move to comman naming conv]
                   15850: 
1.116     moko     15851:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   15852:          build
1.95      moko     15853: 
                   15854:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   15855:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15856:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   15857:          stack top_index() fixed
                   15858: 
                   15859:        * src/main/pa_globals.C: minor style changes
                   15860: 
                   15861:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   15862:          closing/caching fixed [connections were not closed/put to cache]
                   15863: 
                   15864: 2003-07-22  paf
                   15865: 
                   15866:        * INSTALL: gc part updated stightly
                   15867: 
                   15868:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   15869:          new sapi interface
                   15870: 
                   15871:        * src/classes/file.C: comment on OS
                   15872: 
                   15873:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   15874:          one deeper in cord lib]
                   15875: 
                   15876:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   15877: 
                   15878:        * src/main/pa_memory.C: out of memory is no longer coredump
                   15879: 
                   15880:        * INSTALL: disable-threads adviced
                   15881: 
                   15882: 2003-07-21  paf
                   15883: 
1.116     moko     15884:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     15885: 
                   15886:        * src/classes/file.C: file::exec/cgi environment variables now must
                   15887:          be UPPERCASE and A-Z 0-9 _-
                   15888: 
                   15889:        * src/classes/file.C: env passing fixed
                   15890: 
                   15891:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   15892: 
                   15893:        * src/main/pa_common.C: http:// CRLF now
                   15894: 
                   15895: 2003-07-02  paf
                   15896: 
1.211     moko     15897:        * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
                   15898:          $memory:status fields to reflect their real meaning
1.95      moko     15899: 
                   15900: 2003-06-27  paf
                   15901: 
                   15902:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   15903:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   15904:          file::exec/cgi .charset
                   15905: 
                   15906: 2003-06-26  paf
                   15907: 
                   15908:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   15909:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   15910:          src/classes/table.C: fixed several uninitialized local
                   15911:          structures.  notably ^hash.foreach now inserts delimiters
                   15912:          properly [were inserting it before first body]
                   15913: 
                   15914: 2003-06-24  paf
                   15915: 
                   15916:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   15917: 
                   15918: 2003-06-20  paf
                   15919: 
1.211     moko     15920:        * operators.ru.txt, operators.txt, src/include/pa_globals.h,
                   15921:          src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95      moko     15922:          $f[^file::load[binary;http://...]] $f.tables
                   15923: 
                   15924: 2003-06-06  paf
                   15925: 
                   15926:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   15927:          table. [were method lookup: inconsistent]
                   15928: 
                   15929: 2003-06-02  paf
                   15930: 
                   15931:        * src/include/pa_memory.h: empty string clone fixed to return
                   15932:          writable memory
                   15933: 
                   15934:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   15935:          were not appended] which violated string invariant
                   15936: 
                   15937: 2003-05-30  paf
                   15938: 
                   15939:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   15940:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   15941: 
                   15942:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   15943:          GMT  ; RFC 822, updated by RFC 1123
                   15944: 
                   15945:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   15946:          targets/isapi/parser3isapi.C: initialized request_info properly
                   15947: 
                   15948:        * src/classes/xnode.C: found minor bug, commended for future
                   15949: 
                   15950: 2003-05-28  paf
                   15951: 
                   15952:        * src/classes/form.C: request_info.content_length can't be <0,
                   15953:          size_t for some time
                   15954: 
                   15955: 2003-05-26  paf
                   15956: 
                   15957:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   15958:          forgotten <0 changed to !=STRING_NOT_FOUND
                   15959: 
                   15960:        * src/classes/math.C: merged ffffu from HEAD
                   15961: 
                   15962: 2003-05-11  paf
                   15963: 
                   15964:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   15965: 
                   15966:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   15967:          premature doc free.  transformed document had xmlDoc reference
                   15968:          stored to non-gc-memory (libgdome) added holding-reference
                   15969: 
                   15970: 2003-04-29  paf
                   15971: 
                   15972:        * src/main/pa_globals.C: started digging on double free.  on win32
                   15973:          found that that's perfectly normal.
                   15974: 
                   15975: 2003-04-25  paf
                   15976: 
                   15977:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   15978: 
                   15979:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   15980: 
                   15981:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   15982:          print anything.  changed to quicker and simplier code
                   15983: 
                   15984:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   15985:          strict a check]
                   15986: 
                   15987:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   15988: 
                   15989: 2003-04-24  paf
                   15990: 
                   15991:        * src/include/pa_table.h: too strict assert loosened
                   15992: 
                   15993:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   15994:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   15995:          report
                   15996: 
                   15997: 2003-04-21  paf
                   15998: 
1.116     moko     15999:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     16000: 
                   16001:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   16002:          memory
                   16003: 
                   16004:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   16005:          xmlMallocAtomic [author agreed to my suggestion], used that
                   16006: 
                   16007:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   16008: 
                   16009:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   16010:          types/pa_vmail.C: attributed_meaning_to_string added
                   16011:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   16012:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   16013:          made that param obligatory
                   16014: 
                   16015:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   16016:          fixed [assert helped]
                   16017: 
                   16018:        * src/include/pa_string.h: assert added [looking for bug]
                   16019: 
                   16020:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   16021:          names on Win32 considered disk-global
                   16022: 
                   16023:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   16024:          considered disk-global
                   16025: 
                   16026: 2003-04-18  paf
                   16027: 
                   16028:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   16029:          filenames
                   16030: 
                   16031:        * src/main/untaint.C: enabled '~' letter in filenames
                   16032: 
                   16033: 2003-04-16  paf
                   16034: 
                   16035:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   16036: 
                   16037:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   16038:          HEAD
                   16039: 
1.116     moko     16040:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     16041: 
                   16042: 2003-04-15  paf
                   16043: 
1.211     moko     16044:        * operators.ru.txt, operators.txt, src/classes/math.C,
                   16045:          src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95      moko     16046:          tests/results/141.processed: merged from head ^math:uuid[]
                   16047:          ^math:uid64[] ^math:md5[string]
                   16048: 
                   16049:          test added: 141.html
                   16050: 
1.211     moko     16051:        * operators.ru.txt, operators.txt, src/classes/math.C:
                   16052:          ^math:uid64[]
1.95      moko     16053: 
                   16054:        * src/classes/math.C: ^math:uuid[]
                   16055: 
1.211     moko     16056:        * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95      moko     16057: 
1.211     moko     16058:        * operators.ru.txt, operators.txt, src/classes/math.C,
                   16059:          src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
                   16060:          16-byte digest
                   16061: 
                   16062:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   16063:          src/include/pa_common.h, src/include/pa_config_fixed.h,
                   16064:          src/main/pa_common.C: ^file::load[mode;name;     $.offset
                   16065:          $.limit
1.95      moko     16066: 
                   16067: 2003-04-14  paf
                   16068: 
                   16069:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   16070:          started ^math:md5
                   16071: 
                   16072:        * src/classes/table.C, src/include/pa_array.h,
                   16073:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   16074:          tests/results/140.processed: table $.reverse option works in
                   16075:          create&co table $.distinct[tables] bug fix merged
                   16076: 
                   16077:        * src/: classes/table.C, include/pa_table.h: table
                   16078:          $.distinct[tables] bug fixed
                   16079: 
                   16080:        * src/classes/table.C: more warnings
                   16081: 
                   16082:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   16083:          removed checks in table::set_current, moved them back to
                   16084:          table::locate implemented table::create/join ñ $.reverse
                   16085: 
                   16086:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   16087:          removed checks in table::set_current, moved them back to
                   16088:          table::locate
                   16089: 
                   16090: 2003-04-11  paf
                   16091: 
1.211     moko     16092:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   16093:          src/classes/table.C, src/include/pa_array.h,
                   16094:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   16095:          src/include/pa_string.h, src/include/pa_table.h,
                   16096:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16097:          src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95      moko     16098:          before_append_array_limit_sense_change to
                   16099:          after_append_array_limit_sense_change
                   16100: 
                   16101:        * src/classes/table.C: typo
                   16102: 
1.211     moko     16103:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   16104:          src/classes/table.C, src/include/pa_array.h,
                   16105:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   16106:          src/include/pa_globals.h, src/include/pa_table.h,
                   16107:          src/main/pa_array.C, src/main/pa_globals.C,
                   16108:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16109:          src/main/pa_string.C, src/main/pa_table.C:
                   16110:          append_array_limit_sense_change locate accepts options same as
                   16111:          create new option: $.reverse(1)   [do not work in table::create]
1.95      moko     16112: 
                   16113:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   16114:          (stat xxx,
                   16115: 
                   16116:        * src/classes/: table.C: typo
                   16117: 
                   16118:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   16119:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   16120:          results/130.processed, results/131.processed,
                   16121:          results/132.processed, results/133.processed,
                   16122:          results/134.processed, results/135.processed,
                   16123:          results/136.processed, results/137.processed,
                   16124:          results/138.processed, results/139.processed: added few mustfail
                   16125:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   16126:          date/time 132.html mustfail: access to junction outside of
                   16127:          context 133.html mustfail: access to junction outside of context,
                   16128:          case version 134.html mustfail: hash: adding a key inside of
                   16129:          foreach 135.html mustfail: modifying system class 136.html
                   16130:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   16131:          appendChild without import 138.html mustfail: invalid encoding
                   16132:          inside of xml 139.html mustfail: bad XPath
                   16133: 
1.211     moko     16134:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   16135:          tests/084.html, tests/125.html, tests/126.html, tests/127.html,
                   16136:          tests/128.html, tests/129.html, tests/results/125.processed,
1.95      moko     16137:          tests/results/126.processed, tests/results/127.processed,
                   16138:          tests/results/128.processed, tests/results/129.processed: merged
                   16139:          from HEAD ^table.hash[key][$.distinct[tables]]
                   16140: 
                   16141:          maked appropriate tests [changed one old nonconforming]
                   16142: 
1.211     moko     16143:        * operators.ru.txt, operators.txt, src/classes/table.C:
1.95      moko     16144:          ^table.hash[key][$.distinct[tables]]
                   16145: 
                   16146:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   16147:          merged fix for found very old xml (dom) bug: were passing
                   16148:          domString objects and later ERROREOUSLY freed them
                   16149: 
                   16150:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   16151:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   16152:          libgdome bug can not be worked around
                   16153: 
                   16154: 2003-04-10  paf
                   16155: 
                   16156:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   16157:          found very old xml (dom) bug: were passing domString objects and
                   16158:          later ERROREOUSLY freed them
                   16159: 
                   16160:        * src/doc/string.dox, src/include/pa_memory.h,
                   16161:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   16162:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   16163:          tests/123.html, tests/124.html, tests/results/001.processed,
                   16164:          tests/results/002.processed, tests/results/003.processed,
                   16165:          tests/results/004.processed, tests/results/005.processed,
                   16166:          tests/results/006.processed, tests/results/008.processed,
                   16167:          tests/results/009.processed, tests/results/010.processed,
                   16168:          tests/results/011.processed, tests/results/012.processed,
                   16169:          tests/results/013.processed, tests/results/014.processed,
                   16170:          tests/results/015.processed, tests/results/016.processed,
                   16171:          tests/results/017.processed, tests/results/018.processed,
                   16172:          tests/results/020.processed, tests/results/021.processed,
                   16173:          tests/results/022.processed, tests/results/023.processed,
                   16174:          tests/results/024.processed, tests/results/025.processed,
                   16175:          tests/results/026.processed, tests/results/027.processed,
                   16176:          tests/results/028.processed, tests/results/029.processed,
                   16177:          tests/results/030.processed, tests/results/031.processed,
                   16178:          tests/results/032.processed, tests/results/033.processed,
                   16179:          tests/results/034.processed, tests/results/035.processed,
                   16180:          tests/results/036.processed, tests/results/037.processed,
                   16181:          tests/results/038.processed, tests/results/039.processed,
                   16182:          tests/results/040.processed, tests/results/041.processed,
                   16183:          tests/results/042.processed, tests/results/043.processed,
                   16184:          tests/results/044.processed, tests/results/045.processed,
                   16185:          tests/results/046.processed, tests/results/047.processed,
                   16186:          tests/results/048.processed, tests/results/049.processed,
                   16187:          tests/results/050.processed, tests/results/051.processed,
                   16188:          tests/results/052.processed, tests/results/053.processed,
                   16189:          tests/results/054.processed, tests/results/055.processed,
                   16190:          tests/results/056.processed, tests/results/057.processed,
                   16191:          tests/results/058.processed, tests/results/059.processed,
                   16192:          tests/results/060.processed, tests/results/061.processed,
                   16193:          tests/results/062.processed, tests/results/063.processed,
                   16194:          tests/results/064.processed, tests/results/065.processed,
                   16195:          tests/results/066.processed, tests/results/067.processed,
                   16196:          tests/results/068.processed, tests/results/069.processed,
                   16197:          tests/results/070.processed, tests/results/071.processed,
                   16198:          tests/results/072.processed, tests/results/073.processed,
                   16199:          tests/results/074.processed, tests/results/075.processed,
                   16200:          tests/results/076.processed, tests/results/077.processed,
                   16201:          tests/results/078.processed, tests/results/079.processed,
                   16202:          tests/results/080.processed, tests/results/081.processed,
                   16203:          tests/results/082.processed, tests/results/083.processed,
                   16204:          tests/results/084.processed, tests/results/085.processed,
                   16205:          tests/results/086.processed, tests/results/087.processed,
                   16206:          tests/results/088.processed, tests/results/089.processed,
                   16207:          tests/results/090.processed, tests/results/091.processed,
                   16208:          tests/results/092.processed, tests/results/093.processed,
                   16209:          tests/results/094.processed, tests/results/095.processed,
                   16210:          tests/results/096.processed, tests/results/097.processed,
                   16211:          tests/results/101.processed, tests/results/102.processed,
                   16212:          tests/results/104.processed, tests/results/105.processed,
                   16213:          tests/results/106.processed, tests/results/107.processed,
                   16214:          tests/results/108.processed, tests/results/109.processed,
                   16215:          tests/results/110.processed, tests/results/111.processed,
                   16216:          tests/results/112.processed, tests/results/113.processed,
                   16217:          tests/results/114.processed, tests/results/115.processed,
                   16218:          tests/results/116.processed, tests/results/117.processed,
                   16219:          tests/results/118.processed, tests/results/119.processed,
                   16220:          tests/results/120.processed, tests/results/121.processed,
                   16221:          tests/results/122.processed, tests/results/123.processed,
                   16222:          tests/results/124.processed: new convention: char* never 0.
                   16223:          assert in cord on that
                   16224: 
                   16225:        * src/main/pa_charset.C: couple more asserts
                   16226: 
                   16227:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   16228:          speedup
                   16229: 
                   16230:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   16231:          added [may be those is the case now?]
                   16232: 
                   16233:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   16234:          that's memory from gc_malloc, not from g_malloc :(, but would
                   16235:          hope]
                   16236: 
                   16237:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   16238:          that's memory from gc_malloc, not from g_malloc :(, but would
                   16239:          hope]
                   16240: 
                   16241:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   16242: 
                   16243: 2003-04-09  paf
                   16244: 
                   16245:        * src/classes/date.C: merged ^date.roll changes
                   16246: 
                   16247:        * src/classes/date.C: ^date.roll bug fix
                   16248: 
                   16249:        * src/classes/date.C: ^date.roll now throws less errors: month
                   16250:          shifts handles end of month situation by reducing day number
                   16251:          hour-hole shift reduces hour to recover
                   16252: 
                   16253:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   16254:          Sort by function time
                   16255: 
1.211     moko     16256:        * operators.ru.txt, operators.txt, src/main/pa_charset.C,
                   16257:          src/main/pa_common.C: http://   $.charset[] param done
1.95      moko     16258: 
                   16259:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   16260:          added [after volatile fix. passes on win&intel-solaris]
                   16261: 
                   16262: 2003-04-08  paf
                   16263: 
                   16264:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   16265:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   16266:          include/pa_common.h, include/pa_request_charsets.h,
                   16267:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16268:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   16269:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   16270:          types/pa_vresponse.C: started http://   $.charset[] param and
                   16271:          http response charset detection just compiled.  todo:test
                   16272: 
                   16273:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   16274: 
                   16275:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   16276:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   16277:          types/pa_vmail.C: changed transcode param converntion  along with
                   16278:          string creating convention -- all strings are zero-terminated,
                   16279:          this allowed to fix one remaining String("123", 2) case
                   16280: 
                   16281:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16282:          classes/op.C, classes/string.C, classes/table.C,
                   16283:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   16284:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   16285:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   16286:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   16287:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   16288:          violated String::invariant. started fixing [not compiled now]
                   16289: 
                   16290:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   16291:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   16292:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   16293:          improvements & optimizations
                   16294: 
                   16295:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   16296:          :(]
                   16297: 
                   16298:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   16299:          [for it's a pointer really]
                   16300: 
                   16301:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   16302:          'n' param. worked that around
                   16303: 
                   16304:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   16305:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   16306:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   16307:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   16308:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   16309: 
                   16310:          Thanks for the bug report and patch.
                   16311: 
                   16312:          I hadn't looked at this code in a while.  Reading it now, it
                   16313:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   16314:          comply with the invariant, though that may not matter a lot.  I
                   16315:          changed that, too.
                   16316: 
                   16317:          Hans
                   16318: 
                   16319: 2003-04-07  paf
                   16320: 
                   16321:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   16322:          merged from head:safe mode error message now includes numbers
                   16323: 
                   16324:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   16325:          problem: as_double returns it's result in fp-register compiler
                   16326:          optimizes access to that register after b->as_double, and just
                   16327:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   16328:          from memory.  _SAME_ double values do not match here.  when
                   16329:          forced to REload fp-register, values do match.
                   16330: 
                   16331:          tried to make them volatile.
                   16332: 
                   16333:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   16334:          problem: as_double returns it's result in fp-register compiler
                   16335:          optimizes access to that register after b->as_double, and just
                   16336:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   16337:          from memory.  _SAME_ double values do not match here.  when
                   16338:          forced to REload fp-register, values do match.
                   16339: 
                   16340:          tried to make them volatile.
                   16341: 
                   16342:        * src/types/pa_vobject.h: small style change
                   16343: 
                   16344:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   16345: 
                   16346:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   16347:          mode error message now includes numbers
                   16348: 
                   16349:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   16350:          now causes death
                   16351: 
                   16352: 2003-04-04  paf
                   16353: 
                   16354:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   16355:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   16356:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   16357:          Sent: Thursday, January 23, 2003 9:14 AM
                   16358: 
                   16359:          huge speedup on ^file::cgi with big result
                   16360: 
                   16361:        * src/classes/table.C: sort table with 0 rows bug fixed
                   16362: 
                   16363:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   16364:          fix http://i2/tasks/edit/?id=4493701604654042676
                   16365: 
                   16366:          @main[] $with_default[  $.a[1]  $._default[default from
                   16367:          with_default] ] ^show[$with_default]
                   16368: 
                   16369:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   16370:          =$to_add_to.xxx=<br>
                   16371: 
                   16372:          ^show[$to_add_to]
                   16373: 
                   16374:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   16375:          ^show[$cloned]
                   16376: 
                   16377:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   16378: 
                   16379:          }  <hr>
                   16380: 
                   16381:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   16382:          http://i2/tasks/edit/?id=4493701604654042676
                   16383: 
                   16384:          @main[] $with_default[  $.a[1]  $._default[default from
                   16385:          with_default] ] ^show[$with_default]
                   16386: 
                   16387:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   16388:          =$to_add_to.xxx=<br>
                   16389: 
                   16390:          ^show[$to_add_to]
                   16391: 
                   16392:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   16393:          ^show[$cloned]
                   16394: 
                   16395:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   16396: 
                   16397:          }  <hr>
                   16398: 
                   16399:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   16400:          http://i2/tasks/edit/?id=4507350336410850921
                   16401: 
                   16402:        * src/classes/xdoc.C: memory allocation func bugfix
                   16403:          http://i2/tasks/edit/?id=4499303470368629745
                   16404: 
                   16405:        * src/classes/math.C: allowed random 1...
                   16406: 
                   16407:        * src/classes/math.C: allowed random 0..
                   16408: 
                   16409:        * src/main/pa_globals.C: exif mem leak
                   16410:          http://i2/tasks/edit/?id=4480590323629807263
                   16411: 
                   16412:        * src/: classes/classes.dsp, main/main.dsp,
                   16413:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   16414:          fix http://i2/tasks/edit/?id=4493946731322521294
                   16415:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   16416: 
                   16417:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16418:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   16419:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   16420:          links to xml libs made relative, no need to unpack parser3project
                   16421:          to /parser3project.
                   16422: 
                   16423:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   16424:          column more precise - tab handling bug fixed
                   16425: 
                   16426:        * src/main/: compile.tab.C, compile.y: more understandable error
                   16427:          message in case @CLASS with more then one line inside
                   16428: 
                   16429:        * src/targets/cgi/parser3.C: more understandable error message in
                   16430:          case of errors in @unhandled_exception
                   16431: 
                   16432: 2003-04-03  paf
                   16433: 
                   16434:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   16435:          src/main/compile.tab.C, src/main/compile.y,
                   16436:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16437:          src/main/execute.C, src/main/pa_request.C: debug info format
                   16438:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   16439: 
                   16440:          higher limits:   file number (max: 255)   line number (max:
                   16441:          64535)   column number (max: 255)
                   16442: 
                   16443:        * src/classes/math.C: top limit
                   16444: 
                   16445:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   16446:          precise parse error position in case of
                   16447: 
                   16448:          ^bug ]
                   16449: 
                   16450:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   16451:          changed to realities, and passed [bug fixed]
                   16452: 
                   16453:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   16454:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   16455:          main/compile_tools.h, main/pa_request.C: introducing
                   16456:          ^process...[main-method-alias]
                   16457: 
                   16458:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   16459:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16460:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   16461:          params receive zero reference, but they are expected not to look
                   16462:          there]
                   16463: 
1.211     moko     16464:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   16465:          src/classes/double.C, src/classes/file.C, src/classes/hash.C,
                   16466:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   16467:          src/classes/math.C, src/classes/memory.C, src/classes/op.C,
                   16468:          src/classes/response.C, src/classes/string.C,
                   16469:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16470:          src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
                   16471:          src/types/pa_method.h: MethodParams& now [methods without params
                   16472:          receive zero reference, but they are expected not to look there]
                   16473: 
                   16474:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   16475:          src/include/pa_request.h, src/main/pa_request.C,
                   16476:          src/types/pa_vmethod_frame.h: ^process...[filename] useful for
                   16477:          better error reporting  [file/line/col]
1.95      moko     16478: 
                   16479:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16480:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   16481:          '%s', it 2. method undefined in case of ^void[]
                   16482: 
                   16483:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   16484:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   16485:          handling done. now we have error columns todo: test it
                   16486: 
                   16487:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   16488:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   16489: 
                   16490:          this makes life easier: were: bad stack order -- were in
                   16491:          exception catch unwind order, which didn't match execution order
                   16492: 
                   16493:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   16494: 
                   16495:          @first[] ^throw[a;1]
                   16496: 
                   16497:          showed throw a first throw b try
                   16498: 
                   16499:          which is no good
                   16500: 
                   16501:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   16502:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   16503:          trace reset after handled exception [old bug fixed]
                   16504: 
                   16505:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   16506:          fixed.  position reporting made precise [both, in parse erros and
                   16507:          runtime errors]
                   16508: 
                   16509: 2003-04-02  paf
                   16510: 
                   16511:        * src/: include/pa_operation.h, include/pa_request.h,
                   16512:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16513:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16514:          main/pa_exception.C, main/pa_request.C: debug info: started
                   16515:          using.  todo:complete
                   16516: 
                   16517:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   16518:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16519:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16520:          main/pa_request.C: prepared debug info todo:use it
                   16521: 
                   16522:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   16523:          return Operation class->union after switching from autoptrs.
                   16524: 
                   16525:        * tests/: Makefile, results/108.processed, results/117.processed:
                   16526:          meta considered OK [it's up to coder now to remove it not needed]
                   16527: 
                   16528:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   16529:          Dictionary constructor when moved to gc]
                   16530: 
                   16531:        * src/main/pa_common.C: uncommented http:// file loading
                   16532: 
                   16533:        * src/include/pa_array.h, src/main/execute.C,
                   16534:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   16535:          fix [gdGrowingBuf]
                   16536: 
                   16537:        * configure.in, src/lib/Makefile.am: removed patches
                   16538: 
                   16539:        * configure, src/include/pa_config_auto.h.in,
                   16540:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   16541: 
                   16542:        * src/main/pa_common.C: uncommented http:// file loading
                   16543: 
                   16544:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   16545:          xdoc::create/load
                   16546: 
                   16547:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   16548:          classes/string.C, classes/table.C, classes/void.C,
                   16549:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   16550:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   16551:          String::String(str,helper_length) are checked.  found/fixed one
                   16552:          place: $request:body now zero-terminated,
                   16553: 
                   16554:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16555:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   16556:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   16557:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16558:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16559:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   16560:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   16561:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   16562:          easily optimizable)
                   16563: 
                   16564:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   16565:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   16566: 
                   16567:        * src/: include/pa_array.h, include/pa_stack.h,
                   16568:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   16569:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   16570:          become assertion iterator in methodframe filler
                   16571: 
                   16572:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   16573:          targets/cgi/parser3.C: array::get/put inlined
                   16574: 
                   16575:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   16576:          gc_substitute_memory_management_functions +installed CORD_oom
                   16577:          function
                   16578: 
                   16579:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   16580:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   16581:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   16582:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   16583:          assertions started configure.in --enable-assertions
                   16584: 
                   16585: 2003-04-01  paf
                   16586: 
                   16587:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   16588:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   16589:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   16590:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   16591:          gc misses that and collects valid memory fixed by remembering
                   16592:          xmlDoc from dom object in xdoc.  todo: do something with
                   16593:          premature free of xdoc with xnodes/node values referring into it
                   16594: 
                   16595:        * src/classes/: mail.C: typo fix
                   16596: 
                   16597:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   16598:          changes
                   16599: 
                   16600:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   16601:          main/pa_memory.C: moved memory debugging to global level: to
                   16602:          pa_gc_malloc
                   16603: 
                   16604:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   16605:          debugging showed no errors. todo: debug parser memory
                   16606: 
                   16607:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   16608:          configurations
                   16609: 
                   16610:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   16611:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   16612:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16613:          types/types.dsp: prepared xml-static configuration
                   16614: 
                   16615: 2003-03-31  paf
                   16616: 
                   16617:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   16618:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   16619:          xml lib memory debugging, simple checks failed: it seems that
                   16620:          library does realloc(bad ptr), and recording those ptrs in heap
                   16621:          [for debugging] was bad: heap situation changes = everything
                   16622:          works fine
                   16623: 
                   16624:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   16625:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   16626:          limit of 10 user-defined charsets]
                   16627: 
                   16628: 2003-03-28  paf
                   16629: 
                   16630:        * src/main/execute.C: execution stack copied to local register
                   16631:          variable, removed lots [~2e7) of memory accesses
                   16632: 
                   16633: 2003-03-27  paf
                   16634: 
                   16635:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   16636:          works in debug, but fails in release todo: fix that
                   16637: 
                   16638:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   16639:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   16640:          replacement from gc branch
                   16641: 
                   16642:        * src/main/pa_exec.C: introducing append_help_length [radical
                   16643:          improvement here]
                   16644: 
                   16645:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   16646:          'not recommened' in gc.h, on win32 noticed no difference]
                   16647: 
                   16648:        * src/include/pa_array.h: returned checked array get [were disabled
                   16649:          for debugging] result:not slower [don't understand that, it were
                   16650:          INLINED] todo: find out a way of inlining it!
                   16651: 
                   16652:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   16653:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   16654:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   16655:          convention changed: all resulting strings are zero-terminated
                   16656: 
                   16657:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16658:          classes/string.C, classes/table.C, classes/void.C,
                   16659:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   16660:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   16661:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   16662:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   16663:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   16664:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   16665:          append_help_length [radical improvement here]
                   16666: 
                   16667:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   16668:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   16669:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   16670:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   16671:          even slower
                   16672: 
                   16673:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   16674:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   16675:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   16676:          clients of &get(): most to use non-ref version, some[in tight
                   16677:          places] to get_unchecked_ref
                   16678: 
                   16679:        * src/doc/memory.dox: forgot to add
                   16680: 
                   16681:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   16682:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   16683:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   16684:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   16685:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16686:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   16687:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   16688:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   16689:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   16690:          func] other Array & removed
                   16691: 
                   16692: 2003-03-26  paf
                   16693: 
                   16694:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   16695:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   16696:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   16697:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16698:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   16699:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   16700:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16701:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   16702:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16703:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   16704:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   16705:          pre-evaluated .count() in some places
                   16706: 
                   16707:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16708:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   16709:          types/types.dsp: .dsp profiling updated
                   16710: 
                   16711:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   16712:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   16713:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   16714: 
                   16715:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   16716:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   16717:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   16718:          use lib/gc,lib/cord
                   16719: 
1.116     moko     16720:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   16721:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     16722:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   16723:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   16724:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16725:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     16726:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     16727:          src/lib/cord/include/Makefile.am,
1.116     moko     16728:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   16729:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   16730:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   16731:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   16732:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   16733:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   16734:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   16735:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   16736:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   16737:          funcs ported pa_exec
1.95      moko     16738: 
                   16739:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   16740: 
                   16741:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   16742:          bundled gc includes
                   16743: 
                   16744:        * src/: classes/op.C, include/pa_array.h,
                   16745:          include/pa_sql_connection.h, include/pa_string.h,
                   16746:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   16747:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   16748:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   16749:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   16750:          first real site (aval)]
                   16751: 
                   16752: 2003-03-25  paf
                   16753: 
1.211     moko     16754:        * operators.ru.txt, operators.txt,
                   16755:          src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
                   16756:          $status.memory used free since_compact process
1.95      moko     16757: 
                   16758:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   16759:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   16760: 
                   16761:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   16762: 
                   16763:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   16764:          src/types/pa_value.h, src/types/pa_vfile.h,
                   16765:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16766:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   16767:          tests/results/121.processed: untaint.C L_URI
                   16768: 
1.211     moko     16769:        * operators.ru.txt, operators.txt, src/classes/Makefile.am,
                   16770:          src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
                   16771:          src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
                   16772:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95      moko     16773: 
                   16774:        * tests/results/109.processed: it was a bug in parser. updated 109
                   16775:          test result
                   16776: 
                   16777:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   16778: 
                   16779:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   16780:          tests/results/107.processed: fixed dom language [values are now
                   16781:          considered tainted.  it was a bug in parser. updated 107 test
                   16782:          result
                   16783: 
                   16784:        * src/classes/xdoc.C: fixed transform params
                   16785: 
                   16786:        * src/: include/pa_stylesheet_manager.h,
                   16787:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   16788: 
                   16789:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   16790:          overloads for structure handling
                   16791: 
                   16792:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   16793:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   16794:          StringBody(0) ambiguilty, introducting static
                   16795:          StringBody::Format(int)
                   16796: 
                   16797:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   16798:          linked
                   16799: 
                   16800:        * src/types/pa_vxdoc.C: vxdoc compiled
                   16801: 
                   16802:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   16803:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   16804:          finalizers isntalled
                   16805: 
                   16806:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   16807:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   16808:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16809:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   16810:          compiled todo: xnode.C / finalizers
                   16811: 
                   16812:        * src/doc/string.dox: updated: new string internals
                   16813: 
                   16814: 2003-03-24  paf
                   16815: 
                   16816:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16817:          include/pa_charset.h, include/pa_config_fixed.h,
                   16818:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   16819:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   16820:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16821:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   16822:          types/pa_vxnode.h: started XML
                   16823: 
                   16824:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   16825: 
                   16826:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16827:          include/pa_string.h, main/pa_common.C,
                   16828:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   16829: 
                   16830:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16831:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   16832:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   16833:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   16834:          for eq STRING_NOT_FOUND
                   16835: 
                   16836:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   16837:          optimize bit implemented
                   16838: 
                   16839:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   16840:          String::ArrayFragment::append_positions fixed
                   16841: 
                   16842:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   16843:          String::this_starts fixed
                   16844: 
                   16845:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   16846: 
                   16847:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   16848:          hashcode implemented fully, including per-char callback [it can
                   16849:          be - substr CORD node]
                   16850: 
                   16851:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   16852:          rewritten to rewalloc with 100byte buf ahead
                   16853: 
                   16854:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   16855:          src/include/pa_string.h, src/main/compile.tab.C,
                   16856:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   16857:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   16858:          CORD_ec [bad] would rewrite as realloc now
                   16859: 
                   16860:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16861:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   16862:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16863:          include/pa_common.h, include/pa_request.h,
                   16864:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   16865:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   16866:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   16867:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   16868:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   16869:          types/pa_vstateless_class.h: 2*2 worked :)
                   16870: 
                   16871:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   16872:          src/include/pa_exec.h, src/include/pa_string.h,
                   16873:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   16874:          passed OK
                   16875: 
                   16876:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16877:          types/pa_value.C: all linked todo: debug
                   16878: 
                   16879:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   16880:          types/pa_vstateless_class.C: all compiled.  todo:link
                   16881: 
                   16882:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   16883: 
                   16884:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   16885: 
                   16886:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   16887: 
                   16888:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   16889: 
                   16890:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   16891:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   16892:          pa_vstateless_class.C, pa_vstateless_class.h:
                   16893:          pa_vstateless_class.C compiled
                   16894: 
                   16895:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   16896:          types/pa_vmath.C: pa_vmail.C compiled
                   16897: 
                   16898:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   16899: 
                   16900:        * src/types/pa_vform.C: pa_vform.C compiled
                   16901: 
                   16902:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   16903: 
                   16904:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   16905:          pa_vstateless_class.C: pa_vcookie.C compiled
                   16906: 
                   16907:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   16908:          types/pa_vhash.h: pa_value.C compiled
                   16909: 
                   16910:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   16911:          classes.lib main.lib compiled
                   16912: 
                   16913:        * src/classes/void.C: void.C compiled
                   16914: 
                   16915:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   16916:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   16917:          compiled
                   16918: 
                   16919:        * src/: classes/string.C, include/pa_request.h,
                   16920:          include/pa_string.h, main/pa_string.C: string.C compiled
                   16921: 
                   16922:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   16923:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   16924:          main/pa_request.C, main/pa_string.C: op.C compiled
                   16925: 
                   16926:        * src/classes/: math.C, op.C: math.C compiled
                   16927: 
                   16928:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   16929:          types/pa_vmail.h: mail.C compiled
                   16930: 
                   16931:        * src/classes/: int.C, table.C: int.C compiled
                   16932: 
                   16933:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   16934:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   16935:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   16936:          compiled
                   16937: 
                   16938:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16939:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   16940:          include/pa_sql_connection.h: hash.C compiled
                   16941: 
                   16942:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   16943:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16944:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16945:          classes/math.C, classes/op.C, classes/response.C,
                   16946:          classes/string.C, classes/table.C, classes/void.C,
                   16947:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   16948:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16949:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   16950:          file.C table.C compiled
                   16951: 
                   16952:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   16953:          main/untaint.C: main.lib compiled
                   16954: 
                   16955: 2003-03-21  paf
                   16956: 
                   16957:        * src/: classes/op.C, include/pa_cache_managers.h,
                   16958:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16959:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   16960:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   16961:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   16962:          compiled
                   16963: 
                   16964:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   16965:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   16966:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16967:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   16968:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   16969:          pa_request.C compiled
                   16970: 
                   16971:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   16972:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   16973:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   16974:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   16975:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16976:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   16977:          compiled
                   16978: 
                   16979:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   16980:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   16981:          on unix
                   16982: 
                   16983:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16984:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   16985:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   16986:          pa_charsets.C compiled
                   16987: 
                   16988:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   16989:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   16990:          main/compile.y, main/execute.C, main/pa_common.C,
                   16991:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   16992:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   16993:          types/pa_vmethod_frame.h: execute.C compiled
                   16994: 
                   16995:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16996:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16997:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16998:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   16999:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17000:          include/pa_cache_managers.h, include/pa_charsets.h,
                   17001:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   17002:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   17003:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17004:          include/pa_stylesheet_connection.h,
                   17005:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17006:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17007:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17008:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17009:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   17010:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   17011:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17012:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   17013:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   17014:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17015:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17016:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17017:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17018:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17019:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   17020:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   17021:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   17022:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17023:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17024:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17025:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17026:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17027:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17028:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17029:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   17030:          [C++ CORD wrapper]
                   17031: 
                   17032:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   17033: 
                   17034:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   17035:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   17036: 
                   17037:          command line, env values, input got transcoded before call
                   17038:          stdout, stderr got transcoded after call
                   17039: 
                   17040:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   17041:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   17042: 
                   17043:        * src/main/pa_common.C: } typo bug fix
                   17044: 
                   17045:        * src/main/pa_common.C: } typo bug fix
                   17046: 
                   17047: 2003-03-20  paf
                   17048: 
                   17049:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   17050:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   17051: 
                   17052:        * src/include/pa_string.h: more tests
                   17053: 
                   17054:        * src/main/pa_string.C: string.pos fixed
                   17055: 
1.116     moko     17056:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   17057:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   17058:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   17059:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   17060:          replaces
1.95      moko     17061: 
                   17062:        * src/: classes/image.C, include/pa_dictionary.h,
                   17063:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   17064:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   17065:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   17066:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   17067: 
                   17068:        * src/include/pa_string.h: warning
                   17069: 
                   17070:        * src/include/pa_string.h: this_starts fixed
                   17071: 
                   17072:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   17073:          new String ctor & append params convention
                   17074: 
                   17075:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   17076:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   17077:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   17078:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   17079:          main/pa_exception.C, main/pa_exec.C,
                   17080:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17081:          main/pa_stylesheet_manager.C, main/untaint.C,
                   17082:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   17083:          types/pa_vmail.C: more tests OK
                   17084: 
                   17085:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   17086:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   17087:          gc/exit runned OK
                   17088: 
                   17089:        * src/types/pa_vmail.C: another naming problem: should not name
                   17090:          vars like that: unpredictable close caused problems with later
                   17091:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   17092:          descriptors missing on startup: stdin; Bad file number
                   17093: 
                   17094:          todo: find out why so many filters(stream) here. probably wrong?
                   17095: 
                   17096:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   17097:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   17098:          main/untaint.C: test compiled
                   17099: 
                   17100:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   17101:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   17102:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   17103:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   17104:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   17105:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   17106:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   17107:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   17108:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   17109:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   17110: 
                   17111:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   17112:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   17113:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   17114:          src/include/pa_memory.h, src/include/pa_request.h,
                   17115:          src/include/pa_request_charsets.h,
                   17116:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   17117:          src/main/compile.tab.C, src/main/execute.C,
                   17118:          src/main/pa_charset.C, src/main/pa_common.C,
                   17119:          src/main/pa_exception.C, src/main/pa_exec.C,
                   17120:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   17121:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   17122:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   17123:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   17124:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   17125:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   17126:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17127:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   17128:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   17129:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   17130:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   17131:          pa_common.C [done, without http for now]
                   17132: 
                   17133: 2003-03-19  paf
                   17134: 
                   17135:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   17136:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   17137:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   17138:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   17139:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   17140:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   17141:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   17142:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   17143:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   17144:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   17145:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   17146:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   17147:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17148:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17149:          types/pa_wwrapper.h: started test
                   17150: 
1.116     moko     17151:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   17152:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     17153: 
                   17154:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   17155:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   17156:          it
                   17157: 
                   17158:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   17159:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   17160:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   17161:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   17162:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   17163:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   17164:          types/pa_vmethod_frame.h, types/types.dsp: string
                   17165:          reimplementation with cord+array<fragment>: 70%
                   17166: 
                   17167: 2003-03-18  paf
                   17168: 
                   17169:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   17170:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   17171:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   17172:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   17173:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   17174:          can ignore lang in cmp and pos really,             but would
                   17175:          split properly!
                   17176: 
                   17177:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   17178:          cord part made parser/src/lib: it's not compiled into libgc by
                   17179:          default
                   17180: 
                   17181:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   17182:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   17183:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   17184:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   17185:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   17186:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17187:          src/classes/xnode.C, src/classes/xnode.h,
                   17188:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   17189:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   17190:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   17191:          src/include/pa_exception.h, src/include/pa_exec.h,
                   17192:          src/include/pa_globals.h, src/include/pa_hash.h,
                   17193:          src/include/pa_memory.h, src/include/pa_pool.h,
                   17194:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   17195:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   17196:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   17197:          src/include/pa_stylesheet_connection.h,
                   17198:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   17199:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   17200:          src/main/compile.C, src/main/compile.tab.C,
                   17201:          src/main/compile_tools.C, src/main/compile_tools.h,
                   17202:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   17203:          src/main/pa_charsets.C, src/main/pa_common.C,
                   17204:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   17205:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   17206:          src/main/pa_pool.C, src/main/pa_request.C,
                   17207:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   17208:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   17209:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   17210:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17211:          src/types/pa_junction.h, src/types/pa_method.h,
                   17212:          src/types/pa_value.C, src/types/pa_value.h,
                   17213:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   17214:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   17215:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   17216:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   17217:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   17218:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   17219:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   17220:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   17221:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   17222:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17223:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   17224:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   17225:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   17226:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   17227:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   17228:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   17229:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   17230:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   17231:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   17232:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   17233:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   17234:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   17235:          gc: PA_Object done lots of replacements also
                   17236: 
                   17237:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   17238:          gc logging
                   17239: 
                   17240: 2003-03-17  paf
                   17241: 
                   17242:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   17243:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   17244:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   17245:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17246:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   17247:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   17248:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   17249:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17250:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17251:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   17252:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   17253:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17254:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   17255:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   17256:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17257:          types/pa_vxnode.h: libgc attempt
                   17258: 
                   17259: 2003-03-13  paf
                   17260: 
                   17261:        * src/: include/pa_sql_driver_manager.h,
                   17262:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   17263:          called
                   17264: 
                   17265:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   17266:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   17267:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   17268:          types/pa_value.h, types/pa_vobject.h,
                   17269:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   17270:          set_base, set_derived simplified [counter leaks fixed]
                   17271: 
                   17272:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   17273:          src/types/types.dsp: incorporated status class patch From:
                   17274:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   17275:          2003 8:14 AM
                   17276: 
                   17277:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   17278:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   17279:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   17280: 
                   17281: 2003-03-12  paf
                   17282: 
1.116     moko     17283:        * configure, configure.in, src/lib/ltdl/configure,
                   17284:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     17285:          lib/ltdl/Makefile now created by /configure.in only [were by
                   17286:          lib/ltdl/configure.in OVERWRITE]
                   17287: 
1.116     moko     17288:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   17289:          linkage fixed for g++ 3.2.2
1.95      moko     17290: 
                   17291:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   17292:          on using privately declared class [fixed]
                   17293: 
                   17294:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   17295:          3.2 rightliy complained on using privately declared class [fixed]
                   17296: 
                   17297:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   17298:          sigpipe before request constructor now causes death
                   17299: 
                   17300:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   17301:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   17302:          not cause exception in exception handler
                   17303: 
1.116     moko     17304:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   17305:          now default links libstdc++ statically.  that can be overriden by
                   17306:          --with-dynamic-stdcpp
1.95      moko     17307: 
                   17308: 2003-03-11  paf
                   17309: 
                   17310:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   17311:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   17312:          necessity of libstdc++
                   17313: 
                   17314:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   17315: 
                   17316:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   17317: 
                   17318: 2003-03-08  paf
                   17319: 
                   17320:        * tests/Makefile: make install & co
                   17321: 
                   17322:        * src/: include/pa_request.h, classes/op.C: removing
                   17323:          vclass,object.h -> pa_request.h dependency
                   17324: 
                   17325:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   17326:          main/pa_request.C: removing vform,response,cookie.h ->
                   17327:          pa_request.h dependency
                   17328: 
                   17329:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   17330:          dependency [testing...]
                   17331: 
                   17332:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   17333:          return 0; fixed
                   17334: 
                   17335:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   17336:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   17337: 
                   17338:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   17339: 
                   17340:        * src/main/pa_request.C: forgotten: ifdef XML
                   17341: 
                   17342:        * src/main/pa_request.C: forgotten: ifdef XML
                   17343: 
                   17344:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   17345:          win32 and run memleak tests again
                   17346: 
                   17347:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   17348:          old xml lib-- it's internal memory handling has faults
                   17349: 
                   17350:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   17351:          problems when transcode from charset A to A.
                   17352: 
                   17353:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   17354:          todo: still problems when transcode from charset A to A.
                   17355: 
                   17356:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   17357:          classes/table.C, include/pa_array.h,
                   17358:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   17359:          started full-scale-site-test [~ http://parser.ru sources]
                   17360: 
                   17361:          some fixes
                   17362: 
                   17363:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   17364:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   17365:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   17366:          results/110.processed, results/111.processed,
                   17367:          results/112.processed, results/113.processed,
                   17368:          results/114.processed, results/115.processed,
                   17369:          results/116.processed, results/117.processed,
                   17370:          results/118.processed, results/119.processed,
                   17371:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   17372:          selectSingle 111 xdoc.create from tainted & 112
                   17373:          xdoc.create/output with russian attr value 113 xpath
                   17374:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   17375:          116 output media-type change 117 transform by dom stylesheet 118
                   17376:          empty transform result 119 dom setAttribute 120 nbsp letter
                   17377:          output
                   17378: 
                   17379:          =END OF PREPARED XML TESTS=
                   17380: 
                   17381: 2003-03-07  paf
                   17382: 
                   17383:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   17384:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   17385:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   17386:          transform with params [bugs fixed]
                   17387: 
                   17388:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   17389:          from copy/paste bug
                   17390: 
                   17391:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   17392:          src/include/pa_request.h, src/main/execute.C,
                   17393:          src/main/pa_charset.C, src/main/pa_exception.C,
                   17394:          src/main/pa_globals.C, src/main/pa_request.C,
                   17395:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   17396:          src/types/pa_vxnode.C, tests/107.html,
                   17397:          tests/results/107.processed: xml: test: 107 bug fixes
                   17398: 
                   17399:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17400:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17401:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   17402: 
                   17403:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   17404:          string
                   17405: 
                   17406:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   17407:          mem alloc functions used for different cases [libxml, libxsl]
                   17408: 
                   17409:        * src/classes/classes.C: fixed: prevent system classes from
                   17410:          modification to lock ALL the classes, not only directly used
                   17411: 
                   17412:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   17413:          linked
                   17414: 
                   17415:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   17416: 
                   17417: 2003-03-06  paf
                   17418: 
                   17419:        * src/classes/xdoc.C: xdoc.C 50%
                   17420: 
                   17421:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   17422:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   17423:          main/pa_globals.C, main/pa_request.C,
                   17424:          main/pa_stylesheet_manager.C: xnode.C compiled
                   17425: 
                   17426:        * src/: include/pa_stylesheet_connection.h,
                   17427:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   17428:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   17429: 
                   17430:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   17431:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   17432:          xml: stylesheet&manager STARTED
                   17433: 
                   17434:        * src/: include/pa_globals.h, main/pa_charset.C,
                   17435:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   17436: 
                   17437:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   17438:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   17439:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   17440:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   17441:          charsets
                   17442: 
                   17443:        * tests/023.html: in some cases it rounded up badly. postponing
                   17444:          solution of that problem, making more simple test
                   17445: 
                   17446:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   17447:          -kb now
                   17448: 
                   17449:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   17450:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   17451:          moved to charsets.C
                   17452: 
                   17453: 2003-03-05  paf
                   17454: 
                   17455:        * src/classes/string.C, src/include/pa_string.h,
                   17456:          src/main/pa_string.C, tests/105.html,
                   17457:          tests/results/105.processed: String::match bug fixed
                   17458: 
                   17459:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   17460:          tests/results/104.processed: ^bpt operator added [does int3 in
                   17461:          debug build on win32]
                   17462: 
                   17463:        * tests/: 057.html, results/057.processed: test bug fixed
                   17464: 
1.116     moko     17465:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     17466: 
                   17467:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   17468:          missing
                   17469: 
1.116     moko     17470:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   17471:          forgotten files added to Makes
1.95      moko     17472: 
                   17473:        * ltmain.sh: ltmain.sh added
                   17474: 
                   17475:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   17476:          change undone ;(
                   17477: 
                   17478:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   17479:          made static
                   17480: 
                   17481:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     17482:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   17483:          todo:make linker happy
1.95      moko     17484: 
                   17485:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   17486:          env param made optional
                   17487: 
                   17488: 2003-03-04  paf
                   17489: 
                   17490:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   17491:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   17492: 
                   17493:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   17494:          results/103.processed: tests: 103 image.copy transparence test
                   17495: 
                   17496:        * src/main/execute.C, tests/101.html, tests/102.html,
                   17497:          tests/results/101.processed, tests/results/102.processed: tests:
                   17498:          101 method/variable name conflict test 102 form fields change
                   17499:          should not not change anything [bug fix]
                   17500: 
                   17501:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   17502:          results/099.processed, results/100.processed: tests: 57 date
                   17503:          create 2002: added 99,100 response:body/download
                   17504: 
                   17505:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   17506:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   17507: 
                   17508:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   17509:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   17510:          fixed]
                   17511: 
                   17512:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   17513:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   17514:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   17515:          image EXIF  [bug fixed]
                   17516: 
                   17517:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   17518:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   17519:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   17520:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   17521:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   17522:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   17523:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   17524:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   17525:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   17526:          tests/094.html, tests/095.html, tests/results/061.processed,
                   17527:          tests/results/062.processed, tests/results/063.processed,
                   17528:          tests/results/064.processed, tests/results/065.processed,
                   17529:          tests/results/066.processed, tests/results/067.processed,
                   17530:          tests/results/068.processed, tests/results/069.processed,
                   17531:          tests/results/070.processed, tests/results/071.processed,
                   17532:          tests/results/072.processed, tests/results/073.processed,
                   17533:          tests/results/074.processed, tests/results/075.processed,
                   17534:          tests/results/076.processed, tests/results/077.processed,
                   17535:          tests/results/078.processed, tests/results/080.processed,
                   17536:          tests/results/081.processed, tests/results/082.processed,
                   17537:          tests/results/083.processed, tests/results/084.processed,
                   17538:          tests/results/085.processed, tests/results/086.processed,
                   17539:          tests/results/087.processed, tests/results/088.processed,
                   17540:          tests/results/089.processed, tests/results/090.processed,
                   17541:          tests/results/091.processed, tests/results/092.processed,
                   17542:          tests/results/093.processed, tests/results/094.processed,
                   17543:          tests/results/095.processed, tests/079.html,
                   17544:          tests/results/079.processed: tests: 61 file::stat size 62
                   17545:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   17546:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   17547:          string.match simple on long 68 string.match normalized simple on
                   17548:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   17549:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   17550:          date arithmetics 75 response date values/attributes 76 string.pos
                   17551:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   17552:          with local 80 scientific numeric literal in string autoconvert 81
                   17553:          xor: logical and numerical 82 for delims 83 menu delims 84
                   17554:          table.hash distinct 85 long string  replace 86 throw+catch
                   17555:          current language preserve 87 bit shifts 88 junction tests +
                   17556:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   17557:          91 $caller test 92 junction is + def junction tests 93 $caller
                   17558:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   17559: 
                   17560:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   17561:          fixed] 60 string eq string [bug fixed]
                   17562: 
                   17563:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   17564:          058.html, 058_paf2000.png, 059.html, 060.html,
                   17565:          results/053.processed, results/054.processed,
                   17566:          results/055.processed, results/056.processed,
                   17567:          results/057.processed, results/058.processed,
                   17568:          results/059.processed, results/060.processed: test: 53
                   17569:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   17570:          date.create[string] 58 image.measure[png]
                   17571: 
                   17572:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   17573:          outputs/051.processed, results/052.processed: test: 52
                   17574:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   17575:          task: fix that
                   17576: 
                   17577: 2003-03-03  paf
                   17578: 
                   17579:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   17580:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   17581:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   17582:          outputs/049.processed, outputs/050.processed,
                   17583:          outputs/051.processed, results/001.processed,
                   17584:          results/002.processed, results/003.processed,
                   17585:          results/005.processed, results/006.processed,
                   17586:          results/008.processed, results/009.processed,
                   17587:          results/011.processed, results/012.processed,
                   17588:          results/013.processed, results/014.processed,
                   17589:          results/015.processed, results/016.processed,
                   17590:          results/017.processed, results/020.processed,
                   17591:          results/021.processed, results/022.processed,
                   17592:          results/024.processed, results/025.processed,
                   17593:          results/026.processed, results/027.processed,
                   17594:          results/028.processed, results/029.processed,
                   17595:          results/030.processed, results/031.processed,
                   17596:          results/049.processed, results/050.processed,
                   17597:          results/051.processed, results/043.processed,
                   17598:          results/044.processed, results/045.processed,
                   17599:          results/046.processed, results/047.processed,
                   17600:          results/048.processed: tests: 43,44,45 date rolls 46
                   17601:          autoevaluating junction 47 table.select 48 name with subvar 49
                   17602:          hash-creating switch 50 process 51 started parent/child, works as
                   17603:          it were but it were NOT GOOD, created separate task  to fix that
                   17604: 
                   17605:        * tests/: 042.html, results/042.processed: test: 42
                   17606:          exception.handled
                   17607: 
                   17608:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   17609:          expression
                   17610: 
                   17611:        * tests/: 040.html, results/040.processed: test: 39 method result
                   17612:          of type table 40 method param junction auto evaluate
                   17613: 
                   17614:        * tests/: 039.html, results/039.processed: test: 37 method result
                   17615:          of type table
                   17616: 
                   17617:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   17618:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   17619:          tests/038.html, tests/results/033.processed,
                   17620:          tests/results/034.processed, tests/results/035.processed,
                   17621:          tests/results/036.processed, tests/results/037.processed,
                   17622:          tests/results/038.processed: tests: 33 string.replace 34
                   17623:          string.upper 35 table created 36 local/global vars with juntions
                   17624:          37 table clone 38 math PI & number formatting
                   17625: 
                   17626:          math class registring typo fixed
                   17627: 
                   17628:        * src/classes/op.C, src/include/pa_request.h,
                   17629:          src/include/pa_string.h, src/main/execute.C,
                   17630:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   17631:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   17632:          tests/032.html, tests/results/032.processed: uchar changed to
                   17633:          String_UL in all places [was not everywhere] untaint test: 032
                   17634: 
                   17635:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   17636:          tests/results/004.processed, tests/parser-cygwin.sh,
                   17637:          tests/parser-unix.sh: removed -H command line key, now testing
                   17638:          using .sh file with SERVER_SOFTWARE=xxx
                   17639: 
                   17640: 2003-02-26  paf
                   17641: 
                   17642:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   17643:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   17644:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   17645:          tests/results/024.processed, tests/results/025.processed,
                   17646:          tests/results/026.processed, tests/results/027.processed,
                   17647:          tests/results/028.processed, tests/results/029.processed,
                   17648:          tests/results/030.processed, tests/results/031.processed: fixed
                   17649:          bug with name_cstr mutable CharPtr more tests
                   17650: 
                   17651:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   17652:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   17653:          << abort.  die now just exits
                   17654: 
                   17655:        * src/classes/classes.awk, src/classes/classes.h,
                   17656:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   17657:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   17658:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   17659:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   17660:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17661:          src/classes/xnode.C, src/include/pa_memory.h,
                   17662:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   17663:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   17664:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   17665:          tests/017.html, tests/018.html, tests/019.html,
                   17666:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   17667:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   17668:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   17669:          tests/results/015.processed, tests/results/016.processed,
                   17670:          tests/results/017.processed, tests/results/018.processed,
                   17671:          tests/results/019.processed, tests/results/020.processed,
                   17672:          tests/results/021.processed, tests/results/022.processed,
                   17673:          tests/results/023.processed: methoded_array now contains all Mxxx
                   17674:          classes SAPI::get_env now returns info on pool more tests
                   17675: 
                   17676:        * src/include/pa_array.h, src/include/pa_hash.h,
                   17677:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   17678:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   17679:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   17680:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   17681:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   17682:          tests/results/001.processed, tests/results/002.processed,
                   17683:          tests/results/003.processed, tests/results/004.processed,
                   17684:          tests/results/005.processed, tests/results/006.processed,
                   17685:          tests/results/007.processed, tests/results/008.processed,
                   17686:          tests/results/009.processed, tests/results/010.processed,
                   17687:          tests/results/011.processed, tests/results/012.processed,
                   17688:          tests/results/013.processed, tests/results/014.processed: hash
                   17689:          cloning fixed
                   17690: 
                   17691: 2003-02-25  paf
                   17692: 
                   17693:        * src/main/pa_common.C: typo fixed
                   17694: 
                   17695: 2003-02-24  paf
                   17696: 
                   17697:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   17698:          [one remained]
                   17699: 
                   17700:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   17701:          [should have been get_string(&pool)] todo: check other such calls
                   17702: 
                   17703:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   17704:          test10, bad lookups
                   17705: 
                   17706:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   17707:          object got destructed, and xxx points to sky
                   17708: 
                   17709:        * ChangeLog, src/classes/string.C: match bug fixed
                   17710: 
                   17711:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   17712:          $.charset[specified] now
                   17713: 
                   17714:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17715:          which failed to handle sigsetjmp+throw: crashed inside of
                   17716:          pre-throw code.  rewritten simplier [though duplicating
                   17717:          closesocket code]
                   17718: 
                   17719:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17720:          which failed to handle sigsetjmp+throw: crashed inside of
                   17721:          pre-throw code.  rewritten simplier [though duplicating
                   17722:          closesocket code]
                   17723: 
                   17724: 2003-02-21  paf
                   17725: 
1.211     moko     17726:        * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
                   17727:          src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
                   17728:          now]]
1.95      moko     17729: 
                   17730:          written makefile with regression tests [raw]
                   17731: 
                   17732:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   17733:          tests' only [it's not forcing CGI mode now] now use -H to output
                   17734:          CGI header when parser used in command line [useful for tests
                   17735:          also]
                   17736: 
                   17737:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   17738:          switches on CGI mode, and is used in regression tests
                   17739: 
                   17740:        * src/: include/pa_request.h, main/pa_request.C,
                   17741:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   17742:          fixed
                   17743: 
                   17744:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   17745:          handling pa_*
                   17746: 
                   17747:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   17748:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   17749:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   17750:          memory handling files
                   17751: 
                   17752:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   17753: 
                   17754:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   17755:          compiles OK test to show benefits of free
                   17756: 
                   17757:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   17758:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   17759:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17760:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   17761:          use pool [as the one in ^process]
                   17762: 
                   17763:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   17764:          -- some must use pool [as the one in ^process]
                   17765: 
                   17766: 2003-02-20  paf
                   17767: 
                   17768:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17769:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17770:          classes/math.C, classes/op.C, classes/response.C,
                   17771:          classes/string.C, classes/table.C, classes/void.C,
                   17772:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   17773:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   17774:          string cmp fixed
                   17775: 
                   17776:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   17777:          values passed OK now
                   17778: 
                   17779: 2003-02-19  paf
                   17780: 
                   17781:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   17782:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   17783:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   17784:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   17785:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   17786:          all remaning leaks resulted from pooled::malloc calls [excluding
                   17787:          in gd -- planning complete rewrite extremely ugly code]
                   17788: 
                   17789:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   17790:          files
                   17791: 
                   17792: 2003-02-17  paf
                   17793: 
                   17794:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17795:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17796:          classes/response.C, classes/string.C, classes/table.C,
                   17797:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   17798:          include/pa_stylesheet_connection.h,
                   17799:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   17800:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17801:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   17802:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17803:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17804:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   17805:          of unitialized simple-typed field
                   17806: 
                   17807:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   17808:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   17809:          simple-typed field fixed.  todo: find&kill all like that one
                   17810: 
                   17811:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   17812:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   17813:          debug output fixed
                   17814: 
                   17815:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   17816:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   17817:          object_ptr from delete[them]
                   17818: 
                   17819:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   17820:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   17821:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   17822:          main/pa_charset.C, main/pa_common.C,
                   17823:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17824:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17825:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   17826:          calls
                   17827: 
                   17828:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   17829:          couple mem leaks rusulted from old pooled::malloc usage.
                   17830:          todo:find more like those
                   17831: 
                   17832:        * src/main/: compile.C, compile_tools.C: 2*2!
                   17833: 
                   17834:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   17835:          stackItem fixed [there were no string on stack before]
                   17836: 
                   17837:        * src/: main/execute.C, main/pa_request.C,
                   17838:          types/pa_vmethod_frame.C: first letters out OK
                   17839: 
                   17840:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   17841:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   17842:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   17843:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   17844:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   17845:          type not initialized with zeros :( while class fields of class
                   17846:          types initialized with default constructors.  learn C++
                   17847: 
                   17848:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   17849:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   17850:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   17851:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   17852:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   17853: 
                   17854: 2003-02-14  paf
                   17855: 
                   17856:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   17857:          13 link errors
                   17858: 
                   17859:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   17860:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17861:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17862:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   17863:          errors :)
                   17864: 
                   17865:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   17866:          classes/hash.C, classes/mail.C, classes/op.C,
                   17867:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   17868:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   17869:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   17870:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   17871: 
                   17872:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   17873:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   17874:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   17875:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   17876:          types/pa_vint.h, types/types.dsp: op compiled
                   17877: 
                   17878:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   17879:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   17880:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   17881: 
                   17882: 2003-02-07  paf
                   17883: 
                   17884:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   17885: 
                   17886: 2003-02-06  paf
                   17887: 
                   17888:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   17889:          mail compiled
                   17890: 
                   17891:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   17892:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   17893:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   17894: 
                   17895:        * src/classes/: file.C, form.C: form compiled
                   17896: 
                   17897:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   17898:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   17899:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   17900: 
                   17901:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   17902:          types/pa_vmath.h: math compiled [win32]
                   17903: 
                   17904:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   17905:          types/pa_vstring.h: hash compiled
                   17906: 
                   17907: 2003-02-04  paf
                   17908: 
                   17909:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   17910:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   17911:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   17912:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   17913:          types/pa_vhash.h: hash 50% compiled
                   17914: 
                   17915:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   17916:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   17917:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17918:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   17919:          main/pa_string.C: date compiled
                   17920: 
                   17921:        * src/classes/: classes.dsp, double.C: double compiled
                   17922: 
                   17923:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17924:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   17925:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17926:          classes/string.C, classes/table.C, classes/void.C,
                   17927:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   17928:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   17929:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   17930:          compiled
                   17931: 
                   17932:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17933:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17934:          classes/math.C, classes/op.C, classes/response.C,
                   17935:          classes/string.C, classes/table.C, classes/void.C,
                   17936:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17937:          types/pa_vvoid.h: void  compiled :)
                   17938: 
                   17939:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   17940:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17941:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17942:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   17943:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   17944:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   17945:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   17946:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   17947:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   17948:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   17949:          value_includes.h
                   17950: 
                   17951:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   17952:          trying to remove stupid value_includes.h
                   17953: 
                   17954:        * src/main/pa_exec.C: pa_exec compiled on win32
                   17955: 
                   17956:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   17957: 
                   17958:        * src/: include/pa_globals.h, include/pa_request.h,
                   17959:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   17960:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   17961:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   17962:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   17963:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   17964: 
                   17965:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   17966:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   17967:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   17968: 
                   17969:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   17970:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   17971:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   17972:          compiled
                   17973: 
                   17974:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   17975:          name conflicts)
                   17976: 
                   17977:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   17978:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   17979:          yelds "virtual memory exhausted" while trying to compile
                   17980:          execute.C [eating up to 127MB]
                   17981: 
                   17982: 2003-02-03  paf
                   17983: 
                   17984:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   17985:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   17986:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   17987:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   17988:          types/pa_vint.h, types/pa_vjunction.h,
                   17989:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   17990:          started gcc compiling pa_common compiled
                   17991: 
                   17992:        * src/: include/pa_exception.h, include/pa_pool.h,
                   17993:          main/pa_exception.C: exception gcc change #1
                   17994: 
1.116     moko     17995:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   17996:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     17997: 
                   17998:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   17999: 
                   18000:        * src/types/pa_vtable.C: vtable compiled
                   18001: 
                   18002:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   18003: 
                   18004:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   18005:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   18006: 
                   18007:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   18008: 
                   18009:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   18010: 
                   18011:        * src/types/pa_vrequest.C: vrequest compiled
                   18012: 
                   18013:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   18014:          pa_vobject.C, pa_vobject.h: vobject compiled
                   18015: 
                   18016:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   18017:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   18018:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   18019:          compiled
                   18020: 
                   18021:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   18022: 
                   18023:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   18024:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   18025:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   18026:          compiled
                   18027: 
                   18028:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18029:          main.lib - 0 error(s), 0 warning(s)
                   18030: 
                   18031:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18032:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   18033: 
                   18034: 2003-01-31  paf
                   18035: 
                   18036:        * src/: include/pa_array.h, include/pa_operation.h,
                   18037:          include/pa_request.h, main/execute.C, main/main.dsp,
                   18038:          types/pa_vjunction.h: started last file from main library:
                   18039:          execute
                   18040: 
                   18041:        * src/: include/pa_request.h, include/pa_sapi.h,
                   18042:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   18043:          main/pa_request.C, targets/cgi/parser3.C,
                   18044:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   18045:          types/pa_vhash.h: pa_request compiled
                   18046: 
                   18047:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   18048:          include/pa_globals.h, include/pa_request.h,
                   18049:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   18050:          main/execute.C, main/main.dsp, main/pa_common.C,
                   18051:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   18052:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   18053:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   18054:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18055:          types/types.dsp: most pa_request compiled
                   18056: 
                   18057:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18058:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18059:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   18060:          classes/op.C, classes/response.C, classes/string.C,
                   18061:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18062:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   18063:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18064:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18065:          include/pa_dictionary.h, include/pa_dir.h,
                   18066:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18067:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   18068:          include/pa_pool.h, include/pa_request.h,
                   18069:          include/pa_request_charsets.h, include/pa_request_info.h,
                   18070:          include/pa_sapi.h, include/pa_socks.h,
                   18071:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18072:          include/pa_stack.h, include/pa_string.h,
                   18073:          include/pa_stylesheet_connection.h,
                   18074:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18075:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18076:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   18077:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   18078:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   18079:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   18080:          main/compile.C, main/compile.tab.C, main/compile.y,
                   18081:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18082:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   18083:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   18084:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   18085:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   18086:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18087:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   18088:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   18089:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   18090:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18091:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18092:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18093:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   18094:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   18095:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18096:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18097:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18098:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18099:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   18100:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   18101:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   18102:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   18103:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18104:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18105:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18106:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18107:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18108:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18109:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18110:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   18111: 
                   18112:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   18113:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   18114:          src/include/pa_charsets.h, src/include/pa_common.h,
                   18115:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   18116:          src/include/pa_exec.h, src/include/pa_pool.h,
                   18117:          src/include/pa_request.h, src/include/pa_sapi.h,
                   18118:          src/include/pa_sql_connection.h,
                   18119:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   18120:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   18121:          src/main/compile.tab.C, src/main/compile_tools.C,
                   18122:          src/main/compile_tools.h, src/main/main.dsp,
                   18123:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   18124:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   18125:          src/main/pa_exception.C, src/main/pa_exec.C,
                   18126:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   18127:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   18128:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   18129:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   18130:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   18131:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   18132:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   18133:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   18134:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   18135:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   18136:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   18137:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   18138:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   18139:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   18140:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   18141:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   18142:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   18143:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   18144:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   18145:          died, long live StringPtr
                   18146: 
                   18147: 2003-01-30  paf
                   18148: 
                   18149:        * src/: include/pa_charset.h, include/pa_request.h,
                   18150:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   18151:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   18152:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   18153: 
                   18154:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   18155:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   18156:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   18157:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18158:          types/types.dsp: vstateless_class compiled
                   18159: 
                   18160:        * src/main/compile.C: compile compiled
                   18161: 
                   18162:        * src/: include/pa_array.h, include/pa_operation.h,
                   18163:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   18164:          main/pa_table.C: compile_tools compiled
                   18165: 
                   18166:        * src/: include/pa_operation.h, main/compile.y,
                   18167:          main/compile_tools.C, main/compile_tools.h: started
                   18168:          compile_tools. vagues ideas of how to free compiled code
                   18169: 
                   18170:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   18171:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   18172:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   18173:          compiled
                   18174: 
                   18175: 2003-01-29  paf
                   18176: 
                   18177:        * src/: include/pa_globals.h, include/pa_request.h,
                   18178:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   18179:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   18180:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   18181:          compiled
                   18182: 
                   18183:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   18184:          now
                   18185: 
                   18186:        * src/: include/pa_array.h, include/pa_exception.h,
                   18187:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   18188: 
                   18189:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   18190:          compiled
                   18191: 
                   18192:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   18193:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   18194:          types/pa_vfile.h: vfile compiled
                   18195: 
                   18196:        * src/: include/pa_common.h, include/pa_globals.h,
                   18197:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   18198:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18199:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   18200: 
                   18201:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   18202:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   18203:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   18204:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   18205:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   18206: 
                   18207:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   18208:          main/main.dsp, main/untaint.C: more compiled
                   18209: 
                   18210:        * src/: include/pa_charsets.h, include/pa_request.h,
                   18211:          include/pa_request_info.h, include/pa_string.h,
                   18212:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18213:          types/pa_vresponse.h: vrequest compiled
                   18214: 
                   18215:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   18216:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   18217:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   18218: 
                   18219:        * src/: classes/classes.h, include/pa_charset.h,
                   18220:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   18221:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   18222:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   18223:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   18224:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   18225:          types/pa_vrequest.C, types/pa_vrequest.h,
                   18226:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   18227:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   18228: 
                   18229:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   18230:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   18231:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   18232:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   18233:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18234:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   18235:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18236:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18237:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   18238: 
                   18239: 2003-01-28  paf
                   18240: 
                   18241:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   18242:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   18243:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   18244:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   18245:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   18246:          compile_tools
                   18247: 
                   18248:        * src/: include/pa_charset.h, include/pa_exception.h,
                   18249:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   18250:          untaint compiled
                   18251: 
                   18252:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   18253:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   18254:          more compiled.  struck with string::store_to needing to know
                   18255:          source/client charsets
                   18256: 
                   18257:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   18258:          types/pa_vfile.h: uue compiled
                   18259: 
                   18260:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   18261:          table compiled
                   18262: 
                   18263:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   18264:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   18265: 
                   18266:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18267:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   18268:          introduced]
                   18269: 
                   18270:        * src/: classes/date.C, include/pa_charset.h,
                   18271:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   18272:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   18273:          pa_charsets compiled
                   18274: 
                   18275:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   18276:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   18277: 
                   18278:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   18279:          common compiled
                   18280: 
                   18281:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   18282:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   18283: 
                   18284:        * src/: include/pa_array.h, include/pa_charset.h,
                   18285:          include/pa_charsets.h, include/pa_pool.h,
                   18286:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18287:          include/pa_stack.h, include/pa_string.h,
                   18288:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   18289:          sql_driver_manager compiled
                   18290: 
                   18291:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   18292:          letter i with two dots added to koi, all ukranian letters added
                   18293:          to win1251.
                   18294: 
                   18295:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   18296:          abscent from koi]
                   18297: 
                   18298: 2003-01-27  paf
                   18299: 
                   18300:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   18301:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   18302:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   18303:          sql/pa_sql_driver.h: paused on sql_manager
                   18304: 
                   18305:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   18306:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18307:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   18308:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   18309: 
                   18310:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   18311:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18312:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   18313:          main/pa_table.C: table compiled
                   18314: 
                   18315:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   18316:          cache_managers compiled
                   18317: 
                   18318:        * src/: include/pa_array.h, include/pa_charset.h,
                   18319:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   18320: 
                   18321:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   18322: 
                   18323:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   18324:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   18325:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   18326:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   18327:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   18328: 
                   18329: 2003-01-24  paf
                   18330: 
                   18331:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   18332:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   18333:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   18334:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   18335:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   18336:          types/pa_vint.h, types/pa_vjunction.h,
                   18337:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18338:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   18339: 
                   18340:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   18341:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   18342:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   18343:          main/pa_string.C, main/pa_table.C: string compiled
                   18344: 
                   18345:        * src/: include/pa_array.h, include/pa_common.h,
                   18346:          include/pa_dictionary.h, include/pa_exception.h,
                   18347:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   18348:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   18349:          main/pa_string.C: dictionary compiled
                   18350: 
                   18351: 2003-01-23  paf
                   18352: 
                   18353:        * src/: include/pa_array.h, include/pa_common.h,
                   18354:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18355:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   18356:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   18357:          types/pa_value.h: resurrected pool in new sense: now it's
                   18358:          factory, producing&accounting memory chunks for read[autofree]
                   18359:          buffers
                   18360: 
                   18361:        * src/: include/pa_array.h, include/pa_exception.h,
                   18362:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   18363:          main/pa_exception.C, main/pa_table.C: table compiled
                   18364: 
                   18365:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   18366:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   18367:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   18368:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   18369:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   18370:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   18371:          main/pa_table.C: aint that easy
                   18372: 
                   18373:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   18374:          main/main.dsp: continued with Hash
                   18375: 
                   18376:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   18377:          stack] now. and exception can be reported OK now [can be reported
                   18378:          outside of pro c with that stack]
                   18379: 
                   18380: 2003-01-22  paf
                   18381: 
                   18382:        * src/: include/pa_array.h, include/pa_charset.h,
                   18383:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   18384:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   18385:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   18386:          base: contains references_count.  auto_ptr template calls
                   18387:          add_ref/release
                   18388: 
                   18389: 2003-01-21  paf
                   18390: 
                   18391:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18392:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18393:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   18394:          classes/op.C, classes/response.C, classes/string.C,
                   18395:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18396:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   18397:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18398:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18399:          include/pa_dictionary.h, include/pa_dir.h,
                   18400:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18401:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18402:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18403:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18404:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18405:          include/pa_stack.h, include/pa_string.h,
                   18406:          include/pa_stylesheet_connection.h,
                   18407:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18408:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18409:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   18410:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   18411:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18412:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   18413:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   18414:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   18415:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   18416:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18417:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18418:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   18419:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   18420:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   18421:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18422:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18423:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   18424:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18425:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   18426:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   18427:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18428:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   18429:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   18430:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18431:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18432:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18433:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18434:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18435:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   18436:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18437:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18438:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18439:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   18440:          2002->2003
                   18441: 
                   18442: 2003-01-16  paf
                   18443: 
1.211     moko     18444:        * operators.ru.txt, operators.txt, src/include/pa_globals.h,
                   18445:          src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
                   18446:          $.any-status(1)
1.95      moko     18447: 
1.211     moko     18448:        * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95      moko     18449:          src/main/pa_common.C: http request now return status. and not
                   18450:          fail on status!=200
                   18451: 
                   18452: 2003-01-15  paf
                   18453: 
                   18454:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   18455: 
                   18456: 2003-01-14  paf
                   18457: 
                   18458:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   18459:          mkinstalldirs: removed some ancient files [they in / really]
                   18460: 
                   18461:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   18462:          regretfully needed patch in two places.  in config_fixed.h made
                   18463:          stubs for lib to compile in MSVC
                   18464: 
                   18465: 2003-01-13  paf
                   18466: 
                   18467:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   18468:          configure.in(libtool) hacks
                   18469: 
1.116     moko     18470:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     18471:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   18472:          ltdl.h: moved to latest libtool (1.4.3)
                   18473: 
                   18474: 2003-01-10  paf
                   18475: 
                   18476:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   18477: 
                   18478:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   18479:          patches.        libxml2 >= 2.5.1
                   18480:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   18481:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   18482:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   18483: 
                   18484:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   18485:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   18486:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   18487:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   18488: 
                   18489: 2003-01-09  paf
                   18490: 
                   18491:        * INSTALL: xml,xslt,gdome lib urls updated
                   18492: 
                   18493:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     18494:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     18495:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     18496:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   18497:          1.7.2
1.95      moko     18498: 
                   18499:        * depcomp: moving to automake 1.7.2
                   18500: 
                   18501: 2002-12-27  paf
                   18502: 
                   18503:        * src/include/pa_version.h: 0007
                   18504: 
                   18505:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   18506:          outdated parts, made links to language docs
                   18507: 
                   18508:        * src/include/pa_config_auto.h.in: comment
                   18509: 
                   18510: 2002-12-26  paf
                   18511: 
                   18512:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   18513:          not contain trailing / fixed.
                   18514: 
                   18515:        * INSTALL: changing SAFE_MODE politics
                   18516: 
                   18517:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   18518: 
                   18519:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   18520: 
                   18521: 2002-12-25  paf
                   18522: 
                   18523:        * src/main/pa_globals.C: optimized-xml
                   18524: 
                   18525:        * src/main/pa_globals.C: optimized-as-is
                   18526: 
                   18527: 2002-12-24  paf
                   18528: 
                   18529:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   18530:          fixed [were really called with zero size when .html?a=&b=]
                   18531: 
                   18532:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   18533:          with --with-sendmail
                   18534: 
                   18535:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   18536:          fixed]
                   18537: 
                   18538: 2002-12-23  paf
                   18539: 
                   18540:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   18541:          ignoring parameters & were storing only string with default
                   18542:          expires
                   18543: 
                   18544:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   18545:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   18546:          December 23, 2002 4:22 AM Subject: bug â
                   18547:          Charset::transcode_buf2xchar
                   18548: 
                   18549: 2002-12-20  paf
                   18550: 
                   18551:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   18552:          non-cgi [script] runs
                   18553: 
                   18554: 2002-12-19  paf
                   18555: 
                   18556:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   18557:          [tested on elik]] moreover, it's not needed there [parser
                   18558:          registers charsets itself]
                   18559: 
                   18560:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   18561:          [tested on elik]]
                   18562: 
1.211     moko     18563:        * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95      moko     18564:          src/include/pa_request.h, src/main/pa_globals.C,
                   18565:          src/main/pa_request.C: $response:download
                   18566: 
                   18567:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   18568:          compiler [win32]].
                   18569: 
                   18570: 2002-12-18  paf
                   18571: 
                   18572:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   18573: 
                   18574: 2002-12-17  paf
                   18575: 
                   18576:        * src/targets/cgi/parser3.C: merged die&iis changes
                   18577: 
                   18578:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   18579:          to exit(1) 2. more flexible iilegal call check
                   18580: 
                   18581: 2002-12-16  paf
                   18582: 
                   18583:        * ltmain.sh: some automakes silly insist on having this handy
                   18584: 
                   18585:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18586:          'p' bug fix
                   18587: 
                   18588: 2002-12-15  paf
                   18589: 
                   18590:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18591:          'p'
                   18592: 
                   18593:        * configure.in, src/include/pa_config_auto.h.in,
                   18594:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   18595:          from branch 6 to HEAD
                   18596: 
                   18597:        * src/main/compile.C: removed warning
                   18598: 
                   18599:        * src/main/pa_common.C: ftruncate having checked
                   18600: 
                   18601:        * configure.in, src/include/pa_version.h: new version
                   18602: 
                   18603: 2002-12-14  paf
                   18604: 
                   18605:        * src/classes/table.C: removed unnecessary code
                   18606: 
                   18607:        * src/sql/pa_sql_driver.h: exception type fixed
                   18608: 
                   18609: 2002-12-09  paf
                   18610: 
                   18611:        * src/types/pa_vvoid.h: $void.store[now] error
                   18612: 
                   18613:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18614: 
                   18615:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   18616:          tries to write core dump
                   18617: 
                   18618:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18619: 
                   18620:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18621:          classes/void.C, main/pa_sql_driver_manager.C,
                   18622:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18623:          handlers #2
                   18624: 
                   18625:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   18626:          exception handling mech in sql handlers
                   18627: 
                   18628:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   18629:          handlers
                   18630: 
                   18631:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18632:          classes/void.C, main/pa_sql_driver_manager.C,
                   18633:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18634:          handlers
                   18635: 
1.116     moko     18636:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   18637:          to write makefile which used libtool to install things, which is
                   18638:          not needed
1.95      moko     18639: 
                   18640: 2002-12-06  paf
                   18641: 
1.211     moko     18642:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   18643:          src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
                   18644:          more like 'table'
1.95      moko     18645: 
                   18646: 2002-12-05  paf
                   18647: 
                   18648:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   18649:          cc/bcc OK now
                   18650: 
                   18651:        * src/main/untaint.C: mail header closed properly
                   18652: 
                   18653:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   18654:          header ',' allowed.  still bugs in smtp [only one receiptient
                   18655:          works, cc, bcc ignored now, and MAILED ;)]
                   18656: 
                   18657:          [strncpy killed, memnchr used]
                   18658: 
                   18659:        * src/main/pa_table.C: table-copy now current=0
                   18660: 
                   18661:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   18662:          lowlevel proc
                   18663: 
                   18664:        * src/targets/cgi/parser3.C: more checks on
                   18665:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18666:          checked that now
                   18667: 
                   18668:        * src/targets/cgi/parser3.C: more checks on
                   18669:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18670:          checked that now
                   18671: 
                   18672:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   18673:          out-of-mem errors reached log]
                   18674: 
                   18675:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   18676:          mail:send MIME-Version default
                   18677: 
                   18678:        * src/main/main.dsp: pa_version included into main.dsp
                   18679: 
                   18680: 2002-12-04  paf
                   18681: 
                   18682:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   18683: 
                   18684:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   18685:          lib/libltdl -> lib/ltdl Win32 changes. s
                   18686: 
                   18687:        * src/classes/classes.awk: more strict *.C$
                   18688: 
                   18689:        * gnu.dsp: restored
                   18690: 
1.116     moko     18691:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   18692:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   18693:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   18694:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   18695:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   18696:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   18697:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   18698:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   18699:          now created with /configure, not ltdl/configure, so it does have
                   18700:          no problems with automake.  ltdl/configure
                   18701:          AC_OUTPUT(Makefile<<removed)
1.95      moko     18702: 
                   18703: 2002-12-02  paf
                   18704: 
1.211     moko     18705:        * operators.ru.txt, operators.txt: removed outdated status:db
1.95      moko     18706: 
                   18707:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   18708:          src/main/pa_common.C, src/main/pa_request.C,
                   18709:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   18710:          tainted parts becomes http-header
                   18711: 
                   18712: 2002-11-29  paf
                   18713: 
1.211     moko     18714:        * src/classes/date.C, src/classes/image.C, operators.ru.txt,
                   18715:          operators.txt: exif dates now objects of type date
1.95      moko     18716: 
                   18717:        * src/classes/image.C: file.seek removed [it were used in image.C
                   18718:          only, and for parser user this  means that jpeg image has bad
                   18719:          size in fragment's header] now used image.format
                   18720: 
                   18721:        * src/: include/pa_common.h, main/pa_common.C,
                   18722:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   18723:          now handled exactly like $response:header values.  e.g. can be
                   18724:          hash [can have subattributes] & contain date values.
                   18725: 
                   18726:        * src/main/pa_common.C: http:// param values lang forced URI
                   18727: 
                   18728:        * src/main/pa_common.C: http:// tainted partes now %xx
                   18729: 
                   18730: 2002-11-28  paf
                   18731: 
1.211     moko     18732:        * operators.ru.txt, operators.txt: http.timeout
1.95      moko     18733: 
                   18734:        * src/classes/image.C: ^image.length now counts interchar space.
                   18735:          plus space after last char
                   18736: 
                   18737:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   18738: 
                   18739:        * src/classes/image.C: ^image.font width measurer now scans full
                   18740:          height [were -1]
                   18741: 
                   18742:        * configure.in: stopped double libltdl/Makefile generation
                   18743: 
                   18744:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   18745:          chars [one top horizontal line of 1pixel height were missing]
                   18746: 
                   18747:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   18748:          'false' to go into (Hash *) parameter
                   18749: 
                   18750: 2002-11-27  paf
                   18751: 
                   18752:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   18753:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   18754:          returns content-disposition: >>attachment<<
                   18755: 
                   18756:        * src/classes/image.C: ^image.font << bad font file-size now
                   18757:          properly reported
                   18758: 
                   18759: 2002-11-26  paf
                   18760: 
                   18761:        * src/main/pa_request.C: fixed lang in reponse header
                   18762: 
                   18763:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   18764: 
1.211     moko     18765:        * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
                   18766:          response status!=200 made exception: http.status with source=bad
                   18767:          status#
1.95      moko     18768: 
                   18769: 2002-11-25  paf
                   18770: 
                   18771:        * configure.in, src/classes/image.C,
                   18772:          src/include/pa_config_auto.h.in,
                   18773:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     18774:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   18775:          const void related probs fixed
1.95      moko     18776: 
1.211     moko     18777:        * operators.ru.txt, operators.txt, src/main/pa_common.C: http
                   18778:          fields now UPPERCASE
1.95      moko     18779: 
                   18780:          $file[^file::load[http://there]] $file.SERVER
                   18781: 
                   18782:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   18783:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   18784:          http options [invalid onces now reported] made default
                   18785:          user-agent: paf
                   18786: 
1.211     moko     18787:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   18788:          src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95      moko     18789:          src/include/pa_globals.h, src/main/pa_common.C,
                   18790:          src/main/pa_globals.C, src/main/pa_request.C,
                   18791:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   18792:          now understand http:// prefix and additional params, sample:
                   18793:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   18794:          $.USER-AGENT[parser3] ]]
                   18795: 
                   18796: 2002-11-22  paf
                   18797: 
                   18798:        * src/classes/image.C, src/include/pa_globals.h,
                   18799:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211     moko     18800:          src/types/pa_vimage.h, operators.ru.txt, operators.txt:
                   18801:          $image.exif support $image.exif.DateTime & co
1.95      moko     18802: 
                   18803: 2002-11-21  paf
                   18804: 
                   18805:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   18806:          _PASS_APPENDED)
                   18807: 
                   18808:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   18809:          EXIF information [were big block and it's size were considered
                   18810:          negative :(]
                   18811: 
1.211     moko     18812:        * operators.ru.txt, operators.txt, src/classes/image.C,
                   18813:          src/include/pa_common.h, src/main/pa_common.C,
                   18814:          src/types/pa_vmail.C: image.measure internals rewritten. no
                   18815:          there's reader.seek, and all's ready for EXIF extraction [now we
                   18816:          fail to measure files with EXIF info]
1.95      moko     18817: 
                   18818:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   18819:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   18820:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   18821: 
                   18822: 2002-11-20  paf
                   18823: 
                   18824:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   18825: 
                   18826:        * configure.in, src/include/pa_config_auto.h.in,
                   18827:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   18828:          comment
                   18829: 
                   18830:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   18831: 
                   18832:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18833:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   18834:          currently processed document SIGPIPE >> interrupts request
                   18835:          processing [exception = DB rollback]
                   18836: 
                   18837:        * src/main/pa_exec.C: comment
                   18838: 
                   18839:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   18840: 
1.211     moko     18841:        * operators.ru.txt, operators.txt, src/classes/file.C:
                   18842:          ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95      moko     18843: 
                   18844:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18845:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   18846:          pipe read errors now checked
                   18847: 
                   18848: 2002-11-19  paf
                   18849: 
                   18850:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   18851:          CGI: Illegal call
                   18852: 
                   18853: 2002-11-01  paf
                   18854: 
                   18855:        * src/main/execute.C: comment
                   18856: 
                   18857: 2002-10-31  paf
                   18858: 
                   18859:        * src/main/execute.C: found out why, checked that for now.  todo:
                   18860:          find out a way for that user could do that
                   18861: 
                   18862:        * src/types/pa_vstateless_object.h: object put replaces static
                   18863:          parent if any
                   18864: 
                   18865:        * src/types/pa_vobject.C: object put replaces static parent if any
                   18866: 
                   18867:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18868:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   18869:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18870:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18871:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18872:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18873:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18874:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18875:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18876:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18877:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18878:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18879:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18880:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18881:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18882:          types/pa_wwrapper.h: static fix merged
                   18883: 
                   18884:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   18885:          $virtual_fields in dynamic, but one can reach derived
                   18886:          static[class] variable from base
                   18887: 
                   18888:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18889:          types/pa_vobject.C, types/pa_vobject.h,
                   18890:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   18891:          statics, left $virtual_fields in dynamic
                   18892: 
                   18893:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   18894:          one can't remember derivates in base class: there's so many of
                   18895:          them.  also there can be no virtual method calls in static
                   18896:          classes
                   18897: 
                   18898:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18899:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   18900:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18901:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18902:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18903:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18904:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18905:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18906:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18907:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18908:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18909:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18910:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18911:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18912:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18913:          types/pa_wwrapper.h: static call $self fixed
                   18914: 
                   18915:        * src/main/execute.C: comment
                   18916: 
                   18917:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   18918:          ^process[$caller.self]{...} now compiles to last derived object
                   18919:          part of that 'self'
                   18920: 
                   18921: 2002-10-29  paf
                   18922: 
                   18923:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   18924:          re-passing [iis to blame]
                   18925: 
                   18926:        * src/classes/string.C: changed string.save to pass current sql
                   18927:          connection to cstr thus one can ^connect[some server]{
                   18928:          $s[insert into table x (x) values (^taint[sql]{value})]
                   18929:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   18930:          properly escaped.  [tried in mssql->mysql export->import of
                   18931:          binary data]
                   18932: 
                   18933: 2002-10-25  paf
                   18934: 
                   18935:        * src/types/pa_vresponse.C: case insensitive response user fields
                   18936:          get/put
                   18937: 
                   18938:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18939:          types/pa_vresponse.C: saving for maybe-future
                   18940: 
                   18941: 2002-10-23  paf
                   18942: 
1.211     moko     18943:        * operators.ru.txt, operators.txt, src/classes/table.C:
                   18944:          ^table.hash{code}...  ^table.hash(expr)...
1.95      moko     18945: 
                   18946:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   18947: 
                   18948: 2002-10-22  paf
                   18949: 
                   18950:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   18951:          VForm::Append...(...Value)
                   18952: 
                   18953:        * src/main/execute.C: $.name outside of $name[...] checked
                   18954: 
                   18955:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   18956:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   18957: 
                   18958: 2002-10-21  paf
                   18959: 
1.211     moko     18960:        * operators.ru.txt, operators.txt, src/types/pa_vform.C,
                   18961:          src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95      moko     18962: 
1.211     moko     18963:        * operators.ru.txt, operators.txt, src/types/pa_vform.C:
                   18964:          $form:nameless = "?value&...", "...&value&...", "...&value"
1.95      moko     18965: 
1.211     moko     18966:        * operators.ru.txt, operators.txt, src/types/pa_vform.C:
                   18967:          $form:image-map
1.95      moko     18968: 
1.211     moko     18969:        * operators.ru.txt, operators.txt, src/classes/file.C:
                   18970:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95      moko     18971: 
                   18972: 2002-10-17  paf
                   18973: 
                   18974:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   18975:          a little: logical not and bitwise negation precedence made
                   18976:          highest, << and >> bitshits precedence made equal [were << higher
                   18977:          than >>]
                   18978: 
                   18979:        * src/classes/op.C: exception handling fixed [were bad with
                   18980:          contexts]
                   18981: 
                   18982: 2002-10-16  paf
                   18983: 
                   18984:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18985:          main/pa_request.C: Request::self considered equal to
                   18986:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   18987:          VMethodFrame.self()
                   18988: 
                   18989:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   18990:          $hash in open field now gives old good error meesage
                   18991: 
                   18992: 2002-10-15  paf
                   18993: 
                   18994:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   18995:          use ^if($junction is junction){was and now true}
                   18996: 
                   18997:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18998:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   18999:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   19000:          points to place where value left xml library and came to parser:
                   19001:          place of dom field extraction/call
                   19002: 
                   19003:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   19004:          main/compile.tab.C, main/compile.y, main/execute.C,
                   19005:          types/pa_vmethod_frame.h: removed last pieces of old code
                   19006:          allowing $junction.xxx at compile time
                   19007: 
                   19008:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   19009:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   19010:          objects also considered [were only classes]
                   19011: 
                   19012:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   19013:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   19014:          with CLASS self.  [   (request&method_frame).self temporarily
                   19015:          changed   ]
                   19016: 
                   19017:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   19018:          no exception to native calls.  for&foreach changed to use
                   19019:          method_frame.caller for their var's name context
                   19020: 
                   19021:        * src/: main/execute.C, targets/cgi/parser3.C,
                   19022:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   19023:          compiling to system classes disabled
                   19024: 
1.211     moko     19025:        * operators.ru.txt, operators.txt, src/classes/op.C:
1.95      moko     19026:          ^process[$caller.CLASS]{code-string} added
                   19027: 
1.211     moko     19028:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   19029:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   19030:          src/main/pa_request.C, src/types/Makefile.am,
                   19031:          src/types/pa_vjunction.C, src/types/pa_vjunction.h,
                   19032:          src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
                   19033:          $junction.get $junction.set[] introducing $caller
1.95      moko     19034: 
                   19035:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   19036:          find them lower by inheritance tree
                   19037: 
                   19038:        * src/types/pa_vjunction.C: ident
                   19039: 
                   19040: 2002-10-14  paf
                   19041: 
                   19042:        * src/classes/op.C: process compiles to code's class class
                   19043: 
                   19044:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19045:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   19046:          main/compile.y, main/execute.C, main/pa_request.C,
                   19047:          types/pa_vstateless_class.h: operators now main-class-methods
                   19048: 
                   19049:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   19050:          better stack trace [has "call" & co there]
                   19051: 
                   19052:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   19053:          operators @auto now executed in MAIN context
                   19054: 
                   19055:        * src/main/execute.C: operator execution context now = MAIN, not
                   19056:          closest stack frame
                   19057: 
                   19058:          @touchit[] $i[after]
                   19059: 
                   19060:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   19061:          were 'after'
                   19062: 
                   19063:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   19064:          'after'
                   19065: 
                   19066:        * src/main/execute.C: comment
                   19067: 
                   19068:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   19069:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   19070:          action]
                   19071: 
                   19072:        * src/types/pa_vxnode.C: misreplace fixed
                   19073: 
                   19074:        * configure, configure.in, src/include/pa_config_auto.h.in,
1.211     moko     19075:          src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95      moko     19076:          $status:rusage.tv_secs/usecs introduced
                   19077: 
                   19078: 2002-10-09  paf
                   19079: 
                   19080:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   19081:          on empty string [or uses (default)]
                   19082: 
                   19083: 2002-10-08  paf
                   19084: 
                   19085:        * src/main/untaint.C: mail header quoted printable changed after
                   19086:          RFC reread
                   19087: 
1.211     moko     19088:        * operators.ru.txt, operators.txt: plan on ^if(method
1.95      moko     19089: 
                   19090:        * src/types/pa_vxnode.C: misreplace
                   19091: 
                   19092: 2002-09-24  paf
                   19093: 
1.116     moko     19094:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     19095: 
                   19096:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   19097:          mailreceive would compile on freebsd now
                   19098: 
                   19099:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   19100:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     19101:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   19102:          mailreceive would compile on freebsd now
1.95      moko     19103: 
                   19104:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   19105:          changed: now there are only few chars are untainted: * ? ' " < >
                   19106:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   19107:          one should use ^untaint[uri]{...} now]
                   19108: 
                   19109:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   19110:          $list.name, not tainted as filespec
                   19111: 
                   19112:          @russianindex[] #dir with files with russian-lang names
                   19113:          $where[dir]
                   19114: 
                   19115:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   19116:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   19117: 
                   19118: 2002-09-23  paf
                   19119: 
                   19120:        * src/types/pa_vdouble.h: double->int round added
                   19121: 
                   19122:        * src/classes/date.C: date bug fix, now
                   19123:          round(floatDays*secondsPerDay)
                   19124: 
                   19125:        * src/classes/date.C: date bug fix, now
                   19126:          round(floatDays*secondsPerDay)
                   19127: 
                   19128: 2002-09-20  paf
                   19129: 
                   19130:        * src/main/execute.C: code junction calls disabled [before: code
                   19131:          was compiled in such a way, that there were no code-junctions in
                   19132:          OP_CALL]
                   19133: 
                   19134:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   19135: 
                   19136:          @badjunctioncallinside[code] ^code[]
                   19137: 
                   19138:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   19139:          expanding to include ^junction.method
                   19140: 
                   19141:        * src/main/pa_common.C: -d "DIR/" now true
                   19142: 
                   19143:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   19144:          as internal xdoc encoding, and after decoding attributes set by
                   19145:          dom functions now encoded OK, not as digital entities
                   19146: 
                   19147:        * src/classes/xdoc.C: empty transform result, being taken as file
                   19148:          now returns empty file, not raises stupid error about "stat-ed
                   19149:          file"
                   19150: 
                   19151:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   19152:          allowed
                   19153: 
                   19154:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   19155:          write iterators now:
                   19156: 
                   19157:          ^user-foreach[key;value]{$key=$value<br>}
                   19158: 
                   19159:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   19160:          $code.value($i*2)       $code }
                   19161: 
                   19162:        * src/main/compile_tools.h: mistype
                   19163: 
1.116     moko     19164:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   19165:          thus taking linking options configure changes into account [were:
                   19166:          ignoring]
1.95      moko     19167: 
                   19168:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   19169:          $junction.get/put(1) one can write iterators now:
                   19170: 
                   19171:          ^user-foreach[key;value]{$key=$value<br>}
                   19172: 
                   19173:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   19174:          $code.value($i*2)       $code }
                   19175: 
                   19176:        * src/: include/pa_opcode.h, include/pa_request.h,
                   19177:          main/compile.tab.C, main/compile.y, main/execute.C,
                   19178:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   19179:          introducing $junction.get/put(1) one can write iterators now:
                   19180: 
                   19181:          ^user-foreach[key;value]{$key=$value<br>}
                   19182: 
                   19183:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   19184:          $code.value($i*2)       $code }
                   19185: 
                   19186: 2002-09-19  paf
                   19187: 
1.116     moko     19188:        * Makefile.am: new: make commit
1.95      moko     19189: 
                   19190:        * aclocal.m4: forced to be older
                   19191: 
                   19192: 2002-09-18  paf
                   19193: 
                   19194:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   19195:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   19196: 
                   19197:        * src/: include/pa_common.h, include/pa_request.h,
                   19198:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   19199:          - now this - fatal error
                   19200: 
                   19201:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   19202:          that one can pass binary data there
                   19203: 
                   19204:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   19205:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   19206:          classes/op.C, classes/response.C, classes/string.C,
                   19207:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   19208:          include/pa_request.h: pa_request contexts made privated, plus
                   19209:          get_{self/method_frame} to read.  Request_context_saver used in
                   19210:          ^try to save flang too.  [were not saved]
                   19211: 
                   19212:        * src/types/pa_vresponse.C: header value chains joined before
                   19213:          output, this should help $.subject[$var $var] from being
                   19214:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   19215: 
                   19216: 2002-09-17  paf
                   19217: 
                   19218:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   19219:          removed changes, operators executed with calling self.  lots of
                   19220:          code with ^include code relies on defined/defining self variables
                   19221: 
                   19222:          $a[1] ^include[print_a.p] print_a.p: $a
                   19223: 
                   19224:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   19225: 
                   19226:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   19227:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   19228:          types/pa_vstateless_class.h: operators now executed with MAIN
                   19229:          self.  it's for ^include sake, too strong a change
                   19230: 
                   19231:        * src/classes/op.C: made place for ^process to compile it's code to
                   19232:          in case of no self
                   19233: 
                   19234:        * src/main/execute.C: found ancient param to Junction, removed.
                   19235:          allowed passing self to native_code_operators [for ^process to
                   19236:          work, she needs self]
                   19237: 
                   19238:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   19239:          types/pa_vstateless_class.h: found ancient param to Junction,
                   19240:          removed.  allowed passing self to native_code_operators [for
                   19241:          ^process to work, she needs self]
                   19242: 
                   19243:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   19244:          types/pa_value.h, types/pa_vmethod_frame.h,
                   19245:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   19246:          checked that in VMethodFrame get/put and $self.
                   19247: 
                   19248:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   19249:          copy options options checked, wrong option now fatal error
                   19250: 
                   19251:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   19252:          pieces boundaries]
                   19253: 
1.150     moko     19254:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   19255:          .dll on cygwin, .so in other cases)
1.95      moko     19256: 
                   19257:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   19258:          .dll on cygwin, .so in other cases)
                   19259: 
1.211     moko     19260:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   19261:          src/classes/table.C, src/include/pa_globals.h,
                   19262:          src/main/pa_globals.C: table.sql hash::sql flag to allow
                   19263:          duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95      moko     19264: 
                   19265:        * src/: classes/hash.C, classes/table.C,
                   19266:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   19267:          now errors
                   19268: 
                   19269:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   19270: 
                   19271:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   19272:          ,2,3]
                   19273: 
                   19274: 2002-09-16  paf
                   19275: 
                   19276:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   19277:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   19278:          stdout to be binary.  now detected closest header break.
                   19279: 
                   19280:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   19281:          closed right
                   19282: 
                   19283: 2002-09-13  paf
                   19284: 
1.211     moko     19285:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   19286:          src/main/compile.y, src/main/compile_tools.h: (expression
                   19287:          #comment)
1.95      moko     19288: 
                   19289:          (multiline expression #comment  line2  #comment )
                   19290: 
                   19291:          (expression #comment with (brackets) comment) << OK
                   19292: 
1.211     moko     19293:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   19294:          src/main/compile.y: !| bitwise !|| numerical xor now [preparing
                   19295:          for expression #comments]
1.95      moko     19296: 
                   19297:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   19298:          error
                   19299: 
                   19300:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   19301:          cheched in pa_socks.C
                   19302: 
1.116     moko     19303:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19304:          HAVE_WINSOCK_H created in configure.in
1.95      moko     19305: 
                   19306:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   19307:          cookie date now clean [were mistakenly tainted & that worked bad
                   19308:          with opera -- 'happily' that worked OK with msie]
                   19309: 
                   19310: 2002-09-12  paf
                   19311: 
                   19312:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   19313:          VClass get_element now first looks to fields, next to methods &
                   19314:          co todo: the rest reason: more speed
                   19315: 
                   19316:        * src/main/untaint.C: quoted printable encoding stops before
                   19317:          \s*<...>$
                   19318: 
                   19319:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   19320:          stops before <...>$
                   19321: 
                   19322: 2002-09-11  paf
                   19323: 
                   19324:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   19325:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   19326:          forgot to check users of those funcs. not all were using that
                   19327:          return value convention
                   19328: 
                   19329:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   19330:          windows-1254 added
                   19331: 
                   19332: 2002-09-10  paf
                   19333: 
                   19334:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   19335:          VCodeFrame parent param were specified badly
                   19336: 
                   19337:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   19338:          WWrapper which used in constructing objects(second param to sql
                   19339:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   19340:          code in hash to survivi
                   19341: 
                   19342:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   19343:          param to execute [stack said 'thanks']
                   19344: 
                   19345:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   19346:          types/pa_value.h, types/pa_vcode_frame.h,
                   19347:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19348:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   19349:          responsibility to wcontext
                   19350: 
                   19351:        * src/classes/file.C: decided not to log exec's with stderr, that
                   19352:          could be warnings, and it's up to scritper to log/show them
                   19353: 
                   19354:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   19355:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   19356:          double/string converstion, which were loosing time&precesion
                   19357: 
                   19358:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   19359:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   19360:          case of unfinished in buffer processing, causing accidental
                   19361:          transcode stop [in case that source enc != utf-8 & there is
                   19362:          incomplete utf-8 sequence at the end of 16000block iside of
                   19363:          libxml lib] tfm readed & code updated
                   19364: 
                   19365: 2002-09-04  paf
                   19366: 
                   19367:        * configure: makes with sjlj
                   19368: 
                   19369:        * INSTALL, src/include/pa_config_fixed.h,
                   19370:          src/include/pa_sql_connection.h,
                   19371:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   19372:          checked.  on win32 it made default
                   19373: 
                   19374:        * src/include/pa_config_auto.h.in: sjlj define
                   19375: 
                   19376:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   19377:          can not work with longjump/throw pair, and one must switch that
                   19378:          on there.  todo: detect that automatically]
                   19379: 
                   19380:        * src/types/pa_vxnode.C: removed too strong checks of
                   19381:          xnode.elements.  now, for instance, if element does not have any
                   19382:          attributes, $xnode.attributes is void, not error
                   19383: 
                   19384: 2002-09-02  paf
                   19385: 
1.211     moko     19386:        * operators.ru.txt, operators.txt, src/main/execute.C,
                   19387:          src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95      moko     19388: 
                   19389:        * src/main/execute.C: double_result made to move that var away from
                   19390:          hungry g++ optimizer (-O2), before: it were optimized and
                   19391:          comparison operators worked badly
                   19392: 
                   19393:        * src/types/pa_vdate.h: removed debug
                   19394: 
1.116     moko     19395:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     19396: 
                   19397:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   19398:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   19399:          unknown reason.
                   19400: 
                   19401: 2002-08-29  paf
                   19402: 
                   19403:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   19404:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   19405:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   19406:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   19407:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   19408:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   19409:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   19410:          [called less frequent, allowed to remove ugly
                   19411:          Junction.change_context-s from many places, switch,
                   19412:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   19413:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   19414:          [speed up]
                   19415: 
                   19416: 2002-08-28  paf
                   19417: 
                   19418:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   19419:          tainted
                   19420: 
                   19421:        * src/types/pa_vcookie.C: fixed cookie delete when
                   19422:          $cookie:name[$.value[]]
                   19423: 
1.211     moko     19424:        * operators.ru.txt, operators.txt, src/classes/string.C:
1.95      moko     19425:          ^string.split[delim[;options]]
                   19426: 
                   19427: 2002-08-27  paf
                   19428: 
1.116     moko     19429:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     19430: 
1.211     moko     19431:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   19432:          src/main/compile.y: # now delimiter
1.95      moko     19433: 
                   19434:        * INSTALL: recommended latest gmime 1.0.5
                   19435: 
                   19436: 2002-08-26  paf
                   19437: 
                   19438:        * configure, configure.in: apache13/hook added to make dist.
                   19439: 
                   19440: 2002-08-23  paf
                   19441: 
                   19442:        * src/: include/pa_common.h, main/pa_common.C,
                   19443:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   19444:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   19445:          whatever] it's error now
                   19446: 
                   19447: 2002-08-21  paf
                   19448: 
1.116     moko     19449:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     19450: 
                   19451:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   19452:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   19453:          class".  compiled as if here they named base class
                   19454: 
                   19455:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   19456:          cloning constructor]
                   19457: 
                   19458:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   19459: 
1.150     moko     19460:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     19461:          $mail.received.file.value.content-type fixed
                   19462: 
                   19463: 2002-08-20  paf
                   19464: 
                   19465:        * src/classes/file.C: fixed language of file:file result
                   19466: 
1.211     moko     19467:        * operators.ru.txt, operators.txt, src/classes/void.C:
                   19468:          ^void.pos[...] = -1 merged from 3.0.0005
1.95      moko     19469: 
1.211     moko     19470:        * operators.ru.txt, operators.txt, src/classes/void.C:
                   19471:          ^void.pos[...] = -1
1.95      moko     19472: 
1.211     moko     19473:        * operators.ru.txt, operators.txt, src/classes/void.C:
                   19474:          ^void.length[] = 0 merged from 3.0.0005
1.95      moko     19475: 
1.211     moko     19476:        * src/classes/void.C, operators.ru.txt, operators.txt:
                   19477:          ^void.length[] = 0
1.95      moko     19478: 
                   19479: 2002-08-19  paf
                   19480: 
                   19481:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   19482:          work now
                   19483: 
                   19484:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   19485:          error in xnode, which were not catched in xdoc]
                   19486: 
                   19487:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   19488:          prepared:        // validate each document after load/create (?)
                   19489:                 //xmlDoValidityCheckingDefaultValue = 1;
                   19490: 
                   19491: 2002-08-15  paf
                   19492: 
                   19493:        * src/classes/classes.h: write to static var caused useless
                   19494:          Exception, introduced Methoded::put_element wich consumes those
                   19495: 
1.211     moko     19496:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
                   19497:          src/main/pa_common.C, src/types/pa_vcookie.C,
                   19498:          src/types/pa_vdate.h, src/types/pa_vresponse.C,
                   19499:          src/types/pa_vresponse.h: $response:field[date]
                   19500:          $response:field[$.xxx[date]]
1.95      moko     19501: 
                   19502:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   19503:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   19504:          ^hash::sql{bad}
                   19505: 
1.211     moko     19506:        * operators.ru.txt, operators.txt: $request:body unprecessed POST
                   19507:          request body
1.95      moko     19508: 
                   19509:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   19510: 
                   19511:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   19512:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   19513: 
1.211     moko     19514:        * operators.ru.txt, operators.txt, src/classes/form.C,
                   19515:          src/include/pa_pool.h, src/include/pa_request.h,
                   19516:          src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
                   19517:          planning/preparing_to $request:body r.post_data now const
1.95      moko     19518: 
                   19519:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   19520:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   19521:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   19522:          types/pa_vtable.h: instead of type() checking everywhere used
                   19523:          Value.as now user descendants can be used in params.
                   19524: 
                   19525:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   19526:          ^if($xtable) now OK
                   19527: 
                   19528:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   19529:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   19530:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   19531: 
                   19532: 2002-08-14  paf
                   19533: 
                   19534:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   19535:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19536:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19537:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19538:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19539:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   19540:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   19541:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19542:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19543:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19544:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19545:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19546:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19547:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   19548:          & VClass
                   19549: 
                   19550:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   19551: 
                   19552:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   19553:          removed fixopt stupidity. on stupid linux use cd /document/root
                   19554:          ../cgi/parser3 script
                   19555: 
                   19556:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   19557:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   19558: 
                   19559:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   19560:          fixopt.h: fixopt now preprocesses command line params, splitting
                   19561:          them by space, excluding argv[0], argv[argc-1]
                   19562: 
                   19563:        * src/targets/cgi/parser3.C: -f config file
                   19564: 
                   19565:        * src/targets/cgi/parser3.C: fixed .log file dir
                   19566: 
                   19567: 2002-08-13  paf
                   19568: 
                   19569:        * src/types/pa_vobject.C: allow override parent variables, useful
                   19570:          for form descendants [in vobject too, were in vclass]
                   19571: 
                   19572:        * src/types/pa_vclass.C: allow override parent variables, useful
                   19573:          for form descendants
                   19574: 
                   19575:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   19576:          overwritten in derived(table)
                   19577: 
                   19578:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19579:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   19580:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   19581:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19582:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   19583:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19584:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   19585:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19586:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   19587:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19588:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19589:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19590:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19591:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19592:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   19593:          Value::get_element(..., bool looking_down) [needed to exclude
                   19594:          endless recoursion]
                   19595: 
                   19596:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   19597:          fix bug with put endless recoursion todo: check 'as'
                   19598: 
                   19599:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   19600:          reorganized modules todo: fix bug with put endless recoursion
                   19601:          todo: check 'as'
                   19602: 
                   19603:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   19604:          in derived(table)
                   19605: 
                   19606:        * src/types/pa_vobject.h: derived classes can have fields of their
                   19607:          own now
                   19608: 
                   19609:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   19610:          fixed error message on using non-created table
                   19611: 
                   19612:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   19613:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   19614:          main/compile.C, main/compile.tab.C, main/execute.C,
                   19615:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19616:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19617:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19618:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19619:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   19620:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19621:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19622:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19623:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19624:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19625:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19626:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19627:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   19628:          looking down/up tree todo: fix error message on non-constructed
                   19629:          parents
                   19630: 
                   19631: 2002-08-12  paf
                   19632: 
                   19633:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   19634:          derived OK
                   19635: 
                   19636:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   19637:          thorough testing
                   19638: 
                   19639:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   19640:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19641:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19642:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   19643:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   19644:          ^base:create[] dynamic call rewritten todo: thorough testing
                   19645: 
                   19646:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   19647:          now instantates base class, remembers it and saves child in
                   19648:          parent VObject.get_class now returns last child = downward
                   19649:          virtual calls OK
                   19650: 
                   19651:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19652:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   19653:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   19654:          types/pa_vobject.h, types/pa_vresponse.h,
                   19655:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19656:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   19657:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   19658:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   19659:          instance]
                   19660: 
                   19661:        * src/main/pa_request.C: $response:body[file] content-type check
                   19662:          fixed [were bad when content-type is hash]
                   19663: 
                   19664: 2002-08-09  paf
                   19665: 
                   19666:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19667:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   19668: 
                   19669: 2002-08-08  paf
                   19670: 
1.211     moko     19671:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   19672:          src/include/pa_globals.h, src/main/pa_globals.C: year column in
                   19673:          month calendar [week year]
1.95      moko     19674: 
                   19675:        * src/main/execute.C: error reporting on object writes to MAIN
                   19676:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   19677: 
1.211     moko     19678:        * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
                   19679:          $date.yearday $date.daylightsaving
1.95      moko     19680: 
                   19681:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   19682:          use tainted data now. only she must specify the language.
                   19683: 
                   19684:          ^mail:send[     $.from[paf@mail.design.ru]
                   19685:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   19686:                $.text[^taint[uri][ìîñêâà]=] ]
                   19687: 
                   19688:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   19689:          now prints more precise origin
                   19690: 
                   19691:        * src/include/pa_string.h: String::first_char now not fails on
                   19692:          empty strings ^if(-f '') now ok and in 3 other places.
                   19693: 
1.211     moko     19694:        * operators.ru.txt, operators.txt, src/include/pa_string.h,
                   19695:          src/main/pa_string.C: String::first_char now not fails on empty
                   19696:          strings ^if(-f '') now ok and in 3 other places.
1.95      moko     19697: 
                   19698: 2002-08-07  paf
                   19699: 
                   19700:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   19701:          fixed
                   19702: 
                   19703:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   19704: 
                   19705:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   19706:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19707:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   19708:          mistakenly not completely transparent to object writes.
                   19709:          $hash[^if(1){$hash}] now works
                   19710: 
1.211     moko     19711:        * operators.ru.txt, operators.txt, src/classes/op.C:
                   19712:          ^cache...{...^cache<<to past...} now erasing cache file [there
                   19713:          were bad check on that]
1.95      moko     19714: 
                   19715:        * src/: classes/classes.dsp, classes/table.C,
                   19716:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   19717:          all Debug dirs in .dsp now named 'Debug'
                   19718: 
1.116     moko     19719:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     19720: 
1.211     moko     19721:        * operators.ru.txt, operators.txt, src/classes/mail.C:
                   19722:          exception_type  email.send
1.95      moko     19723: 
1.211     moko     19724:        * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
                   19725:          exception_type  email.format
1.95      moko     19726: 
                   19727:        * src/types/pa_vmail.C: mail:send empty  email checked
                   19728: 
                   19729: 2002-08-06  paf
                   19730: 
1.211     moko     19731:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   19732:          src/include/pa_array.h, src/include/pa_table.h,
                   19733:          src/main/pa_array.C, src/main/pa_table.C:
1.95      moko     19734:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   19735: 
1.211     moko     19736:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   19737:          src/classes/string.C, src/classes/table.C: sql options can be
                   19738:          string now ^xxx:sql{...}[ #  $.default() }
1.95      moko     19739: 
                   19740:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   19741: 
                   19742:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   19743:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   19744:          $file.content-type [instead of .mime-type] now works for
                   19745:          file::stat also
                   19746: 
                   19747:        * src/main/pa_request.C: case insensitive mime_type_of
                   19748: 
                   19749: 2002-08-05  paf
                   19750: 
                   19751:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   19752: 
                   19753:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   19754: 
1.211     moko     19755:        * operators.ru.txt, operators.txt: comment on date:calendar week
                   19756:          column
1.95      moko     19757: 
                   19758:        * src/main/pa_common.C: write checked
                   19759: 
                   19760:        * src/main/: pa_common.C: write checked
                   19761: 
                   19762:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   19763: 
                   19764:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   19765:          month calendar week column [ISO 8601 Week Numbers]
                   19766: 
                   19767: 2002-08-02  paf
                   19768: 
                   19769:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   19770:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   19771:          DEBUG*
                   19772: 
                   19773:        * configure, configure.in, src/include/pa_version.h: release
                   19774:          3_0_0005
                   19775: 
                   19776:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   19777:          multipart post fixed
                   19778: 
1.211     moko     19779:        * operators.ru.txt, operators.txt, src/main/pa_request.C,
                   19780:          src/types/pa_vform.C: response transcoded source->client only
                   19781:          when text/* or simple onoverridden $response:body
1.95      moko     19782: 
                   19783: 2002-08-01  paf
                   19784: 
                   19785:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19786:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19787:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19788:          classes/op.C, classes/response.C, classes/string.C,
                   19789:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   19790:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   19791:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19792:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   19793:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19794:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   19795:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19796:          include/pa_socks.h, include/pa_sql_connection.h,
                   19797:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19798:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19799:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19800:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19801:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   19802:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   19803:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19804:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   19805:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   19806:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   19807:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19808:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19809:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19810:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   19811:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   19812:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   19813:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19814:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19815:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   19816:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   19817:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19818:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   19819:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19820:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19821:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19822:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   19823:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19824:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19825:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19826:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19827:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19828:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19829:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19830:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     19831:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     19832: 
                   19833:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   19834:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   19835:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   19836:          classes/math.C, classes/op.C, classes/response.C,
                   19837:          classes/string.C, classes/table.C, classes/void.C,
                   19838:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19839:          include/pa_array.h, include/pa_cache_managers.h,
                   19840:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19841:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19842:          include/pa_dictionary.h, include/pa_dir.h,
                   19843:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19844:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19845:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19846:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19847:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19848:          include/pa_stack.h, include/pa_string.h,
                   19849:          include/pa_stylesheet_connection.h,
                   19850:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19851:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19852:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   19853:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19854:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   19855:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19856:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19857:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19858:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19859:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   19860:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   19861:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19862:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19863:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   19864:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19865:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19866:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19867:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   19868:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19869:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19870:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   19871:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19872:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   19873:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   19874:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19875:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19876:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19877:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19878:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19879:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   19880:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19881:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19882:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19883:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   19884:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   19885:          types/Makefile.am: ident.C* removed
                   19886: 
1.211     moko     19887:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   19888:          src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95      moko     19889: 
                   19890:        * src/targets/cgi/parser3.C: usage to stdout now
                   19891: 
                   19892: 2002-07-31  paf
                   19893: 
                   19894:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   19895: 
                   19896:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   19897:          default "postmaster"
                   19898: 
                   19899:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   19900:          -f postmaster now default sendmail key word "postmaster"
                   19901:          replaced to $.from
                   19902: 
                   19903: 2002-07-30  paf
                   19904: 
1.116     moko     19905:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   19906:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     19907: 
                   19908:        * src/main/pa_charset.C: comment
                   19909: 
                   19910:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   19911:          table, &#decimal;
                   19912: 
                   19913:        * src/main/pa_request.C: comment
                   19914: 
                   19915:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   19916:          paragraf]
                   19917: 
                   19918: 2002-07-11  paf
                   19919: 
                   19920:        * src/main/pa_exec.C: build command line badly added params twice
                   19921:          [and first time without ' ']. double wrong. fixed.
                   19922: 
                   19923:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   19924:          wich parser did not provide = reported badly.  fixed that.
                   19925: 
                   19926:        * src/classes/mail.C: $MAIL[ # xxx ]
                   19927: 
                   19928:          now ok
                   19929: 
1.211     moko     19930:        * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95      moko     19931: 
                   19932: 2002-07-01  paf
                   19933: 
                   19934:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   19935:          [MForm.configure_admin were called when request.main_class ==0
                   19936: 
                   19937:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   19938: 
                   19939:        * src/classes/form.C: content_length type fix
                   19940: 
                   19941: 2002-06-30  paf
                   19942: 
                   19943:        * src/classes/mail.C: merged from 4
                   19944: 
                   19945:        * src/classes/mail.C: restored $MAIL
                   19946: 
                   19947: 2002-06-28  paf
                   19948: 
                   19949:        * configure, configure.in: removed paths.h
                   19950: 
1.116     moko     19951:        * configure, src/include/pa_version.h,
1.95      moko     19952:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   19953:          merged, makes updated
                   19954: 
1.211     moko     19955:        * ChangeLog, configure, operators.ru.txt, operators.txt,
                   19956:          src/classes/xdoc.C, src/include/pa_charset.h,
                   19957:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   19958:          src/include/pa_version.h, src/main/pa_charset.C,
                   19959:          src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
                   19960:          src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
                   19961:          latest updates to head
1.95      moko     19962: 
                   19963: 2002-06-27  paf
                   19964: 
                   19965:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   19966:          not error now
                   19967: 
1.211     moko     19968:        * operators.ru.txt, operators.txt, src/classes/xdoc.C,
                   19969:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19970:          src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95      moko     19971:          ^xdoc::create[[uri]]... base uri for document being created,
                   19972:          imports and other relative file names would be relative to this
                   19973:          uri default uri=path_translated
                   19974: 
                   19975:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   19976: 
                   19977: 2002-06-26  paf
                   19978: 
                   19979:        * configure, configure.in, src/include/pa_version.h:
                   19980:          release_3_0_0004
                   19981: 
                   19982:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   19983:          0 now
                   19984: 
                   19985:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   19986: 
                   19987: 2002-06-25  paf
                   19988: 
                   19989:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   19990:          considered bad number now
                   19991: 
1.211     moko     19992:        * operators.ru.txt, operators.txt, src/classes/xdoc.C:
                   19993:          ^xdoc.transform[xdoc <<can be now
1.95      moko     19994: 
1.211     moko     19995:        * operators.ru.txt, operators.txt, src/classes/string.C:
                   19996:          ^string.normalize  [old name: optimize
1.95      moko     19997: 
                   19998:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   19999:          library configured
                   20000: 
                   20001:        * src/main/pa_request.C: configure_admin forced if no @conf
                   20002: 
1.211     moko     20003:        * operators.ru.txt, operators.txt, src/classes/math.C,
                   20004:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   20005:          when needed and to call system crypt() if not $apr1$ prefix
1.95      moko     20006: 
                   20007: 2002-06-24  paf
                   20008: 
                   20009:        * INSTALL: --with-static/shared-mailreceive described
                   20010: 
                   20011:        * src/include/pa_config_fixed.h: ssize_t fixed
                   20012: 
1.116     moko     20013:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   20014:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     20015:          src/types/pa_vmail.C: $mail:received makes update
                   20016: 
                   20017:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   20018:          WITH_MAILRECEIVE
                   20019: 
                   20020:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   20021: 
                   20022:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   20023:          option, for $mail:receive
                   20024: 
                   20025:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   20026:          introducting $message:received ^mail:send rewritten with backward
                   20027:          comp
                   20028: 
                   20029:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   20030:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20031:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   20032:          now
                   20033: 
1.211     moko     20034:        * operators.ru.txt, operators.txt, src/classes/mail.C,
                   20035:          src/include/Makefile.am, src/include/pa_charset.h,
                   20036:          src/include/pa_config_fixed.h, src/include/pa_request.h,
                   20037:          src/include/pa_string.h, src/include/pa_uue.h,
                   20038:          src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
                   20039:          src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95      moko     20040:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   20041:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   20042:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   20043:          uue to separate file introducting $message:received ^mail:send
                   20044:          rewritten with backward comp
                   20045: 
                   20046: 2002-06-21  paf
                   20047: 
1.116     moko     20048:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   20049:          co changes
1.95      moko     20050: 
1.116     moko     20051:        * configure, configure.in, src/lib/md5/Makefile.am,
                   20052:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   20053:          restructure .in and .am files appropriate changes
1.95      moko     20054: 
                   20055:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   20056:          pcre to libs/ added libs/md5 which is linked to non-apache
                   20057:          targets ^math:crypt[password;$apr1$salt]
                   20058: 
1.211     moko     20059:        * INSTALL, configure.in, operators.ru.txt, operators.txt,
                   20060:          parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95      moko     20061:          src/classes/classes.dsp, src/classes/math.C,
                   20062:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     20063:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   20064:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   20065:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   20066:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   20067:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   20068:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   20069:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   20070:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     20071:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   20072:          src/lib/pcre/pcre_parser_ctype.dsp,
                   20073:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   20074:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   20075:          src/main/compile.tab.C, src/main/main.dsp,
                   20076:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   20077:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   20078:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   20079:          to libs/ added libs/md5 which is linked to non-apache targets
                   20080:          ^math:crypt[password;$apr1$salt]
                   20081: 
                   20082: 2002-06-20  paf
                   20083: 
1.211     moko     20084:        * INSTALL, configure, configure.in, operators.ru.txt,
                   20085:          operators.txt, src/classes/file.C, src/classes/op.C,
                   20086:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   20087:          src/include/pa_request.h, src/main/execute.C,
                   20088:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   20089:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   20090:          marged latest HEAD updates, mainly file:justname&co &
                   20091:          @auto/conf[filespec
1.95      moko     20092: 
1.211     moko     20093:        * operators.ru.txt, operators.txt, src/classes/file.C:
1.95      moko     20094:          !^file:dirname[/a/some.tar.gz]=/a
                   20095:              !^file:dirname[/a/b/]=/a
                   20096:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   20097:              !^file:justname[/a/some.tar.gz]=some.tar
                   20098:              !^file:justext[/a/some.tar.gz]=gz
                   20099: 
                   20100:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   20101:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   20102:          @conf/auto[filespec]
                   20103: 
1.116     moko     20104:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     20105: 
1.211     moko     20106:        * INSTALL, configure.in, operators.ru.txt, operators.txt,
                   20107:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   20108:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
                   20109:          parser3.conf renamed to auto.p
1.95      moko     20110: 
                   20111: 2002-06-18  paf
                   20112: 
                   20113:        * configure, configure.in, src/include/pa_version.h: version to
                   20114:          configure.in
                   20115: 
                   20116:        * INSTALL: reflected .conf.dist dir change
                   20117: 
1.150     moko     20118:        * Makefile.am, configure, configure.in,
1.116     moko     20119:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     20120:          .in & *.am updated
                   20121: 
                   20122:        * src/classes/file.C: strncasecmp
                   20123: 
                   20124:        * src/classes/file.C: strcasecmp
                   20125: 
1.150     moko     20126:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     20127: 
                   20128:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   20129:          insensitive check now
                   20130: 
                   20131:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   20132: 
                   20133:        * configure, configure.in, src/include/pa_pool.h,
                   20134:          src/include/pa_types.h: pack configure.in detection simplified.
                   20135:          figured out that gcc on sparc not that stupid as thought
                   20136:          previously: on sparc: when it sees packed class it modifies it's
                   20137:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   20138:          operations [st, lduh] so packed must be all parts of packed
                   20139:          class, i.e. it's parents&fields(classes).  for now it's only
                   20140:          String that packed and what was wrong is that it's parent -
                   20141:          Pooled, were not packed. fixed that.
                   20142: 
                   20143: 2002-06-14  paf
                   20144: 
1.211     moko     20145:        * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95      moko     20146: 
1.211     moko     20147:        * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95      moko     20148:          attribute_node.name/value xnode pi.node.data
                   20149: 
                   20150: 2002-06-12  paf
                   20151: 
1.116     moko     20152:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   20153:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     20154: 
1.211     moko     20155:        * INSTALL, configure.in, operators.ru.txt, operators.txt,
                   20156:          etc/Makefile.am, src/include/pa_globals.h,
                   20157:          src/include/pa_request.h, src/main/compile.tab.C,
                   20158:          src/main/pa_globals.C, src/main/pa_request.C,
                   20159:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
                   20160:          parser3.conf now one and only
1.95      moko     20161: 
                   20162:        * src/classes/mail.C: sendmail -ti [default now]
                   20163: 
                   20164:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   20165:          to be strings. for convinient #ing
                   20166: 
                   20167:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   20168:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   20169: 
                   20170:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   20171:          main/pa_globals.C, main/pa_request.C: @conf
                   20172: 
                   20173: 2002-06-11  paf
                   20174: 
                   20175:        * src/classes/file.C: check simplified
                   20176: 
                   20177:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   20178:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   20179:          valid prefix
                   20180: 
                   20181:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   20182:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   20183:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   20184: 
                   20185: 2002-06-10  paf
                   20186: 
1.211     moko     20187:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   20188:          src/include/pa_common.h, src/main/pa_common.C: lock failures
                   20189:          reported now
1.95      moko     20190: 
                   20191:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   20192:          string->double @ compile time were not-enough-checking...
                   20193: 
                   20194:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   20195:          autoconvert now ignored
                   20196: 
                   20197:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   20198:          check
                   20199: 
                   20200:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   20201:          $response:body content-type:name
                   20202: 
                   20203:        * configure, configure.in: hpux check, nsl link, no socket
                   20204: 
1.211     moko     20205:        * operators.ru.txt, operators.txt: old merge conflict removed
1.95      moko     20206: 
                   20207:        * configure, configure.in: pack even address access on sparc&co
                   20208:          arch checked in configure
                   20209: 
                   20210:        * configure, src/include/pa_version.h: makes
                   20211: 
                   20212:        * configure, configure.in, src/include/pa_version.h: makes
                   20213: 
                   20214:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   20215:          with charset even when all letters were 7bit one
                   20216: 
                   20217:        * src/main/pa_common.C: merged fixed -d (bug)
                   20218: 
                   20219:        * src/main/pa_common.C: fixed -d (bug)
                   20220: 
                   20221: 2002-06-03  paf
                   20222: 
1.211     moko     20223:        * ChangeLog, operators.ru.txt, operators.txt,
                   20224:          etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
                   20225:          src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95      moko     20226:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   20227:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   20228:          .dsp-s along with reorganized cvs modules dirs structure
                   20229: 
                   20230:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20231:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   20232:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   20233:          modules
                   20234: 
                   20235: 2002-05-28  paf
                   20236: 
                   20237:        * src/targets/cgi/parser3.C: info.uri now ""
                   20238: 
                   20239: 2002-05-17  paf
                   20240: 
                   20241:        * src/classes/: table.C: ^table.save << checked empty
                   20242:          pre/match/post columns
                   20243: 
                   20244: 2002-05-16  paf
                   20245: 
                   20246:        * src/classes/image.C: image::measure can png now
                   20247: 
                   20248: 2002-05-15  paf
                   20249: 
1.211     moko     20250:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20251:          ^date::create[%H:%M[:%S]] added
1.95      moko     20252: 
                   20253:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   20254: 
1.211     moko     20255:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20256:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95      moko     20257: 
                   20258: 2002-05-14  paf
                   20259: 
                   20260:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   20261: 
                   20262: 2002-05-07  paf
                   20263: 
                   20264:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   20265:          src/include/pa_globals.h, src/include/pa_request.h,
                   20266:          src/include/pa_table.h, src/main/compile.tab.C,
                   20267:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   20268:          src/main/pa_request.C, src/main/pa_table.C,
                   20269:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   20270:          src/targets/isapi/parser3isapi.dsp,
                   20271:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   20272:          name2number field now &.  main_method_name now on Request pool
                   20273:          rather on global_pool [Junction+VJunction created on same pool as
                   20274:          name = were created on global pool, causing mem leaks]
                   20275: 
                   20276:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   20277:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   20278:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   20279:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   20280:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20281:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   20282:          field now &.  main_method_name now on Request pool rather on
                   20283:          global_pool [Junction+VJunction created on same pool as name =
                   20284:          were created on global pool, causing mem leaks]
                   20285: 
                   20286: 2002-05-06  paf
                   20287: 
                   20288:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20289:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   20290:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   20291: 
                   20292:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20293:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   20294:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   20295: 
                   20296: 2002-04-30  paf
                   20297: 
                   20298:        * configure, src/include/pa_version.h: version now not b
                   20299: 
                   20300:        * src/targets/cgi/parser3.C: request.uri now never 0
                   20301: 
                   20302: 2002-04-29  paf
                   20303: 
                   20304:        * configure.in: removed b
                   20305: 
                   20306:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   20307:          Exception::comment/type checked in (), no there's no empty
                   20308:          type/comment by default
                   20309: 
                   20310:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   20311:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   20312:          src/doc/value.dox, src/include/pa_exception.h,
                   20313:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   20314:          0001
                   20315: 
                   20316: 2002-04-26  paf
                   20317: 
                   20318:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   20319:          size reduced
                   20320: 
                   20321: 2002-04-25  paf
                   20322: 
                   20323:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   20324:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   20325:          now that took into account
                   20326: 
1.211     moko     20327:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20328:          ^date::create[2002-12-33 01:03:04]
1.95      moko     20329: 
1.211     moko     20330:        * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95      moko     20331:          ^date::create[2002-12-33 01:03:04]
                   20332: 
                   20333:        * ChangeLog: updated changelog
                   20334: 
                   20335:        * src/classes/table.C: removed restriction on column count to
                   20336:          ^table.hash to work, now must be >0 [were >1]
                   20337: 
                   20338: 2002-04-24  paf
                   20339: 
                   20340:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20341:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20342:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   20343:          targets
                   20344: 
                   20345: 2002-04-23  paf
                   20346: 
1.211     moko     20347:        * operators.ru.txt, operators.txt, src/classes/string.C:
1.95      moko     20348:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   20349:          "junction used outside of context"]
                   20350: 
                   20351: 2002-04-22  paf
                   20352: 
                   20353:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   20354:          src/main/pa_string.C, src/types/pa_vstring.C,
                   20355:          src/types/pa_vstring.h: ^string.optimize[]
                   20356: 
                   20357:        * src/: include/pa_globals.h, include/pa_table.h,
                   20358:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   20359:          table template
                   20360: 
                   20361:        * src/classes/: string.C: optimize removed from string
                   20362:          .left/right/pos
                   20363: 
                   20364:        * src/main/execute.C: rolled back to
                   20365:          before_killing_userjunction_contexts
                   20366: 
                   20367:        * src/main/execute.C: user junctions context killed
                   20368: 
                   20369:        * src/main/execute.C: junctions to local contexts got
                   20370:          cleanized&checked later
                   20371: 
                   20372: 2002-04-19  paf
                   20373: 
                   20374:        * src/: classes/string.C, include/pa_request.h,
                   20375:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   20376:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   20377:          prior to .left .right .mid .pos .match when that is profitable,
                   20378:          and always before .replace when $ORIGINS(1) optimization disabled
                   20379:          economy from not wasting mem on lots of strings which occur by
                   20380:          lots of String:mid calls to get parts of source string between
                   20381:          found_occurances
                   20382: 
                   20383:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   20384:          ^file:list
                   20385: 
                   20386:        * src/: include/pa_globals.h, include/pa_table.h,
                   20387:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   20388:          globalized, not created @ each ^match anymore economy:
                   20389:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   20390: 
                   20391:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   20392:          removed from each String::match replace iteration, and made
                   20393:          stacked sizeof(VTable)=12bytes economy on each replace code
                   20394: 
                   20395:        * src/doc/footer.htm: 2001,
                   20396: 
                   20397:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   20398:          string.match[]['] option enables generation of $match.prematch
                   20399:          .match .postmatch columns
                   20400: 
                   20401:        * src/main/pa_string.C: String::match options analized without
                   20402:          cstr-ing them now
                   20403: 
                   20404:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   20405:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   20406:          config updated to doxygen 1.2.15, created helper which fixes
                   20407:          minor bugs in chm project files & htm tree.  changed extension to
                   20408:          .htm
                   20409: 
                   20410: 2002-04-18  paf
                   20411: 
                   20412:        * src/doc/doxygen.cfg: .chi generation disabled
                   20413: 
                   20414:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   20415:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   20416:          fields&methods
                   20417: 
                   20418:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   20419:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   20420:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   20421:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20422:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   20423:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   20424:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   20425:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   20426:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   20427:          VStateless_class to VObject
                   20428: 
                   20429:        * src/: main/pa_request.C, types/pa_valiased.h,
                   20430:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20431:          types/pa_vstring.h: VStateless_string_object speicalized light
                   20432:          version of VStateless_object
                   20433: 
                   20434:        * src/classes/op.C: ^throw comment param made optional
                   20435: 
                   20436:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   20437:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   20438:          and implemented down in VClass, fclass_alias removed,
                   20439: 
                   20440:        * src/types/pa_value.C: forced to cut that from .h because of
                   20441:          VStateless_class usage [undefined in .h]
                   20442: 
                   20443:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20444:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20445:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   20446:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   20447:          on each CALL]
                   20448: 
                   20449:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20450:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20451:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20452:          classes/response.C, classes/string.C, classes/table.C,
                   20453:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   20454:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   20455:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   20456:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   20457:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   20458:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   20459:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   20460:          removed Value::fname
                   20461: 
                   20462: 2002-04-17  paf
                   20463: 
                   20464:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   20465:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   20466:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   20467:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   20468:          state, PTHROW freshen to throw & co
                   20469: 
                   20470:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   20471: 
                   20472:        * src/classes/op.C: taint local result var bug fixed
                   20473: 
                   20474: 2002-04-16  paf
                   20475: 
                   20476:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   20477:          Attic asm.txt as most interesting
                   20478: 
                   20479:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   20480:          check, preventing content-length: 0 from appearing
                   20481: 
                   20482:        * src/main/execute.C: $result in @main now taken into account as in
                   20483:          usual functions
                   20484: 
                   20485:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   20486:          & @unhandled_exception now taken into account as in usual
                   20487:          functions
                   20488: 
                   20489:        * src/doc/postbuild.txt: instructions on post .html build
                   20490: 
                   20491:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   20492: 
                   20493:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   20494:          tainted
                   20495: 
                   20496:        * src/main/pa_request.C: uri in error log
                   20497: 
                   20498:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   20499:          cheched date:create(days) param for validity [later were assumed
                   20500:          valid and crashed on invalid onces]
                   20501: 
                   20502:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20503:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   20504:          and used that for removing VString wrapper
                   20505: 
                   20506:        * src/classes/op.C: exception2vhash file now tainted
                   20507: 
                   20508:        * src/classes/op.C: _process pseudo origin copied from local var to
                   20509:          heap
                   20510: 
                   20511:        * src/classes/op.C: extra check on empty file in origin in _execute
                   20512: 
                   20513: 2002-04-15  paf
                   20514: 
                   20515:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   20516: 
                   20517:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   20518:          functions
                   20519: 
                   20520:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   20521:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   20522:          started dual write_xxx_lang functions, if checked & works
                   20523: 
                   20524:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   20525:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   20526:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   20527:          unnecessary VString shells
                   20528: 
                   20529:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   20530:          prev changes]
                   20531: 
                   20532:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20533:          classes/table.C, include/pa_request.h, main/execute.C,
                   20534:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   20535:          StringOrValue wcontext result, now ready for dual writes
                   20536: 
                   20537:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   20538:          checked that
                   20539: 
                   20540:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   20541:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   20542:          changed to OP_WRITE_VALUE in var get cases
                   20543: 
                   20544:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   20545:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   20546:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20547:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   20548:          switch in hash constructor fixed [were problems with using of
                   20549:          stacked wwrapper after it's death]
                   20550: 
                   20551: 2002-04-12  paf
                   20552: 
1.211     moko     20553:        * operators.ru.txt, operators.txt, src/classes/table.C:
                   20554:          table.select(expression) 0
1.95      moko     20555: 
                   20556: 2002-04-11  paf
                   20557: 
                   20558:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   20559:          Request::process_internal codeFrame & wwrapper stacked [not
                   20560:          wasting  heap anymore]
                   20561: 
                   20562: 2002-04-10  paf
                   20563: 
                   20564:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   20565:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   20566:          classes/string.C, classes/table.C, classes/void.C,
                   20567:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   20568:          main/pa_string.C: killed Request::process() wrapping
                   20569:          VString(String) in case we need only String
                   20570: 
                   20571:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20572:          killed 8 bytes from String.head
                   20573: 
                   20574: 2002-04-09  paf
                   20575: 
                   20576:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   20577:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   20578:          local*/char b[...];      a=b; situations
                   20579: 
1.211     moko     20580:        * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
                   20581:          made literal
1.95      moko     20582: 
                   20583:        * src/classes/xdoc.C: xslt params fixed
                   20584: 
                   20585:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   20586:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   20587:          not pool.malloc(MAX_NUMBER) but really neaded
                   20588: 
1.211     moko     20589:        * operators.ru.txt, operators.txt, src/classes/double.C,
                   20590:          src/classes/int.C: int/double.int/double(default)
1.95      moko     20591: 
                   20592: 2002-04-04  paf
                   20593: 
                   20594:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   20595:          [when reconstructing pieces were split by
                   20596:          max_integral(piece.size), thus some strings to replace happen to
                   20597:          be split into two = not replaced)
                   20598: 
                   20599:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   20600:          standalone version = current dir
                   20601: 
                   20602:        * src/targets/cgi/parser3.C: document root in standalone version =
                   20603:          current dir
                   20604: 
                   20605: 2002-04-03  paf
                   20606: 
                   20607:        * configure, configure.in: more checks on nonexistent charset
                   20608: 
1.116     moko     20609:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     20610: 
                   20611: 2002-04-02  paf
                   20612: 
                   20613:        * src/main/compile.C: parser.compile [exception name more like in
                   20614:          doc]
                   20615: 
                   20616: 2002-04-01  paf
                   20617: 
                   20618:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   20619:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   20620:          .content-type.charset, not .charset
                   20621: 
                   20622: 2002-03-29  paf
                   20623: 
                   20624:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   20625: 
1.211     moko     20626:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20627:          ^date::create now may not supply day, default 1.  checked 29.03
                   20628:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
1.95      moko     20629: 
                   20630: 2002-03-28  paf
                   20631: 
1.211     moko     20632:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   20633:          src/classes/op.C, src/include/pa_globals.h,
                   20634:          src/include/pa_hash.h, src/main/pa_globals.C,
                   20635:          src/types/pa_vdate.h: ^cache[file][date]{    ^cache(seconds)
                   20636:          ^cache[date] }
1.95      moko     20637: 
                   20638:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   20639:          param
                   20640: 
                   20641: 2002-03-27  paf
                   20642: 
1.211     moko     20643:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   20644:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   20645:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   20646:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   20647:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   20648:          src/classes/xdoc.C, src/classes/xnode.C,
                   20649:          src/include/pa_exception.h, src/include/pa_request.h,
                   20650:          src/include/pa_stylesheet_connection.h, src/main/compile.C,
                   20651:          src/main/compile_tools.C, src/main/execute.C,
1.95      moko     20652:          src/main/pa_array.C, src/main/pa_charset.C,
                   20653:          src/main/pa_charsets.C, src/main/pa_common.C,
                   20654:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   20655:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   20656:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   20657:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   20658:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   20659:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   20660:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   20661:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   20662:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   20663:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   20664:          src/types/pa_wwrapper.h: assigned exception types
                   20665: 
1.211     moko     20666:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   20667:          src/include/pa_config_fixed.h, src/include/pa_request.h,
                   20668:          src/main/execute.C, src/main/pa_request.C: decided agains
                   20669:          resetting exception_trace, just changed name
1.95      moko     20670: 
                   20671: 2002-03-26  paf
                   20672: 
                   20673:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   20674:          fixed
                   20675: 
                   20676:        * src/classes/op.C: forced language of $source field of exception
                   20677:          to 'tainted', so that sql-langed-frags could be outputed outside
                   20678:          of connect
                   20679: 
1.211     moko     20680:        * operators.ru.txt, operators.txt: removed date.roll limit of +-1
                   20681:          offset
1.95      moko     20682: 
                   20683:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   20684: 
1.211     moko     20685:        * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
                   20686:          roll on daylightsaving days mktime took into account tm_isdst
                   20687:          flag, which remained from BEFORE roll, but should have been reset
1.95      moko     20688: 
                   20689: 2002-03-25  paf
                   20690: 
1.211     moko     20691:        * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95      moko     20692:          http_site_config_filespec
                   20693: 
                   20694:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   20695:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   20696:          with any/both --disable-foreign-group-files --disable-execs
                   20697: 
                   20698:        * INSTALL: "--with=sendmail=COMMAND" comment
                   20699: 
                   20700:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   20701:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     20702:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   20703:          disables execs also.  introducing --sendmail
1.95      moko     20704: 
1.211     moko     20705:        * operators.ru.txt, operators.txt: pgsql options comment
1.95      moko     20706: 
                   20707:        * INSTALL: comment on --disable-link-stdcpp
                   20708: 
1.116     moko     20709:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20710:          libstdc++ link skipping configure option
1.95      moko     20711: 
                   20712:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   20713:          with error were put to cache with 'marked_to_rollback' flag, all
                   20714:          consequent even OK requests rolled back
                   20715: 
                   20716: 2002-03-22  paf
                   20717: 
                   20718:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   20719:          false return
                   20720: 
1.211     moko     20721:        * operators.ru.txt, operators.txt: few comments on sets
1.95      moko     20722: 
                   20723: 2002-03-18  paf
                   20724: 
1.211     moko     20725:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   20726:          src/include/pa_exception.h, src/include/pa_globals.h,
                   20727:          src/include/pa_request.h, src/include/pa_stack.h,
                   20728:          src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95      moko     20729: 
                   20730:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   20731:          types/pa_vdouble.h: removed some tested @tests
                   20732: 
                   20733: 2002-03-15  paf
                   20734: 
1.211     moko     20735:        * operators.ru.txt, operators.txt, src/classes/table.C:
                   20736:          ^table.locate(logical expr)
1.95      moko     20737: 
                   20738: 2002-03-13  paf
                   20739: 
                   20740:        * src/main/pa_exception.C: checked not-pooled malloc
                   20741: 
                   20742: 2002-03-11  paf
                   20743: 
                   20744:        * INSTALL, configure, configure.in,
                   20745:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   20746: 
                   20747:        * src/main/pa_common.C: --disable-foreign-group-files
                   20748: 
                   20749:        * INSTALL: --disable-execs
                   20750: 
                   20751:        * src/main/pa_exec.C: --disable-execs
                   20752: 
                   20753:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20754:          --disable-execs
                   20755: 
                   20756:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   20757: 
                   20758:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   20759:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   20760: 
                   20761: 2002-03-05  paf
                   20762: 
1.211     moko     20763:        * operators.ru.txt, operators.txt, src/classes/date.C: date week
                   20764:          calendar columns named
1.95      moko     20765: 
1.211     moko     20766:        * operators.ru.txt, operators.txt, src/classes/date.C: date week
                   20767:          calendar columns named
1.95      moko     20768: 
                   20769:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   20770:          requires headers to be terminated with \r\n manually [refuses to
                   20771:          separate header/body itself]
                   20772: 
                   20773:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20774:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   20775: 
                   20776: 2002-03-04  paf
                   20777: 
                   20778:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   20779:          in PASS language
                   20780: 
                   20781:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   20782:          deserialize checks on broken file
                   20783: 
                   20784:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   20785:          parser3isapi.dsp: isapi updated
                   20786: 
                   20787: 2002-03-01  paf
                   20788: 
                   20789:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   20790: 
                   20791: 2002-02-28  paf
                   20792: 
                   20793:        * src/main/untaint.C: removed some debug comments
                   20794: 
                   20795:        * src/main/pa_charsets.C: when placing charset to cache using
                   20796:          global name now [were request]
                   20797: 
                   20798:        * configure, configure.in: apache module updated
                   20799: 
                   20800:        * src/main/pa_string.C: origin by first piece preferred before last
                   20801:          piece
                   20802: 
                   20803: 2002-02-27  paf
                   20804: 
                   20805:        * src/main/pa_charset.C: size_t
                   20806: 
                   20807:        * INSTALL: shared/static-xml with-pathlink
                   20808: 
1.211     moko     20809:        * operators.ru.txt, operators.txt: SMTP comment
1.95      moko     20810: 
                   20811: 2002-02-26  paf
                   20812: 
                   20813:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   20814: 
                   20815:        * src/classes/xnode.C: in some situation, xpath query returned
                   20816:          result with type NODESET, but empty nodeset member field, checked
                   20817:          that
                   20818: 
                   20819: 2002-02-22  paf
                   20820: 
                   20821:        * INSTALL: without-zlib comment
                   20822: 
                   20823:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   20824: 
                   20825:        * configure, configure.in: glib###.a detection fixed
                   20826: 
                   20827:        * INSTALL: hashfile removed from INSTALL
                   20828: 
1.116     moko     20829:        * Makefile.am: make update
1.95      moko     20830: 
                   20831:        * src/main/pa_string.C: string iterators fixed again, so were
                   20832:          String::join_chain
                   20833: 
                   20834:        * src/main/pa_string.C: string iterators fixed again, so were
                   20835:          String::join_chain
                   20836: 
                   20837:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   20838:          fixed again, so were String::join_chain
                   20839: 
                   20840:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   20841: 
1.211     moko     20842:        * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
                   20843:          "expires=0" =  "session"
1.95      moko     20844: 
1.116     moko     20845:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20846:          --with-shared-xml --with-static-xml
1.95      moko     20847: 
                   20848:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20849:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20850:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   20851:          xalan&xml
                   20852: 
                   20853:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   20854: 
1.211     moko     20855:        * operators.ru.txt, operators.txt, src/classes/classes.dsp,
                   20856:          src/main/main.dsp, src/types/types.dsp: removed hashfile support
                   20857:          from sources for now
1.95      moko     20858: 
1.116     moko     20859:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     20860:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     20861:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   20862:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   20863:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     20864:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     20865:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   20866:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   20867:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     20868: 
                   20869: 2002-02-21  paf
                   20870: 
                   20871:        * src/main/untaint.C: removed debug code, activated commented-for
                   20872:          debug parts
                   20873: 
1.116     moko     20874:        * Makefile.am: make cvsupdate
1.95      moko     20875: 
                   20876:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20877:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   20878:          append_row, not at link zero now string to string appending works
                   20879: 
                   20880: 2002-02-20  paf
                   20881: 
                   20882:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   20883:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   20884:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   20885: 
                   20886:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20887:          economy: 22%
                   20888: 
                   20889:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20890:          space uptimized: string::link_row removed
                   20891: 
                   20892:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   20893:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   20894:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20895:          types/pa_vstring.h: speed uptimized: string::is_empty
                   20896: 
1.211     moko     20897:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95      moko     20898:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   20899:          src/include/pa_types.h, src/main/compile.tab.C,
                   20900:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   20901:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   20902:          string append optimiziation idea and estimates
                   20903: 
                   20904: 2002-02-19  paf
                   20905: 
                   20906:        * src/classes/math.C: not used directly [but erroreously reported
                   20907:          that 'is', thus registering twice&other probs]
                   20908: 
                   20909:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   20910:          to node [element]
                   20911: 
                   20912:        * src/main/compile.C: without string_origins parse error
                   20913:          file+line+col possible
                   20914: 
                   20915:        * src/main/: compile.C: without string_origins not worked
                   20916: 
                   20917: 2002-02-18  paf
                   20918: 
                   20919:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   20920:          trick i've installed into double::as_string
                   20921: 
                   20922:        * src/main/pa_globals.C: extern "C" was removed too fast
                   20923: 
                   20924:        * src/: include/pa_opcode.h, include/pa_request.h,
                   20925:          main/compile.tab.C, main/compile.y, main/execute.C,
                   20926:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   20927:          with string/nonstring values, now in expressions double/int
                   20928:          values are passed as-is, without stupid tostring/fromstring
                   20929:          conversions
                   20930: 
                   20931:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   20932:          __cplusplus } #endif
                   20933: 
                   20934:        * src/main/compile.tab.C: bison env set so one could compile
                   20935:          without cygwin installed
                   20936: 
                   20937:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   20938:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   20939:          gnome xml libs parser .dsp-s changed accordingly
                   20940: 
1.211     moko     20941:        * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
                   20942:          PARSER_ROOT_CONFIG
1.95      moko     20943: 
1.211     moko     20944:        * operators.ru.txt, operators.txt, src/classes/date.C: date::create
                   20945:          [were date::set, with backward comp
1.95      moko     20946: 
                   20947:        * src/classes/math.C: math:random range check fixed
                   20948: 
                   20949:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   20950: 
                   20951:        * INSTALL: local install comment
                   20952: 
1.116     moko     20953:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     20954: 
1.116     moko     20955:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   20956:          src/include/pa_config_auto.h.in,
                   20957:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   20958:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     20959: 
1.211     moko     20960:        * operators.ru.txt, operators.txt: \ comment
1.95      moko     20961: 
                   20962: 2002-02-13  paf
                   20963: 
                   20964:        * src/include/pa_config_includes.h: sys/time time both included
                   20965:          now.  vaguely remember confilicts on this on some system [not on
                   20966:          six|ablv] so when would see them again would think up proper
                   20967:          check
                   20968: 
1.116     moko     20969:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20970:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     20971: 
                   20972:        * src/main/pa_common.C: truncation never occured when writing files
                   20973:          on unix [since i've changed cache mech] fix
                   20974: 
                   20975:        * src/main/pa_common.C: strnchr: sanity check added
                   20976: 
                   20977:        * etc/parser3.charsets/windows-1257.cfg: id added
                   20978: 
                   20979:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   20980:          baltic charset file generated, in generation script ispunct check
                   20981:          added
                   20982: 
                   20983: 2002-02-08  paf
                   20984: 
1.116     moko     20985:        * src/: include/Makefile.am, sql/Makefile.am,
                   20986:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     20987: 
                   20988:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   20989:          forgotten
                   20990: 
                   20991:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   20992: 
                   20993:        * INSTALL, README: install&others updated
                   20994: 
                   20995:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   20996: 
1.116     moko     20997:        * Makefile.am, configure, configure.in,
                   20998:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   20999:          src/classes/Makefile.am, src/main/Makefile.am,
                   21000:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   21001:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   21002:          works
1.95      moko     21003: 
                   21004:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   21005:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21006:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   21007:          classes/math.C, classes/op.C, classes/response.C,
                   21008:          classes/string.C, classes/table.C, classes/void.C,
                   21009:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21010:          include/pa_array.h, include/pa_cache_managers.h,
                   21011:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   21012:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21013:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21014:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   21015:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   21016:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   21017:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   21018:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   21019:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21020:          include/pa_stack.h, include/pa_string.h,
                   21021:          include/pa_stylesheet_connection.h,
                   21022:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21023:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   21024:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   21025:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   21026:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21027:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   21028:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   21029:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   21030:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   21031:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   21032:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21033:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   21034:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   21035:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   21036:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   21037:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   21038:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   21039:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   21040:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   21041:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   21042:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21043:          types/pa_vrequest.h, types/pa_vresponse.h,
                   21044:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21045:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   21046:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   21047:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   21048:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   21049:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   21050:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   21051:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   21052:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   21053:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   21054:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   21055: 
                   21056:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   21057:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21058:          classes/hashfile.C, classes/image.C, classes/int.C,
                   21059:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   21060:          classes/string.C, classes/table.C, classes/void.C,
                   21061:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21062:          include/pa_array.h, include/pa_cache_managers.h,
                   21063:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   21064:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21065:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21066:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   21067:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   21068:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   21069:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   21070:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   21071:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21072:          include/pa_stack.h, include/pa_string.h,
                   21073:          include/pa_stylesheet_connection.h,
                   21074:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21075:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   21076:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   21077:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   21078:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   21079:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21080:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   21081:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21082:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21083:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21084:          main/pa_status_provider.C, main/pa_string.C,
                   21085:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   21086:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21087:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21088:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   21089:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21090:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   21091:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21092:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   21093:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   21094:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   21095:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   21096:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   21097:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21098:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21099:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   21100:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   21101:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   21102:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   21103:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   21104:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   21105:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   21106:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   21107: 
                   21108: 2002-02-07  paf
                   21109: 
                   21110:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   21111: 
1.116     moko     21112:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   21113:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   21114:          added yet another locking function: fcntl
1.95      moko     21115: 
                   21116:        * config.sub: on cygwin configure passes it with strange i1586
                   21117:          const, hacked it to mean i586
                   21118: 
                   21119:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   21120:          disabled $if reference due to conflicts with local variables
                   21121: 
1.211     moko     21122:        * operators.ru.txt, operators.txt, src/classes/xdoc.C,
                   21123:          src/include/pa_config_fixed.h: xdoc::set obsolete now, now
                   21124:          xdoc::create, with both sences
                   21125: 
                   21126:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   21127:          src/include/pa_array.h, src/include/pa_table.h,
                   21128:          src/main/pa_array.C, src/main/pa_table.C: table::create now //
                   21129:          'set' name obsolete now table clone.
1.95      moko     21130: 
1.211     moko     21131:        * operators.ru.txt, operators.txt, src/classes/string.C,
1.95      moko     21132:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   21133:          ^int/double/string.format now can be called with normal []
                   21134:          brackets, not stupid {} as it were implemented for some strange
                   21135:          reason.  retaining backward compatibility due to some
                   21136:          already-implemented servers
                   21137: 
                   21138:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   21139:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   21140:          operators now detected by check at name_without_curly_rdive_read
                   21141:          rule whether diving code constists only of
                   21142:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   21143:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   21144:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   21145: 
                   21146: 2002-02-06  paf
                   21147: 
                   21148:        * configure, configure.in: prefix expanded, grr
                   21149: 
1.211     moko     21150:        * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
                   21151:          config changed
1.95      moko     21152: 
                   21153: 2002-02-05  paf
                   21154: 
1.211     moko     21155:        * operators.ru.txt, operators.txt: regex options commented
1.95      moko     21156: 
                   21157:        * src/main/: pa_exec.C: argv0 now correct
                   21158: 
                   21159:        * src/types/pa_vstatus.C: status:rusage 3
                   21160: 
                   21161:        * src/types/pa_vstatus.C: status:rusage 2
                   21162: 
1.211     moko     21163:        * operators.ru.txt, operators.txt: status:rusage described int
                   21164:          operators
1.95      moko     21165: 
                   21166:        * src/types/pa_vstatus.C: status:rusage 1
                   21167: 
                   21168:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   21169:          src/types/types.dsp: status:rusage
                   21170: 
1.211     moko     21171:        * configure.in, operators.ru.txt, operators.txt,
                   21172:          src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     21173:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   21174:          src/main/pa_common.C: rewritten ^cache to use
                   21175:          non-blocking-exclusive-caches
                   21176: 
                   21177:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   21178:          [speed impact. was off for debugging purpose, but forgotten
                   21179:          afterwards]
                   21180: 
                   21181: 2002-02-01  paf
                   21182: 
                   21183:        * src/classes/op.C: file_write does EX lock after create, while
                   21184:          file_read does SH after open, so there's a moment after create
                   21185:          but before EX lock when read can sneak into, and read
                   21186:          just-created-for-writing-and-not-yet-locked file, added a check
                   21187:          for that in ^cache...read
                   21188: 
                   21189: 2002-01-31  paf
                   21190: 
                   21191:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   21192:          ^xxx:
                   21193: 
                   21194:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   21195:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   21196: 
                   21197:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   21198:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   21199:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   21200:          operators check 6.1 rewritten. now check is done at compile time
                   21201: 
                   21202:        * src/main/execute.C: operators check 5 floated up old error of
                   21203:          staying in 'entered class/object' state after $a($a..) it
                   21204:          prevented operators from being called thereafter
                   21205: 
                   21206:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21207:          main/execute.C: operators check 4 floated up old error of staying
                   21208:          in 'entered object' state after ^a.a(a) it prevented operators
                   21209:          from being called thereafter
                   21210: 
                   21211:        * src/main/execute.C: operators check 3 floated up old error of
                   21212:          staying in 'entered class' state after $a:a(a) it prevented
                   21213:          operators from being called thereafter
                   21214: 
                   21215:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   21216:          floated up old error of staying in 'entered class' state after
                   21217:          $a:a[a] it prevented operators from being called thereafter
                   21218: 
                   21219:        * src/main/execute.C: operators check, thay mistakenly seen in
                   21220:          $class:operator   $object.operators contexts
                   21221: 
                   21222:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   21223:          win32
                   21224: 
1.116     moko     21225:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   21226:          src/classes/Makefile.am, src/main/Makefile.am,
                   21227:          src/targets/cgi/Makefile.am,
1.95      moko     21228:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     21229:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     21230: 
1.116     moko     21231:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   21232:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   21233:          configure, configure.in, form.txt, ident.awk, install-sh,
                   21234:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211     moko     21235:          operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
                   21236:          etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95      moko     21237:          etc/parser3.charsets/koi8-r.cfg,
                   21238:          etc/parser3.charsets/windows-1250.cfg,
                   21239:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     21240:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   21241:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   21242:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   21243:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     21244:          straightened installation scripts procedure made
                   21245:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   21246:          change
                   21247: 
                   21248: 2002-01-30  paf
                   21249: 
                   21250:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   21251:          removed] those comments were a mistake, and prevented libltdl
                   21252:          from function properly
                   21253: 
                   21254: 2002-01-29  paf
                   21255: 
1.116     moko     21256:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   21257:          creation [modified acinclude.m4 which were creating int into just
                   21258:          assignment LIBTOOL=../libtool] added default system
                   21259:          config&charsetts prepared 'make install', now it installs
                   21260:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   21261:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     21262:          $sysconfdir/parser3.charsets respectively
                   21263: 
                   21264:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   21265:          main/pa_globals.C: few forgotten ifdef XML added
                   21266: 
                   21267: 2002-01-28  paf
                   21268: 
1.116     moko     21269:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     21270:          removed
                   21271: 
                   21272:        * src/main/pa_exception.C: dom|generic error output fix
                   21273: 
                   21274:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   21275: 
                   21276:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   21277: 
                   21278:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   21279:          [fixed as_node helper func to accept docs]
                   21280: 
                   21281:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   21282:          xdoc.importNode 0
                   21283: 
                   21284:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   21285: 
                   21286: 2002-01-25  paf
                   21287: 
                   21288:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   21289:          @SPECIAL now works OK
                   21290: 
                   21291:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   21292: 
                   21293:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   21294:          violation that added
                   21295: 
                   21296:        * src/classes/hash.C: unified  hash::sql, now
                   21297:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   21298: 
                   21299:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   21300:          ^file:lock[filename]{code}
                   21301: 
                   21302:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   21303:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   21304:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   21305:          to some pa_common funcs
                   21306: 
                   21307:        * src/: include/pa_charset.h, main/pa_globals.C:
                   21308:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   21309: 
                   21310:        * src/: include/pa_charset.h, main/pa_charset.C,
                   21311:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   21312:          not stupid illegal define
                   21313: 
                   21314: 2002-01-24  paf
                   21315: 
                   21316:        * src/include/pa_version.h: changed version number
                   21317: 
                   21318:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   21319:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21320:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   21321:          main/pa_db_connection.C, main/pa_db_table.C,
                   21322:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   21323:          hashfile without logfiles
                   21324: 
                   21325:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   21326:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   21327:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   21328:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   21329:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   21330:          cluttered disk without huge need]
                   21331: 
                   21332:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   21333:          handy macro, which is strangly abscent in dome lib
                   21334: 
                   21335:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   21336: 
                   21337:        * src/classes/xdoc.C: checked empty response
                   21338: 
                   21339:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   21340:          /, not self node]
                   21341: 
                   21342:        * src/classes/xnode.C: xnode.select returns array always now, in
                   21343:          case 'nothing found' returns empty array
                   21344: 
                   21345:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   21346:          be more tender with ctrl/c/v
                   21347: 
                   21348: 2002-01-23  paf
                   21349: 
                   21350:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   21351:          substituted.         // 2. when dom tree with entites goes under
                   21352:          transform text nodes        // got [erroreosly] cut on first
                   21353:          entity occurance
                   21354: 
                   21355:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   21356:          twice-converting
                   21357: 
                   21358:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   21359:          'e' in output this is for regretful twice-converting here:
                   21360:          $a(double value) when they write double falue  they convert it to
                   21361:          string first, thus %g were losing precesion.
                   21362: 
                   21363:          todo: think up some way to remove double->string string->double
                   21364:          twice-converting
                   21365: 
                   21366:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   21367:          %.20E now default float format this is for regretful
                   21368:          twice-converting here: $a(double value) when they write double
                   21369:          falue  they convert it to string first, thus %g were losing
                   21370:          precesion.
                   21371: 
                   21372:          todo: think up some way to remove double->string string->double
                   21373:          twice-converting
                   21374: 
                   21375:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   21376:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   21377:          reasons in comment inside
                   21378: 
                   21379:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   21380:          statically linked]
                   21381: 
                   21382:        * src/: include/pa_exception.h, main/compile.tab.C,
                   21383:          main/pa_exception.C: removed exception va_list constructor.  1.
                   21384:          not needed anymore 2. there were a conflict[causing errors]
                   21385:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   21386:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   21387:          ctor(, va_list) which, of course, caused gpf
                   21388: 
                   21389:        * src/main/pa_globals.C: removed debug xslt messages
                   21390: 
                   21391: 2002-01-22  paf
                   21392: 
                   21393:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   21394:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   21395:          helps compiling stylesheet properly.  example: this refused to
                   21396:          work,             <b>&laquo;<xsl:value-of select="@title"
                   21397:          />&raquo;</b> stranly worked only this way:
                   21398:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   21399: 
                   21400:          docs says "set it to 1", never going into details, so I decided
                   21401:          to try NOT to do that
                   21402: 
                   21403:        * src/classes/table.C: join behaived badly in case named tables
                   21404:          structure mismatched: 0 strings sneaked into dest failing
                   21405:          afterwards.  replaced them with empty strings
                   21406: 
                   21407: 2002-01-21  paf
                   21408: 
                   21409:        * src/main/pa_charset.C: checked empty transcoders in
                   21410:          transcode_cstr|buf
                   21411: 
                   21412:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   21413: 
                   21414:        * src/classes/xdoc.C: transform error source now
                   21415:          stylesheet_filespec
                   21416: 
1.116     moko     21417:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     21418:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   21419:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     21420:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   21421:          gnome
1.95      moko     21422: 
                   21423:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   21424:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   21425:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   21426:          xslt generic error 1
                   21427: 
                   21428:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   21429:          xml generic message 1
                   21430: 
                   21431:        * src/classes/table.C: ^table::load empty lines or #comments before
                   21432:          headline
                   21433: 
                   21434:        * src/: include/pa_array.h, include/pa_globals.h,
                   21435:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   21436:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   21437:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   21438:          errors 0
                   21439: 
                   21440: 2002-01-16  paf
                   21441: 
                   21442:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   21443:          classes/table.C, classes/void.C, classes/xdoc.C,
                   21444:          include/pa_db_connection.h, include/pa_request.h,
                   21445:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21446:          include/pa_stylesheet_connection.h,
                   21447:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   21448:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21449:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   21450:          stylesheet_connection auto destroyers to remaining gnome objects
                   21451: 
                   21452:        * src/classes/xdoc.C: few comments
                   21453: 
                   21454: 2002-01-15  paf
                   21455: 
                   21456:        * src/classes/xdoc.C: xdoc   file   save   string
                   21457: 
                   21458:          ready.  todo: error handling
                   21459: 
                   21460:        * src/classes/xdoc.C: xdoc save rewritten using
                   21461:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   21462:          result
                   21463: 
                   21464:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   21465:          started output options parsing
                   21466: 
                   21467: 2002-01-14  paf
                   21468: 
                   21469:        * src/classes/xdoc.C: method
                   21470: 
                   21471:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   21472:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   21473:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   21474:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   21475:          xslt transform0.  TODO:   use output options   handle errors
                   21476: 
                   21477:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   21478: 
                   21479: 2002-01-11  paf
                   21480: 
                   21481:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21482:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21483:          partial logical && || evaluation
                   21484: 
                   21485:        * src/classes/xnode.C: xpath selectNodes
                   21486: 
                   21487:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   21488:          string/number/bool
                   21489: 
                   21490:        * src/classes/xnode.C: xpath selectNode 2
                   21491: 
                   21492:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   21493:          xpath selectNode 1
                   21494: 
                   21495: 2002-01-10  paf
                   21496: 
                   21497:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   21498: 
                   21499:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   21500:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   21501:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   21502:          refcounter]
                   21503: 
                   21504: 2001-12-29  paf
                   21505: 
                   21506:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   21507:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   21508:          glib works 0
                   21509: 
                   21510: 2001-12-28  paf
                   21511: 
                   21512:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   21513:          main/pa_exception.C: started glib transcoders
                   21514: 
                   21515:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   21516: 
                   21517:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   21518:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   21519:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   21520:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   21521:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   21522:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   21523:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   21524:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   21525: 
                   21526: 2001-12-27  paf
                   21527: 
                   21528:        * src/: include/pa_charset.h, include/pa_common.h,
                   21529:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   21530:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   21531:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21532:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   21533:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   21534:          from xalan&xerces, started the process.  globals [initialization
                   21535:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   21536:          calls
                   21537: 
                   21538:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   21539:          anymore
                   21540: 
                   21541: 2001-12-26  paf
                   21542: 
                   21543:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   21544:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   21545:          key globalized [bug]
                   21546: 
                   21547: 2001-12-25  paf
                   21548: 
                   21549:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   21550:          main/pa_string.C: table set & append changed splitting languages,
                   21551:          separators now can be clean AND as-is same to mail command line
                   21552:          $MAIN:MAIL.progX arguments
                   21553: 
                   21554: 2001-12-24  paf
                   21555: 
                   21556:        * src/classes/mail.C: one parted text messages - no multipart
                   21557:          mime-type anymore.  for convinient if $.attach-ments
                   21558: 
                   21559:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   21560:          main/pa_string.C: read from cache size check updated
                   21561: 
                   21562:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   21563: 
                   21564: 2001-12-21  paf
                   21565: 
                   21566:        * src/classes/date.C: date:sql-string now returns localtime
                   21567: 
                   21568:        * src/main/pa_request.C: $result in @main actually not working, to
                   21569:          hell with it for now
                   21570: 
                   21571:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   21572:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   21573:          @postprocess @exception
                   21574: 
                   21575:        * src/main/execute.C: junction evaluation canceled - endless
                   21576:          recursion detected
                   21577: 
                   21578: 2001-12-19  paf
                   21579: 
                   21580:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   21581:          intermediate
                   21582: 
                   21583:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   21584: 
                   21585:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   21586: 
                   21587:        * src/classes/op.C: ^cache keypath now relative
                   21588: 
                   21589:        * src/classes/mail.C: changed weighting prior to sort
                   21590: 
                   21591:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   21592:          were missing
                   21593: 
                   21594: 2001-12-17  paf
                   21595: 
                   21596:        * src/main/pa_charset.C: ifndef XML were bad type
                   21597: 
                   21598:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   21599:          outdated unset services_pool
                   21600: 
                   21601:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   21602:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   21603:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   21604: 
                   21605:        * src/main/untaint.C: allowed space in filespec
                   21606: 
                   21607:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   21608: 
                   21609:        * src/classes/image.C: no govno
                   21610: 
                   21611:        * src/classes/image.C: govno
                   21612: 
                   21613: 2001-12-16  paf
                   21614: 
                   21615:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   21616: 
                   21617:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   21618:          charset_connection&manager replaced by charset&charsets
                   21619: 
                   21620:        * src/main/pa_charset.C: name_cstr 0
                   21621: 
                   21622:        * src/main/untaint.C: uri lang now knows about client/source
                   21623:          charsets
                   21624: 
                   21625:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   21626:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21627:          include/pa_array.h, include/pa_cache_managers.h,
                   21628:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   21629:          include/pa_common.h, include/pa_db_connection.h,
                   21630:          include/pa_db_manager.h, include/pa_db_table.h,
                   21631:          include/pa_dictionary.h, include/pa_exception.h,
                   21632:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   21633:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   21634:          include/pa_sapi.h, include/pa_socks.h,
                   21635:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21636:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21637:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21638:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   21639:          main/pa_charset.C, main/pa_charset_connection.C,
                   21640:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   21641:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   21642:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   21643:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   21644:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   21645:          types/types.dsp: introducing Charset
                   21646: 
                   21647: 2001-12-14  paf
                   21648: 
                   21649:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   21650:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   21651:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   21652:          uri lang
                   21653: 
                   21654:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   21655: 
                   21656:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   21657: 
                   21658:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   21659:          defalts_name global
                   21660: 
                   21661:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   21662:          include/pa_request.h, main/main.dsp,
                   21663:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21664:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   21665:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   21666:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   21667:          changed charset model.  now important: $request:charset
                   21668:          $response:charset while $response:content-type.charset become
                   21669:          unimportant [informational]
                   21670: 
                   21671: 2001-12-13  paf
                   21672: 
                   21673:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   21674: 
                   21675:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   21676:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   21677:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   21678:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   21679:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   21680:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21681: 
                   21682:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   21683:          auto_ptr part other way, because of stupid gcc 2.96
                   21684:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   21685:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   21686:          FormatterListener] /usr/include/g++-3/memory:48:
                   21687:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   21688:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21689: 
                   21690:        * src/classes/xdoc.C: removed extra inc
                   21691: 
                   21692:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   21693: 
                   21694:        * src/include/pa_types.h: msvc head debugging flag
                   21695: 
                   21696:        * src/classes/xdoc.C: freed up listener
                   21697: 
                   21698:        * src/classes/string.C: change msg '... code is not code'
                   21699: 
                   21700:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   21701:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21702:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   21703:          [past/future prob]
                   21704: 
                   21705:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21706:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   21707:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21708:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   21709: 
                   21710:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   21711:          main/pa_string.C: removed signed mismatch warnings
                   21712: 
                   21713:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   21714:          'expires' from header outputs
                   21715: 
                   21716:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   21717:          row ptr
                   21718: 
                   21719:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   21720:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   21721: 
                   21722:        * src/classes/xdoc.C: lang list updated
                   21723: 
                   21724: 2001-12-10  paf
                   21725: 
                   21726:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   21727: 
                   21728:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   21729:          erase files like that, knowing their full name introducing   //
                   21730:          theoretical problem with, for instance, "_2B" and "." fragments,
                   21731:          // they would yield the same    // because
                   21732:          need_file_encode('_')=false  // but we need to delete such files
                   21733:          somehow, getting names from ^index
                   21734: 
                   21735:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   21736:          string::join_chank break]
                   21737: 
                   21738: 2001-12-07  paf
                   21739: 
                   21740:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   21741:          include/pa_common.h, include/pa_config_auto.h.in,
                   21742:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21743:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   21744:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   21745:          types/pa_vhashfile.C: merged from r14_simple_cache
                   21746: 
                   21747:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   21748:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   21749:             lduh  [ %i2 + 1 ], %l0
                   21750: 
                   21751:          bus error, fixed that
                   21752: 
                   21753:        * src/main/pa_string.C: strange string deserialize bug on
                   21754:          client[pmts], a bit shortened,
                   21755: 
                   21756:        * src/include/pa_config_auto.h.in: makes
                   21757: 
                   21758:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   21759:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   21760:          file write shared lock file read
                   21761: 
                   21762:        * src/: classes/op.C, include/pa_common.h,
                   21763:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   21764: 
                   21765: 2001-12-06  paf
                   21766: 
                   21767:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21768:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   21769: 
                   21770:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   21771:          info
                   21772: 
                   21773:        * src/classes/hashfile.C: removed transaction from ^cache
                   21774: 
                   21775: 2001-12-05  paf
                   21776: 
                   21777:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   21778:          IIS5 there were a prob with illegal call check
                   21779: 
                   21780: 2001-12-04  paf
                   21781: 
                   21782:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21783:          main/pa_request.C: measures to log
                   21784: 
                   21785: 2001-11-23  paf
                   21786: 
                   21787:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21788:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   21789:          types/pa_vhashfile.C: merged from _0014, 1
                   21790: 
                   21791:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21792:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   21793:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   21794:          ^cache(33) would change
                   21795: 
                   21796:          0660 bits in file_write & hashfile create
                   21797: 
                   21798:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   21799:          after pa_string optimization]
                   21800: 
                   21801: 2001-11-22  paf
                   21802: 
                   21803:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21804:          table.offset[whence]
                   21805: 
                   21806:        * src/classes/op.C: process cstr(,connection)
                   21807: 
                   21808:        * src/classes/op.C: process now gets its body on current language,
                   21809:          not as-is
                   21810: 
                   21811:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   21812: 
                   21813:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   21814:          bit
                   21815: 
1.116     moko     21816:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     21817: 
                   21818: 2001-11-21  paf
                   21819: 
                   21820:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   21821:          <xsl:output output options made identical to xsl:output
                   21822:          attributes exclusion:    cdata-section-elements what xalan can do
                   21823:          but that not used now:    it can escape and remove CDATA sections
                   21824: 
                   21825:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   21826:          produced by xslt
                   21827: 
                   21828:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   21829: 
                   21830:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   21831: 
                   21832:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   21833:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   21834:          default language for {code}, it happen to change it's language
                   21835:          from CLEAN, so later refused to split by CLEAN \t
                   21836: 
                   21837: 2001-11-20  paf
                   21838: 
1.116     moko     21839:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   21840:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     21841:          bottom of dependeces, so that errors would popup quicklier, fixed
                   21842:          line numbering in table::sql
                   21843: 
                   21844: 2001-11-19  paf
                   21845: 
                   21846:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   21847:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   21848:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   21849:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   21850:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   21851:          at wcontext.write
                   21852: 
1.116     moko     21853:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     21854:          _set_new_handler
                   21855: 
1.116     moko     21856:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   21857:          set_new_handler in apache&isapi
1.95      moko     21858: 
                   21859: 2001-11-16  paf
                   21860: 
                   21861:        * src/targets/cgi/parser3.C: pool debug @ die
                   21862: 
                   21863:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21864:          removed 8 bytes from String, 2 bytes from
                   21865:          string::chunk::row::item
                   21866: 
                   21867:        * src/main/pa_string.C: removed 1+4 bytes from String
                   21868: 
                   21869:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21870:          types/pa_vstring.C: removed 1+4 bytes from String
                   21871: 
                   21872:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   21873:          0
                   21874: 
                   21875:        * src/: include/pa_globals.h, include/pa_string.h,
                   21876:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   21877:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   21878:          targets/cgi/parser3.C: introducing estimating
                   21879:          String::cstr_bufsize, 0
                   21880: 
                   21881:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   21882: 
                   21883:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   21884: 
                   21885:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21886:          include/pa_pool.h: die in pool::fail
                   21887: 
                   21888: 2001-11-15  paf
                   21889: 
                   21890:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   21891:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   21892:          dynamic buffer re-back now with counter
                   21893: 
                   21894:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   21895:          static buffer back
                   21896: 
                   21897:        * src/targets/cgi/parser3.C: std::
                   21898: 
                   21899:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   21900:          include/pa_config_includes.h: setnewhandler check
                   21901: 
1.116     moko     21902:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21903: 
                   21904:        * src/targets/cgi/parser3.C: set_new_handler started
                   21905: 
                   21906: 2001-11-14  paf
                   21907: 
                   21908:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21909:          was wrong
                   21910: 
                   21911:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21912:          was wrong
                   21913: 
                   21914:        * src/main/pa_request.C: z
                   21915: 
                   21916:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   21917:          full returns win32 -1 solaris >buffer_size
                   21918: 
                   21919:          checked all that
                   21920: 
                   21921:        * src/classes/op.C: ^untaint{body} as-is default now
                   21922: 
                   21923:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21924:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   21925:          with no_bad_constructors_try
                   21926: 
                   21927:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21928:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   21929:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   21930:          $bred[^int::int[]]
                   21931: 
                   21932:          now VObject creation moved into overriden
                   21933:          VClass::create_new_value, thus 0 from create_new_value means that
                   21934:          class has no ctors
                   21935: 
                   21936: 2001-11-13  paf
                   21937: 
                   21938:        * src/classes/classes.C: returned accedently removed if in foreach
                   21939:          callbacks [when hash no-0-restructure]
                   21940: 
                   21941: 2001-11-12  paf
                   21942: 
                   21943:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   21944:          passed as-is to method, xalan makes & into &amp; itself
                   21945: 
                   21946:        * src/classes/date.C: date.roll parser2 alg used
                   21947: 
                   21948:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   21949:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21950:          main/pa_dictionary.C, main/pa_hash.C,
                   21951:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   21952:          now does not containt 0 values. put 0 actullay removes.  no check
                   21953:          on 0 value in foreach now required
                   21954: 
                   21955: 2001-11-11  paf
                   21956: 
                   21957:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   21958: 
                   21959:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   21960: 
                   21961:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   21962:          driver initialize not const
                   21963: 
                   21964: 2001-11-10  paf
                   21965: 
                   21966:        * src/main/pa_exec.C: doc
                   21967: 
                   21968: 2001-11-09  paf
                   21969: 
                   21970:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   21971:          param properly
                   21972: 
                   21973:        * src/classes/string.C: string.save now does untainting before
                   21974:          saving
                   21975: 
                   21976:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   21977:          still cstr oriented]
                   21978: 
                   21979:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21980:          line endings fixing got rid of cstr, now must work ok with post
                   21981:          multipart
                   21982: 
                   21983:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   21984:          not file  also now
                   21985: 
                   21986: 2001-11-08  paf
                   21987: 
                   21988:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21989:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21990:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   21991:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   21992:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   21993:          simple parent, not second parent [gcc 2.96 strangly refused to
                   21994:          call virtual from second parent]
                   21995: 
1.116     moko     21996:        * src/: include/pa_common.h, main/Makefile.am,
                   21997:          targets/cgi/pa_pool.C: makes
1.95      moko     21998: 
                   21999:        * src/: include/pa_request.h, main/pa_request.C,
                   22000:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   22001:          'status' class enabler
                   22002: 
                   22003:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   22004: 
                   22005:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   22006:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   22007:          include/pa_stylesheet_manager.h, main/main.dsp,
                   22008:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   22009:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   22010:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   22011:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   22012:          todo: apache 'status' class enabler
                   22013: 
                   22014: 2001-11-05  paf
                   22015: 
                   22016:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   22017:          debug to normal
                   22018: 
                   22019:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   22020:          hence i removed skipping 0 values in hash::for_each-es we need to
                   22021:          check cleaned cache items manually. few more checks.
                   22022: 
                   22023:          expiring to 0 time was wrong, changed to 'now' time
                   22024: 
                   22025:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   22026:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   22027:          on apache already done :)
                   22028: 
                   22029:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   22030:          skipping 0 values in hash::for_each-es we need to check cleaned
                   22031:          cache items manually
                   22032: 
                   22033:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   22034:          parser_multithreaded check was wrong
                   22035: 
                   22036:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   22037:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   22038:          classes/hashfile.C, classes/image.C, classes/int.C,
                   22039:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   22040:          classes/string.C, classes/table.C, classes/void.C,
                   22041:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22042:          include/pa_array.h, include/pa_charset_connection.h,
                   22043:          include/pa_charset_manager.h, include/pa_common.h,
                   22044:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22045:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22046:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   22047:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   22048:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   22049:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   22050:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   22051:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22052:          include/pa_stack.h, include/pa_string.h,
                   22053:          include/pa_stylesheet_connection.h,
                   22054:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   22055:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   22056:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   22057:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   22058:          main/pa_charset_manager.C, main/pa_common.C,
                   22059:          main/pa_db_connection.C, main/pa_db_manager.C,
                   22060:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   22061:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   22062:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   22063:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   22064:          main/pa_status_provider.C, main/pa_string.C,
                   22065:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   22066:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   22067:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   22068:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   22069:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   22070:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   22071:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   22072:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   22073:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   22074:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   22075:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   22076:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   22077:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22078:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22079:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   22080:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22081:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   22082:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   22083:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   22084:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   22085:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   22086:          $status:db fixed used not initialized in db_connection & db_table
                   22087: 
                   22088:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   22089:          $status:charset
                   22090: 
                   22091:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   22092:          include/pa_stylesheet_connection.h,
                   22093:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   22094:          types/pa_vstatus.h: $status:stylesheet
                   22095: 
                   22096:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   22097:          include/pa_request.h, include/pa_sql_connection.h,
                   22098:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   22099:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   22100:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   22101:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   22102:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   22103:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   22104: 
                   22105: 2001-11-01  paf
                   22106: 
                   22107:        * src/include/pa_config_auto.h.in: makes
                   22108: 
                   22109:        * src/main/pa_hash.C: removed old extra include
                   22110: 
                   22111:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   22112:          checks [for hp, there are such in math.h]
                   22113: 
                   22114:        * src/classes/op.C: ^for endless loop check strightened
                   22115: 
                   22116:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   22117:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   22118:          co can use r.root to write their i & key,value there
                   22119: 
                   22120:        * src/classes/op.C: detected for var storage bug, fixed.
                   22121:          todo:foreach
                   22122: 
                   22123:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   22124:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   22125:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   22126:          changing of hash inside of foreach
                   22127: 
                   22128:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   22129:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   22130:          were hash.foreach
                   22131: 
                   22132:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   22133:          types/pa_vstring.C, types/pa_vstring.h:
                   22134:          ^foreach[key|value]{body}[[separator]|{separator}]
                   22135: 
                   22136:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   22137:          types/pa_vcookie.C: ^hash.delete[key]
                   22138: 
                   22139: 2001-10-31  paf
                   22140: 
                   22141:        * src/main/: compile.C, pa_common.C: completely empty file now
                   22142:          considered "read", not ignored [not perfect trick used]
                   22143: 
                   22144:        * src/main/pa_common.C: simplier common ifdefs
                   22145: 
                   22146:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   22147: 
                   22148:        * src/main/pa_db_connection.C: z
                   22149: 
                   22150:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   22151:          lockdetector flags
                   22152:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   22153: 
                   22154:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   22155:          from accidental show [imagine user forgot @exception]
                   22156: 
                   22157:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   22158: 
                   22159:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   22160:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   22161:          main/pa_common.C: ^string.save[[append;]path]
                   22162: 
                   22163:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   22164:          main/execute.C: \ in expression: int divide 10/3=3
                   22165: 
                   22166:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   22167:          inside of ^cache
                   22168: 
                   22169:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   22170:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   22171:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   22172:          needed
                   22173: 
                   22174: 2001-10-30  paf
                   22175: 
                   22176:        * src/: classes/classes.dsp, main/main.dsp,
                   22177:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22178:          types/types.dsp: enabled debug incremental compile
                   22179: 
                   22180:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   22181:          form post data line endings not reformatted now.
                   22182: 
                   22183:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   22184:          now required [had bug when file= has no value]
                   22185: 
                   22186:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   22187:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   22188:          cstr(asis) default param removed
                   22189: 
                   22190:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   22191: 
                   22192:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   22193: 
                   22194:        * src/include/pa_dir.h: LOAD_DIR fixed
                   22195: 
                   22196:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   22197:          was broken} fix_line_breaks
                   22198: 
                   22199:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   22200:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   22201:          packed with #pragma pack
                   22202: 
1.116     moko     22203:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     22204: 
                   22205: 2001-10-29  paf
                   22206: 
                   22207:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   22208: 
                   22209:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   22210:          string hash.puts
                   22211: 
                   22212:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   22213: 
                   22214:        * src/include/pa_sql_connection.h: there were one wrong
                   22215:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   22216: 
                   22217:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   22218:          param.someday either ifdef or remove it
                   22219: 
                   22220:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   22221: 
                   22222:        * src/main/untaint.C: optimizing returned after debugging
                   22223: 
                   22224:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   22225:          main/untaint.C: memory hunging #pragma pack(1)
                   22226: 
                   22227:          16 419 844 13 169 394
                   22228: 
                   22229:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22230:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   22231:          places [todo:Array]
                   22232: 
                   22233:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   22234:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   22235:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   22236: 
                   22237:          total 5 652 652/158731 total 5 469 332/158731
                   22238: 
                   22239:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   22240:          Array:: without cache in get/put now
                   22241: 
                   22242:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   22243:          18:25:27 2001] total 5 652 652/158731
                   22244: 
                   22245:        * src/: include/pa_string.h, main/pa_string.C,
                   22246:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   22247:          now
                   22248: 
                   22249:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   22250:          18:11:53 2001] total 5796092/158731
                   22251: 
                   22252:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   22253:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   22254:          key ref now
                   22255: 
                   22256:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   22257:          17:11:17 2001] total 16867948/202658
                   22258: 
                   22259:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   22260:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   22261:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22262:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22263:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   22264:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   22265:          string::as_int/double now usually uses stack, not heap [200K out
                   22266:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   22267: 
                   22268:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   22269:          hiding bug]
                   22270: 
                   22271:        * src/Makefile.am: .am order
                   22272: 
                   22273:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   22274:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22275:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   22276:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   22277:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   22278:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   22279:          required "friend class"
                   22280: 
                   22281:          ../include/pa_request.h:51: friend declaration requires
                   22282:          class-key, i.e. `friend    class Temp_lang'
                   22283: 
                   22284:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   22285:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   22286:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   22287: 
                   22288:          the idea is to #1 jump to C++ some function to main body, where
                   22289:          every function stack frame has exception unwind information and
                   22290:          from there... #2 propagate_exception()
                   22291: 
                   22292: 2001-10-28  paf
                   22293: 
                   22294:        * src/main/pa_db_connection.C: removed old consts
                   22295: 
                   22296:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   22297:          with wrong type/cast]
                   22298: 
                   22299:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   22300:          translation
                   22301: 
1.116     moko     22302:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     22303:          remember to build DB2 with -fexceptions!!!
                   22304: 
                   22305:        * src/main/pa_db_table.C: DB_RMW defed
                   22306: 
                   22307:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   22308:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22309:          include/pa_db_table.h, main/pa_db_connection.C,
                   22310:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   22311: 
                   22312: 2001-10-27  paf
                   22313: 
                   22314:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22315:          include/pa_db_table.h, main/pa_db_connection.C,
                   22316:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   22317:          types/pa_vhashfile.C: DB2 ifdefs
                   22318: 
1.116     moko     22319:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   22320:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     22321:          makes with DB2
                   22322: 
1.116     moko     22323:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   22324:          types/Makefile.am: makes db
1.95      moko     22325: 
                   22326:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   22327:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   22328:          globals.C
                   22329: 
                   22330:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22331:          include/pa_db_table.h, main/pa_db_connection.C,
                   22332:          main/pa_db_table.C: ^hashfile.clear[]
                   22333: 
                   22334:        * src/classes/classes.awk: no $ in var names
                   22335: 
                   22336:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   22337:          connection&table [forgotten calls]
                   22338: 
                   22339: 2001-10-26  paf
                   22340: 
                   22341:        * src/main/pa_db_connection.C: db checkpoints
                   22342: 
                   22343:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   22344:          checkpoints
                   22345: 
                   22346:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   22347:          default. but entities still reparsed. todo: tothink
                   22348: 
                   22349:        * src/main/pa_db_connection.C: db recover mech 2
                   22350: 
                   22351:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22352:          include/pa_db_manager.h, include/pa_db_table.h,
                   22353:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   22354:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   22355:          types/pa_vhashfile.h: db connections & tables now cached at
                   22356:          create time & multithreaded
                   22357: 
                   22358:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   22359:          parsed_source
                   22360: 
                   22361:        * src/main/pa_db_connection.C: about to remove connection from
                   22362:          vhashfile
                   22363: 
                   22364:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   22365:          transaction commit/rollback responsibility left to parent [as it
                   22366:          sould - else there were a bug with double free]
                   22367: 
                   22368:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   22369:          responsibility left to parent [as it sould - else there were a
                   22370:          bug with double free]
                   22371: 
                   22372: 2001-10-25  paf
                   22373: 
                   22374:        * src/: classes/hashfile.C, include/pa_common.h,
                   22375:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22376:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   22377:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   22378:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   22379:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   22380:          yet]
                   22381: 
                   22382:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   22383: 
                   22384:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   22385:          transaction parent passed
                   22386: 
                   22387: 2001-10-24  parser
                   22388: 
1.116     moko     22389:        * src/classes/Makefile.am: makes
1.95      moko     22390: 
                   22391:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   22392:          isapi/pool_storage.h: pool_storage fixed
                   22393: 
                   22394:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   22395:          types/pa_vform.h: form fix_line_breaks
                   22396: 
1.116     moko     22397:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     22398: 
                   22399:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   22400:          targets/cgi/pool_storage.h: makes
                   22401: 
                   22402:        * src/sql/pa_sql_driver.h: version
                   22403: 
                   22404:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   22405:          types/pa_vform.C, types/pa_vform.h: .am
                   22406: 
                   22407:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   22408:          this: DB_RMW Acquire write locks instead of read locks when doing
                   22409:          the retrieval. Setting this flag may decrease the likelihood of
                   22410:          deadlock during a read-modify-write cycle by immediately
                   22411:          acquiring the write lock during the read part of the cycle so
                   22412:          that another thread of control acquiring a read lock for the same
                   22413:          item, in its own read-modify-write cycle, will not result in
                   22414:          deadlock
                   22415: 
                   22416:        * src/targets/isapi/parser3isapi.dsp: doc
                   22417: 
                   22418:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   22419: 
                   22420:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   22421: 
                   22422:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22423:          main/pa_db_connection.C: hashfile expired deleted from db when
                   22424:          get & iterate
                   22425: 
                   22426:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   22427:          expiring 1
                   22428: 
                   22429:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   22430: 
                   22431:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   22432:          db_connection not bothers with key when not returning expired
                   22433:          data
                   22434: 
                   22435:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   22436:          types/pa_vhashfile.C: db_cursor constructor public now
                   22437: 
                   22438:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   22439:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   22440:          stamped, todo: put_element analize
                   22441: 
                   22442:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   22443:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   22444:          serialize. todo stamp
                   22445: 
                   22446: 2001-10-23  parser
                   22447: 
                   22448:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   22449:          classes/image.C, classes/mail.C, classes/response.C,
                   22450:          classes/string.C, classes/table.C, classes/xdoc.C,
                   22451:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   22452:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   22453:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   22454:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   22455:          types/pa_vtable.C: ^hashfile.hash[]
                   22456: 
                   22457:        * src/: classes/hashfile.C, classes/xdoc.C,
                   22458:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   22459:          main/pa_globals.C: ifdefs so it compiled without db
                   22460: 
                   22461:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22462:          include/pa_db_manager.h, main/pa_db_connection.C,
                   22463:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   22464:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   22465:          ^hashfile.delete[key]
                   22466: 
                   22467: 2001-10-22  parser
                   22468: 
                   22469:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   22470:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   22471: 
                   22472:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   22473:          classes/xnode.C, include/pa_charset_connection.h,
                   22474:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22475:          include/pa_exception.h, include/pa_sapi.h,
                   22476:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22477:          include/pa_stylesheet_connection.h,
                   22478:          include/pa_stylesheet_manager.h,
                   22479:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22480:          main/pa_db_connection.C, main/pa_db_manager.C,
                   22481:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   22482:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   22483:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   22484:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   22485:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   22486:          types/types.dsp: hashfile 0
                   22487: 
                   22488:        * src/types/pa_vhashfile.C: z
                   22489: 
                   22490:        * src/: classes/classes.dsp, classes/hashfile.C,
                   22491:          include/pa_config_fixed.h, main/execute.C,
                   22492:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   22493:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   22494: 
                   22495:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   22496: 
                   22497:        * src/: include/pa_exception.h, include/pa_request.h,
                   22498:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   22499:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22500:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   22501: 
                   22502: 2001-10-19  parser
                   22503: 
                   22504:        * src/include/pa_pool.h: header
                   22505: 
                   22506:        * src/main/pa_pool.C: auto compiled on gcc
                   22507: 
                   22508:        * src/classes/image.C: comment
                   22509: 
1.116     moko     22510:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     22511: 
                   22512:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22513:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22514:          types/pa_vxnode.h: xnode clone got freed
                   22515: 
                   22516:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   22517:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   22518:          can free up xalandomstring resulting from pool::transcode
                   22519: 
                   22520:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   22521:          include/pa_config_fixed.h, include/pa_exception.h,
                   22522:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   22523:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   22524:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   22525:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   22526:          from non-xml compile
                   22527: 
                   22528:        * src/main/pa_request.C: pool:: context - get_context
                   22529: 
                   22530:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   22531:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   22532:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   22533:          classes/string.C, classes/table.C, classes/void.C,
                   22534:          include/pa_config_fixed.h, include/pa_exception.h,
                   22535:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   22536:          main/compile.C, main/compile_tools.C, main/execute.C,
                   22537:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   22538:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   22539:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   22540:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22541:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22542:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   22543:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   22544:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22545:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   22546:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   22547:          exceptions 0
                   22548: 
                   22549:        * src/classes/classes.awk: $ removed
                   22550: 
                   22551: 2001-10-18  parser
                   22552: 
                   22553:        * src/types/pa_vcookie.C: cookie:CLASS
                   22554: 
                   22555:        * src/main/main.dsp: project
                   22556: 
                   22557:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   22558:          set_document & ctor question "who owns document" solved
                   22559: 
                   22560:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   22561: 
                   22562:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   22563:          main/pa_pool.C: encoding in dom creating funcs
                   22564: 
                   22565:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   22566:          be transformed now
                   22567: 
                   22568:        * src/classes/xdoc.C: dom created by create can be transformed now
                   22569: 
                   22570:        * src/classes/xdoc.C: z
                   22571: 
                   22572:        * src/classes/xdoc.C: comment
                   22573: 
                   22574:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   22575:          create now uses XercesDocumentBridge, appendChild&co now works
                   22576: 
                   22577:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   22578:          @ recompile
                   22579: 
                   22580:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   22581:          $origin @exception[
                   22582: 
                   22583:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   22584:          tag names forced to XML lang
                   22585: 
                   22586:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   22587:          leechy-found bugs in code&doc fixed
                   22588: 
                   22589: 2001-10-17  parser
                   22590: 
                   22591:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   22592:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   22593:          n functionality preserved
                   22594: 
                   22595:        * src/types/pa_vimage.h: removed unused vimage::save
                   22596: 
                   22597: 2001-10-16  parser
                   22598: 
                   22599:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   22600: 
                   22601:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   22602: 
                   22603:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   22604: 
                   22605:        * src/classes/image.C: image.copy tolerance
                   22606: 
                   22607:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   22608:          ineffective, but works for small paleted image
                   22609: 
                   22610:        * src/types/pa_vimage.C: comment
                   22611: 
                   22612:        * src/classes/image.C: gd size/resize bugfix
                   22613: 
                   22614:        * src/: classes/classes.dsp, main/main.dsp,
                   22615:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22616:          types/types.dsp: ident >nul 2>&1
                   22617: 
                   22618:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   22619:          systems
                   22620: 
                   22621:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   22622:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   22623: 
                   22624: 2001-10-15  parser
                   22625: 
                   22626:        * src/main/execute.C: z
                   22627: 
                   22628:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   22629: 
                   22630:        * src/types/pa_vxnode.C:     document_type_node.
                   22631:                  !readonly attribute DOMString name
                   22632:              !notation_node.
                   22633:                  !readonly attribute DOMString publicId
                   22634:                  !readonly attribute DOMString systemId
                   22635: 
1.116     moko     22636:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   22637:          ::write badly passed string too transparently [failed to
                   22638:          intercept it]
1.95      moko     22639: 
                   22640:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   22641:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   22642:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22643:          types/pa_vxnode.h: DOM1 major addtion, only few
                   22644:          attributes/methods left
                   22645: 
                   22646: 2001-10-13  parser
                   22647: 
                   22648:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22649:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   22650:          in main handler
                   22651: 
                   22652:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   22653:          cleanups & frees order
                   22654: 
                   22655:        * src/types/pa_vcode_frame.h: couple comments
                   22656: 
                   22657:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   22658:          transparent enough to handle hash if creation&passing
                   22659: 
                   22660:        * src/: include/pa_config_fixed.h, main/execute.C,
                   22661:          main/pa_exception.C: noticed that vcodeframe not transparent
                   22662:          enough, would change now
                   22663: 
                   22664: 2001-10-12  parser
                   22665: 
                   22666:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   22667:          fixed. initialization&free on each thread!
                   22668: 
                   22669:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   22670:          handling changed: now type of default param analized always, not
                   22671:          only at problem time, thus helping early problem spotting
                   22672: 
                   22673:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   22674:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   22675:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22676:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   22677:          multithread bug fixed. initialization&free on each thread!
                   22678: 
                   22679: 2001-10-11  parser
                   22680: 
                   22681:        * src/classes/xnode.C: xnode.selectSingle now
                   22682: 
                   22683:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   22684:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   22685:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   22686:          convertors out of Pool into Exception
                   22687: 
                   22688:        * src/main/pa_string.C: const
                   22689: 
                   22690:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   22691:          linked pieces of same language together prior to String::replace
                   22692: 
                   22693:        * src/classes/hash.C:     !^hash.add[addme]
                   22694:              !^hash.sub[subme]
                   22695:              !^a.union[b] = new
                   22696:              !^a.intersection[b] = new
                   22697:              !^a.intersects[b] = bool
                   22698: 
                   22699:        * src/classes/hash.C:     !^hash::append[append_from]
                   22700: 
                   22701:        * src/: classes/hash.C, types/pa_vhash.h:
                   22702:          !^hash::create[[copy_from]]
                   22703: 
                   22704:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22705:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   22706:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   22707:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   22708:          exception but somebody[value.bark] tried to throw it on it's pool
                   22709: 
1.116     moko     22710:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22711: 
                   22712: 2001-10-10  parser
                   22713: 
                   22714:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   22715: 
                   22716:        * src/main/: compile.tab.C, compile.y: ^a[
                   22717: 
                   22718:          @next_method  << now unclosed ] would be reported here
                   22719: 
                   22720:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   22721:          compile error
                   22722: 
                   22723: 2001-10-09  parser
                   22724: 
1.116     moko     22725:        * src/: classes/Makefile.am, main/Makefile.am,
                   22726:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     22727: 
                   22728:        * src/classes/Makefile.am: makes
                   22729: 
                   22730:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   22731:          win32 errors intercepted [xalan transformer patched and
                   22732:          incorporated]
                   22733: 
                   22734:        * src/: classes/classes.dsp, classes/xdoc.C,
                   22735:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22736:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22737:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   22738:          patches starting
                   22739: 
                   22740:        * src/classes/: string.C, table.C: ^string.save[file]
                   22741: 
                   22742:        * src/classes/: date.C, table.C: calendar moved to date
                   22743: 
                   22744:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   22745:          string/table]  now
                   22746: 
                   22747:        * src/classes/: op.C, table.C: z
                   22748: 
                   22749:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   22750:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   22751:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   22752:          be code [be string..]
                   22753: 
                   22754:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   22755:          table.C: lots of
                   22756:          params->as_int/double/as_string/as_junction/as_no_junction
                   22757:          messages added
                   22758: 
                   22759: 2001-10-08  parser
                   22760: 
                   22761:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   22762:          classes/table.C, classes/void.C, include/pa_request.h:
                   22763:          params->as_int/double message added
                   22764: 
                   22765:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   22766: 
                   22767:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   22768:          image:sector removed image:html internal "line-*" attribs
                   22769: 
                   22770:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   22771:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   22772: 
                   22773:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   22774:          way
                   22775: 
                   22776:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   22777:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   22778:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   22779: 
                   22780:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   22781:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   22782:          @ SAPI::log
                   22783: 
                   22784:        * src/main/untaint.C: \r to ' ' in origins mode
                   22785: 
                   22786:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   22787:          set]
                   22788: 
                   22789:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   22790:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   22791:          nonstandard liaison freed up
                   22792: 
                   22793: 2001-10-07  parser
                   22794: 
                   22795:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   22796:          project
                   22797: 
                   22798: 2001-10-05  parser
                   22799: 
                   22800:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   22801:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   22802:          from outputing to cerr.  lots of "todos"
                   22803: 
                   22804:        * src/main/untaint.C: http_header tainting more gentle with
                   22805:          enquoting now
                   22806: 
                   22807:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   22808:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   22809:          xml errorhandler.  fixed string.replace a little, read @test
                   22810: 
                   22811:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   22812:          *) does not have limit, and looks further eos, fixing....
                   22813: 
                   22814:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   22815: 
                   22816:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   22817: 
                   22818:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   22819:          bugfix
                   22820: 
1.116     moko     22821:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   22822:          $result[^[$p^]z] now works fine
1.95      moko     22823: 
                   22824:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   22825:          wrong. fixed it
                   22826: 
                   22827:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   22828:          of totable appered to be vital
                   22829: 
                   22830: 2001-10-04  parser
                   22831: 
                   22832:        * src/classes/image.C: ^image.length[text]
                   22833: 
                   22834: 2001-10-03  parser
                   22835: 
                   22836:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   22837: 
                   22838:        * src/main/pa_request.C: restored pcre defaulting in request
                   22839:          [mindlessly "optimized" yesterday] comment left
                   22840: 
                   22841: 2001-10-02  parser
                   22842: 
                   22843:        * src/: main/pa_charset_manager.C,
                   22844:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   22845:          needed
                   22846: 
                   22847:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   22848:          forgot non-xml pool.*charset needed
                   22849: 
                   22850:        * src/classes/table.C: # config comments fixed
                   22851: 
                   22852:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   22853:          charset_connection #comment now
                   22854: 
                   22855:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   22856:          options fixed to use release msvcrt lib
                   22857: 
                   22858:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   22859:          removed default - pcre handles that internally fixed bug on
                   22860:          not-cleaning tables [previously was calloced, now member]
                   22861: 
                   22862:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   22863:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   22864:          inside removed default - pcre handles that internally fixed bug
                   22865:          on not-cleaning tables [previously was calloced, now member]
                   22866: 
                   22867:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   22868:          tested charset reload on file change @ apache version = OK tested
                   22869:          freeing up prev encoding on adding new = OK
                   22870: 
                   22871: 2001-10-01  parser
                   22872: 
                   22873:        * src/main/pa_charset_connection.C: removed entitify external hack
                   22874:          [internal installed]
                   22875: 
1.116     moko     22876:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     22877: 
                   22878:        * src/: include/pa_charset_connection.h,
                   22879:          include/pa_charset_manager.h,
                   22880:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22881:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   22882:          main/pa_request.C: charset loading & caching mech 0
                   22883: 
                   22884:        * src/: include/pa_stylesheet_connection.h,
                   22885:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22886:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   22887:          & caching mech now
                   22888: 
                   22889: 2001-09-30  parser
                   22890: 
                   22891:        * src/main/pa_request.C: forgot to fill toTable
                   22892: 
                   22893:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   22894:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   22895:          failed on win32 for now..
                   22896: 
                   22897:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22898:          now charsets table configuration variable is: CHARSETS
                   22899: 
                   22900:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   22901:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   22902: 
                   22903:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   22904:          include/pa_request.h, main/pa_request.C: started ctype with
                   22905:          unicode values
                   22906: 
                   22907: 2001-09-28  parser
                   22908: 
                   22909:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   22910:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   22911:          string passed AS-IS now
                   22912: 
                   22913:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   22914:          way of user-configuring... todo: implement
                   22915: 
                   22916: 2001-09-27  parser
                   22917: 
                   22918:        * src/classes/table.C: table.sort changed to sort table itself
                   22919: 
                   22920:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   22921:          X^.getElementsByTagName[tagname] = array of xnode
                   22922:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   22923:          nodes removed - regretfully not supported @ xalan. maybe someday
                   22924:          would reimplement, if needed.
                   22925: 
                   22926:          win32build system: solved long waiting anti-non-started-apache
                   22927:          problem
                   22928: 
                   22929:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   22930:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22931:          types/types.dsp: win32 ident make system so not to rebuild
                   22932:          library [ident.C.new]
                   22933: 
                   22934: 2001-09-26  parser
                   22935: 
                   22936:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   22937:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   22938:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22939:          types/pa_vxnode.C, types/types.dsp: z
                   22940: 
                   22941:        * src/classes/classes.C: forgot one non-xml check
                   22942: 
1.116     moko     22943:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22944:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     22945: 
                   22946:        * src/targets/cgi/parser3.C: z
                   22947: 
                   22948:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   22949:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   22950: 
                   22951:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   22952:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22953:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   22954:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   22955:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   22956:          types/types.dsp: xdoc&xnode now
                   22957: 
                   22958:        * src/: classes/classes.C, classes/classes.awk,
                   22959:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   22960:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   22961:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   22962:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   22963:          classes/op.C, classes/response.C, classes/string.C,
                   22964:          classes/table.C, classes/void.C, include/pa_array.h,
                   22965:          include/pa_common.h, include/pa_config_fixed.h,
                   22966:          include/pa_config_includes.h, include/pa_dictionary.h,
                   22967:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   22968:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22969:          include/pa_socks.h, include/pa_sql_connection.h,
                   22970:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   22971:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   22972:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22973:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   22974:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22975:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   22976:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   22977:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   22978:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   22979:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22980:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   22981:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   22982:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   22983:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   22984:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   22985:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   22986:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   22987:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22988:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   22989:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   22990:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   22991:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   22992:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   22993:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   22994:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22995:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   22996:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22997:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   22998:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   22999:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   23000:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   23001:          main.dsp splitted to main+classes+types along to .am
                   23002: 
                   23003:        * src/classes/Makefile.am: removed useless var
                   23004: 
                   23005:        * src/: classes/classes.cmd, main/main.dsp,
                   23006:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   23007:          main.dsp
                   23008: 
                   23009: 2001-09-25  parser
                   23010: 
                   23011:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   23012:          1251 though, todo ICU
                   23013: 
1.116     moko     23014:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     23015:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     23016:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   23017:          types/pa_vdom.h: xml configure makes
1.95      moko     23018: 
                   23019: 2001-09-24  parser
                   23020: 
1.116     moko     23021:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   23022:          types/Makefile.am: makes
1.95      moko     23023: 
1.116     moko     23024:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     23025: 
                   23026:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   23027:          started unix makes update
                   23028: 
                   23029:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   23030:          started unix makes update
                   23031: 
                   23032:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   23033: 
                   23034:        * src/types/pa_value.h: z
                   23035: 
                   23036:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   23037:          bugs with usinge hash/table in expressions
                   23038: 
                   23039:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   23040:          resolved conflicts fixed [const]
                   23041: 
                   23042:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   23043:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   23044:          main/compile.C, main/compile.tab.C, main/compile.y,
                   23045:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   23046:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   23047:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   23048:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   23049:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   23050:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   23051:          with before_xml [merge2 actually didn't happen - i've created
                   23052:          tags on wrong branch. so this merge is in fact re-merge]
                   23053: 
                   23054: 2001-09-21  parser
                   23055: 
                   23056:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23057:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   23058:          produced "" in make file and sadly wrong interpreted on load]
                   23059: 
1.116     moko     23060:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   23061:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   23062:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   23063:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   23064:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   23065:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   23066:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     23067: 
                   23068:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   23069:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   23070:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   23071:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   23072:          main/pa_pool.C, main/pa_request.C,
                   23073:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   23074:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   23075:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   23076:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   23077:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   23078:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   23079:          types/pa_vrequest.C, types/pa_vresponse.h,
                   23080:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   23081:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   23082:          created new projects for sql drivers [planning to remove sql
                   23083:          drivers from main cvs project] first, will join latest changes
                   23084: 
                   23085:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   23086:          pool.get_charset
                   23087: 
                   23088:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   23089:          pool.get_charset
                   23090: 
                   23091:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   23092:          pool.get_charset
                   23093: 
                   23094:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   23095:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   23096:          methods encoding to pool.get_charset
                   23097: 
                   23098:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   23099:          transcoder were created right "unsupported encoding" message.
                   23100:          not @ set time, but @ use time, so until xml output functions
                   23101:          .string, .file, .save used - no encoding name check occur
                   23102: 
                   23103:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   23104:          registration needed, pools are officially destructured
                   23105: 
                   23106: 2001-09-20  parser
                   23107: 
                   23108:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   23109: 
                   23110:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   23111:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   23112: 
                   23113:        * src/: classes/dnode.C, classes/dom.C,
                   23114:          include/pa_config_includes.h, include/pa_globals.h,
                   23115:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   23116:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   23117:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23118:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   23119:          Pool::transcode 0
                   23120: 
                   23121:        * src/classes/dom.C: dom. string save file moved output xml options
                   23122:          to last param and made it optional
                   23123: 
                   23124:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   23125:          dnodes
                   23126:              !$attributenode.specified = boolean
                   23127:                      true if the attribute received its value explicitly
                   23128:          in the XML document,
                   23129:                      or if a value was assigned programatically with the
                   23130:          setValue function.
                   23131:                  false if the attribute value came from the default value
                   23132:          declared in the document's DTD.
                   23133:              !$pinode.target = target of this processing instruction
                   23134:                  XML defines this as being the first token following the
                   23135:          markup
                   23136:                  that begins the processing instruction.
                   23137:                  XPath:
                   23138:              !^node.select[xpath/query/expression] = hash of 0->node0
                   23139:          1->node1
                   23140:              !^node.select-single[xpath/query/expression] = first node if
                   23141:          any
                   23142: 
                   23143:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   23144:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   23145:          some 'const's added
                   23146: 
                   23147:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   23148:          expression context now, there value = size and boolean value
                   23149:          size!=0
                   23150: 
                   23151:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   23152:          can be used in expression context now, there value = size and
                   23153:          boolean value size!=0
                   23154: 
                   23155:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   23156:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   23157:          due to strange xalan bug
                   23158: 
                   23159: 2001-09-18  parser
                   23160: 
                   23161:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   23162:          classes/image.C, classes/op.C, classes/table.C,
                   23163:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23164:          include/pa_sql_driver_manager.h, main/compile.C,
                   23165:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   23166:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   23167:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   23168:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23169:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   23170:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   23171:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   23172:          before_xml branch ^if(def $hash) now true only when
                   23173:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   23174: 
                   23175:        * src/: classes/op.C, main/execute.C: operators self changed to
                   23176:          root ^for variable context changed to self
                   23177: 
                   23178:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   23179:          dnode 1
                   23180: 
                   23181:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   23182:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   23183: 
                   23184:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   23185:          poly* fixed
                   23186: 
                   23187: 2001-09-17  parser
                   23188: 
                   23189:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   23190:          types/pa_vdom.h: started dnode+dom
                   23191: 
                   23192:          dnode     DOM methods:     $node.name     $node.value
                   23193:          ...others...
                   23194: 
                   23195:              ^node.xpath[/rates/USD] = hash
                   23196:                  $hash[
                   23197:                          $.0[node0]
                   23198:                          $.1[node1]
                   23199:                  ]
                   23200: 
                   23201:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   23202:          applies to all linear primitives
                   23203: 
                   23204:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   23205:          include/pa_stylesheet_connection.h, main/main.dsp,
                   23206:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   23207:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   23208:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   23209:          dom(dnode)
                   23210: 
                   23211:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   23212:          main/compile.y, main/compile_tools.h, main/execute.C,
                   23213:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   23214:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   23215:          name after '.'
                   23216: 
                   23217: 2001-09-15  parser
                   23218: 
                   23219:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   23220:          image: $line-width ^line(...)[****   style]
                   23221: 
                   23222:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   23223:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   23224:          pool_storage - cleanups first, allocations second.  apache wisely
                   23225:          does just like that
                   23226: 
                   23227:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   23228:          rewritten using template, no bugs now
                   23229: 
                   23230:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   23231:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23232:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   23233:          poorly started isapi pool_storage, would rewrite using template
                   23234:          now
                   23235: 
                   23236:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   23237:          include/pa_stylesheet_connection.h, main/main.dsp,
                   23238:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23239:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   23240:          xalan objects freed up [introducing Pool::register_cleanup]
                   23241: 
                   23242:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   23243:          comments
                   23244: 
                   23245: 2001-09-14  parser
                   23246: 
                   23247:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   23248:          z
                   23249: 
                   23250:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   23251:          classes/mail.C, include/pa_common.h,
                   23252:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   23253:          include/pa_stylesheet_connection.h,
                   23254:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   23255:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   23256:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   23257:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   23258:          compiled&cached
                   23259: 
                   23260: 2001-09-13  parser
                   23261: 
                   23262:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   23263:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   23264: 
                   23265:        * src/classes/dom.C: dom:file content-type(.method)
                   23266: 
                   23267:        * src/: include/pa_common.h, include/pa_globals.h,
                   23268:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   23269:          string now more informative error messages
                   23270: 
                   23271:        * src/: include/pa_globals.h, include/pa_request.h,
                   23272:          main/pa_request.C, targets/cgi/parser3.C,
                   23273:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   23274:          ParserSiteConfig .../parser3.conf
                   23275: 
                   23276:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   23277: 
                   23278: 2001-09-12  parser
                   23279: 
                   23280:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   23281:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   23282:          precise error reporting: "connection string must start with
                   23283:          protocol://" now
                   23284: 
                   23285:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   23286:          braced
                   23287: 
                   23288:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   23289:          lexer on LS_USER level did [] matching without setting nestage,
                   23290:          introduced special LS_NAME_SQUARE_PART state
                   23291: 
                   23292: 2001-09-11  parser
                   23293: 
                   23294:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   23295:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   23296:          languages+=xml
                   23297: 
                   23298:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   23299: 
                   23300:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   23301:          options:     $.method[xml|html|text] detection fixed
                   23302: 
                   23303:        * src/types/pa_vdom.h: messages
                   23304: 
                   23305:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   23306:          options:     $.method[xml|html|text] detection fixed
                   23307: 
                   23308: 2001-09-10  parser
                   23309: 
                   23310:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   23311:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   23312: 
                   23313:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   23314:          added]
                   23315: 
                   23316:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   23317:          ^dom.xslt[stylesheet filename] 0
                   23318: 
                   23319:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   23320:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   23321: 
                   23322:        * src/classes/dom.C: ^dom.file[encoding] = file
                   23323: 
                   23324:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   23325:          ^dom.save[encoding;filename]
                   23326: 
                   23327:        * src/classes/dom.C: ^dom.string[] 0
                   23328: 
                   23329:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   23330: 
                   23331:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   23332:          types/pa_vform.h: ^dom.save[b.xml] 0
                   23333: 
                   23334: 2001-09-08  parser
                   23335: 
                   23336:        * src/types/pa_vform.C: $form:tables.name.field
                   23337: 
                   23338: 2001-09-07  parser
                   23339: 
                   23340:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   23341:          $table)...
                   23342: 
                   23343:        * src/targets/cgi/parser3.C: z
                   23344: 
                   23345:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   23346:          from '' to int/double is 0]
                   23347: 
                   23348:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   23349:          $table) is false when table is empty
                   23350: 
                   23351:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   23352:          !$form:tables $atable[$form:tables.a]
                   23353:          ^atable.menu{a=$atable.element}[,]
                   23354: 
                   23355:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   23356:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   23357: 
1.116     moko     23358:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     23359:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   23360:          of dom
                   23361: 
                   23362:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   23363:          types/pa_vform.C, types/pa_vform.h: z
                   23364: 
                   23365:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   23366:          element [not last]
                   23367: 
1.116     moko     23368:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     23369:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   23370: 
                   23371: 2001-09-06  parser
                   23372: 
                   23373:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   23374:          table with one column 'element' and two rows: 1 and 2
                   23375: 
                   23376:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   23377:          table with one column 'element' and two rows: 1 and 2
                   23378: 
                   23379:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   23380:          bad int/double conversions, and now $form:nonexistent.int(88)
                   23381:          would return 88
                   23382: 
                   23383:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   23384:          types/pa_vhash.h: now there's special hash key '_default'
                   23385:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   23386:          $._default[xx] ] $hash.c
                   23387: 
                   23388:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   23389:          fixed [thanks, fif], ^; were treated there non-literally
                   23390: 
                   23391:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   23392:          doxygen
                   23393: 
                   23394:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   23395:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   23396:          types/pa_vtable.C: few #ifndef DOXYGEN
                   23397: 
                   23398: 2001-09-05  parser
                   23399: 
                   23400:        * src/classes/: string.C, table.C: sql options can be void [same as
                   23401:          image:html the other day]
                   23402: 
                   23403:        * src/targets/cgi/Makefile.am: .am undo
                   23404: 
                   23405:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   23406:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   23407:          macro expantion on param, simply qoutes whatever passed, undone
                   23408: 
                   23409:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   23410:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   23411:          STRINGIZE(name) #name invented
                   23412: 
                   23413:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   23414:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   23415:          MAIN_SQL_DRIVERS_NAME "drivers"
                   23416: 
                   23417:          moved to be availible to all users
                   23418: 
                   23419:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   23420:          SQL_DRIVER_CREATE_FUNC_NAME
                   23421: 
                   23422:        * src/classes/mail.C: MAIN:MAIL check fixed
                   23423: 
                   23424: 2001-09-04  parser
                   23425: 
                   23426:        * src/classes/image.C: image.html now can accept void params
                   23427: 
                   23428:        * src/targets/isapi/parser3isapi.C: z
                   23429: 
                   23430:        * src/targets/cgi/parser3.C: full_file_spec bug
                   23431: 
                   23432:        * src/targets/cgi/parser3.C: getenvcheck
                   23433: 
                   23434:        * src/targets/cgi/parser3.C: zz
                   23435: 
                   23436:        * src/targets/cgi/parser3.C: zzz
                   23437: 
                   23438:        * src/classes/date.C: date
                   23439: 
                   23440:        * src/classes/date.C: date:sql-string is now without ''
                   23441: 
1.116     moko     23442:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     23443:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   23444:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   23445: 
1.116     moko     23446:        * src/include/pa_config_auto.h.in: makes
1.95      moko     23447: 
                   23448: 2001-09-03  parser
                   23449: 
                   23450:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   23451: 
                   23452: 2001-09-01  parser
                   23453: 
                   23454:        * src/classes/image.C: letter_spacing
                   23455: 
                   23456:        * src/classes/image.C: image: font params changed
                   23457: 
                   23458:        * src/classes/image.C: image: as_int as_string used
                   23459: 
                   23460:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   23461:          analized
                   23462: 
                   23463: 2001-08-31  parser
                   23464: 
                   23465:        * src/targets/cgi/parser3.C: z
                   23466: 
1.116     moko     23467:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   23468:          cygwin
1.95      moko     23469: 
                   23470:        * src/classes/void.C: void:int/double += (default)
                   23471: 
                   23472:        * src/classes/image.C: image:font added space param image:font
                   23473:          changed charwidth alg, added kerning const[for now]
                   23474: 
                   23475:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   23476: 
                   23477: 2001-08-29  parser
                   23478: 
                   23479:        * src/main/pa_exception.C: exception redundant debug info
                   23480: 
                   23481: 2001-08-28  parser
                   23482: 
                   23483:        * src/classes/image.C: image error msgs
                   23484: 
                   23485:        * src/classes/image.C: image: gifsize little endian
                   23486: 
                   23487:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   23488:          doxygeneration
                   23489: 
                   23490:        * src/: classes/Makefile.am, main/Makefile.am,
                   23491:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   23492: 
                   23493:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   23494:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   23495: 
                   23496:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   23497: 
                   23498:        * src/classes/table.C: NO_STRING_ORIGIN check
                   23499: 
                   23500:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   23501:          storage class specifiers invalid in friend function declarations
                   23502: 
                   23503:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   23504:          main/untaint.C, targets/cgi/parser3.C,
                   23505:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   23506:          case of limit
                   23507: 
                   23508:        * src/: classes/file.C, main/pa_common.C: file:move
                   23509:          autocreate/remove dest/src dir
                   23510: 
                   23511:        * src/: classes/string.C, include/pa_dictionary.h,
                   23512:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   23513:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   23514:          to directory constructor.  string:replace
                   23515: 
                   23516: 2001-08-27  parser
                   23517: 
                   23518:        * src/classes/image.C: fixed jpgsize alg
                   23519: 
                   23520:        * src/classes/image.C: fixed jpgsize alg
                   23521: 
                   23522:        * src/main/pa_exception.C: z
                   23523: 
                   23524:        * src/main/pa_common.C: removed debug info from pa_common
                   23525: 
                   23526:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   23527:          [auto.p from current dir loading]
                   23528: 
1.116     moko     23529:        * src/: main/pa_common.C, main/pa_exception.C,
                   23530:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   23531:          for solaris -lsocket
1.95      moko     23532: 
                   23533: 2001-08-24  parser
                   23534: 
                   23535:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   23536: 
                   23537:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   23538: 
                   23539:        * src/targets/cgi/parser3.C: not cgi extra \n
                   23540: 
                   23541:        * src/main/pa_sql_driver_manager.C: z
                   23542: 
                   23543:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   23544:          sql* removed services from disconnect - cross-request ideological
                   23545:          probs.
                   23546: 
                   23547:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   23548:          cross-request ideological probs.  oracle - fixed bug: cs
                   23549:          allocated on request.pool and got freed before disconnect
                   23550: 
                   23551:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   23552:          mallocs fixed
                   23553: 
                   23554: 2001-08-23  parser
                   23555: 
                   23556:        * src/classes/file.C: minor bug in file:save fixed
                   23557: 
                   23558:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   23559: 
                   23560: 2001-08-22  parser
                   23561: 
                   23562:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   23563:          types/pa_vfile.h: file:load|save[text|binary;
                   23564: 
                   23565:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   23566: 
                   23567: 2001-08-21  parser
                   23568: 
                   23569:        * src/classes/: file.C, table.C: ^file:list
                   23570: 
                   23571: 2001-08-20  parser
                   23572: 
                   23573:        * src/: main/compile.tab.C, main/compile.y,
                   23574:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   23575:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   23576:          recousively caused problems: inc incremeted 123 literal!! fixed
                   23577: 
                   23578: 2001-08-10  parser
                   23579: 
                   23580:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   23581: 
                   23582:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   23583:          added
                   23584: 
                   23585:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   23586:          added
                   23587: 
                   23588:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   23589: 
                   23590:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   23591:          ''
                   23592: 
                   23593:        * src/main/: pa_request.C: wanted to make const int
                   23594:          MAX_EXECUTE_SECONDS=1;
                   23595: 
                   23596:          but couldnt, set_callback_and_alarm appeared to be not exported
                   23597:          :(
                   23598: 
                   23599:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   23600:          check but it weren't wise enough
                   23601: 
                   23602:          @parse[dateString][tmp]
                   23603:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   23604:          #end
                   23605: 
                   23606:          @main[] ^parse[2001-02-03]
                   23607: 
                   23608:        * src/classes/: table.C: table:sort now default desc
                   23609: 
                   23610:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   23611:          table.sort now creates new sorted table
                   23612: 
                   23613: 2001-08-09  parser
                   23614: 
                   23615:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   23616: 
                   23617:        * src/classes/hash.C: hash:_default now [was hash:default]
                   23618: 
                   23619:        * src/classes/op.C: case without switch check added
                   23620: 
                   23621:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   23622:          precise $ORIGINS(1)
                   23623: 
                   23624:        * src/main/Makefile.am: .am
                   23625: 
                   23626:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23627:          fixed
                   23628: 
                   23629:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23630:          fixed
                   23631: 
                   23632: 2001-08-07  parser
                   23633: 
                   23634:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23635:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   23636:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   23637:          string, table
                   23638: 
                   23639:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   23640:          srand made working
                   23641: 
                   23642: 2001-08-06  parser
                   23643: 
                   23644:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   23645:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23646:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   23647:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   23648:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   23649: 
                   23650:        * src/main/pa_exec.C: exec win32 real filename
                   23651: 
                   23652:        * src/classes/file.C: exec stderr out
                   23653: 
                   23654:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   23655: 
                   23656: 2001-08-03  parser
                   23657: 
                   23658:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   23659: 
                   23660: 2001-08-02  parser
                   23661: 
                   23662:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   23663:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   23664: 
                   23665:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   23666:          get@execute, but needs array iterator, separate from array to
                   23667:          avoid it & use caching
                   23668: 
                   23669:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   23670:          bug fixed
                   23671: 
                   23672:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   23673:          main/execute.C, main/pa_globals.C: found another multithread bug
                   23674:          in op.C (last, last global var killed) :)
                   23675: 
                   23676: 2001-08-01  parser
                   23677: 
                   23678:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   23679:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   23680:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23681:          main/untaint.C: speeded up typo-html replacements. introducing
                   23682:          Dictionary with first-char caching
                   23683: 
                   23684: 2001-07-31  parser
                   23685: 
                   23686:        * src/types/Makefile.am: pa_vtable.C added to .am
                   23687: 
                   23688:        * src/main/compile.tab.C: added, so that could be compiled even on
                   23689:          non-bison-enabled platforms
                   23690: 
                   23691: 2001-07-28  parser
                   23692: 
                   23693:        * src/classes/table.C: table:hash always produces hash, when can't
                   23694:          - empty
                   23695: 
                   23696:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   23697:          skipped \n
                   23698: 
                   23699: 2001-07-27  parser
                   23700: 
                   23701:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   23702:          on int/double/string :sql without result and default
                   23703: 
                   23704: 2001-07-26  parser
                   23705: 
                   23706:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   23707:          OP
                   23708: 
                   23709:        * src/main/compile.y: $man[$.age[zzz]]  0
                   23710: 
                   23711:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   23712:          creation syntax problem persists. restored $: for a while.
                   23713:          thinking of $man[$.age[zzz]] syntax now
                   23714: 
                   23715:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23716:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   23717:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   23718:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   23719:          types/pa_wwrapper.h: fixing :: realization #1
                   23720: 
                   23721:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   23722:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   23723:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   23724:          prefix.  ordinary : remains for static accesses
                   23725: 
                   23726: 2001-07-25  parser
                   23727: 
                   23728:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   23729:          fields 2. methods 3. columns
                   23730: 
                   23731:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   23732:          quote.  optimized double&int tostring-s
                   23733: 
                   23734:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   23735:          whitespace before first method decl
                   23736: 
                   23737:        * src/classes/table.C: allowed nontable result in table:sql,
                   23738:          results in empty table
                   23739: 
                   23740:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   23741:          lines before first method decl
                   23742: 
                   23743:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   23744:          types/pa_vtable.h: ^table.record[] now $table.fields
                   23745: 
                   23746:        * src/main/compile.y: $var[] is now empty string, not void
                   23747: 
                   23748:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   23749:          void
                   23750: 
                   23751:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   23752:          main/pa_globals.C: match replace code context moved to implicit
                   23753:          $match context
                   23754: 
                   23755:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   23756:          main/compile_tools.h, main/execute.C: with killed, code storage
                   23757:          introduced with former 'with' syntax
                   23758: 
                   23759: 2001-07-24  parser
                   23760: 
                   23761:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   23762:          types/pa_value.h: first get_element, next get operator
                   23763: 
                   23764:        * src/main/compile.y: removed @end handling
                   23765: 
                   23766:        * src/main/: compile.C, compile.y: @end handling method2
                   23767: 
                   23768:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   23769:          file:move
                   23770: 
                   23771:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   23772:          fixed
                   23773: 
                   23774: 2001-07-23  parser
                   23775: 
                   23776:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   23777:          driver
                   23778: 
                   23779:        * src/classes/hash.C: changed sql driver query interface
                   23780: 
                   23781:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   23782:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   23783:          changed sql driver query interface
                   23784: 
                   23785: 2001-07-20  parser
                   23786: 
                   23787:        * src/types/pa_vrequest.C: X!$browser:type
                   23788: 
                   23789:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   23790:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   23791:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   23792:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   23793:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   23794:          types/pa_vobject.h, types/pa_vrequest.C,
                   23795:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   23796:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   23797:          BASE element globally removed
                   23798: 
                   23799: 2001-07-18  parser
                   23800: 
                   23801:        * src/classes/file.C: file:exec/cgi msg
                   23802: 
                   23803:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   23804: 
                   23805:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   23806: 
1.116     moko     23807:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   23808:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   23809:          removed $id from *.in *.am
1.95      moko     23810: 
                   23811:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   23812:          abbrevations
                   23813: 
                   23814:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   23815:          classes/string.C, classes/table.C, include/pa_globals.h,
                   23816:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   23817:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23818:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   23819:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   23820:          $ORIGINS(1) output tracing mode
                   23821: 
                   23822: 2001-07-13  parser
                   23823: 
                   23824:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23825:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   23826:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   23827:          second would not call first @auto
                   23828: 
                   23829:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   23830:          wrong, fixed
                   23831: 
                   23832: 2001-07-12  parser
                   23833: 
                   23834:        * src/types/pa_value.h: pa_value.putelement modification of system
                   23835:          classes prevented
                   23836: 
                   23837: 2001-07-11  parser
                   23838: 
                   23839:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   23840:          table $piece
                   23841: 
                   23842:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23843:          types/pa_vstateless_class.h: $file created by file:state +=
                   23844:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   23845:          get_junction-created objects [they were on wrong pool]
                   23846: 
                   23847: 2001-07-09  parser
                   23848: 
                   23849:        * src/main/untaint.C: qp wrong name
                   23850: 
                   23851:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   23852:          main/compile.y: date format 0
                   23853: 
                   23854: 2001-07-07  parser
                   23855: 
                   23856:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   23857:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   23858:          roll table calendar
                   23859: 
                   23860:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   23861:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   23862:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   23863:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   23864:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   23865:          string.  todo: sql, calendar
                   23866: 
                   23867: 2001-07-06  parser
                   23868: 
                   23869:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   23870:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   23871: 
                   23872: 2001-07-03  parser
                   23873: 
                   23874:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   23875:          classes/random.C, main/main.dsp: class random renamed to math,
                   23876:          operators became methods
                   23877: 
                   23878:        * src/classes/op.C:  pow sqrt
                   23879: 
                   23880:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   23881: 
                   23882: 2001-07-02  parser
                   23883: 
                   23884:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   23885:          'column'
                   23886: 
                   23887:        * src/classes/hash.C: ^hash.keys[]
                   23888: 
                   23889:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   23890: 
                   23891:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   23892:          'strings'
                   23893: 
                   23894: 2001-06-29  parser
                   23895: 
                   23896:        * src/main/: execute.C: /0  %0 checkes ver 2
                   23897: 
                   23898:        * src/main/execute.C: /0  %0 checke
                   23899: 
                   23900:        * src/classes/Makefile.am: nothing - void
                   23901: 
                   23902:        * src/classes/table.C: empty strings @ sql
                   23903: 
                   23904: 2001-06-28  parser
                   23905: 
                   23906:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23907:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23908:          classes/op.C, classes/random.C, classes/response.C,
                   23909:          classes/string.C, classes/table.C, classes/void.C,
                   23910:          main/compile.C, main/compile_tools.C, main/execute.C,
                   23911:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23912:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23913:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23914:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23915:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   23916:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   23917:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   23918:          $";
                   23919: 
                   23920:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23921:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23922:          classes/op.C, classes/random.C, classes/response.C,
                   23923:          classes/string.C, classes/table.C, classes/void.C,
                   23924:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23925:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23926:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23927:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23928:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23929:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     23930:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     23931: 
                   23932:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   23933:          $class:name: == ${class:name}:
                   23934: 
                   23935:        * src/classes/string.C: exactly one
                   23936: 
                   23937: 2001-06-27  parser
                   23938: 
                   23939:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   23940:          types/pa_vvoid.h: nothing renamed to void
                   23941: 
                   23942:        * src/classes/op.C: ^switch ^case
                   23943: 
                   23944:        * src/main/compile.y: nothing renamed to void
                   23945: 
                   23946:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   23947:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23948:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   23949:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   23950:          void
                   23951: 
                   23952:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   23953: 
                   23954: 2001-05-28  parser
                   23955: 
                   23956:        * src/doc/html2chm.cmd: removed >a
                   23957: 
                   23958:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   23959:          project options [some bugs]
                   23960: 
                   23961:        * src/doc/sources2html.cmd: z
                   23962: 
                   23963:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23964:          main/execute.C: operators are not in root class again
                   23965: 
                   23966: 2001-05-24  parser
                   23967: 
                   23968:        * src/targets/cgi/parser3.dsp: project file
                   23969: 
                   23970:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   23971:          ^log ^exp
                   23972: 
                   23973:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   23974:          conversions in @exception[params]
                   23975: 
                   23976:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   23977: 
                   23978: 2001-05-23  parser
                   23979: 
                   23980:        * src/main/pa_string.C: string cmp bug
                   23981: 
                   23982:        * src/classes/: mail.C, op.C: rem max 1000
                   23983: 
                   23984:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   23985:          LS_DEF_NAME
                   23986: 
                   23987: 2001-05-22  parser
                   23988: 
                   23989:        * src/classes/op.C: if params code-required
                   23990: 
                   23991: 2001-05-21  parser
                   23992: 
                   23993:        * src/types/pa_vstring.C: eoleof
                   23994: 
                   23995:        * src/classes/Makefile.am: .AM
                   23996: 
                   23997:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   23998: 
                   23999:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   24000: 
                   24001:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   24002:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   24003:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   24004:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   24005:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   24006:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   24007:          'nothing'
                   24008: 
                   24009:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   24010:          vstring::set_string
                   24011: 
                   24012:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   24013: 
                   24014:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   24015:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   24016:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   24017: 
                   24018:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   24019:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   24020:          hash:sql moved to main trunc. operators.txt updated
                   24021: 
                   24022:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   24023: 
                   24024:        * src/classes/op.C: z
                   24025: 
                   24026:        * src/: main/compile.C, classes/classes.C: 1
                   24027: 
                   24028:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   24029:          main/execute.C: 0
                   24030: 
                   24031:        * src/main/execute.C: z
                   24032: 
                   24033:        * src/targets/cgi/parser3.C: z
                   24034: 
                   24035:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   24036:          site_auto_path "." in that case
                   24037: 
                   24038:        * src/targets/cgi/: parser3.C: z
                   24039: 
                   24040:        * src/main/pa_request.C: .am
                   24041: 
                   24042:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   24043:          pcre_tables=pcre_default_tables;
                   24044: 
                   24045: 2001-05-19  parser
                   24046: 
                   24047:        * src/main/pa_string.C: z
                   24048: 
                   24049:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   24050:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   24051:          target.
                   24052: 
                   24053:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   24054:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   24055:          used, 4* mem wasted
                   24056: 
                   24057:        * src/classes/string.C: root context in match replace body now
                   24058:          unchanged
                   24059: 
                   24060:        * src/types/pa_value.h: parameter # 1 based
                   24061: 
                   24062:        * src/main/pa_common.C: common:  actual filename '%s'
                   24063: 
                   24064:        * src/classes/string.C: z
                   24065: 
                   24066:        * src/classes/Makefile.am: classes/.am
                   24067: 
                   24068:        * src/classes/: Makefile.am: classes/.am
                   24069: 
                   24070:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   24071:          targets/cgi/pa_pool.C: classes/.am
                   24072: 
                   24073: 2001-05-18  parser
                   24074: 
1.116     moko     24075:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   24076:          pa_threads.C ins
1.95      moko     24077: 
                   24078:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   24079: 
                   24080: 2001-05-17  parser
                   24081: 
                   24082:        * src/: classes/string.C, include/pa_config_fixed.h,
                   24083:          include/pa_config_includes.h, main/compile.y,
                   24084:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   24085:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   24086:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   24087:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   24088:          most .C
                   24089: 
                   24090:        * src/doc/html2chm.cmd: z
                   24091: 
                   24092:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   24093:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   24094: 
                   24095:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   24096:          get_connection_from_cache
                   24097: 
                   24098:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   24099: 
                   24100:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   24101:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   24102:          cache expiration[use SQL_Driver::disconnect]
                   24103: 
                   24104:        * src/main/pa_table.C: table.locate current restored on "not found"
                   24105: 
                   24106:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   24107:          line no
                   24108: 
                   24109:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   24110:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   24111: 
                   24112:        * src/: classes/op.C, include/pa_sql_connection.h,
                   24113:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   24114:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   24115:          1driver and set_services fight for driver::fservices. before fix
                   24116: 
                   24117:        * src/: classes/op.C, include/pa_config_fixed.h,
                   24118:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   24119:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   24120:          own 1driver and set_services fight for driver::fservices. before
                   24121:          fix
                   24122: 
                   24123:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   24124:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   24125:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   24126:          pa_threads.C
                   24127: 
                   24128:        * src/include/pa_threads.h: removed targets/parser
                   24129: 
                   24130:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   24131:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   24132:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   24133:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   24134:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   24135:          headers
                   24136: 
                   24137:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   24138:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   24139:          order prevented sqlmanager to see MULTYTHREAD define
                   24140: 
                   24141:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   24142:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   24143:          put/gets
                   24144: 
                   24145:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   24146:          from hash.h
                   24147: 
                   24148:        * src/: classes/op.C, include/pa_sql_connection.h,
                   24149:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   24150:          from cache ->set_services(&services);
                   24151: 
                   24152: 2001-05-16  parser
                   24153: 
                   24154:        * src/targets/cgi/parser3.C: z
                   24155: 
                   24156:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   24157:          debug, #ifdefed some.  would debug later, on more precise sample
                   24158:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   24159:          $name.$tail[$tail!] $name.$tail } ok3
                   24160: 
                   24161:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   24162:          removed array debug. before vstring rebasing
                   24163: 
                   24164:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   24165:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   24166:          array debugged; adjusted
                   24167: 
                   24168:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   24169:          SQL_Driver_manager line no for connect/charset errors
                   24170: 
                   24171: 2001-05-15  parser
                   24172: 
                   24173:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   24174:          main/pa_string.C: string+array made linear grows
                   24175: 
                   24176:        * src/: include/pa_string.h, main/pa_string.C,
                   24177:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   24178:          grow lineary, not exponentialy
                   24179: 
                   24180:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   24181:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   24182:          with fullchunk cmps
                   24183: 
                   24184:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   24185:          70041=           81
                   24186: 
                   24187:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   24188:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   24189:          malloc 27809390/368771, calloc 3232/83. would test now
                   24190: 
                   24191:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   24192:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   24193:          numbered params had wrong name - for instance: bad error message
                   24194:          in ^for[] bad body type. fixed
                   24195: 
                   24196: 2001-05-14  parser
                   24197: 
                   24198:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   24199:          main/untaint.C: ^string.upper|lower[]
                   24200: 
                   24201: 2001-05-11  parser
                   24202: 
                   24203:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   24204:          classes/string.C, classes/table.C, classes/unknown.C,
                   24205:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   24206:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   24207:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   24208: 
                   24209:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   24210:          .dsp for win32tools
                   24211: 
                   24212: 2001-05-11  paf
                   24213: 
                   24214:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   24215:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   24216:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   24217:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   24218: 
                   24219: 2001-05-10  paf
                   24220: 
                   24221:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   24222:          for C++, that's all
                   24223: 
1.116     moko     24224:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   24225:          pa_config_includes.h: inline wonders
1.95      moko     24226: 
                   24227:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   24228:          doc/doxygen.cmd: hash.C added
                   24229: 
                   24230:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   24231: 
                   24232:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   24233:          menthod
                   24234: 
                   24235:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   24236:          pa_vstateless_object.h: changed priority: field before method
                   24237:          lookup in vclass & vobject
                   24238: 
                   24239:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   24240:          grammar: priorities changes [lowerd && prior] vobject: now first
                   24241:          fields, next methods
                   24242: 
                   24243: 2001-05-08  paf
                   24244: 
                   24245:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   24246:          bark=false. fixed
                   24247: 
                   24248:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   24249:          types/pa_vmethod_frame.h: hash:default works at last!
                   24250: 
                   24251:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   24252:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   24253:          hash:default
                   24254: 
                   24255:        * src/classes/table.C: z
                   24256: 
                   24257:        * src/classes/table.C: table:hash always hash of hash now
                   24258: 
                   24259:        * src/classes/table.C: table:empty return bool now
                   24260: 
                   24261:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   24262:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   24263:          types/pa_vtable.h: table:hash
                   24264: 
                   24265:        * src/classes/table.C: table:record have name
                   24266: 
                   24267:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   24268:          returns vunknown
                   24269: 
                   24270:        * src/classes/: double.C, int.C, op.C, string.C:
                   24271:          int,double,string:int[] double[] string:length[] results now have
                   24272:          hames
                   24273: 
                   24274:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   24275:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   24276:          now return bool
                   24277: 
                   24278:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   24279:          in method checkparams again. fixed
                   24280: 
                   24281: 2001-05-07  paf
                   24282: 
                   24283:        * src/doc/chm.cmd: cmd
                   24284: 
                   24285:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   24286:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   24287:          types/pa_value.h: method reported errors on wrong pool
                   24288: 
                   24289:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   24290:          now
                   24291: 
                   24292:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   24293:          include/code.h, include/pa_opcode.h, main/compile.C,
                   24294:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   24295:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24296:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   24297:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   24298:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   24299:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   24300:          types/pa_vrequest.h, types/pa_vresponse.h,
                   24301:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   24302:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   24303:          types/pa_wwrapper.h: pa_code.h
                   24304: 
                   24305:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   24306: 
                   24307:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   24308:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   24309:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   24310:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   24311:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   24312:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   24313:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   24314:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   24315:          types/pa_vtable.h: dox, split by not clean parts also
                   24316: 
                   24317:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   24318:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   24319:          'dir' fields & co. more
                   24320: 
                   24321:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   24322:          so to enable 'dir' fields & co.
                   24323: 
                   24324:        * src/main/compile.y: grammar: @end
                   24325: 
                   24326: 2001-05-04  paf
                   24327: 
                   24328:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   24329:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   24330: 
                   24331:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   24332:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   24333:          classes/op.C, classes/random.C, classes/response.C,
                   24334:          classes/string.C, classes/table.C, classes/unknown.C,
                   24335:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   24336:          method dox
                   24337: 
                   24338: 2001-05-03  paf
                   24339: 
                   24340:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   24341:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   24342:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   24343:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   24344:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   24345:          main/pa_request.C: dox splitted .dox files and added some
                   24346: 
                   24347:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   24348: 
                   24349: 2001-05-02  paf
                   24350: 
                   24351:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   24352:          by file_name  language now
                   24353: 
                   24354: 2001-04-28  paf
                   24355: 
                   24356:        * src/classes/classes.inc: removed classes.inc
                   24357: 
                   24358:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   24359:          from .am
                   24360: 
                   24361:        * src/classes/classes.awk: skipped classes in .awk
                   24362: 
                   24363:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   24364:          classes/classes.inc, classes/double.C, classes/file.C,
                   24365:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   24366:          classes/string.C, classes/table.C, classes/unknown.C,
                   24367:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   24368:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24369:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   24370:          pa_methoded back to classes/classes.h
                   24371: 
                   24372:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   24373: 
                   24374:        * src/: classes/Makefile.am, classes/classes.awk,
                   24375:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   24376:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   24377: 
                   24378:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   24379:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   24380:          classes/response.C, classes/string.C, classes/table.C,
                   24381:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   24382:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   24383:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   24384:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   24385:          include|main/pa_methoded
                   24386: 
                   24387:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   24388:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   24389: 
                   24390:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   24391:          moved some configured data to request::classes_conf moved some
                   24392:          string crations from globals to M...  [works]
                   24393: 
                   24394:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   24395:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   24396:          main/pa_request.C: moved some configured data to
                   24397:          request::classes_conf moved some string crations from globals to
                   24398:          M...
                   24399: 
                   24400:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   24401:          about to move configured data to special request hash
                   24402: 
                   24403:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   24404:          classes/form.C, classes/mail.C, include/pa_request.h,
                   24405:          main/pa_request.C: configure started
                   24406: 
                   24407:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   24408:          2. todo: methoded-configure
                   24409: 
                   24410:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24411:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24412:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24413:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   24414:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   24415:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24416:          classes/random.C, classes/response.C, classes/string.C,
                   24417:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   24418:          include/pa_request.h, main/compile.y, main/execute.C,
                   24419:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24420:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24421:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   24422:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   24423:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   24424:          types/pa_vrequest.h, types/pa_vresponse.h,
                   24425:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   24426:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   24427:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   24428:          methoded-configure
                   24429: 
                   24430:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   24431:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   24432:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   24433:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   24434: 
                   24435:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   24436:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   24437:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24438:          classes/random.C, classes/response.C, classes/string.C,
                   24439:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   24440:          main/compile.y, main/execute.C, main/pa_globals.C,
                   24441:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   24442:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   24443:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   24444:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   24445:          beautifying just compiled. todo: debug, configure
                   24446: 
                   24447: 2001-04-27  paf
                   24448: 
                   24449:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   24450:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   24451:          beautifying -99
                   24452: 
                   24453:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   24454:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   24455:          classes/classes.h, classes/double.C, classes/file.C,
                   24456:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   24457:          classes/op.C, classes/random.C, classes/response.C,
                   24458:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   24459:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24460:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   24461:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   24462:          types/pa_vunknown.h: beautifying -100
                   24463: 
                   24464:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   24465: 
                   24466:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   24467:          classes/_op.h, classes/_random.h, classes/_table.h,
                   24468:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   24469:          classes/op.C, classes/random.C, classes/response.C,
                   24470:          classes/string.C, classes/table.C, classes/unknown.C,
                   24471:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24472:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24473:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   24474:          beautifying
                   24475: 
                   24476: 2001-04-26  paf
                   24477: 
                   24478:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   24479: 
                   24480:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   24481:          documentation ++
                   24482: 
                   24483:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   24484:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24485:          targets/cgi/pa_pool.C: code documentation ++
                   24486: 
                   24487:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   24488:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24489:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   24490:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   24491:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   24492:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   24493:          types/pa_vrequest.C, types/pa_vrequest.h,
                   24494:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   24495:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   24496:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   24497:          code documentation ++
                   24498: 
                   24499:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   24500:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   24501:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   24502:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   24503:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24504:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   24505:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   24506:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   24507: 
                   24508:        * src/main/: pa_request.C, pa_string.C: z
                   24509: 
                   24510:        * src/: include/pa_common.h, include/pa_types.h,
                   24511:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   24512:          connection caching fixed.  request-pooled-url were stored into
                   24513:          global connectioncache
                   24514: 
                   24515: 2001-04-25  paf
                   24516: 
                   24517:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   24518:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   24519: 
                   24520:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   24521:          main/execute.C, main/pa_common.C: -d
                   24522: 
                   24523:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   24524:          illegal call check a bit improved, but still under iis no mapping
                   24525:          of dir with parser allowed!
                   24526: 
                   24527: 2001-04-24  paf
                   24528: 
                   24529:        * src/targets/Makefile.am: apache module lib .am
                   24530: 
                   24531:        * src/main/pa_exec.C: windows32 buildCommand
                   24532: 
                   24533: 2001-04-23  paf
                   24534: 
                   24535:        * src/targets/cgi/Makefile.am: win32 conditional
                   24536: 
                   24537:        * src/targets/cgi/Makefile.am: win32 conditional
                   24538: 
                   24539:        * src/targets/cgi/Makefile.am: liblink
                   24540: 
                   24541:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   24542:          vfile fields return type
                   24543: 
                   24544:        * src/types/pa_vfile.h: vfile fields return type
                   24545: 
                   24546:        * src/include/pa_config_auto.h.in: .h.in
                   24547: 
                   24548:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   24549:          types/Makefile: makefiles removed
                   24550: 
                   24551:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   24552:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   24553: 
                   24554:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   24555:          [tested: i & g ]
                   24556: 
                   24557:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   24558:          @test noticed series in isapi, check how initialize_random_class
                   24559:          is called! [must be called only once]
                   24560: 
                   24561:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   24562:          would not be 'unknown column'
                   24563: 
                   24564:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   24565:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   24566: 
                   24567:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   24568:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   24569:          [now doesnt]
                   24570: 
                   24571:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   24572: 
                   24573:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   24574:          /cgi-bin/parser3/auto.p
                   24575: 
                   24576:        * src/main/untaint.C: untaint without charset
                   24577: 
                   24578:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24579:          main/pa_common.C: common: file_write /// @test mkdirs
                   24580:          file_delete rmdirs
                   24581: 
                   24582:        * src/main/untaint.C: mail header only once to =?
                   24583: 
                   24584:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   24585:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   24586:          main/untaint.C: untaint -        @test optimize whitespaces for
                   24587:          all but 'html'
                   24588: 
                   24589:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   24590:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24591:          main/untaint.C: untaint -  @test mail-header
                   24592: 
                   24593: 2001-04-20  paf
                   24594: 
                   24595:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   24596:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   24597:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24598:          targets/cgi/parser3.C: $MAIN:LOCALE
                   24599: 
                   24600:        * src/main/untaint.C: z
                   24601: 
                   24602:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   24603: 
                   24604: 2001-04-19  paf
                   24605: 
                   24606:        * src/main/compile_tools.h: $a$b bugfix
                   24607: 
                   24608:        * src/targets/cgi/parser3.C: z
                   24609: 
                   24610:        * src/classes/file.C: z
                   24611: 
                   24612:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   24613:          done: header to $fields. waits for header '\' tricks
                   24614: 
                   24615:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24616:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   24617:          changed urlencode here and in untaint.C to HTTP standard's " and
                   24618:          \" mech
                   24619: 
                   24620:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   24621:          http://alx/~paf/ doesnt load /auto.p
                   24622: 
                   24623: 2001-04-18  paf
                   24624: 
                   24625:        * src/main/pa_request.C: 1
                   24626: 
                   24627:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   24628:          linux @alx
                   24629: 
                   24630: 2001-04-17  paf
                   24631: 
                   24632:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   24633:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   24634:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   24635:          enabled
                   24636: 
                   24637:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24638:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24639:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24640:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24641:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   24642:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   24643:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24644:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   24645:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   24646:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   24647:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   24648:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   24649:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   24650:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   24651: 
                   24652:        * src/: include/pa_sql_driver_manager.h,
                   24653:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   24654:          types/pa_vimage.h: sql driver interface now has initialize(client
                   24655:          .so)
                   24656: 
                   24657: 2001-04-16  paf
                   24658: 
                   24659:        * src/Makefile.am: compile2 cygwin
                   24660: 
                   24661:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   24662:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   24663: 
                   24664:        * src/targets/cgi/Makefile.am: compile0 jav
                   24665: 
                   24666:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24667:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24668:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24669:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24670:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   24671:          classes/mail.C, classes/op.C, classes/random.C,
                   24672:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24673:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   24674:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   24675:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24676:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   24677:          compile-1
                   24678: 
                   24679: 2001-04-15  paf
                   24680: 
                   24681:        * src/classes/op.C: z
                   24682: 
                   24683:        * src/classes/table.C: table:empty +=process
                   24684: 
                   24685:        * src/types/pa_value.h: MethodParams !junction
                   24686: 
                   24687:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   24688:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24689:          classes/random.C, classes/response.C, classes/string.C,
                   24690:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   24691:          MethodParams everywhere
                   24692: 
                   24693:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   24694:          types/pa_vmethod_frame.h: MethodParams in op.C
                   24695: 
                   24696: 2001-04-12  paf
                   24697: 
                   24698:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   24699: 
                   24700:        * src/: classes/_unknown.h, classes/unknown.C,
                   24701:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24702:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   24703: 
                   24704:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   24705: 
                   24706:        * src/classes/image.C: image:gif now does not have params
                   24707: 
                   24708:        * src/classes/image.C:
                   24709:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   24710: 
                   24711:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   24712:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   24713:          for var now written not to r.wcontext, but to r.root cleared
                   24714:          "entered_object" state
                   24715: 
                   24716: 2001-04-11  paf
                   24717: 
                   24718:        * src/classes/image.C: image:create image:load
                   24719: 
                   24720:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   24721:          just compiled
                   24722: 
                   24723:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24724:          todo: gif without file
                   24725: 
                   24726:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24727:          started porting to Pooled descendant
                   24728: 
                   24729:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   24730:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   24731:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   24732:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   24733: 
                   24734:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   24735:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   24736:          end. switching to python imaging lib
                   24737: 
                   24738:        * src/main/main.dsp: gd+smtp made separate libs
                   24739: 
                   24740:        * src/: include/pa_globals.h, include/pa_string.h,
                   24741:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24742:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   24743:          length
                   24744: 
                   24745:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   24746:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   24747:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   24748:          UL_FILE_NAME of posted file name
                   24749: 
                   24750:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   24751:          post [broke when moved post read to core]
                   24752: 
                   24753: 2001-04-10  paf
                   24754: 
                   24755:        * src/classes/image.C: image:html done
                   24756: 
                   24757:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   24758: 
                   24759:        * src/classes/image.C: z
                   24760: 
                   24761:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   24762:          forgotten!
                   24763: 
                   24764:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24765:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24766:          types/pa_vimage.h: image:measure -90
                   24767: 
                   24768:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24769:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   24770:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24771:          classes/_table.h, classes/file.C, classes/mail.C,
                   24772:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   24773:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   24774:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   24775:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   24776:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   24777:          compiled
                   24778: 
                   24779:        * src/classes/mail.C: minor bug with unclear from/to
                   24780: 
                   24781:        * src/classes/mail.C: sendmail unix skipping defaults
                   24782: 
                   24783:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   24784:          sendmail unix added defaults
                   24785: 
                   24786:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   24787: 
                   24788:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   24789: 
                   24790: 2001-04-09  paf
                   24791: 
                   24792:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   24793:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   24794:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   24795:          targets/isapi/parser3isapi.dsp: all targets exec
                   24796: 
                   24797:        * src/: include/pa_sapi.h, include/pa_string.h,
                   24798:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24799:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   24800:          args in apache:util.script
                   24801: 
                   24802:        * src/include/pa_string.h: written but not tested exec with env for
                   24803:          unix
                   24804: 
                   24805:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   24806:          targets/cgi/parser3.C: exec win32 env
                   24807: 
                   24808:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   24809:          0
                   24810: 
                   24811:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   24812:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24813:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   24814:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   24815: 
                   24816:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   24817:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   24818: 
                   24819:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   24820:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   24821: 
                   24822:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   24823:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   24824:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24825:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24826:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   24827:          exec class just compiled. moved post read to request core
                   24828: 
                   24829:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   24830:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   24831:          main/pa_globals.C, targets/cgi/parser3.C,
                   24832:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   24833:          are already read by vform
                   24834: 
                   24835: 2001-04-08  paf
                   24836: 
                   24837:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   24838:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   24839:          uuencode. string<<
                   24840: 
                   24841: 2001-04-07  paf
                   24842: 
                   24843:        * src/classes/mail.C: z
                   24844: 
                   24845:        * src/classes/mail.C: z
                   24846: 
                   24847:        * src/classes/mail.C: ^mail[$attach
                   24848: 
                   24849:        * src/classes/mail.C: ^attach dead end
                   24850: 
                   24851:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   24852:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24853:          targets/isapi/parser3isapi.C: mail:send 1
                   24854: 
                   24855:        * src/: classes/mail.C, main/pa_request.C: z
                   24856: 
                   24857:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   24858:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   24859:          compiled
                   24860: 
                   24861:        * src/classes/mail.C: +=
                   24862: 
                   24863:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   24864:          prepared
                   24865: 
                   24866:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   24867:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   24868:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24869:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   24870: 
                   24871: 2001-04-06  paf
                   24872: 
                   24873:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   24874:          main/pa_string.C: table:dir 1
                   24875: 
                   24876:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   24877:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   24878: 
                   24879:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   24880:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   24881:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   24882:          main/pa_request.C: renamed 'root' to 'op'
                   24883: 
                   24884:        * src/classes/: _op.h, op.C: renamed from 'root'
                   24885: 
                   24886:        * src/types/pa_valiased.C: another root inherititance skipped
                   24887: 
                   24888:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   24889:          root methods of parent class. just 'ROOT' class
                   24890: 
                   24891:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   24892:          @office
                   24893: 
                   24894:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   24895: 
                   24896: 2001-04-05  paf
                   24897: 
                   24898:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   24899:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   24900:          constructor flag dropped at get_method_frame and remembered into
                   24901:          method_frame
                   24902: 
                   24903:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24904:          classes/table.C, main/pa_request.C: junction to code&expression
                   24905:          in errors
                   24906: 
                   24907:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24908:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   24909:          $LOCALE:ctype[Russian_Russia.1251]
                   24910: 
                   24911:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24912:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   24913:          main/pa_table.C: hash now not thread-safe.
                   24914: 
                   24915:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24916:          main/untaint.C: z
                   24917: 
                   24918:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24919:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   24920:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   24921:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   24922:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   24923: 
                   24924:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24925:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   24926: 
                   24927:        * src/classes/table.C: select * from hren error contains statement
                   24928: 
                   24929:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24930:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   24931:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   24932: 
                   24933:        * src/: classes/root.C, include/pa_sql_connection.h,
                   24934:          include/pa_sql_driver.h, main/main.dsp,
                   24935:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   24936:          services for conv memory & error reporting
                   24937: 
                   24938: 2001-04-04  paf
                   24939: 
                   24940:        * src/doc/doxygen.cfg: z
                   24941: 
                   24942:        * src/include/pa_sql_driver.h: mysql connect
                   24943: 
                   24944:        * src/include/pa_sql_driver.h: mysql info
                   24945: 
                   24946:        * src/: classes/root.C, include/pa_sql_driver.h,
                   24947:          include/pa_sql_driver_manager.h, main/main.dsp,
                   24948:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   24949: 
                   24950:        * src/sql/Makefile.am: forgot to add mysql client
                   24951: 
                   24952:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   24953:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   24954:          [forgot to add libltdl, added]
                   24955: 
                   24956:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   24957:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   24958:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   24959:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24960:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24961:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   24962:          -1000 just compiled
                   24963: 
                   24964:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24965:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   24966:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   24967: 
                   24968: 2001-04-03  paf
                   24969: 
                   24970:        * src/types/pa_vform.C: z
                   24971: 
                   24972:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   24973:          assigned lang
                   24974: 
                   24975:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   24976:          {}[]< empty []
                   24977: 
                   24978:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   24979:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   24980:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   24981: 
                   24982:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24983:          string:match replace strange matches
                   24984: 
                   24985:        * src/classes/string.C: string:match replace 0
                   24986: 
                   24987:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   24988:          prepared 2
                   24989: 
                   24990:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24991:          string:match replace prepared
                   24992: 
                   24993:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24994:          string:match replace -11
                   24995: 
                   24996:        * src/: classes/string.C, include/pa_globals.h,
                   24997:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   24998:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   24999: 
                   25000:        * src/: classes/string.C, include/pa_globals.h,
                   25001:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   25002:          main/pa_string.C: string:match [search] -1 just compiled
                   25003: 
                   25004:        * src/types/pa_vstring.C: z
                   25005: 
                   25006:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   25007:          classes/int.C, classes/response.C, classes/root.C,
                   25008:          classes/string.C, classes/table.C, include/pa_string.h,
                   25009:          main/pa_string.C: string:match -10 [frame]
                   25010: 
                   25011:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   25012:          main/pa_request.C: z
                   25013: 
                   25014:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   25015:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   25016:          todo/tests
                   25017: 
                   25018:        * src/include/pa_common.h: z
                   25019: 
                   25020:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   25021:          main/pa_request.C, targets/cgi/parser3.C,
                   25022:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   25023:          content-disposition
                   25024: 
                   25025:        * src/: include/pa_common.h, include/pa_globals.h,
                   25026:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   25027:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   25028: 
                   25029:        * src/: include/pa_common.h, include/pa_request.h,
                   25030:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   25031:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   25032:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   25033:          response:body
                   25034: 
                   25035:        * src/classes/table.C: table:append now uses string::split
                   25036: 
                   25037:        * src/classes/table.C: z
                   25038: 
                   25039:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   25040:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   25041:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   25042:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   25043:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   25044:          string::pos & cmp & piece bugs fixed.  string::split new
                   25045:          table:load separated from set table:set implemented with clean \n
                   25046:          \t searches
                   25047: 
                   25048: 2001-04-02  paf
                   25049: 
                   25050:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   25051:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   25052:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   25053:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   25054:          it in table:set/load
                   25055: 
                   25056:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   25057:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   25058: 
                   25059:        * src/classes/random.C: random:generate 1
                   25060: 
                   25061:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   25062:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25063:          types/pa_value.h: random:generate
                   25064: 
                   25065: 2001-03-30  paf
                   25066: 
                   25067:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   25068:          todo: table flip and append. string::pos
                   25069: 
                   25070:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   25071:          classes/response.C, classes/root.C, classes/string.C,
                   25072:          classes/table.C, main/compile.y, main/execute.C,
                   25073:          types/pa_value.h, types/pa_vstateless_class.C,
                   25074:          types/pa_vstateless_class.h: static|dynamic|any method
                   25075:          registration
                   25076: 
                   25077:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   25078:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   25079:          table:flip
                   25080: 
                   25081: 2001-03-29  paf
                   25082: 
                   25083:        * src/classes/string.C: string:xsplit forgot that they must result
                   25084:          in 1 row N column [not vice versa]
                   25085: 
                   25086:        * src/classes/string.C: z
                   25087: 
                   25088:        * src/classes/string.C: string: rsplit
                   25089: 
                   25090:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   25091:          string: lsplit
                   25092: 
                   25093:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   25094:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   25095:          lsplit -1
                   25096: 
                   25097:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   25098:          string: pos
                   25099: 
                   25100:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   25101:          string: pos -1
                   25102: 
                   25103:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   25104:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   25105:          main/untaint.C: string: left right mid
                   25106: 
                   25107:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   25108:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   25109:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   25110:          and [;] are different now.
                   25111: 
                   25112:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   25113:          main/untaint.C: pool.request undone
                   25114: 
                   25115:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   25116:          main/untaint.C: pool.request
                   25117: 
                   25118: 2001-03-28  paf
                   25119: 
                   25120:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   25121:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   25122:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   25123:          $request:browser [.type .version]; unknown.get_double now = 0.
                   25124: 
                   25125:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   25126:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   25127:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   25128:          types/pa_vform.C: file:load autodetection of mime-type by
                   25129:          user-file-name
                   25130: 
                   25131:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   25132:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   25133:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   25134: 
                   25135:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   25136:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   25137:          write. must be self.set
                   25138: 
                   25139:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   25140:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   25141: 
                   25142:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   25143:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   25144:          types/pa_vtable.h: table:locate just compiled
                   25145: 
                   25146: 2001-03-27  paf
                   25147: 
                   25148:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   25149:          code-params2, fixed ntfs hardlink slow dir update
                   25150: 
                   25151:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   25152:          types/pa_wcontext.h: fixed r/w context of code-params
                   25153: 
                   25154:        * src/: classes/table.C, main/execute.C: about to change junction
                   25155:          rcontext!!
                   25156: 
                   25157:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25158:          classes/string.C, classes/table.C, main/compile_tools.C,
                   25159:          main/execute.C, main/pa_request.C, main/untaint.C,
                   25160:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   25161:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   25162:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   25163:          types/pa_vunknown.h: sort 0
                   25164: 
                   25165:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   25166:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   25167:          renamed to are_static_calls_disabled
                   25168: 
                   25169:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   25170:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   25171:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   25172:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   25173: 
                   25174:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   25175: 
                   25176:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   25177:          started table:sort fixed minor bug in #...^{
                   25178: 
                   25179:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   25180:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   25181:          decided to have as it were. stepped back.  grammar: added 'in'
                   25182:          'is' 'lt'&co follow-space check
                   25183: 
                   25184: 2001-03-26  paf
                   25185: 
                   25186:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   25187:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   25188:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   25189:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   25190:          invocation in ^process
                   25191: 
                   25192:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   25193: 
                   25194:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   25195:          main/pa_array.C: table:record
                   25196: 
                   25197:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   25198:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   25199:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   25200:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   25201:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   25202:          types/pa_vtable.h: z
                   25203: 
                   25204:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   25205:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   25206:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   25207:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   25208:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   25209:          method realisations on 'self' validity - they now can simply
                   25210:          assume that 'self' is V{Proper} .
                   25211: 
                   25212: 2001-03-25  paf
                   25213: 
                   25214:        * src/main/untaint.C: z
                   25215: 
                   25216:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   25217:          lowlevel - it initialization could be skipped if failed in @auto.
                   25218:          so that exception report would use some table
                   25219: 
                   25220:        * src/main/pa_request.C: table empty lines ignored. system-default
                   25221:          content type assigned in output:result [can fail in main:auto and
                   25222:          skipped normal defaults extraction]
                   25223: 
                   25224:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   25225:          bug
                   25226: 
                   25227:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   25228:          processing to table [except preliminary \r\n \r \n replacements
                   25229:          to "\n"]
                   25230: 
                   25231:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   25232:          move all the processing to table
                   25233: 
                   25234:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   25235:          main/pa_table.C, main/untaint.C: returned table originating.
                   25236:          useful for reporting typo table problems origin. think would be
                   25237:          useful somewhere else
                   25238: 
                   25239:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   25240: 
                   25241:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   25242:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   25243:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   25244:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   25245:          types/pa_vcookie.h: typo & typo-default
                   25246: 
                   25247: 2001-03-24  paf
                   25248: 
                   25249:        * src/main/pa_common.C: z
                   25250: 
                   25251:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   25252:          targets/cgi/parser3.C: html-typo 2
                   25253: 
                   25254:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   25255:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   25256:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   25257:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   25258:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   25259:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   25260:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   25261:          noticed double default content-type prob. run cgi.cmd tomorrow
                   25262:          first html-typo sample. detected << problem: they become ltlt too
                   25263:          fast
                   25264: 
                   25265:        * src/main/compile.y: z
                   25266: 
                   25267:        * src/main/: compile.y, compile_tools.h: #comment
                   25268: 
                   25269:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   25270:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   25271:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   25272:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   25273:          stringified
                   25274: 
                   25275:        * src/types/pa_valiased.C: decided to String-ify file_read
                   25276: 
                   25277:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   25278:          isapi/parser3isapi.dsp: cgi: sapi::log
                   25279: 
                   25280:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   25281:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   25282:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   25283:          error log experiments failed - cgi under iis got no access to
                   25284:          log. registereventsource simply failed with 5(illegal call) code,
                   25285:          while worked OK as standalone executable.  isapi: used
                   25286:          HSE_APPEND_LOG_PARAMETER feature
                   25287: 
                   25288:        * src/: include/pa_common.h, include/pa_globals.h,
                   25289:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   25290:          targets/isapi/parser3isapi.C: fixed default content-type
                   25291:          allocation storage
                   25292: 
                   25293:        * src/: include/pa_globals.h, include/pa_request.h,
                   25294:          main/pa_globals.C, main/pa_request.C: z
                   25295: 
                   25296:        * src/: include/pa_array.h, include/pa_hash.h,
                   25297:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   25298:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   25299:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   25300:          content-type
                   25301: 
                   25302:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   25303:          sanity
                   25304: 
                   25305:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   25306:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   25307:          away freeze mech.  no danger now for you can't do
                   25308:          ^request:process[@new-method[] body] trick anymore.  still
                   25309:          remains $some_instance.process[@new-method[] possibility] but
                   25310:          would leave it as a feature.  see index for sample
                   25311: 
                   25312:        * src/: include/pa_common.h, main/pa_common.C,
                   25313:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   25314:          monkey every target
                   25315: 
                   25316:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   25317:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   25318:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   25319: 
                   25320: 2001-03-23  paf
                   25321: 
                   25322:        * src/: include/pa_pool.h, main/pa_request.C,
                   25323:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   25324:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   25325:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   25326: 
                   25327:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   25328: 
                   25329:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   25330:          it would be better to rewrite as filter then to deal with pool
                   25331: 
                   25332:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   25333:          now like in cgi, not from APPL_PHYSICAL_PATH
                   25334: 
                   25335:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25336:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   25337:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   25338:          include/pa_version.h, main/compile.y, main/execute.C,
                   25339:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   25340:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25341:          main/untaint.C, targets/cgi/parser3.C,
                   25342:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   25343:          cgi: reinvent document_root and request_uri under iis. autoconf
                   25344:          updated. introducing ap_config_includes
                   25345: 
                   25346:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   25347: 
                   25348:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   25349: 
                   25350:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   25351:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   25352:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   25353:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   25354: 
                   25355:        * src/: include/pa_globals.h, main/pa_request.C,
                   25356:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25357:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   25358:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   25359: 
                   25360:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   25361:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   25362:          isapi minor env beauty
                   25363: 
                   25364:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   25365:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   25366:          isapi document_root 0
                   25367: 
                   25368: 2001-03-22  paf
                   25369: 
                   25370:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   25371: 
                   25372:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   25373:          isapi/parser3isapi.C: z
                   25374: 
                   25375:        * src/: include/pa_pool.h, main/pa_request.C,
                   25376:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   25377: 
                   25378:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   25379:          kill.pl: isapi added utils
                   25380: 
                   25381:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   25382:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   25383:          types/pa_vform.C: isapi 0
                   25384: 
                   25385:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   25386:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25387:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   25388:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   25389:          started isapi
                   25390: 
                   25391:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   25392:          some comments
                   25393: 
                   25394:        * src/: include/pa_globals.h, include/pa_request.h,
                   25395:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   25396:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   25397:          parser_root_auto_path parser_site_auto_path
                   25398: 
                   25399:        * src/types/pa_vcookie.C: cookie attr decoded
                   25400: 
                   25401: 2001-03-21  paf
                   25402: 
                   25403:        * src/targets/cgi/parser3.C: z
                   25404: 
                   25405:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   25406: 
                   25407:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   25408:          types/pa_venv.h: in cookie & env. todo:post
                   25409: 
                   25410:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   25411:          classes/root.C, classes/table.C, include/pa_array.h,
                   25412:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   25413:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   25414:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   25415:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25416:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   25417:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   25418:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   25419:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   25420:          shifted apache branch on main trunc
                   25421: 
                   25422:        * src/: include/pa_common.h, include/pa_globals.h,
                   25423:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   25424:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   25425:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   25426:          starting mod_parser3
                   25427: 
                   25428:        * src/targets/cgi/parser3.C: starting mod_parser3
                   25429: 
                   25430: 2001-03-20  paf
                   25431: 
                   25432:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   25433:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   25434:          win32 ifdefs work and add ifdef unistd
                   25435: 
                   25436:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   25437:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   25438:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   25439:          z
                   25440: 
                   25441:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   25442:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   25443:          locking
                   25444: 
                   25445:        * src/: classes/Makefile.am, types/Makefile.am: z
                   25446: 
                   25447:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   25448:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   25449:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   25450:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   25451:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   25452:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   25453:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   25454: 
                   25455:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   25456:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   25457: 
                   25458:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   25459:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   25460:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   25461:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   25462:          types/pa_vform.h: z
                   25463: 
                   25464:        * src/include/pa_string.h: z
                   25465: 
                   25466:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   25467:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   25468:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   25469:          :Value
                   25470: 
                   25471:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   25472:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   25473:          :VStateless_object
                   25474: 
                   25475:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   25476:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   25477:          :VStateless_object
                   25478: 
                   25479:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   25480:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   25481: 
                   25482:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   25483:          types/pa_valiased.h, types/pa_value.h,
                   25484:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   25485:          types/pa_vstateless_object.h: moved common get_element part from
                   25486:          stateless object&class into VAliased
                   25487: 
                   25488:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   25489:          classes/table.C, main/execute.C, main/main.dsp,
                   25490:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   25491:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   25492:          now :Value
                   25493: 
                   25494:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   25495:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   25496:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   25497: 
                   25498:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   25499:          doxx
                   25500: 
                   25501:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   25502:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   25503:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   25504:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   25505:          and ^file:save
                   25506: 
                   25507: 2001-03-19  paf
                   25508: 
                   25509:        * src/types/pa_vfile.C: z
                   25510: 
                   25511:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   25512:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   25513:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   25514:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   25515: 
                   25516:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   25517:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   25518:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   25519:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   25520:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   25521:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   25522:          types/pa_vfile.h: file class just compiled
                   25523: 
                   25524:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   25525:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   25526:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   25527:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   25528:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   25529: 
                   25530:        * src/include/pa_pool.h: z
                   25531: 
                   25532:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   25533:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   25534:          Hash::Value to Val so to doxygen would finlly stop confusing
                   25535:          those Value-s
                   25536: 
                   25537:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   25538:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   25539:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25540:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25541:          include/pa_types.h, main/compile.C, main/compile.y,
                   25542:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   25543:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   25544:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   25545:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25546:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   25547: 
                   25548:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   25549:          derivates somehow unlinked. don't know why yet
                   25550: 
                   25551:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   25552:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   25553:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   25554:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25555:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   25556:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25557:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   25558: 
                   25559:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   25560:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   25561:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   25562:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   25563:          types/pa_vrequest.h: doc: detected Value derivates prob
                   25564: 
                   25565:        * src/include/pa_globals.h: z
                   25566: 
                   25567:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   25568:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   25569:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   25570:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   25571:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   25572:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   25573:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   25574:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   25575: 
                   25576: 2001-03-18  paf
                   25577: 
                   25578:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   25579:          cookie: allowed access to hash-assigned
                   25580: 
                   25581:        * src/targets/cgi/parser3.C: z
                   25582: 
                   25583:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   25584:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   25585:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   25586:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25587:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   25588:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   25589:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   25590:          types/pa_vunknown.h: cookie class
                   25591: 
                   25592:        * src/main/pa_request.C: zero length output allowed
                   25593: 
                   25594:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   25595:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   25596: 
                   25597:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   25598:          lang switch
                   25599: 
                   25600:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   25601:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25602:          types/pa_value.h, types/pa_vhash.h:
                   25603:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   25604: 
                   25605:        * src/main/execute.C: z
                   25606: 
                   25607:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   25608:          targets/cgi/parser3.C: taint[uri
                   25609: 
                   25610:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   25611:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   25612:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   25613:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   25614: 
                   25615:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   25616:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25617:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   25618:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   25619:          bool tainted) ctor
                   25620: 
                   25621:        * src/: include/pa_hash.h, include/pa_request.h,
                   25622:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   25623:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   25624:          targets/cgi/parser3.C: proper @exceptions params tainting
                   25625: 
                   25626:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   25627:          response fields to header
                   25628: 
                   25629:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   25630:          z
                   25631: 
                   25632:        * src/: classes/_response.h, classes/response.C,
                   25633:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   25634:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   25635:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25636:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   25637:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   25638:          $response: 0  request::core exception rethrow
                   25639: 
                   25640: 2001-03-16  paf
                   25641: 
                   25642:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   25643:          types/pa_vrequest.h: native method' class call with less params
                   25644:          then needed error reporting
                   25645: 
                   25646:        * src/: classes/_request.h, classes/request.C,
                   25647:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   25648:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25649:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   25650:          types/pa_vrequest.h: $request : query :uri
                   25651: 
                   25652:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   25653:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   25654:          types/pa_wcontext.h: $result
                   25655: 
                   25656:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   25657: 
                   25658:        * src/: classes/double.C, include/code.h, main/compile.y,
                   25659:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   25660:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   25661: 
                   25662:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   25663:          main/compile.y, main/execute.C, types/pa_value.h,
                   25664:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   25665:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   25666:          wcontext conflict
                   25667: 
                   25668:        * src/: main/execute.C, types/pa_value.h,
                   25669:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   25670:          $string.field
                   25671: 
                   25672: 2001-03-15  paf
                   25673: 
                   25674:        * src/main/pa_request.C: news sample
                   25675: 
                   25676:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   25677:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   25678: 
                   25679:        * src/main/: compile.y, execute.C: z
                   25680: 
                   25681:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   25682:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   25683:          pre pre works
                   25684: 
                   25685:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25686:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   25687:          fillfields just compiled
                   25688: 
                   25689: 2001-03-14  paf
                   25690: 
                   25691:        * src/: include/pa_request.h, main/pa_request.C,
                   25692:          targets/cgi/parser3.C: z
                   25693: 
                   25694:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25695:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   25696:          types/pa_vstring.h: limits -1
                   25697: 
                   25698:        * src/: include/pa_globals.h, include/pa_request.h,
                   25699:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   25700:          main/pa_request.C, targets/cgi/parser3.C,
                   25701:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   25702:          request_info -1
                   25703: 
                   25704:        * src/: include/pa_globals.h, main/pa_globals.C,
                   25705:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25706:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   25707:          vform_fields_fill
                   25708: 
                   25709:        * src/targets/cgi/parser3.C: #  if MSVC
                   25710: 
                   25711:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   25712:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   25713: 
                   25714:        * src/targets/cgi/parser3.C: z
                   25715: 
                   25716:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   25717:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   25718:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25719:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   25720:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   25721:          types/pa_vunknown.h: global handler, exceptions in parser3
                   25722: 
                   25723: 2001-03-13  paf
                   25724: 
                   25725:        * src/: classes/form.C, main/compile.y, main/core.C,
                   25726:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   25727:          types/pa_vform.h, types/pa_vstateless_class.C,
                   25728:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   25729:          instead
                   25730: 
                   25731:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25732:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   25733:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   25734:          started cgi target
                   25735: 
                   25736:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25737:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   25738:          before error show with parser
                   25739: 
                   25740:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   25741:          include/pa_request.h, main/core.C, main/pa_request.C,
                   25742:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   25743: 
                   25744:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   25745: 
                   25746:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   25747:          parser3.C: renamed targets/ parser to cgi
                   25748: 
                   25749:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   25750:          classes/root.C, classes/string.C, classes/table.C,
                   25751:          include/pa_request.h, types/pa_vhash.h: z
                   25752: 
                   25753:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25754:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   25755:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   25756:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25757:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   25758:          [historical moment :)]
                   25759: 
                   25760:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   25761:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   25762: 
                   25763:        * src/types/pa_venv.h: $ENV 1
                   25764: 
                   25765:        * src/main/execute.C: z
                   25766: 
                   25767:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   25768:          future methods of ENV constructor if
                   25769: 
                   25770:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   25771:          class
                   25772: 
                   25773:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25774:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25775:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25776:          classes/string.C, classes/table.C, include/pa_request.h,
                   25777:          main/compile.C, main/compile_tools.h, main/core.C,
                   25778:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25779:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25780:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25781:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25782:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25783:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25784: 
                   25785:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25786:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25787:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25788:          classes/string.C, classes/table.C, include/pa_request.h,
                   25789:          main/compile.C, main/compile_tools.h, main/core.C,
                   25790:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25791:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25792:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25793:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25794:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25795:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25796: 
                   25797:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   25798:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   25799:          yesterdays bad decision on execute_static_method
                   25800: 
                   25801:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   25802: 
                   25803:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25804:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   25805: 
                   25806:        * src/main/pa_request.C: z
                   25807: 
                   25808:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25809:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   25810: 
                   25811:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25812:          include/pa_pool.h, main/pa_request.C:
                   25813:          restructure_exceptions_dead_end
                   25814: 
                   25815:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   25816:          allowed ; inside {} to break params
                   25817: 
                   25818:        * src/classes/root.C: ^eval
                   25819: 
                   25820:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   25821:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   25822:          string ^format
                   25823: 
                   25824:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   25825:          'bad' but not 'enough'
                   25826: 
                   25827:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   25828:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   25829:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   25830:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   25831:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   25832: 
                   25833:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25834:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   25835:          types/pa_vint.h: ^for
                   25836: 
                   25837: 2001-03-12  paf
                   25838: 
                   25839:        * src/classes/table.C: table ^empty
                   25840: 
                   25841:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   25842: 
                   25843:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   25844:          ^offset ^line ^count
                   25845: 
                   25846:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   25847:          ^abs()  ^sign()
                   25848: 
                   25849:        * src/classes/: root.C, table.C: ^use
                   25850: 
                   25851:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25852:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   25853:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   25854:          ^while. switched off wcontext.constructing after write(value) or
                   25855:          auto-vhash-constructing
                   25856: 
                   25857:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25858:          main/pa_request.C: fail_if_junction_ helper func
                   25859: 
                   25860:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25861:          include/pa_request.h, main/execute.C, main/main.dsp,
                   25862:          main/pa_common.C, main/pa_request.C: ^process error point by
                   25863:          actual method_name, not source.  ^load
                   25864: 
                   25865:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   25866: 
                   25867:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   25868:          classes/_table.h, classes/table.C, main/untaint.C: z
                   25869: 
                   25870:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   25871:          include/pa_table.h, main/core.C, main/execute.C,
                   25872:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   25873:          types/pa_value.h: table:set 0
                   25874: 
                   25875:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   25876:          include/pa_request.h, include/pa_table.h, main/core.C,
                   25877:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   25878:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   25879:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   25880:          types/pa_vstring.h: freeze, ^table:create[] -1
                   25881: 
                   25882:        * src/: classes/root.C, types/pa_value.h: z
                   25883: 
                   25884:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   25885:          get_method in couple places optimizing them
                   25886: 
                   25887:        * src/classes/root.C: z
                   25888: 
                   25889:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   25890:          zeroing
                   25891: 
                   25892:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25893:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   25894:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   25895:          main/compile.y, main/compile_tools.h, main/execute.C,
                   25896:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25897:          types/pa_vmframe.h: ^process. actual names to store param and
                   25898:          check_actual_numbered_params for better place diagnostics
                   25899: 
                   25900:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   25901:          method-junctions bug fixed
                   25902: 
                   25903:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   25904:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   25905: 
                   25906: 2001-03-11  paf
                   25907: 
                   25908:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   25909:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   25910:          VDouble VInt base now VObject_base - without fields
                   25911: 
                   25912:        * src/: classes/root.C, include/core.h, main/core.C: z
                   25913: 
                   25914:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25915:          classes/string.C, include/core.h, include/pa_hash.h,
                   25916:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   25917:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   25918: 
                   25919:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25920:          include/pa_request.h, main/execute.C: intercept_string
                   25921: 
                   25922:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25923:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   25924: 
                   25925:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   25926:          ^inc-s(expr)
                   25927: 
                   25928:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25929:          classes/_root.h, classes/_string.h, classes/double.C,
                   25930:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25931:          include/code.h, include/core.h, include/pa_array.h,
                   25932:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25933:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25934:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25935:          include/pa_types.h, main/compile.C, main/compile.y,
                   25936:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25937:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25938:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   25939:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25940:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25941:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25942:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25943:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25944:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25945:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   25946: 
                   25947:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   25948: 
                   25949:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25950:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   25951: 
                   25952:        * src/: include/pa_valiased.h, include/pa_value.h,
                   25953:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25954:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25955:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25956:          include/pa_vobject.h, include/pa_vstring.h,
                   25957:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25958:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   25959:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   25960:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   25961:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25962:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25963:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25964:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25965:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25966:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   25967:          include/
                   25968: 
                   25969: 2001-03-10  paf
                   25970: 
                   25971:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25972:          main/pa_request.C: run+auto=run
                   25973: 
                   25974:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   25975: 
                   25976:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25977:          classes/_root.h, classes/_string.h, classes/double.C,
                   25978:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25979:          include/code.h, include/core.h, include/pa_array.h,
                   25980:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25981:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25982:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25983:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   25984:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25985:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25986:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25987:          include/pa_vobject.h, include/pa_vstring.h,
                   25988:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25989:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   25990:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25991:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   25992:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   25993:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25994:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   25995:          main/pa_wcontext.C: sources header
                   25996: 
                   25997:        * src/main/pa_request.C: auto..
                   25998: 
                   25999:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   26000:          main/pa_request.C: auto tree0
                   26001: 
                   26002:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   26003:          main/core.C, main/pa_request.C: names to core.C
                   26004: 
                   26005:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   26006:          include/pa_request.h, main/core.C, main/execute.C,
                   26007:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   26008: 
                   26009:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   26010:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   26011:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   26012:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   26013: 
                   26014:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   26015:          @auto[] realised. auto.p scan togo
                   26016: 
                   26017:        * src/: include/pa_request.h, main/execute.C: autocalc
                   26018:          code-junctions result now have names
                   26019: 
                   26020:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   26021:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   26022:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   26023:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   26024: 
                   26025:        * src/classes/env.C: env:file/line
                   26026: 
                   26027:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   26028:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   26029:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   26030:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   26031:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   26032:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   26033:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   26034: 
                   26035:        * src/include/pa_vclass.h: const fight to go
                   26036: 
                   26037:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   26038:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   26039:          main/main.dsp: env0
                   26040: 
                   26041:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   26042:          classes/_string.h, classes/double.C, classes/int.C,
                   26043:          classes/root.C, classes/string.C, include/pa_request.h,
                   26044:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   26045:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   26046:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   26047:          main/pa_wcontext.C: ^lang prepare0
                   26048: 
                   26049: 2001-03-09  paf
                   26050: 
                   26051:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   26052:          construct proper naming
                   26053: 
                   26054:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   26055:          classes/double.C, classes/int.C, classes/root.C,
                   26056:          classes/string.C, include/code.h, include/pa_value.h,
                   26057:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   26058:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   26059:          main/compile.y, main/compile_tools.C, main/core.C,
                   26060:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   26061:          and ^double[]. fixed expr type
                   26062: 
                   26063:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   26064:          ^string.length[]
                   26065: 
                   26066: 2001-03-08  paf
                   26067: 
                   26068:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   26069: 
                   26070:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   26071:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   26072:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   26073:          derivated from vobject
                   26074: 
                   26075:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   26076:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   26077: 
                   26078:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   26079:          remained clone conseqs
                   26080: 
                   26081:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   26082: 
                   26083:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   26084: 
                   26085:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   26086:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   26087:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   26088:          include/pa_vobject.h, include/pa_vstring.h,
                   26089:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   26090:          main/execute.C: withoud cloning. didn't need it actually, params
                   26091:          got passed from out unnamed ewpool
                   26092: 
                   26093:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   26094:          include/pa_vjunction.h, include/pa_vobject.h,
                   26095:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   26096: 
                   26097:        * src/: include/pa_bool.h, include/pa_double.h,
                   26098:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   26099:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   26100:          include/pa_vjunction.h, include/pa_vmframe.h,
                   26101:          include/pa_vobject.h, include/pa_vstring.h,
                   26102:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   26103:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   26104:          to give params proper names
                   26105: 
                   26106:        * src/main/pa_wcontext.C: z
                   26107: 
                   26108:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   26109:          unknown values in get_element and unfilled params. removed wrong
                   26110:          name change in get_element
                   26111: 
                   26112:        * src/main/execute.C: z
                   26113: 
                   26114:        * src/main/execute.C: fixed problems calling operators in
                   26115:          constructors
                   26116: 
                   26117:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   26118:          detected problems calling operators in constructors
                   26119: 
                   26120:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   26121:          autocalc def to string
                   26122: 
                   26123:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   26124:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   26125: 
                   26126:        * src/classes/root.C: added root.c
                   26127: 
                   26128:        * src/: include/pa_request.h, include/pa_value.h,
                   26129:          include/pa_vcframe.h, include/pa_vmframe.h,
                   26130:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   26131:          main/core.C, main/execute.C, main/pa_cframe.C,
                   26132:          main/pa_wcontext.C: 'if' just compiled
                   26133: 
                   26134:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   26135:          include/pa_vjunction.h, include/pa_vmframe.h,
                   26136:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   26137:          main/pa_wcontext.C: z
                   26138: 
                   26139:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   26140:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   26141:          with parameter names  in operator methods
                   26142: 
                   26143:        * src/main/compile.y: minor renamings in .y
                   26144: 
                   26145:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   26146:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   26147:          @BASE.  changed 'RUN' assignment mech
                   26148: 
                   26149:        * src/main/execute.C: z
                   26150: 
                   26151:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   26152:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   26153:          static. so to enable runtime ^use
                   26154: 
                   26155:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   26156: 
                   26157:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   26158:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   26159: 
                   26160:        * src/main/execute.C: root root in code-junction
                   26161: 
                   26162: 2001-03-07  paf
                   26163: 
                   26164:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   26165:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   26166: 
                   26167:        * src/: include/pa_stack.h, include/pa_value.h,
                   26168:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   26169:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   26170:          fixed rwcontext of {} params up
                   26171: 
                   26172:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   26173: 
                   26174:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   26175: 
                   26176:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   26177:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   26178:          main/pa_hash.C: expr def in -f
                   26179: 
                   26180:        * src/main/: compile.y, execute.C: expr calls
                   26181: 
                   26182:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   26183:          fixed
                   26184: 
                   26185:        * src/main/compile.y: expr quoted code
                   26186: 
                   26187:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   26188:          support0
                   26189: 
                   26190:        * src/main/compile.y: expr string comparisons 0
                   26191: 
                   26192:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   26193:          main/pa_string.C: just compiled lt&co
                   26194: 
                   26195:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   26196:          $field not a $var.field
                   26197: 
                   26198: 2001-03-06  paf
                   26199: 
                   26200:        * src/main/compile.y: .y expr visible-shorter
                   26201: 
                   26202:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   26203:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   26204:          logical
                   26205: 
                   26206:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   26207:          skipping whitespace in yylex
                   26208: 
                   26209:        * src/include/pa_vbool.h: forgot this
                   26210: 
                   26211:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   26212:          string ops in expressions 0
                   26213: 
                   26214:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   26215:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   26216:          main/execute.C, main/main.dsp: !~
                   26217: 
                   26218:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   26219:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   26220:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   26221:          include/pa_vunknown.h, include/pa_wcontext.h,
                   26222:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   26223:          main/compile_tools.h, main/execute.C: +-*/
                   26224: 
                   26225:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   26226:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   26227: 
                   26228:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   26229:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   26230: 
                   26231:        * src/main/compile.y: expr grammar-1
                   26232: 
                   26233:        * src/main/compile.y: expr lexx1
                   26234: 
                   26235:        * src/main/: compile.y, execute.C, main.dsp: z
                   26236: 
                   26237:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   26238:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   26239:          main/execute.C: expr lex0 exec-1
                   26240: 
                   26241:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   26242: 
                   26243: 2001-02-26  paf
                   26244: 
                   26245:        * src/main/compile.y: max_string in yyerror bug fix
                   26246: 
                   26247: 2001-02-25  paf
                   26248: 
                   26249:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   26250:          include/pa_wcontext.h, main/execute.C: VAliased3
                   26251: 
                   26252:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   26253: 
                   26254:        * src/main/execute.C: VAliased1
                   26255: 
                   26256:        * src/: include/pa_request.h, include/pa_value.h,
                   26257:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   26258:          VAliased0
                   26259: 
                   26260:        * src/: include/pa_pool.h, include/pa_request.h,
                   26261:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   26262:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   26263:          VAliased just compiled
                   26264: 
                   26265:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   26266:          include/pa_vobject.h, main/execute.C: alias dead end
                   26267: 
                   26268:        * src/: include/pa_value.h, include/pa_vclass.h,
                   26269:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   26270:          main/main.dsp: no not get fields into interm VFielded class.
                   26271:          fields & staticfields 1
                   26272: 
                   26273:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   26274:          include/pa_vobject.h, include/pa_wcontext.h,
                   26275:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   26276:          main/main.dsp: would now get fields into interm VFielded class
                   26277: 
                   26278:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   26279:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   26280:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   26281:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   26282:          main/pa_wcontext.C: virtuals2
                   26283: 
                   26284:        * src/main/compile.y: : 1
                   26285: 
                   26286:        * src/main/compile.y: rethought to $class:static.field.subfield
                   26287: 
                   26288:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   26289:          $class:element
                   26290: 
                   26291:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   26292:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   26293:          main/pa_wcontext.C: before execute class calls rewrite
                   26294: 
                   26295:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   26296:          name RUN, also alias
                   26297: 
                   26298:        * src/main/compile.y: escaping bug
                   26299: 
                   26300:        * src/: include/pa_request.h, include/pa_value.h,
                   26301:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   26302:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   26303: 
                   26304:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   26305:          include/pa_vmframe.h, include/pa_vobject.h,
                   26306:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   26307:          main/compile_tools.h, main/execute.C: ^class:method() just
                   26308:          compiled
                   26309: 
                   26310: 2001-02-24  paf
                   26311: 
                   26312:        * src/main/main.dsp: no bison -d
                   26313: 
                   26314:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   26315:          class' err msg wrong
                   26316: 
                   26317:        * src/main/compile.y: z
                   26318: 
                   26319:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   26320: 
                   26321:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   26322:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   26323: 
                   26324:        * src/: include/pa_vclass.h, main/core.C: z
                   26325: 
                   26326:        * src/: include/pa_value.h, include/pa_vclass.h,
                   26327:          include/pa_vobject.h, main/main.dsp: vobject00
                   26328: 
                   26329:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   26330:          60% from 1 were 0
                   26331: 
                   26332:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   26333:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   26334:          as bad as you've named it: wcontext.value() was not a perfect
                   26335:          idea
                   26336: 
                   26337:        * src/main/execute.C: codeframe1
                   26338: 
                   26339:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   26340:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   26341:          include/pa_vjunction.h, include/pa_vmframe.h,
                   26342:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   26343:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   26344:          just compiled
                   26345: 
                   26346:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   26347:          ideology @: ^x{$a()) must construct current wcontext element, so
                   26348:          smart wcontext handling needed
                   26349: 
                   26350:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   26351:          klinch
                   26352: 
                   26353:        * src/main/: compile.y, execute.C: fixed empty constructor
                   26354:          optimized empty case. failed on calls - produced empty string
                   26355:          param
                   26356: 
                   26357:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   26358: 
                   26359:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   26360:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   26361:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   26362:          main/execute.C: code junctions0. something wrong with last \n
                   26363:          macrotemplate strip
                   26364: 
                   26365:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   26366:          main/pa_value.C: minor error reporting format beautifyings
                   26367: 
                   26368:        * src/: include/pa_value.h, include/pa_vclass.h,
                   26369:          include/pa_vframe.h, main/core.C, main/execute.C,
                   26370:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   26371:          junctions0
                   26372: 
                   26373: 2001-02-23  paf
                   26374: 
                   26375:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   26376:          pa_wwrapper.h: lara came, can't work, sorry :(
                   26377: 
                   26378:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   26379:          junction
                   26380: 
                   26381:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   26382:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   26383:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   26384: 
                   26385:        * src/: include/pa_hash.h, include/pa_value.h,
                   26386:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   26387:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   26388:          done
                   26389: 
                   26390:        * src/include/pa_wcontext.h: z
                   26391: 
                   26392:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   26393:          wrong grammar in complex constructor case
                   26394: 
                   26395:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   26396: 
                   26397:        * src/main/execute.C: with result rwpool
                   26398: 
                   26399:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   26400:          main/main.dsp: value named
                   26401: 
                   26402:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   26403:          strign 2 value in 2 places in execute
                   26404: 
                   26405:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   26406:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   26407:          wcontext.put_element when wcontext fvalue==0
                   26408: 
                   26409: 2001-02-22  paf
                   26410: 
                   26411:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   26412:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   26413:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   26414: 
                   26415:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   26416:          erroreos checkout
                   26417: 
                   26418:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   26419: 
                   26420:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   26421:          main/compile_tools.h, main/pa_array.C: $self.get
                   26422: 
                   26423:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   26424: 
                   26425:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   26426:          bit. finished now.
                   26427: 
                   26428:        * src/main/compile.y: $: finished
                   26429: 
                   26430:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   26431: 
                   26432:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   26433:          main/execute.C: OP_STRING better then some xxx _VALUE
                   26434: 
                   26435:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   26436:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   26437:          string to vstring it .y all
                   26438: 
                   26439:        * src/: include/pa_request.h, include/pa_stack.h,
                   26440:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   26441:          all
                   26442: 
                   26443:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   26444:          precise parse error line:col
                   26445: 
                   26446:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   26447:          main/pa_hash.C, main/pa_pool.C: TRY...
                   26448: 
                   26449:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26450:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   26451:          main/compile.C, main/compile.y, main/compile_tools.C,
                   26452:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   26453:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   26454:          main/pa_table.C: removed exception from request
                   26455: 
                   26456:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   26457:          some forgotten
                   26458: 
                   26459:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   26460:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   26461:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   26462:          get/put simple vars to VClass works0
                   26463: 
                   26464:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   26465:          main/pa_string.C: in process, but found that exceptions are too
                   26466:          global
                   26467: 
                   26468:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   26469:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   26470:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   26471:          seems wcontext must write strings regardles of fvalue!=0
                   26472: 
                   26473: 2001-02-21  paf
                   26474: 
                   26475:        * src/main/execute.C: tired :)
                   26476: 
                   26477:        * src/main/: compile.C, compile.y, execute.C: store0
                   26478: 
                   26479:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   26480:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   26481:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   26482:          main/execute.C, main/main.dsp, main/pa_array.C,
                   26483:          main/pa_request.C: get put -1 [just compiled]
                   26484: 
                   26485:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   26486:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   26487:          main/main.dsp, main/pa_request.C: request core methods0
                   26488: 
                   26489:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   26490:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   26491:          execute
                   26492: 
                   26493:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   26494:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   26495:          methods and one_big_piece. now compile returns array<method*>
                   26496: 
                   26497:        * src/main/compile.y: more straightforward yylex[end]
                   26498: 
                   26499:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   26500:          string.operator==(char*)
                   26501: 
                   26502:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   26503:          main/execute.C, main/pa_array.C: after array.const get wonders
                   26504: 
                   26505:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   26506:          pa_string.h, pa_value.h: struck with const array.gets
                   26507: 
                   26508:        * src/main/: execute.C: z
                   26509: 
                   26510:        * src/main/: compile.y, execute.C: z
                   26511: 
                   26512:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   26513:          processing in eval & yyerror so it wouldn't cause memleaks.
                   26514: 
                   26515:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   26516:          parse error positions. leaving RIGHTMOST position as
                   26517:          @file[line:col]
                   26518: 
                   26519:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   26520:          main/compile_tools.h: line numbers needed. would add them to .y
                   26521:          now internally. externally it's not as precise as needed
                   26522: 
                   26523:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   26524:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   26525:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   26526:          compiler works ok
                   26527: 
                   26528: 2001-02-20  paf
                   26529: 
                   26530:        * src/main/: compile.C, compile.y, compile_tools.C,
                   26531:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   26532:          not perfect
                   26533: 
                   26534:        * src/: include/code.h, include/compile.h, include/execute.h,
                   26535:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   26536:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26537:          main/compile.C, main/compile.y, main/compile_tools.C,
                   26538:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   26539:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   26540:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   26541:          compiled.  execute=dump for now
                   26542: 
                   26543:        * src/main/core.C: core rewrite using yacc investigations now will
                   26544:          be compile[yacc]/execute[opcodes]
                   26545: 
                   26546: 2001-02-15  paf
                   26547: 
                   26548:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   26549:          rewrite as turing machine? for it seems it would be it's too many
                   26550:          ifs with this syntax now
                   26551: 
                   26552: 2001-02-14  paf
                   26553: 
                   26554:        * src/main/core.C: get_params 1
                   26555: 
                   26556:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   26557:          :( ]
                   26558: 
                   26559:        * src/main/core.C: varios breaks
                   26560: 
                   26561:        * src/main/core.C: get names 3
                   26562: 
                   26563:        * src/main/core.C: get names 2
                   26564: 
                   26565:        * src/main/core.C: get names 1
                   26566: 
                   26567:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   26568:          names 0
                   26569: 
                   26570:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   26571:          text repassing2 operator static vars
                   26572: 
                   26573:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   26574:          main/pa_string.C: process text repassing
                   26575: 
                   26576:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   26577:          module:calls changes
                   26578: 
                   26579: 2001-02-13  paf
                   26580: 
                   26581:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   26582:          ^class:calls[] started
                   26583: 
                   26584:        * src/: include/pa_value.h, main/core.C: z
                   26585: 
                   26586:        * src/main/core.C: operators : and self. prefixes
                   26587: 
                   26588:        * src/main/core.C: z
                   26589: 
                   26590:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   26591:          tested
                   26592: 
                   26593:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   26594:          optimized
                   26595: 
                   26596:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   26597:          would change privates to better support optimization
                   26598: 
                   26599:        * src/: include/pa_string.h, main/pa_string.C:
                   26600:          String_iterator::skip_to todo:optimize
                   26601: 
                   26602: 2001-02-12  paf
                   26603: 
                   26604:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   26605:          String_iterator
                   26606: 
                   26607:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   26608:          comments
                   26609: 
                   26610:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   26611:          self/methodref joined
                   26612: 
                   26613: 2001-02-11  paf
                   26614: 
                   26615:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   26616:          main/main.dsp: core started.  core.C, context&value .h
                   26617: 
                   26618:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26619:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26620:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   26621: 
                   26622: 2001-01-30  paf
                   26623: 
                   26624:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   26625:          comments
                   26626: 
                   26627:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   26628:          main/pa_pool.C: moved pa_pool.C to be target specific
                   26629: 
                   26630:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26631:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   26632:          to & changes
                   26633: 
                   26634:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26635:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   26636:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   26637:          re-associated. that's much better even removed 'die' necessety
                   26638: 
                   26639:        * src/: include/pa_error.h, include/pa_exception.h,
                   26640:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   26641:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   26642:          targets/Makefile.am: lowered targets/parser into subdir, added
                   26643:          parser_Pool(Pool) failed to add. would think..
                   26644: 
                   26645:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   26646:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   26647:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   26648:          hence lots of 'const'
                   26649: 
                   26650:        * src/: include/pa_error.h, include/pa_request.h,
                   26651:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   26652:          main/pa_table.C: Error fixed
                   26653: 
                   26654: 2001-01-29  paf
                   26655: 
                   26656:        * src/: include/pa_array.h, include/pa_common.h,
                   26657:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   26658:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   26659:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   26660:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   26661: 
                   26662:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26663:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26664:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   26665:          main/pa_string.C, main/pa_table.C: Request Error Table
                   26666: 
                   26667:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   26668:          templates"
                   26669: 
                   26670:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   26671:          main/main.dsp, main/pa_array.C: templates failed no template
                   26672:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   26673:          2.95.2-6 from latest cygwin]
                   26674: 
                   26675:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26676:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26677:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   26678:          main/pa_table.C: Table started would test template Array now
                   26679: 
                   26680:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26681:          String originating
                   26682: 
                   26683:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   26684:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   26685:          SYNCHRONIZED(thread_safe)
                   26686: 
                   26687:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   26688:          parts to top
                   26689: 
                   26690:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   26691:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   26692:          see: needed only in global Hash now, made Hash:: put/get
                   26693:          SYNCHRONIZED
                   26694: 
                   26695:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   26696:          main/pa_threads.C: added pa_threads
                   26697: 
                   26698:          Mutex
                   26699: 
                   26700:        * src/include/pa_hash.h: some comments
                   26701: 
                   26702:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   26703:          Array& operator += (Array& src)
                   26704: 
                   26705:        * src/main/pa_array.C: expand not convinient, would rewrite
                   26706: 
                   26707:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   26708:          (Array& src)
                   26709: 
                   26710:          rethought, would change now
                   26711: 
                   26712: 2001-01-27  paf
                   26713: 
                   26714:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   26715:          caching
                   26716: 
                   26717:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26718:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   26719:          cache rethought to chunk caching
                   26720: 
                   26721:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26722:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26723:          main/pa_hash.C, main/pa_string.C: Array 0
                   26724: 
                   26725:        * src/main/pa_string.C: String::operator ==
                   26726: 
                   26727:        * src/main/pa_hash.C: String(&String)
                   26728: 
                   26729:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   26730: 
                   26731:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   26732:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   26733:          pa_hash[forgotten]
                   26734: 
                   26735: 2001-01-26  paf
                   26736: 
                   26737:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26738:          removed templates [vc++ suxx]
                   26739: 
                   26740:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   26741:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   26742: 
                   26743:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   26744: 
1.119     moko     26745:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     26746: 
1.119     moko     26747:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     26748:          check
                   26749: 
                   26750:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   26751:          dynamic row_count
                   26752: 
                   26753:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26754:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26755:          targets/Makefile.am: Initial revision
                   26756: 
                   26757:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26758:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26759:          targets/Makefile.am: creating parser3 module
                   26760: 

E-mail: