Annotation of parser3/ChangeLog, revision 1.217

1.217   ! moko        1: 2025-01-26  moko
        !             2: 
        !             3:        * src/include/pa_config_includes.h: synced with pa_config_auto.h.in
        !             4: 
1.216     moko        5: 2025-01-25  moko
                      6: 
                      7:        * configure.ac, src/include/pa_version.h: version 3.5.1 -> 3.5.2b
                      8: 
                      9:        * aclocal.m4, configure, src/include/pa_config_auto.h.in,
                     10:          src/lib/ltdl/aclocal.m4, src/lib/ltdl/configure: aclocal &&
                     11:          autoheader && automake && autoconf
                     12: 
                     13:        * src/lib/ltdl/configure.ac: new autotools used
                     14: 
                     15:        * acsite.m4, configure.ac: new autotools warnings fixed
                     16: 
1.213     moko       17: 2025-01-10  moko
                     18: 
1.215     moko       19:        * tests/results/320.processed: test result updated after syslog
                     20:          added
                     21: 
1.214     moko       22:        * src/classes/op.C: minor MSVC fixes
                     23: 
                     24:        * src/lib/md5/pa_md5c.c: MSVC warnings fixed
                     25: 
1.213     moko       26:        * operators.ru.txt, operators.txt: +
                     27:          ^syslog[ident;message[;info|warning|error|debug]]
                     28: 
                     29:        * src/classes/op.C: +
                     30:          ^syslog[ident;message[;info|warning|error|debug]] (implelents
                     31:          feature #1270)
                     32: 
                     33:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                     34:          src/include/pa_version.h: 3.5.0 -> 3.5.1, syslog check
                     35: 
                     36: 2025-01-06  moko
                     37: 
                     38:        * src/include/pa_hash.h: own prime numbers (nearest primes to 5 *
                     39:          2^n) calculated and used
                     40: 
                     41:        * src/lib/md5/: pa_md5.h, pa_md5c.c: MD5 code now taken from
                     42:          https://www.hadrons.org/software/libmd/
                     43: 
1.212     moko       44: 2024-12-28  moko
                     45: 
                     46:        * tests/httpd/run_tests.sh: for FreeBSD compatibility
                     47: 
                     48:        * tests/httpd/: 032.txt, 033.txt, 034.txt, 035.txt, 036.txt,
                     49:          037.txt, 038.txt, ok.log, site/404.html, site/httpd.p:
                     50:          $request:uri and $request:path tests added (related to feature
                     51:          #1269)
                     52: 
                     53:        * operators.ru.txt, operators.txt: + $request:path documented
                     54:          (related to feature #1269)
                     55: 
                     56:        * tests/: 065.html, results/065.processed: $request:path,
                     57:          $request:uri tested
                     58: 
                     59:        * src/types/pa_vrequest.C: $request:path default is empty string to
                     60:          match an empty URI in console mode (related to feature #1269)
                     61: 
                     62:        * etc/auto.p.in: $request:path used (related to feature #1269)
                     63: 
                     64:        * src/types/: pa_vrequest.C, pa_vrequest.h: $request:path added
                     65:          (implements feature #1269)
                     66: 
                     67: 2024-12-26  moko
                     68: 
                     69:        * configure, configure.ac, src/include/pa_version.h: 3.5.0rc ->
                     70:          3.5.0
                     71: 
                     72:        * src/lib/sdbm/: pa_strings.C, sdbm.c, sdbm_private.h,
                     73:          pa-include/pa_errno.h, pa-include/pa_file_info.h,
                     74:          pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
                     75:          pa-include/pa_strings.h: unused code cleaned, pa_pstrcat uses
                     76:          pa_strcat
                     77: 
                     78:        * tests/results/223.processed: apache upgraded @parser.ru
                     79: 
                     80:        * src/lib/sdbm/: sdbm.c, sdbm_hash.c, sdbm_lock.c, sdbm_pair.c,
                     81:          sdbm_pair.h, sdbm_private.h, sdbm_tune.h, pa-include/pa_apr.h,
                     82:          pa-include/pa_errno.h, pa-include/pa_file_info.h,
                     83:          pa-include/pa_file_io.h, pa-include/pa_sdbm.h,
                     84:          pa-include/pa_strings.h: sdbm updated from version included in
                     85:          apache 2.0.43 to version included in apache 2.0.65
                     86: 
                     87: 2024-12-24  moko
                     88: 
                     89:        * etc/auto.p.in: to avoid patching Debian package
                     90: 
                     91:        * src/main/: pa_exec.C, pa_http.C: final fixes for
                     92:          --with-build-warnings (dangling-reference warnings can be
                     93:          ignored)
                     94: 
                     95: 2024-12-23  moko
                     96: 
                     97:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                     98:          include/pa_common.h, main/pa_http.C, main/pa_request.C,
                     99:          types/pa_vcookie.C, types/pa_vform.C: more fixes for
                    100:          --with-build-warnings
                    101: 
                    102:        * src/: classes/date.C, classes/inet.C, classes/op.C,
                    103:          classes/reflection.C, include/pa_array.h,
                    104:          include/pa_config_includes.h, main/execute.C, main/pa_base64.C,
                    105:          main/pa_common.C, main/pa_globals.C, types/pa_vfile.C: fixes for
                    106:          --with-build-warnings
                    107: 
1.211     moko      108: 2024-12-21  moko
                    109: 
                    110:        * Makefile.am: +operators.ru.txt
                    111: 
                    112:        * operators.ru.txt, operators.txt: typo fixed
                    113: 
                    114: 2024-12-20  moko
                    115: 
                    116:        * operators.txt: whitespace synced
                    117: 
                    118:        * operators.ru.txt, operators.txt: curl added
                    119: 
                    120:        * operators.ru.txt, operators.txt: logically sorted
                    121: 
                    122:        * operators.ru.txt: id added
                    123: 
                    124:        * operators.txt: ID added
                    125: 
                    126:        * operators.txt: translated
                    127: 
                    128:        * operators.ru.txt, operators.txt: operators.txt translated to
                    129:          english, synced format with operators.ru.txt
                    130: 
                    131:        * operators.ru.txt, operators.txt: renamed to operators.ru.txt,
                    132:          formatted
                    133: 
                    134:        * operators.ru.txt, operators.txt: formatted, actualized, oracle
                    135:          info moved to separate file
                    136: 
                    137: 2024-12-19  moko
                    138: 
                    139:        * src/targets/cgi/parser3.C: avoid parser version requests logging
                    140:          in parser3.log
                    141: 
                    142: 2024-12-18  moko
                    143: 
                    144:        * buildall: preventing --with-system-mailreceive linking with
                    145:          libglib-2.0/libgobject-2.0 left from --with-mailreceive (related
                    146:          to feature #1199)
                    147: 
1.210     moko      148: 2024-12-16  moko
                    149: 
1.211     moko      150:        * operators.ru.txt, operators.txt: actualized for 3.5.0
1.210     moko      151: 
                    152:        * src/classes/table.C: exception text fixed
                    153: 
                    154: 2024-12-15  moko
                    155: 
                    156:        * tests/: 102.html, results/102.processed: tests updated after
                    157:          $form:fields not editable again (related to feature #1254)
                    158: 
                    159:        * src/types/pa_vform.C: $form:tables/files (not $form:fields) can
                    160:          be edited (related to feature #1254)
                    161: 
                    162:        * src/types/pa_vform.C: reverted that
                    163:          $form:fields/tables/files/imap can be edited (related to feature
                    164:          #1254) for backward compatibility
                    165: 
                    166: 2024-12-14  moko
                    167: 
1.211     moko      168:        * operators.ru.txt, operators.txt: + array in operators.txt
1.210     moko      169: 
                    170:        * tests/results/auto.p: avoid $mac execution unless on OS X
                    171: 
                    172:        * tests/388-sql.html: more OS support
                    173: 
                    174: 2024-12-13  moko
                    175: 
                    176:        * tests/388-sql.html: sql tests under OS X now fixed
                    177: 
                    178:        * tests/results/auto.p: curl test under OS X now works
                    179: 
                    180:        * tests/: 346-curl.html, 347-curl.html, results/347-curl.processed:
                    181:          no dll name under Windows, hiding
                    182: 
                    183:        * tests/: 379-curl.html, results/379-curl.processed: some curl
                    184:          versions accept "HTTP/1.0 200OK? OK" status, some not, ignore
                    185: 
                    186:        * tests/: 030.html, 212.html, 219.html, 273.html, 346-curl.html,
                    187:          389.html, results/030.processed, results/212.processed,
                    188:          results/219.processed, results/273.processed,
                    189:          results/320.processed, results/346-curl.processed,
                    190:          results/389.processed, results/auto.p: ^try-catch-filtered added
                    191:          and used
                    192: 
                    193:        * tests/: 347-curl.html, results/347-curl.processed: support for
                    194:          different error messages
                    195: 
                    196:        * src/classes/curl.C: several curl libraries supported,
                    197:          ^curl:options[ $.library[] ] resets to default
                    198: 
                    199:        * tests/: 223-curl.html, results/223-curl.processed: CONTENT_LENGTH
                    200:          removed as depends on curl version
                    201: 
                    202:        * tests/results/: 223-curl.processed, 394-curl.processed: curl
                    203:          fixed bug with \n in file names, test result updated
                    204: 
                    205:        * tests/388-sql.html: +libmysqlclient.so
                    206: 
                    207:        * etc/auto.p.in: +libmariadb
                    208: 
                    209: 2024-12-12  moko
                    210: 
                    211:        * tests/: 388-sql.html, results/429-sql.processed: test results
                    212:          updated after test changed
                    213: 
                    214:        * tests/: 388-sql.html, 428-sql.html, 429-sql.html: tests updated
                    215:          for newer MariaDB compatibility
                    216: 
                    217:        * tests/: 388-sql.html, 429-sql.html, results/388-sql.processed,
                    218:          results/429-sql.processed: key -> id for new MariaDB
                    219:          compatibility
                    220: 
                    221:        * src/types/pa_vmethod_frame.h: warning war
                    222: 
                    223:        * src/: include/pa_charset.h, main/pa_charset.C: Adopted patch from
                    224:          Yavor Doganov <yavor@gnu.org> with extra libxml2 headers
                    225:          including for Debian package
                    226: 
                    227: 2024-12-11  moko
                    228: 
                    229:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    230:          targets/isapi/parser3isapi.C, types/pa_vstatus.C:
                    231:          $status:log-filename added (related to feature #1262)
                    232: 
                    233:        * tests/: 440.html, results/440.processed: test for row is checked
                    234:          before accessing when table is modified during select (related to
                    235:          bug #1258)
                    236: 
                    237:        * src/: classes/table.C, include/pa_table.h: row should be checked
                    238:          before accessing as table can be modified during select (related
                    239:          to bug #1258)
                    240: 
                    241:        * src/types/pa_vmail.C: $mail:received tables -> elements array
                    242:          (related to feature #1226)
                    243: 
                    244:        * src/: classes/file.C, classes/image.C, classes/table.C,
                    245:          include/pa_exception.h: FIRST_ARG_MUST_NOT_BE_CODE replace with
                    246:          better messages (related to feature #1267)
                    247: 
                    248:        * tests/results/: 065.processed, 246.processed, 337.processed,
                    249:          342.processed, 352.processed, 356.processed, 364.processed,
                    250:          372.processed, 373.processed, 389.processed, 404.processed,
                    251:          406.processed, 414.processed, 430.processed, 432.processed,
                    252:          442.processed: tests updated after params.as_string error
                    253:          reporting was improved (related to feature #1267)
                    254: 
                    255:        * src/classes/reflection.C: error messages optimized (related to
                    256:          feature #1267)
                    257: 
                    258:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: even better
                    259:          error reporing for params.as_* (related to feature #1267)
                    260: 
                    261:        * src/: classes/file.C, classes/string.C, include/pa_exception.h:
                    262:          MODE_MUST_NOT_BE_CODE -> MODE_MUST_BE_STRING (related to feature
                    263:          #1267)
                    264: 
                    265:        * tests/results/: 246.processed, 414.processed, 432.processed:
                    266:          tests updated after params.as_string error reporting was improved
                    267:          (related to feature #1267)
                    268: 
                    269:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: better error
                    270:          reporing for params.as_string (implements feature #1267)
                    271: 
                    272:        * tests/: 065.html, results/065.processed: tests for file methods
                    273:          accepting file as filename added (related to feature #1265)
                    274: 
                    275:        * src/: classes/file.C, include/pa_exception.h,
                    276:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: some file
                    277:          methods now accept file as path specification (adopted Sumo patch
                    278:          implements feature #1265)
                    279: 
                    280:        * tests/: 400.html, results/400.processed: tests for result
                    281:          optimization "locks" after first method call (related to feature
                    282:          #1266)
                    283: 
                    284: 2024-12-10  moko
                    285: 
                    286:        * src/types/: pa_method.h, pa_vmethod_frame.h: detailed
                    287:          result_optimization comments (related to feature #1266)
                    288: 
                    289:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: optimization:
                    290:          $result now stored in my_result, not in local variables hash
                    291:          (implements feature #1266)
                    292: 
1.209     moko      293: 2024-12-09  moko
                    294: 
1.210     moko      295:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: my.set ->
                    296:          set_my_variable in preparation for $result optimization (related
                    297:          to feature #1266)
                    298: 
1.209     moko      299:        * tests/results/119.processed: newline corrected for some OS
                    300: 
                    301:        * tests/: 441.html, results/441.processed: Debian-specific test
                    302:          commented
                    303: 
                    304:        * buildall: pcre2 10.42 -> 10.44
                    305: 
                    306: 2024-12-08  moko
                    307: 
                    308:        * buildall: external links fixed
                    309: 
                    310:        * src/include/pa_version.h: 3.4.7b -> 3.5.0rc
                    311: 
                    312:        * src/include/pa_table.h: some clang versions compilation fix
                    313: 
                    314:        * configure.ac: 3.4.7b -> 3.5.0rc
                    315: 
                    316: 2024-12-07  moko
                    317: 
                    318:        * tests/: 443.html, 444.html, results/443.processed,
                    319:          results/444.processed: tests for named params (related to feature
                    320:          #1205)
                    321: 
                    322:        * src/: classes/reflection.C, types/pa_method.h: named_params
                    323:          support in reflection (related to feature #1205)
                    324: 
                    325:        * src/types/pa_vmethod_frame.h: extra_params and named params
                    326:          should be also inited in ^method[] call (related to feature
                    327:          #1205)
                    328: 
                    329:        * src/types/: pa_method.h, pa_vmethod_frame.h: named arguments
                    330:          support using @method[arg;.named_arg;.named_arg2] syntax
                    331:          (implements feature #1205)
                    332: 
                    333:        * tests/: 443.html, results/443.processed: test for *args inited
                    334:          added (related to bug #1264)
                    335: 
                    336:        * src/types/pa_vmethod_frame.h: *args are now inited even if not
                    337:          specified (fixes bug #1264)
                    338: 
                    339:        * tests/: 442.html, results/442.processed: tests for
                    340:          params.as_file_name(N) with empty file name added (related to
                    341:          feature #1121)
                    342: 
                    343:        * src/: classes/file.C, classes/hashfile.C, classes/image.C,
                    344:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                    345:          include/pa_exception.h, types/pa_vmethod_frame.h:
                    346:          params.as_file_name(N) added and used instead of
                    347:          params.as_string(1, FILE_NAME_MUST_BE_STRING) where appropriate
                    348:          (implements feature #1121)
                    349: 
                    350:        * src/: classes/file.C, classes/image.C, classes/op.C,
                    351:          classes/table.C, include/pa_exception.h: filename is everywhere
                    352:          params.as_string, unify exception and remove
                    353:          FILE_NAME_MUST_NOT_BE_CODE (related to feature #1121)
                    354: 
                    355:        * tests/: 141.html, results/141.processed: test for
                    356:          ^math:digest[...; $.hmac[$file] $.format[file] ] added (related
                    357:          to feature #1263)
                    358: 
                    359:        * src/classes/math.C: ^math:digest[...; $.hmac[$file]
                    360:          $.format[file] ] now supported (implements feature #1263)
                    361: 
                    362: 2024-12-06  moko
                    363: 
                    364:        * src/: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    365:          targets/isapi/parser3isapi.C, types/pa_vstatus.C: $status:mode
                    366:          (cgi/console/mail/httpd/apache/isapi) added (related to feature
                    367:          #1262)
                    368: 
                    369: 2024-12-05  moko
                    370: 
                    371:        * src/targets/cgi/parser3.C: more correct arguments processing to
                    372:          block -fl config.file log.file logic (related to feature #1262)
                    373: 
                    374: 2024-12-04  moko
                    375: 
                    376:        * src/targets/cgi/parser3.C: now only one log location is selected
                    377:          and tried. -l - supported for stderr specification (related to
                    378:          feature #1262)
                    379: 
                    380: 2024-12-03  moko
                    381: 
                    382:        * tests/: 010.html, 415_dir/30.p, 415_dir/31.p,
                    383:          results/010.processed, results/415.processed: tests for
                    384:          $.(expression)[value], $a.(expression), ^v.(expression)[args]
                    385:          added (related to feature #1064)
                    386: 
                    387:        * src/main/compile.y: $.(expression)[value], $a.(expression),
                    388:          ^v.(expression)[args] now supported (implements feature #1064)
                    389: 
                    390: 2024-12-02  moko
                    391: 
                    392:        * src/targets/cgi/parser3.C: -l /path/to/log options added
                    393:          (implements feature #1262)
                    394: 
1.208     moko      395: 2024-12-01  moko
                    396: 
                    397:        * tests/: 010.html, results/010.processed: some tests related to
                    398:          bug #1149 added
                    399: 
                    400:        * src/main/compile.y: the check pc.pos.col > 1 is not required
                    401:          because we can't be here without a '$' before. The begin == end
                    402:          check was incorrect since $[a]{b} fits this condition (fixes bug
                    403:          #1149)
                    404: 
                    405: 2024-11-29  moko
                    406: 
                    407:        * src/classes/array.C: warning war
                    408: 
                    409: 2024-11-26  moko
                    410: 
                    411:        * tests/: 441.html, results/441.processed: a bit more testing
                    412:          (related to bug #1238)
                    413: 
                    414:        * src/main/pa_exec.C: only " now quoted (related to bug #1239)
                    415: 
                    416:        * src/main/pa_exec.C: simplification arg_quote added (related to
                    417:          bug #1229)
                    418: 
1.207     moko      419: 2024-11-25  moko
                    420: 
                    421:        * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
                    422:          bug #1239)
                    423: 
                    424: 2024-11-24  moko
                    425: 
                    426:        * src/main/pa_exec.C: added cmd.exe specific
                    427: 
                    428:        * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
                    429:          tests for ^file::exec env and args tainting tests (related to bug
                    430:          #1239)
                    431: 
                    432:        * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
                    433: 
                    434:        * src/include/pa_config_includes.h: added recommendations for
                    435:          libxslt.a and and libexslt.a compilation under cygwin
                    436: 
                    437:        * tests/results/102.processed: $form:fields.value is now writable,
                    438:          as $form:value (related to feature #1254)
                    439: 
                    440:        * src/include/pa_config_includes.h: cigwin compilation fixes
                    441: 
                    442: 2024-11-23  moko
                    443: 
                    444:        * tests/httpd/site/run_server.sh: to simplify testing
                    445: 
                    446:        * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
                    447:          site/form.html: $form:files and $form:elements tests added, tests
                    448:          with curl supported (related to feature #1254)
                    449: 
                    450:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
                    451:          types/pa_vform.h: $form:elements implemented, VForm::get_element
                    452:          uses faster SYMBOLS_EQ, hashes no longer copied when using
                    453:          $form:fields/tables/files/imap and can be edited (implements
                    454:          feature #1254)
                    455: 
                    456:        * src/main/pa_http.C: pa_send added to handle partial writes (fixes
                    457:          bug #1261)
                    458: 
1.206     moko      459: 2024-11-17  moko
                    460: 
                    461:        * tests/: 440.html, results/440.processed: tests for
                    462:          ^table.array[], offset restoration, iterators robust tests
                    463:          (related to bug #1258, features #1259 and #1260)
                    464: 
                    465:        * tests/: 439.html, results/439.processed: array and hash iterators
                    466:          robust tests (related to feature #1260)
                    467: 
                    468:        * src/: classes/array.C, classes/table.C, include/pa_array.h,
                    469:          include/pa_table.h: Array_robust_iterator added and used in cases
                    470:          where array can be modified during iteration (implements feature
                    471:          #1260)
                    472: 
                    473:        * src/classes/table.C: ^table.array[], ^table.array[column name],
                    474:          ^table.array{code} added (implements feature #1259)
                    475: 
                    476: 2024-11-16  moko
                    477: 
                    478:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
                    479:          table current row restoration after exception and table changes
                    480:          (fixes bug #1258)
                    481: 
                    482: 2024-11-13  moko
                    483: 
                    484:        * src/classes/table.C: minor optimization
                    485: 
                    486:        * src/main/pa_string.C: \r added to default ^string.trim chars list
                    487:          (https://www.parser.ru/forum/?id=86648)
                    488: 
1.205     moko      489: 2024-11-11  moko
                    490: 
1.206     moko      491:        * src/classes/classes.C: set_base commented
                    492: 
                    493:        * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
                    494:          deleted
                    495: 
                    496:        * src/classes/classes.vcproj: no more classes.awk and classes.inc
                    497: 
                    498:        * src/classes/: Makefile.am, classes.awk: no more classes.awk and
                    499:          classes.inc
                    500: 
                    501:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                    502:          main/pa_globals.C: classes.awk is useless, preparing to delete it
                    503: 
1.205     moko      504:        * src/classes/classes.h: temp fix
                    505: 
                    506: 2024-11-10  moko
                    507: 
                    508:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    509:          classes/op.C, main/pa_string.C: minor optimization
                    510: 
                    511:        * src/: classes/date.C, classes/file.C, classes/image.C,
                    512:          classes/op.C, main/pa_string.C: typo fixed
                    513: 
                    514:        * src/: classes/classes.awk, classes/classes.h, classes/date.C,
                    515:          classes/file.C, classes/image.C, classes/op.C,
                    516:          main/pa_charsets.C, main/pa_string.C: singletones used to reduce
                    517:          memory allocation befor main(). Only 3 allocations in chatsets
                    518:          left (implements feature #1257)
                    519: 
                    520:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
                    521:          minor naming convention fix
                    522: 
                    523:        * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
                    524:          results/436.processed, results/437.processed,
                    525:          results/438.processed: tests for @unhandled_exception processing
                    526:          (related to feature #1256)
                    527: 
                    528:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    529:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    530:          targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
                    531:          are now processed in request::core for correct logging and
                    532:          reporting (feature #1256)
                    533: 
                    534:        * src/: include/pa_sapi.h, main/pa_request.C,
                    535:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    536:          targets/isapi/parser3isapi.C: unhandled exception now called if
                    537:          exception occures during $response:download processing (related
                    538:          to bug #1255)
                    539: 
                    540:        * etc/auto.p.in: better 404 error reporting
                    541: 
                    542: 2024-11-09  moko
                    543: 
                    544:        * src/main/pa_memory.C: more detailed usage comment
                    545: 
                    546:        * src/main/pa_memory.C: usage commented
                    547: 
                    548:        * src/main/pa_memory.C: minor cleanup
                    549: 
                    550:        * src/types/: pa_varray.h, pa_vregex.h: warnings war
                    551: 
                    552:        * tests/: 436.html, httpd/029.txt, httpd/ok.log,
                    553:          httpd/site/029.html, results/436.processed: test for exception in
                    554:          $response:download[] added
                    555: 
                    556:        * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
                    557:          and avoid exit status 1 on die
                    558: 
                    559:        * tests/results/: 007.processed, 019.processed, 098.processed,
                    560:          103.processed, 233.processed: windows headers matter for binary
                    561:          files
                    562: 
                    563:        * tests/httpd/ok.log: tests results updated as extra headers now
                    564:          cleared on error (related to bug #1255)
                    565: 
                    566:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    567:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    568:          targets/isapi/parser3isapi.C: headers buffering to avoid extra
                    569:          headers in errors, custom send_error in cgi/httpd mode to avoid
                    570:          memory allocations (fixes bug #1255)
                    571: 
                    572: 2024-11-07  moko
                    573: 
                    574:        * tests/: 264.html, results/264.processed: tests updated to test
                    575:          removal of only trailing empty arguments for backward
                    576:          compatibility (related to feature #1252)
                    577: 
                    578:        * src/classes/file.C: remove trailing empty arguments for backward
                    579:          compatibility (related to feature #1252)
                    580: 
                    581: 2024-11-05  moko
                    582: 
                    583:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
                    584:          low memory case, when static initialization failed even before
                    585:          main() start
                    586: 
                    587: 2024-11-04  moko
                    588: 
                    589:        * configure, src/include/pa_config_auto.h.in,
                    590:          src/include/pa_config_fixed.h: _locking no longer used
                    591: 
                    592:        * configure.ac: _locking no longer used (related to bug #1231)
                    593: 
                    594:        * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
                    595: 
                    596:        * src/main/pa_os.C: lock errors tuning (related to bug #1231)
                    597: 
                    598:        * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
                    599:          unused
                    600: 
                    601:        * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
                    602:          be used on locking errors (related to bug #1231)
                    603: 
                    604:        * src/main/pa_os.C: GetLastError used as errno is not set (related
                    605:          to bug #1231)
                    606: 
                    607:        * src/main/pa_os.C: under windows _locking replaced with LockFileEx
                    608:          allowing shared lock to work (fixes bug #1231)
                    609: 
                    610:        * INSTALL: actualized, minor fixes
                    611: 
                    612:        * etc/auto.p.in: default LIMITS added
                    613: 
                    614:        * AUTHORS: links actualized
                    615: 
                    616:        * src/: classes/array.C, classes/bool.C, classes/classes.C,
                    617:          classes/classes.awk, classes/classes.h, classes/curl.C,
                    618:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                    619:          classes/hash.C, classes/hashfile.C, classes/image.C,
                    620:          classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
                    621:          classes/math.C, classes/memcached.C, classes/memory.C,
                    622:          classes/op.C, classes/reflection.C, classes/regex.C,
                    623:          classes/response.C, classes/string.C, classes/table.C,
                    624:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    625:          include/pa_array.h, include/pa_base64.h,
                    626:          include/pa_cache_managers.h, include/pa_charset.h,
                    627:          include/pa_charsets.h, include/pa_common.h,
                    628:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    629:          include/pa_dictionary.h, include/pa_dir.h,
                    630:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    631:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    632:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    633:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    634:          include/pa_request_charsets.h, include/pa_request_info.h,
                    635:          include/pa_sapi.h, include/pa_socks.h,
                    636:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    637:          include/pa_stack.h, include/pa_string.h,
                    638:          include/pa_stylesheet_connection.h,
                    639:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    640:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    641:          include/pa_uue.h, include/pa_xml_exception.h,
                    642:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    643:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    644:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    645:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    646:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    647:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    648:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    649:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    650:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    651:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    652:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    653:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    654:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    655:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    656:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    657:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    658:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    659:          main/untaint.C, sql/pa_sql_driver.h,
                    660:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    661:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    662:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    663:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    664:          types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
                    665:          types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
                    666:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                    667:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                    668:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                    669:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                    670:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                    671:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                    672:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                    673:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                    674:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                    675:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                    676:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    677:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    678:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    679:          types/pa_vresponse.C, types/pa_vresponse.h,
                    680:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    681:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    682:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    683:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    684:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    685:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    686:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    687: 
1.203     moko      688: 2024-10-28  moko
                    689: 
1.204     moko      690:        * src/classes/array.C: avoid invalidate()
                    691: 
                    692:        * src/: classes/array.C, types/pa_varray.h: minor optimization for
                    693:          fused to survive in ^array::copy[$a] (related to feature #930)
                    694: 
                    695:        * src/types/pa_varray.h: minor optimization as last element is
                    696:          allways defined if present
                    697: 
1.203     moko      698:        * tests/: 435.html, results/435.processed: tests for
                    699:          ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
                    700:          for array added (related to feature #1253)
                    701: 
                    702:        * src/classes/array.C: typo fixed
                    703: 
                    704:        * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
                    705:          ^hash.set([-+]index)[value], and same for array added (implements
                    706:          feature #1253)
                    707: 
                    708:        * tests/results/: 246.processed, 298.processed, 342.processed,
                    709:          389.processed, 397.processed, 430.processed, 432.processed: tests
                    710:          results update after minor exceptions texts fixes
                    711: 
                    712: 2024-10-27  moko
                    713: 
                    714:        * src/: classes/array.C, classes/hash.C, classes/math.C,
                    715:          classes/reflection.C, classes/string.C, classes/table.C,
                    716:          main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
                    717:          types/pa_vmethod_frame.h: handy as_index() added, several
                    718:          exceptions texts fixed (related to feature #930)
                    719: 
                    720:        * src/: classes/array.C, types/pa_varray.h: non-working
                    721:          $array.fields removed, ^array.delete[index] supported (related to
                    722:          feature #930)
                    723: 
                    724:        * tests/: 431.html, results/431.processed: tests updated after
                    725:          ^a.delete[3] supported
                    726: 
                    727:        * tests/: 431.html, 434.html, results/434.processed: tests for last
                    728:          element used, push/pop, exceptions during arguments processing
                    729:          and used caching (related to feature #930)
                    730: 
                    731:        * src/: classes/array.C, types/pa_varray.h: change_used added for
                    732:          better used caching and now no issues if exception occures during
                    733:          append arguments processing (related to feature #930)
                    734: 
                    735:        * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
                    736:          ^array.pop[] added, last element is allways used (related to
                    737:          feature #930)
                    738: 
                    739: 2024-10-26  moko
                    740: 
                    741:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
                    742:          types/pa_varray.h: confirm_all_used added where possible (related
                    743:          to feature #930)
                    744: 
                    745:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    746:          small array optimizations (related to feature #930)
                    747: 
                    748:        * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
                    749: 
                    750:        * tests/: 431.html, results/431.processed: test for
                    751:          ^array.compact[undef] added
                    752: 
                    753:        * src/classes/array.C: ^array.compact[] now have optional 'undef'
                    754:          argument to also compact undefined elements (related to feature
                    755:          #930)
                    756: 
                    757: 2024-10-24  moko
                    758: 
                    759:        * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
                    760:          VArray::hash is used rarery, no longer caching the result
                    761: 
                    762:        * tests/results/432.processed: testing removed from tests
                    763: 
                    764: 2024-10-23  moko
                    765: 
                    766:        * tests/: 431.html, results/431.processed: ^array.compact[] test
                    767:          added
                    768: 
                    769:        * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
                    770: 
                    771:        * tests/: 432.html, results/432.processed: testing ^array.at[] for
                    772:          both "solid" and "sparse" arrays
                    773: 
                    774:        * src/classes/array.C: ^array.at[] speedup for "solid" arrays
                    775: 
                    776: 2024-10-22  moko
                    777: 
                    778:        * tests/results/264.processed: spelling
                    779: 
                    780:        * src/classes/file.C: spelling
                    781: 
                    782:        * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
                    783:          tests updated after ^file::exec[cmd;;$array] implemented and
                    784:          empty arguments not skipped (related to feature #1252)
                    785: 
                    786:        * src/classes/file.C: ^file::exec[cmd;;$array] supported
                    787:          (implements feature #1252) bugfix: empty arguments no longer
                    788:          skipped
                    789: 
1.205     moko      790: 2024-10-21  moko
                    791: 
                    792:        * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
                    793:          007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
                    794:          014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
                    795:          021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
                    796:          028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
                    797:          site/index.html, site/test.txt: httpd tests added
                    798: 
1.202     moko      799: 2024-10-20  moko
                    800: 
                    801:        * src/classes/string.C: warnings war
                    802: 
                    803:        * src/: main/pa_string.C, classes/array.C: warnings war
                    804: 
                    805:        * src/classes/json.C: warnings war
                    806: 
                    807:        * src/classes/image.C: warnings war
                    808: 
                    809:        * src/: classes/table.C, types/pa_varray.C: warnings war
                    810: 
                    811:        * src/classes/array.C: warning war
                    812: 
                    813:        * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
                    814: 
                    815:        * src/main/main.vcproj: warnings war
                    816: 
                    817: 2024-10-19  moko
                    818: 
                    819:        * tests/427.html: test updated after constructors renamed
                    820: 
                    821: 2024-10-18  moko
                    822: 
                    823:        * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
                    824:          results/421.processed, results/430.processed,
                    825:          results/431.processed: test updated after constructors renamed
                    826: 
                    827:        * src/classes/array.C: create -> copy, new -> create according to
                    828:          https://www.parser.ru/forum/?id=86603 discussion (related to
                    829:          feature #930)
                    830: 
                    831: 2024-10-16  moko
                    832: 
                    833:        * src/classes/json.C: $json:array[array or hash] added to provide
                    834:          more backward compatibility (implements feature #1251)
                    835: 
                    836: 2024-10-15  moko
                    837: 
                    838:        * tests/: 421.html, results/421.processed: test results updated
                    839:          after missing constuctor error check added and array is_index
                    840:          check added
                    841: 
                    842:        * src/main/execute.C: absent constructor message fixed
                    843: 
1.201     moko      844: 2024-10-13  moko
                    845: 
                    846:        * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
                    847:          with is_index() before calling index() for better error reporting
                    848:          in method name typo (was invalid number, not method not found
                    849:          exception).
                    850: 
                    851: 2024-10-08  moko
                    852: 
                    853:        * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
                    854: 
                    855:        * src/include/pa_array.h: warnings war
                    856: 
1.200     moko      857: 2024-10-05  moko
                    858: 
                    859:        * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
                    860:          returns current row cells array (implements feature #1250)
                    861: 
                    862:        * tests/: 405.html, results/169.processed, results/405.processed:
                    863:          tests updated after ^string.split[;a] implemented (related to
                    864:          feature #1249)
                    865: 
                    866:        * src/classes/string.C: ^string.split[] - 'a' option added for
                    867:          splitting into an array (implements feature #1249)
                    868: 
                    869: 2024-10-04  moko
                    870: 
                    871:        * tests/: 431.html, results/431.processed: final code coverage
                    872:          array tests
                    873: 
                    874:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    875:          array: confirm_all_used() added and used where possible, expand()
                    876:          now expends faster
                    877: 
                    878: 2024-10-03  moko
                    879: 
                    880:        * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
                    881: 
                    882:        * tests/: 256.html, results/256.processed: test for
                    883:          $.date[unix-timestamp] handling large dates
                    884: 
                    885:        * src/: classes/file.C, classes/op.C, classes/reflection.C,
                    886:          classes/string.C, classes/table.C, include/pa_common.h,
                    887:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                    888:          types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
                    889:          format replaced with pa_uitoa where applicable,
                    890:          $.date[unix-timestamp] fixed for handling large dates
                    891: 
                    892:        * tests/: 433.html, results/433.processed: more tests, including
                    893:          test for possible endless recursion in ^o.GET[]
                    894: 
                    895:        * src/types/pa_vobject.C: bugfix: detecting possible endless
                    896:          recursion in get_scalar_value inside ^o.GET[]
                    897: 
                    898:        * src/: classes/json.C, include/pa_request.h, main/execute.C,
                    899:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
                    900:          Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
                    901:          $LIMITS.max_recursion
                    902: 
                    903: 2024-10-02  moko
                    904: 
                    905:        * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
                    906:          results/253.processed, results/287.processed,
                    907:          results/430.processed, results/433.processed: more tests for full
                    908:          array and json code coverage
                    909: 
                    910:        * tests/: 433.html, results/433.processed: tests for hash functions
                    911:          with array param
                    912: 
                    913:        * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
                    914: 
                    915:        * tests/: 432.html, results/432.processed: modified ^hash.at tests
                    916:          in 246.html used to test ^array.at, same result produced
                    917: 
                    918:        * tests/: 430.html, 431.html, results/430.processed,
                    919:          results/431.processed: more array tests for 100% code coverage
                    920:          (related to feature #930)
                    921: 
                    922:        * tests/: 427.html, 430.html, results/427.processed,
                    923:          results/430.processed: first portion of array tests added
                    924:          (related to feature #930)
                    925: 
                    926:        * src/classes/array.C: allow only whitespace string as argument for
                    927:          add and join
                    928: 
                    929:        * src/classes/array.C: add behavour for array synced with hash
                    930: 
                    931: 2024-09-30  moko
                    932: 
                    933:        * tests/: 429-sql.html, results/429-sql.processed: code coverage
                    934:          tests added
                    935: 
                    936:        * src/classes/array.C: $.distinct should not be used unless
                    937:          $.sparse(true)
                    938: 
                    939:        * tests/: 429-sql.html, results/388-sql.processed,
                    940:          results/429-sql.processed: tests for ^array::sql{}, including
                    941:          multi_statements mode (related to feature #930)
                    942: 
1.199     moko      943: 2024-09-29  moko
                    944: 
                    945:        * src/classes/array.C: synced ^array::sql multi_statements logic
                    946:          with ^hash::sql new behavour
                    947: 
                    948: 2024-09-28  moko
                    949: 
                    950:        * tests/: 428-sql.html, results/388-sql.processed,
                    951:          results/428-sql.processed: tests updated after column names were
                    952:          fixed in multi_statements mode (related to feature #1197)
                    953: 
                    954:        * src/classes/hash.C: column names are fixed for most cases in
                    955:          multi_statements mode (related to feature #1197)
                    956: 
                    957:        * tests/: 428-sql.html, results/195.processed,
                    958:          results/224.processed, results/239.processed,
                    959:          results/254.processed, results/261.processed,
                    960:          results/306.processed, results/333.processed,
                    961:          results/341.processed, results/343.processed,
                    962:          results/344.processed, results/348.processed,
                    963:          results/364.processed, results/389.processed,
                    964:          results/390.processed, results/415.processed,
                    965:          results/420.processed, results/421.processed: tests results
                    966:          updated after error messages spelling minor fixes
                    967: 
                    968:        * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
                    969:          spelling
                    970: 
                    971:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    972:          classes/image.C, classes/math.C, classes/string.C,
                    973:          classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
                    974:          main/execute.C, main/pa_charset.C, main/pa_common.C,
                    975:          main/pa_http.C, main/pa_request.C, main/pa_socks.C,
                    976:          main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
                    977:          types/pa_vmail.C, types/pa_vobject.C,
                    978:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    979:          types/pa_vxdoc.C: minor error messages spelling fixes
                    980: 
                    981:        * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
                    982:          implementation (related to feature #930)
                    983: 
                    984:        * tests/: 388-sql.html, results/388-sql.processed: test results
                    985:          updated after rows number ^file::sql{} check added
                    986: 
                    987:        * src/classes/file.C: rows number now checked in ^file::sql{}
                    988: 
                    989:        * tests/: 428-sql.html, results/428-sql.processed: more tests
                    990: 
                    991:        * tests/: 428-sql.html, results/428-sql.processed: more
                    992:          multi_statements testing before bugfix
                    993: 
                    994:        * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
                    995:          results/428-sql.processed: support for multiple sql test files
                    996:          added
                    997: 
                    998:        * tests/: 388-sql.html, results/388-sql.processed: more sql testing
                    999: 
                   1000:        * src/classes/hash.C: more accurate one_bool_column processing
                   1001: 
                   1002:        * tests/: 427.html, results/427.processed: Constructors as methods
                   1003:          behavour documented in test
                   1004: 
                   1005:        * src/classes/hash.C: HashStringValue::Iterator used for options
                   1006: 
                   1007:        * tests/: 388-sql.html, results/388-sql.processed: even more tests
                   1008: 
                   1009:        * tests/: 388-sql.html, results/388-sql.processed: a bit more
                   1010:          testing
                   1011: 
                   1012:        * tests/results/367-curl.processed: test result updated after
                   1013:          server charset changed
                   1014: 
                   1015:        * tests/results/347-curl.processed: error messages updated
                   1016: 
                   1017:        * tests/results/: 346-curl.processed, 379-curl.processed,
                   1018:          394-curl.processed: tests results updated after Type -> Exception
                   1019:          type replacement
                   1020: 
                   1021:        * tests/results/388-sql.processed: tests result updated after Type
                   1022:          -> Exception type
                   1023: 
                   1024: 2024-09-27  moko
                   1025: 
                   1026:        * src/classes/hash.C: minor simplification
                   1027: 
                   1028: 2024-09-24  moko
                   1029: 
                   1030:        * src/main/pa_string.C: atoui error messages improved
                   1031: 
                   1032:        * tests/: 165.html, 312.html, results/165.processed,
                   1033:          results/312.processed, results/379.processed: tests updated after
                   1034:          default endless loop limit increased, atoi error messages
                   1035:          improved
                   1036: 
                   1037:        * src/classes/hash.C: VBool::get used, unification
                   1038: 
1.198     moko     1039: 2024-09-22  moko
                   1040: 
                   1041:        * src/classes/array.C: minor simplification
                   1042: 
                   1043:        * src/classes/array.C: ^array.left(N),
                   1044:          ^array.right(N),^array.mid(P;N) added (related to feature #930)
                   1045: 
                   1046:        * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
                   1047:          types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
                   1048:          added, default 1000000 (related to feature #930)
                   1049: 
                   1050:        * tests/: 426.html, results/426.processed: test for negative limit
                   1051:          and offset processing for table options added
                   1052: 
                   1053:        * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
                   1054:          bugfix: negative limit and offset processing for table options
                   1055:          fixed
                   1056: 
                   1057: 2024-09-21  moko
                   1058: 
                   1059:        * src/: classes/array.C, types/pa_varray.h: join supports hash;
                   1060:          ^for added that also iterates holes; ^remove added (related to
                   1061:          feature #930)
                   1062: 
                   1063:        * src/classes/array.C: ^array.join[$another_array; $.limit(N)
                   1064:          $.offset(M) ] added (related to feature #930)
                   1065: 
                   1066: 2024-09-20  moko
                   1067: 
                   1068:        * src/: classes/array.C, types/pa_varray.h: array:
                   1069:          +foreach[value]{code}, + add[hash with numeric keys] (related to
                   1070:          feature #930)
                   1071: 
                   1072: 2024-09-19  moko
                   1073: 
                   1074:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
                   1075:          main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
                   1076:          support $a[v1;v2;...] syntax (related to feature #930)
                   1077: 
                   1078: 2024-09-17  moko
                   1079: 
                   1080:        * src/: classes/reflection.C, include/pa_request.h,
                   1081:          main/compile_tools.h, main/pa_request.C:
                   1082:          ^reflection:class_alias[existing class name;alias class name]
                   1083:          added. The array class can now be redefined regardless of the
                   1084:          $.replace(bool) option value (related to feature #930)
                   1085: 
                   1086:        * src/main/: compile.y, compile_tools.h: class_add return value
                   1087:          inverted to add it to request class
                   1088: 
                   1089:        * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
                   1090:          include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
                   1091:          types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
                   1092:          resize if required. spared array - added fused, append.
                   1093: 
1.197     moko     1094: 2024-09-16  moko
                   1095: 
                   1096:        * src/types/pa_varray.h: get moved to where it belongs
                   1097: 
                   1098: 2024-09-15  moko
                   1099: 
                   1100:        * src/: include/pa_array.h, types/pa_varray.h: more agressive
                   1101:          expansion to minimize reallocs: fallocated/32 -> fallocated/4
                   1102: 
                   1103:        * tests/: 421.html, results/323.processed, results/421.processed:
                   1104:          tests updated after 'spared-array' class renamed to 'array'
                   1105:          following a discussion on the forum (related to feature #930)
                   1106: 
                   1107:        * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
                   1108:          types/pa_vmail.C: initial SparseArray separation from Array,
                   1109:          parser class now 'array'
                   1110: 
                   1111: 2024-09-14  moko
                   1112: 
                   1113:        * tests/: 030.html, results/030.processed: out of range expires
                   1114:          check added
                   1115: 
                   1116:        * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
                   1117:          checking expires time using VDate
                   1118: 
                   1119: 2024-09-13  moko
                   1120: 
                   1121:        * src/: classes/array.C, classes/curl.C, classes/date.C,
                   1122:          classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
                   1123:          classes/memcached.C, classes/op.C, classes/regex.C,
                   1124:          classes/string.C, classes/xdoc.C, classes/xnode.C,
                   1125:          main/execute.C, main/pa_http.C, main/pa_request.C,
                   1126:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   1127:          types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
                   1128:          types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
                   1129:          types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
                   1130:          removed as dynamic_cast is faster, Value::is() is still required
                   1131:          for is operator.
                   1132: 
                   1133: 2024-09-12  moko
                   1134: 
                   1135:        * src/: classes/file.C, classes/image.C, classes/reflection.C,
                   1136:          classes/table.C, classes/xnode.C, include/pa_array.h,
                   1137:          include/pa_string.h, main/pa_common.C, main/pa_request.C,
                   1138:          main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
                   1139:          types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
                   1140:          templated pa_itoa/pa_uitoa added to work with any integer type,
                   1141:          String::Body::Format removed
                   1142: 
                   1143: 2024-09-10  moko
                   1144: 
                   1145:        * src/classes/array.C: append and insert methods added to
                   1146:          sparse-array (related to feature #930)
                   1147: 
                   1148:        * tests/: 253.html, 255.html, 421.html, results/421.processed:
                   1149:          tests updated after sparse-array was added to avoid ^json:parse[]
                   1150:          using it in old tests (related to feature #930)
                   1151: 
                   1152:        * src/: classes/array.C, classes/json.C, types/pa_varray.C,
                   1153:          types/pa_varray.h: sparse-array class added (initial feature #930
                   1154:          implementation)
                   1155: 
                   1156:        * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
                   1157:          for sparse-array class files (related to feature #930)
                   1158: 
                   1159:        * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
                   1160:          types/pa_vhash.h: VArray support functions without actual VArray
                   1161:          files (related to feature #930)
                   1162: 
1.196     moko     1163: 2024-09-07  moko
                   1164: 
                   1165:        * src/: classes/curl.C, classes/string.C, classes/table.C,
                   1166:          include/pa_array.h, main/execute.C, main/pa_dictionary.C,
                   1167:          main/pa_http.C, main/pa_sql_driver_manager.C,
                   1168:          main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
                   1169:          types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
                   1170:          types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
                   1171:          with Hash::Iterator, has_next() replaced with operator bool
                   1172:          (related to feature #930)
                   1173: 
                   1174:        * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
                   1175:          main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
                   1176:          types/pa_vstateless_class.C: Array class extended,
                   1177:          Array::Iterator added and used (related to feature #930)
                   1178: 
1.195     moko     1179: 2024-08-26  moko
                   1180: 
                   1181:        * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
                   1182:          should be used on argv[0] as well to match document root.
                   1183: 
1.194     moko     1184: 2024-08-25  moko
                   1185: 
                   1186:        * src/main/pa_request.C: be more specific
                   1187: 
                   1188:        * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
                   1189:          to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
                   1190:          (fixes bug #1244)
                   1191: 
                   1192:        * src/targets/cgi/parser3.C: avoid "parser allready configured"
                   1193:          exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
                   1194:          rsplit(..., '\\') is not correct when / and \ are mixed in path
                   1195: 
                   1196:        * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
                   1197: 
1.193     moko     1198: 2024-07-24  moko
                   1199: 
                   1200:        * src/: include/pa_config_includes.h, lib/gd/gifio.C,
                   1201:          main/execute.C, main/pa_string.C: Warning war: clang changed
                   1202:          -Wdeprecated-register warning to -Wregister, it's easier to
                   1203:          remove all register vars then continue this fight. :)
                   1204: 
                   1205:        * src/main/: compile.y, compile.tab.C: warning war: register
                   1206:          removed
                   1207: 
1.192     moko     1208: 2024-07-14  moko
                   1209: 
                   1210:        * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
                   1211:          checking the HTTP request environment; if the variable is not
                   1212:          present, checking the web server process environment (implements
                   1213:          feature #1242)
                   1214: 
1.191     moko     1215: 2024-05-26  moko
                   1216: 
                   1217:        * tests/: 195.html, 229.html, results/096.processed,
                   1218:          results/097.processed, results/158.processed,
                   1219:          results/186.processed, results/273.processed,
                   1220:          results/293.processed, results/317.processed,
                   1221:          results/389.processed, results/402.processed: tests updated as
                   1222:          single quote now escaped with &apos; in HTML tainting mode
                   1223:          (related to feature #1241)
                   1224: 
                   1225:        * src/main/untaint.C: single quote now escaped with &apos; in HTML
                   1226:          tainting mode (implements feature #1241)
                   1227: 
                   1228:        * tests/results/: 020.processed, 021.processed, 026.processed,
                   1229:          042.processed, 043.processed, 057.processed, 110.processed,
                   1230:          115.processed, 116.processed, 117.processed, 118.processed,
                   1231:          119.processed, 120.processed, 125.processed, 126.processed,
                   1232:          128.processed, 130.processed, 131.processed, 132.processed,
                   1233:          133.processed, 135.processed, 136.processed, 138.processed,
                   1234:          139.processed, 140.processed, 145.processed, 150.processed,
                   1235:          151.processed, 165.processed, 174.processed, 181.processed,
                   1236:          182.processed, 192.processed, 193.processed, 201.processed,
                   1237:          213.processed, 224.processed, 226.processed, 230.processed,
                   1238:          239.processed, 240.processed, 244.processed, 253.processed,
                   1239:          254.processed, 261.processed, 264.processed, 269.processed,
                   1240:          274.processed, 275.processed, 288.processed, 294.processed,
                   1241:          296.processed, 303.processed, 306.processed, 307.processed,
                   1242:          308.processed, 311.processed, 312.processed, 314.processed,
                   1243:          315.processed, 316.processed, 320.processed, 323.processed,
                   1244:          324.processed, 325.processed, 328.processed, 330.processed,
                   1245:          332.processed, 333.processed, 337.processed, 338.processed,
                   1246:          341.processed, 342.processed, 343.processed, 344.processed,
                   1247:          345.processed, 348.processed, 352.processed, 356.processed,
                   1248:          357.processed, 363.processed, 364.processed, 368.processed,
                   1249:          372.processed, 373.processed, 376.processed, 378.processed,
                   1250:          379.processed, 385.processed, 386.processed, 387.processed,
                   1251:          389.processed, 390.processed, 395.processed, 397.processed,
                   1252:          398.processed, 399.processed, 404.processed, 406.processed,
                   1253:          413.processed, 414.processed, 420.processed, 421.processed,
                   1254:          424.processed, auto.p: Type -> Exception type for readability
                   1255: 
                   1256:        * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
                   1257:          217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
                   1258:          results/119.processed, results/165.processed,
                   1259:          results/175.processed, results/192.processed,
                   1260:          results/213.processed, results/217.processed,
                   1261:          results/230.processed, results/240.processed,
                   1262:          results/298.processed, results/380.processed,
                   1263:          results/415.processed: try-catch, try-catch-comment used
                   1264: 
                   1265: 2024-05-21  moko
                   1266: 
                   1267:        * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
                   1268:          results/180.processed, results/195.processed,
                   1269:          results/224.processed, results/auto.p: @try-catch-comment added
                   1270:          and used
                   1271: 
                   1272:        * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
                   1273:          415.html, results/269.processed, results/283.processed,
                   1274:          results/auto.p: more tests are updated to prepare for apostrophe
                   1275:          escaping in HTML tainting
                   1276: 
                   1277:        * tests/results/: 181.processed, 294.processed, 296.processed,
                   1278:          315.processed, 379.processed, 389.processed, auto.p:
                   1279:          $exception.comment printed as-is for whitespace reporting and to
                   1280:          prepare for apostrophe escaping in HTML mode
                   1281: 
1.190     moko     1282: 2024-05-11  moko
                   1283: 
                   1284:        * tests/: 099.html, 100.html, results/099.processed,
                   1285:          results/100.processed: a test for non-UTF-8 filename* added
                   1286:          (related to feature #1240)
                   1287: 
                   1288:        * tests/: 293.html, results/293.processed: tainting modes tests
                   1289:          added
                   1290: 
                   1291:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   1292:          309.processed, 310.processed, 419.processed: tests results
                   1293:          updated after filename* added (related to feature #1240)
                   1294: 
                   1295:        * src/: include/pa_common.h, main/pa_request.C: The filename*
                   1296:          parameter was added to the Content-Disposition header to conform
                   1297:          with RFC 6266, with code provided by Sumo (implements feature
                   1298:          #1240)
                   1299: 
                   1300: 2024-05-10  moko
                   1301: 
                   1302:        * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
                   1303:          positive performance effect in our case
                   1304: 
1.189     moko     1305: 2024-03-27  moko
                   1306: 
                   1307:        * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
                   1308:          (related to feature #1236)
                   1309: 
                   1310: 2024-03-15  moko
                   1311: 
                   1312:        * tests/: 413.html, results/413.processed: test for object still
                   1313:          can be used as file parameter (related to bug #1218)
                   1314: 
                   1315:        * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
                   1316:          still can be used in file context (fixes bug #1218)
                   1317: 
                   1318: 2024-03-14  moko
                   1319: 
                   1320:        * src/include/pa_string.h: ArrayString get() null result assert
                   1321:          also added (related to bug #1238)
                   1322: 
                   1323:        * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
                   1324:          VString::empty() used instead of new VString()
                   1325: 
                   1326: 2024-03-12  moko
                   1327: 
                   1328:        * tests/: 379-curl.html, 379.html, results/379-curl.processed,
                   1329:          results/379.processed: test added for cookie without value
                   1330:          (related to bug #1238)
                   1331: 
                   1332:        * src/include/pa_string.h: In assertions enabled mode, ArrayString
                   1333:          values are now required to be non-null (related to bug #1238)
                   1334: 
                   1335:        * src/main/pa_http.C: cookies without value are now parsed
                   1336:          correctly (fixed bug #1238)
                   1337: 
                   1338: 2024-03-11  moko
                   1339: 
                   1340:        * tests/run_parser.sh: for better error reporting
                   1341: 
1.188     moko     1342: 2023-12-30  moko
                   1343: 
                   1344:        * tests/: 038.html, results/038.processed: test for atan2 added
                   1345: 
                   1346: 2023-12-29  moko
                   1347: 
                   1348:        * src/classes/math.C: atan2(y,x) math function added
                   1349: 
1.187     moko     1350: 2023-12-14  moko
                   1351: 
                   1352:        * tests/212.html: pcre2 compatibility (related to feature #1236)
                   1353: 
                   1354:        * tests/: 425.html, results/425.processed: test for pcre/pcre2
                   1355:          exceptions and behavour added (related to feature #1236)
                   1356: 
                   1357: 2023-12-13  moko
                   1358: 
                   1359:        * buildall: by default parser is now bundled with pcre2 10.42,
                   1360:          --without-pcre2 option added to build with pcre-8.45 (related to
                   1361:          feature #1236)
                   1362: 
                   1363: 2023-12-12  moko
                   1364: 
                   1365:        * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
                   1366:          support added (implements feature #1236)
                   1367: 
                   1368:        * src/: include/pa_charset.h, include/pa_config_includes.h,
                   1369:          lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
                   1370:          main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
                   1371:          types/pa_vregex.h: Adopted patch from Yavor Doganov
                   1372:          <yavor@gnu.org> to add pcre2 library support (implements feature
                   1373:          #1236)
                   1374: 
1.186     moko     1375: 2023-11-28  moko
                   1376: 
                   1377:        * src/include/pa_config_includes.h: warnings war continues
                   1378: 
                   1379:        * src/include/pa_config_includes.h: warning war
                   1380: 
                   1381:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
                   1382:          number strings, whitespace and sign in exception messages
                   1383:          (related to bug #1234)
                   1384: 
1.185     moko     1385: 2023-11-26  moko
                   1386: 
                   1387:        * tests/: 274.html, results/224.processed, results/274.processed:
                   1388:          tests for date double, int, bool added (related to feature #1235)
                   1389: 
                   1390:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                   1391:          added for date class (implements feature #1235)
                   1392: 
                   1393: 2023-11-23  moko
                   1394: 
                   1395:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                   1396:          and '-' strings are no longer can be treated as number 0,
                   1397:          exception thrown (fixes bug #1234)
                   1398: 
1.184     moko     1399: 2023-11-18  moko
                   1400: 
                   1401:        * src/include/pa_types.h: minor
                   1402: 
                   1403:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                   1404: 
                   1405:        * tests/: 389.html, results/389.processed: error messages for some
                   1406:          OS differs a bit, reducing failing tests for them
                   1407: 
                   1408: 2023-11-17  moko
                   1409: 
                   1410:        * tests/: 423.html, results/423.processed: test for optional
                   1411:          @auto[] inheritance added (related to feature #1233)
                   1412: 
                   1413:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   1414:          types/pa_vstateless_class.C: optional @auto[] inheritance
                   1415:          implemented if defined with two args (path, class name)
                   1416:          (implements feature #1233)
                   1417: 
                   1418:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   1419:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                   1420:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                   1421:          sync double->int overflow behavour under different architectures
                   1422:          (fixes bug #1232)
                   1423: 
                   1424:        * tests/: 422.html, results/422.processed: int clipping added
                   1425: 
                   1426: 2023-11-16  moko
                   1427: 
                   1428:        * tests/: 422.html, results/422.processed: test for int and uint
                   1429:          overflow in ^n.format[d/u/x]
                   1430: 
                   1431:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                   1432:          Apple M1 when negative double converts to uint the result is 0)
                   1433:          and crc32 should be 32 bits
                   1434: 
                   1435:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                   1436:          on Apple M1 it's 0
                   1437: 
                   1438:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                   1439:          Apple M1 when negative double converts to uint the result is 0)
                   1440:          and crc32 should be 32 bits
                   1441: 
1.183     moko     1442: 2023-10-07  moko
                   1443: 
                   1444:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                   1445:          behavour with other OP_NUM_*, related to bug #1230
                   1446: 
                   1447: 2023-10-06  moko
                   1448: 
                   1449:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                   1450: 
                   1451:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                   1452:          be converted to double to avoid 80 bit operations in x87 mode
                   1453:          (fixes bug #1230)
                   1454: 
                   1455: 2023-10-05  moko
                   1456: 
                   1457:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                   1458:          compatibility
                   1459: 
                   1460:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                   1461: 
                   1462:        * tests/: 421.html, results/421.processed: test to cover all
                   1463:          classes and objects nonexistent method and field exceptions
                   1464:          (related to feature #1080 and #1227)
                   1465: 
                   1466:        * tests/results/: 182.processed, 324.processed: undefined method ->
                   1467:          <type> method not found exception (related to feature #1080)
                   1468: 
                   1469:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                   1470:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                   1471:          "element can not be fetched from" for them, "field not found" for
                   1472:          all other types (related to bug #1227)
                   1473: 
                   1474: 2023-10-03  moko
                   1475: 
                   1476:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                   1477:          <type> method not found" exception now thrown for static calls
                   1478:          instead of "undefined method" without class name (related to
                   1479:          feature #1080)
                   1480: 
                   1481: 2023-10-02  moko
                   1482: 
                   1483:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                   1484:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                   1485:          <method name>, Comment: <type> method not found" exception now
                   1486:          thrown for all dynamic objects instead of "undefined method"
                   1487:          without class name (implements feature #1080)
                   1488: 
1.182     moko     1489: 2023-10-01  moko
                   1490: 
                   1491:        * src/classes/json.C: we don't have a dynamic json object.
                   1492: 
                   1493: 2023-09-28  moko
                   1494: 
                   1495:        * tests/: 420.html, results/261.processed, results/420.processed:
                   1496:          tests updated after bug #1228 fix reverted
                   1497: 
                   1498:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                   1499:          whitespace string is hash compatible, so we don't want $s.key to
                   1500:          return a junction
                   1501: 
                   1502:        * tests/: 261.html, 420.html, results/261.processed,
                   1503:          results/420.processed: test for bug #1227 added, test updated
                   1504:          after bug #1228 fixed
                   1505: 
                   1506:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                   1507:          now throws exception as $non-empty-string.field (fixes bug #1227)
                   1508: 
                   1509:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                   1510:          #1228)
                   1511: 
                   1512: 2023-09-26  moko
                   1513: 
                   1514:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                   1515:          src/classes/classes.C, src/classes/classes.awk,
                   1516:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                   1517:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   1518:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   1519:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                   1520:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                   1521:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                   1522:          src/classes/regex.C, src/classes/response.C,
                   1523:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   1524:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   1525:          src/include/pa_array.h, src/include/pa_base64.h,
                   1526:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   1527:          src/include/pa_charsets.h, src/include/pa_common.h,
                   1528:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   1529:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   1530:          src/include/pa_exception.h, src/include/pa_exec.h,
                   1531:          src/include/pa_globals.h, src/include/pa_hash.h,
                   1532:          src/include/pa_http.h, src/include/pa_memory.h,
                   1533:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   1534:          src/include/pa_os.h, src/include/pa_pool.h,
                   1535:          src/include/pa_random.h, src/include/pa_request.h,
                   1536:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   1537:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   1538:          src/include/pa_sql_connection.h,
                   1539:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   1540:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   1541:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                   1542:          src/include/pa_table.h, src/include/pa_threads.h,
                   1543:          src/include/pa_types.h, src/include/pa_uue.h,
                   1544:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                   1545:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                   1546:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                   1547:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                   1548:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                   1549:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                   1550:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                   1551:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                   1552:          src/main/compile.tab.C, src/main/compile.y,
                   1553:          src/main/compile_tools.C, src/main/compile_tools.h,
                   1554:          src/main/execute.C, src/main/pa_base64.C,
                   1555:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   1556:          src/main/pa_charsets.C, src/main/pa_common.C,
                   1557:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   1558:          src/main/pa_exception.C, src/main/pa_exec.C,
                   1559:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                   1560:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                   1561:          src/main/pa_request.C, src/main/pa_socks.C,
                   1562:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   1563:          src/main/pa_stylesheet_connection.C,
                   1564:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                   1565:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                   1566:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                   1567:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                   1568:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                   1569:          src/targets/apache/mod_parser3_core.C,
                   1570:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                   1571:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                   1572:          src/types/pa_method.h, src/types/pa_property.h,
                   1573:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1574:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                   1575:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   1576:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   1577:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                   1578:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1579:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                   1580:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                   1581:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   1582:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   1583:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   1584:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                   1585:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                   1586:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   1587:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                   1588:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                   1589:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   1590:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                   1591:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                   1592:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   1593:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   1594:          src/types/pa_vstateless_class.h,
                   1595:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   1596:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   1597:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1598:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                   1599:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   1600:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   1601:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   1602:          src/types/pa_wwrapper.h: copyright, authors actualized
                   1603: 
1.181     moko     1604: 2023-08-20  moko
                   1605: 
                   1606:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                   1607:          commited (related to feature #1219)
                   1608: 
                   1609: 2023-08-16  moko
                   1610: 
                   1611:        * src/main/pa_random.C: replaced clock precision with monotonicity
                   1612:          counter, good for Windows version with low clock frequency
                   1613:          (related to feature #1229)
                   1614: 
                   1615: 2023-08-15  moko
                   1616: 
                   1617:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                   1618:          fixes related to feature #1229
                   1619: 
                   1620:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                   1621:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                   1622:          (implements feature #1229)
                   1623: 
1.180     moko     1624: 2023-08-02  moko
                   1625: 
                   1626:        * tests/: results/417.processed, 417.html: test for empty string
                   1627:          match after last char added (related to bug #1224)
                   1628: 
                   1629:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                   1630:          length match (related to bug #1224)
                   1631: 
1.179     moko     1632: 2022-11-22  moko
                   1633: 
                   1634:        * tests/: 419.html, results/419.processed: test for L_URI and path
                   1635:          removeal from filename added (related to bug #1204)
                   1636: 
                   1637:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                   1638:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                   1639:          attribute value, L_URI should be used
                   1640: 
1.178     moko     1641: 2022-09-21  moko
                   1642: 
                   1643:        * src/targets/cgi/parser3.C: more clear error messages
                   1644: 
                   1645:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                   1646:          SAPI_Info will return 0 in read_post and post_size !=
                   1647:          content_length will be thrown
                   1648: 
1.177     moko     1649: 2022-08-23  moko
                   1650: 
                   1651:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                   1652:          header value
                   1653: 
                   1654: 2022-08-22  moko
                   1655: 
                   1656:        * tests/: 418.html, results/418.processed: test for
                   1657:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                   1658:          to #1225)
                   1659: 
                   1660:        * src/classes/hash.C: keep old behavoir by default
                   1661: 
                   1662:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                   1663:          $.order[self|arg] ] added (implements #1215)
                   1664: 
1.176     moko     1665: 2022-03-21  moko
                   1666: 
                   1667:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                   1668:          xmlInitCharEncodingHandlers is called in libxml static
                   1669:          initializers before gc_substitute_memory_management_functions in
                   1670:          pa_globals and thus gc may not see reference to our
                   1671:          xmlCharEncodingHandler and free it.
                   1672: 
1.175     moko     1673: 2022-01-26  moko
                   1674: 
                   1675:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                   1676: 
1.174     moko     1677: 2021-12-28  moko
                   1678: 
                   1679:        * tests/: 417.html, results/417.processed: test for empty string
                   1680:          match added (related to bug #1224)
                   1681: 
                   1682:        * src/main/pa_string.C: empty string match now works (fixes bug
                   1683:          #1224)
                   1684: 
1.173     moko     1685: 2021-12-24  moko
                   1686: 
                   1687:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                   1688: 
                   1689: 2021-12-23  moko
                   1690: 
                   1691:        * src/: classes/table.C, main/pa_request.C: warnings war
                   1692: 
                   1693:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   1694:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                   1695: 
                   1696: 2021-12-21  moko
                   1697: 
                   1698:        * tests/: 416.html, results/416.processed: test for ^break[] in
                   1699:          ^hash/table.select[] (related to feature #1222)
                   1700: 
                   1701:        * src/classes/: hash.C, table.C: ^break[] support for
                   1702:          ^hash/table.select[] (implements feature #1222)
                   1703: 
1.172     moko     1704: 2021-11-30  moko
                   1705: 
                   1706:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                   1707:          0.5 sec
                   1708: 
1.171     moko     1709: 2021-11-10  moko
                   1710: 
                   1711:        * tests/results/415.processed: more syntax errors tests added
                   1712: 
                   1713:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                   1714:          28.p: minor syntax error tests
                   1715: 
                   1716:        * src/main/pa_exception.C: pa_strdup added for compatibility
                   1717: 
                   1718:        * src/classes/curl.C: hint to call ^curl:options[
                   1719:          $.library[correct.libcurl.so.name] ] added if default load fails.
                   1720: 
                   1721: 2021-11-09  moko
                   1722: 
                   1723:        * src/main/compile.y: error message can be on stack
                   1724: 
                   1725:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                   1726: 
                   1727:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                   1728:          this case then strncpy
                   1729: 
                   1730:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                   1731:          instead of strcpy where possible
                   1732: 
                   1733:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                   1734:          used to avoid MAX_STRING limit in Exception comment
                   1735: 
                   1736:        * tests/results/415.processed: compiler exceptions are no longer
                   1737:          limited to MAX_STRING
                   1738: 
                   1739:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                   1740:          char * instead of fixed buffer
                   1741: 
                   1742:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                   1743:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                   1744:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                   1745:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                   1746:          results/415.processed: tests for parser.compile exceptions added
                   1747: 
                   1748: 2021-11-08  moko
                   1749: 
                   1750:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                   1751:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                   1752:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1753:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                   1754:          drawbacks
                   1755: 
1.170     moko     1756: 2021-11-06  moko
                   1757: 
                   1758:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                   1759:          (implements feature #1219)
                   1760: 
                   1761:        * tests/: 414.html, results/414.processed: test for
                   1762:          ^hash.rename[from;to] added (related to feature #1144)
                   1763: 
                   1764: 2021-11-05  moko
                   1765: 
                   1766:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                   1767:          (related to feature #1144)
                   1768: 
                   1769: 2021-11-04  moko
                   1770: 
                   1771:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                   1772:          added (implements feature #1144)
                   1773: 
1.169     moko     1774: 2021-10-19  moko
                   1775: 
                   1776:        * tests/: 413.html, results/413.processed: test for hash no longer
                   1777:          is accepted as file parameter (related to bug #1218)
                   1778: 
                   1779:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1780:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                   1781:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                   1782:          longer is accepted as file parameter (fixes bug #1218)
                   1783: 
1.168     moko     1784: 2021-07-19  moko
                   1785: 
                   1786:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                   1787:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                   1788: 
1.167     moko     1789: 2021-04-16  moko
                   1790: 
                   1791:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                   1792:          processing it leads to assertions.
                   1793: 
1.166     moko     1794: 2021-03-25  moko
                   1795: 
                   1796:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                   1797:          #1213
                   1798: 
1.165     moko     1799: 2021-02-12  moko
                   1800: 
                   1801:        * tests/: 360.html, results/360.processed, results/363.processed:
                   1802:          parser method call in expression mode no longer differs from call
                   1803:          in string mode (related to feature #1211)
                   1804: 
                   1805: 2021-02-11  moko
                   1806: 
                   1807:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                   1808:          fixed (bug #1212)
                   1809: 
                   1810:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                   1811:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                   1812:          strings in both calls (implements feature #1211)
                   1813: 
1.164     moko     1814: 2021-01-28  moko
                   1815: 
                   1816:        * buildall, etc/auto.p.in: to remove last patch in debian package
                   1817: 
                   1818:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                   1819:          3.4.7b
                   1820: 
1.162     moko     1821: 2021-01-21  moko
                   1822: 
                   1823:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                   1824:          is MULTITHREADED
                   1825: 
1.157     moko     1826: 2021-01-20  moko
                   1827: 
1.161     moko     1828:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                   1829:          'a2enmod mpm_prefork'
                   1830: 
1.160     moko     1831:        * src/targets/apache/mod_parser3.c: prefork name is now
                   1832:          'libapache2-mpm-itk'
                   1833: 
                   1834:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                   1835:          removed
                   1836: 
1.159     moko     1837:        * src/targets/isapi/Makefile.am: -pa_threads.C
                   1838: 
1.158     moko     1839:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                   1840:          3.4.6
                   1841: 
1.157     moko     1842:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                   1843: 
                   1844:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                   1845:          /httpd.p
                   1846: 
                   1847:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                   1848:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                   1849:          #1203)
                   1850: 
                   1851: 2021-01-19  moko
                   1852: 
                   1853:        * buildall: --disable-parallel-mark added to avoid "number of
                   1854:          processors" threads creation for heap marking as it conflicts
                   1855:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                   1856:          limits threads)
                   1857: 
1.156     moko     1858: 2021-01-16  moko
                   1859: 
                   1860:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                   1861:          main/pa_globals.C, main/pa_memory.C,
                   1862:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                   1863:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                   1864:          feature #1209)
                   1865: 
                   1866: 2021-01-15  moko
                   1867: 
                   1868:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                   1869:          3.4.6rc
                   1870: 
                   1871:        * src/classes/json.C: get_delim added for delimiter caching (10%
                   1872:          faster on large json)
                   1873: 
                   1874: 2021-01-14  moko
                   1875: 
1.211     moko     1876:        * operators.ru.txt, operators.txt: updated with 3.4.6 changes
1.156     moko     1877: 
                   1878:        * tests/results/224.processed: test result modified after
                   1879:          today(shift) implemented
                   1880: 
                   1881:        * tests/: 407.html, results/407.processed: test for ^hash.select
                   1882:          option $.default(bool) added (related to feature #1172)
                   1883: 
                   1884:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                   1885:          (related to feature #1172)
                   1886: 
                   1887:        * tests/: 141.html, results/141.processed: test modified for
                   1888:          feature #1185.
                   1889: 
                   1890:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                   1891:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                   1892:          options $.lower(bool) (implements feature #1185)
                   1893: 
                   1894: 2021-01-11  moko
                   1895: 
                   1896:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                   1897:          #1192)
                   1898: 
                   1899:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                   1900:          added (related to feature #1192)
                   1901: 
1.155     moko     1902: 2021-01-05  moko
                   1903: 
                   1904:        * tests/: 270.html, results/270.processed: test modified to work
                   1905:          under Windows
                   1906: 
                   1907:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                   1908:          4 windows
                   1909: 
                   1910:        * tests/: 410.html, results/410.processed: test for
                   1911:          $CLASS-GETTER-PROTECTED(false) added
                   1912: 
                   1913: 2021-01-04  moko
                   1914: 
                   1915:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                   1916:          $MAIN:LOCALS(true) added
                   1917: 
1.154     moko     1918: 2021-01-03  moko
                   1919: 
                   1920:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                   1921:          types/pa_vclass.h, types/pa_vstateless_class.C,
                   1922:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                   1923:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                   1924:          #1207)
                   1925: 
                   1926: 2021-01-02  moko
                   1927: 
                   1928:        * etc/auto.p.in: minor
                   1929: 
                   1930:        * src/main/pa_request.C: sending headers only after opening file to
                   1931:          allow error reporting if file was not opened (foreign group,
                   1932:          etc).
                   1933: 
                   1934: 2020-12-31  moko
                   1935: 
                   1936:        * src/: include/pa_request.h, main/pa_request.C,
                   1937:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                   1938: 
                   1939:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   1940:          main/pa_request.C: get_class_ref added and used
                   1941: 
                   1942:        * etc/auto.p.in: @CLASS httpd added
                   1943: 
                   1944:        * etc/auto.p.in: @auto[] is now first
                   1945: 
                   1946: 2020-12-30  moko
                   1947: 
                   1948:        * tests/: 408.html, results/408.processed: test for bug #1166
                   1949:          (windows only) added
                   1950: 
                   1951:        * src/main/pa_common.C: create_dir_for_file should not create dir
                   1952:          for trailing / (fixes bug #1166)
                   1953: 
                   1954:        * tests/: 341.html, results/341.processed: tests for
                   1955:          ^nameless_table.hash[] added (related to feature #1138)
                   1956: 
                   1957:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                   1958:          (implements feature #1138), extra fields in named tables no
                   1959:          longer ignored (implements feature #1138)
                   1960: 
                   1961:        * tests/results/390.processed: updated after exception text change
                   1962: 
                   1963: 2020-12-29  moko
                   1964: 
                   1965:        * tests/: 407.html, results/407.processed: +$._default check
                   1966: 
                   1967:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                   1968: 
                   1969:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                   1970:          and ^hash.reverse[] added (releated to feature #1172)
                   1971: 
                   1972:        * src/classes/hash.C:
                   1973:          ^hash.select[key;value](bool-condition)[options hash] +
                   1974:          ^hash.reverse[] added (implements feature #1172)
                   1975: 
                   1976:        * src/types/pa_vtable.h: warning war
                   1977: 
                   1978:        * src/include/pa_config_fixed.h: win32 fix
                   1979: 
1.153     moko     1980: 2020-12-27  moko
                   1981: 
                   1982:        * tests/: 406.html, results/406.processed: test results updated
                   1983: 
                   1984:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                   1985:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                   1986:          spelling
                   1987: 
                   1988: 2020-12-26  moko
                   1989: 
                   1990:        * tests/: 406.html, results/406.processed: tests for
                   1991:          ^table.rename[] added (related to feature #1148)
                   1992: 
                   1993:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   1994:          ^table.rename[column name from;column name to], ^table.rename[
                   1995:          $.[column name from][column name to] ... ] added (implements
                   1996:          feature #1148)
                   1997: 
                   1998: 2020-12-25  moko
                   1999: 
                   2000:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                   2001:          request_info now on stack to avoid yet another THREAD_LOCAL
                   2002:          memory deallocation issue (now with cookies), explained in #1203
                   2003: 
                   2004:        * src/types/pa_vcookie.C: fields should be inited
                   2005: 
                   2006: 2020-12-24  moko
                   2007: 
                   2008:        * src/include/pa_stylesheet_connection.h: looks like
                   2009:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                   2010:          sure libxml bug, but we have GC anyway, so we just remove this
                   2011:          call and see...
                   2012: 
                   2013:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                   2014:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                   2015:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                   2016:          abort.c:65:8     frame #3: 0x00000000004da663
                   2017:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                   2018:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                   2019:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                   2020:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                   2021:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                   2022:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                   2023:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                   2024:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                   2025:           frame #8: 0x000000000050d35c
                   2026:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                   2027:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                   2028:           frame #10: 0x00000000004436e5
                   2029:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                   2030:          [inlined]
                   2031:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                   2032:          pa_stylesheet_connection.h:62:3
                   2033: 
                   2034: 2020-12-23  moko
                   2035: 
                   2036:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                   2037: 
                   2038:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                   2039:          ^image::measure[; $.video(true) ] added
                   2040: 
                   2041:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                   2042:          httpd mode for unknown reasons
                   2043: 
                   2044: 2020-12-22  moko
                   2045: 
                   2046:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                   2047:          error_log uri of currently processed document", but never used
                   2048:          and conflicts with how libgc stops threads on FreeBSD (#define
                   2049:          SIG_SUSPEND SIGUSR1), thus removed.
                   2050: 
                   2051: 2020-12-21  moko
                   2052: 
                   2053:        * src/main/pa_request.C: +comment
                   2054: 
1.151     moko     2055: 2020-12-20  moko
                   2056: 
1.152     moko     2057:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                   2058:          it is more safe to have versions of pa_strdup with one and two
                   2059:          arguments, as helper_length=0 not always mean that strlen()
                   2060:          should be called, but means zero.
                   2061: 
                   2062:        * src/targets/isapi/parser3isapi.C: minor
                   2063: 
                   2064:        * src/main/pa_http.C: +valid_http_method
                   2065: 
1.151     moko     2066:        * src/: include/pa_http.h, main/pa_http.C,
                   2067:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                   2068: 
                   2069: 2020-12-17  moko
                   2070: 
                   2071:        * tests/: 405.html, results/405.processed: test for split by regex
                   2072:          added (related to feature #1160)
                   2073: 
                   2074:        * src/classes/string.C: split by regex implemented (feature #1160)
                   2075: 
                   2076:        * src/classes/string.C: minor
                   2077: 
                   2078:        * tests/: 404.html, results/404.processed: test for whitespace
                   2079:          string is now OK for table argument (related to feature #1169)
                   2080: 
                   2081:        * src/: classes/image.C, classes/string.C, classes/table.C,
                   2082:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                   2083:          argument (as with hash) (implements feature #1169)
                   2084: 
                   2085:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                   2086:          limit for comment (fixes bug #1102)
                   2087: 
                   2088:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                   2089: 
                   2090:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                   2091: 
                   2092:        * src/include/pa_config_includes.h: HAVE_TLS used
                   2093: 
                   2094:        * configure.ac: +TLS check
                   2095: 
                   2096:        * src/main/pa_http.C: content logging added
                   2097: 
                   2098:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                   2099:          clear_response_headers added
                   2100: 
                   2101: 2020-12-16  moko
                   2102: 
                   2103:        * buildall: as we now use threads, libatomic_ops still required for
                   2104:          some OS.
                   2105: 
                   2106:        * src/main/pa_request.C: whitespace
                   2107: 
                   2108:        * src/: include/pa_request.h, main/pa_request.C:
                   2109:          Request::Exception_trace::table extracted and used
                   2110: 
                   2111:        * src/main/pa_request.C: moving output_result call outside of try
                   2112:          as network exceptions should not be handled by parser code
                   2113: 
                   2114:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                   2115:          logging network exchange
                   2116: 
                   2117:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                   2118:          via network if it was network write error.
                   2119: 
                   2120:        * src/targets/cgi/parser3.C: log -> pa_log
                   2121: 
                   2122:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                   2123: 
                   2124:        * src/main/pa_threads.C: getpid() if no gettid() found
                   2125: 
                   2126:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2127:          we need to ignore "void" connections from browsers (browsers open
                   2128:          connections in advance and they will be empty if user does not
                   2129:          request more pages)
                   2130: 
                   2131: 2020-12-15  moko
                   2132: 
                   2133:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                   2134: 
                   2135:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                   2136:          RequestController not needed in httpd mode
                   2137: 
                   2138:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   2139:          classes/classes.h, classes/curl.C, classes/date.C,
                   2140:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   2141:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2142:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2143:          classes/memcached.C, classes/memory.C, classes/op.C,
                   2144:          classes/reflection.C, classes/regex.C, classes/response.C,
                   2145:          classes/string.C, classes/table.C, classes/void.C,
                   2146:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   2147:          include/pa_array.h, include/pa_base64.h,
                   2148:          include/pa_cache_managers.h, include/pa_charset.h,
                   2149:          include/pa_charsets.h, include/pa_common.h,
                   2150:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   2151:          include/pa_dictionary.h, include/pa_dir.h,
                   2152:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   2153:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   2154:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   2155:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   2156:          include/pa_request_charsets.h, include/pa_request_info.h,
                   2157:          include/pa_sapi.h, include/pa_socks.h,
                   2158:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   2159:          include/pa_stack.h, include/pa_string.h,
                   2160:          include/pa_stylesheet_connection.h,
                   2161:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   2162:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   2163:          include/pa_uue.h, include/pa_xml_exception.h,
                   2164:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   2165:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   2166:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   2167:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   2168:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   2169:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   2170:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   2171:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                   2172:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   2173:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   2174:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   2175:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   2176:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                   2177:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   2178:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   2179:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                   2180:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   2181:          main/untaint.C, sql/pa_sql_driver.h,
                   2182:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   2183:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                   2184:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   2185:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   2186:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                   2187:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   2188:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   2189:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                   2190:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                   2191:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   2192:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                   2193:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   2194:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   2195:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   2196:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                   2197:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   2198:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   2199:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   2200:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   2201:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   2202:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   2203:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   2204:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   2205:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   2206:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   2207:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   2208: 
                   2209:        * src/main/pa_request.C: old compilers support
                   2210: 
                   2211:        * tests/: 362.html, results/362.processed: test updated after
                   2212:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                   2213:          #1108)
                   2214: 
                   2215:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                   2216:          removed, as xsltFreeStylesheet has side effects on original doc.
                   2217:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                   2218:          not updated after xdoc modification (part 3 of test 362).
                   2219:          (related to bug #1108)
                   2220: 
                   2221:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                   2222: 
                   2223:        * src/: classes/memory.C, include/pa_memory.h,
                   2224:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                   2225:          PA_GC_GCOLLECT used
                   2226: 
                   2227:        * src/include/pa_memory.h: +PA_GC_COLLECT
                   2228: 
                   2229:        * src/targets/cgi/parser3.C: msvs support fixes
                   2230: 
                   2231:        * src/lib/gc/include/gc.h: more cleanup
                   2232: 
                   2233:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                   2234: 
                   2235:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                   2236:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                   2237: 
                   2238:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                   2239: 
                   2240:        * configure.ac: pthread.h added to checked headers
                   2241: 
                   2242:        * src/classes/table.C: string stream is back :)
                   2243: 
                   2244:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                   2245:          exists
                   2246: 
                   2247:        * src/main/pa_globals.C: GC_dont_gc replaced
                   2248: 
                   2249:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                   2250:          left to simplify adding new functions.  depricated GC_dont_gc
                   2251:          replaced with GC_disable and GC_enable calls.
                   2252: 
                   2253:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                   2254:          CORD_from_file* not used and thus removed
                   2255: 
                   2256:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                   2257: 
                   2258: 2020-12-14  moko
                   2259: 
                   2260:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                   2261:          referenced elsewhere, or GC will collect it.
                   2262: 
                   2263:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                   2264:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                   2265:          elsewhere, or GC will collect them (and we'll get GPF in
                   2266:          multithreaded enviroment).  May be it can be also fixed by some
                   2267:          GC call, not sure. But this fix costs nothing (but hours of
                   2268:          debugging to find the issue :).
                   2269: 
1.150     moko     2270: 2020-12-11  moko
                   2271: 
                   2272:        * configure.ac: gettid() check added
                   2273: 
                   2274:        * src/main/pa_threads.C: HAVE_GETTID used
                   2275: 
                   2276:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                   2277: 
                   2278:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                   2279:          version for isapi/cgi/apache
                   2280: 
                   2281:        * buildall: threads are now required.
                   2282: 
                   2283:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                   2284:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2285:          main/main.vcproj: pa_threads.C moved to main
                   2286: 
                   2287:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                   2288:          isapi/pa_threads.C: pa_threads.C moved to main
                   2289: 
                   2290:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                   2291:          targets/apache/Makefile.am: pa_threads.C moved to main
                   2292: 
                   2293:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                   2294: 
                   2295:        * src/: include/pa_stylesheet_connection.h,
                   2296:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                   2297:          and weird GPF in multithreaded httpd is gone
                   2298: 
                   2299:        * src/include/: pa_stylesheet_connection.h,
                   2300:          pa_sql_driver_manager.h: whitespace
                   2301: 
                   2302:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                   2303: 
                   2304:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   2305:          main/pa_stylesheet_manager.C: whitespace, warning war
                   2306: 
                   2307:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                   2308:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                   2309:          parser_multithreaded never used
                   2310: 
                   2311:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                   2312: 
                   2313: 2020-12-10  moko
                   2314: 
                   2315:        * src/: include/pa_config_includes.h, include/pa_http.h,
                   2316:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                   2317:          MULTITHREADED and PARALLEL httpd server modes
                   2318: 
                   2319:        * src/main/pa_globals.C: GC_java_finalization is depricated
                   2320: 
                   2321: 2020-12-09  moko
                   2322: 
                   2323:        * etc/auto.p.in: + @httpd-main
                   2324: 
                   2325:        * src/: include/pa_common.h, main/pa_request.C,
                   2326:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                   2327:          work
                   2328: 
                   2329:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2330:          slow file_read_binary no longer used, send_range added
                   2331: 
                   2332: 2020-12-08  moko
                   2333: 
                   2334:        * src/main/pa_request.C: >4Gb support
                   2335: 
                   2336:        * src/targets/cgi/parser3.C: msvc warning war
                   2337: 
                   2338:        * src/: include/pa_config_includes.h, main/pa_http.C,
                   2339:          main/pa_request.C: msvc warnings war
                   2340: 
                   2341:        * src/classes/image.C: warning war
                   2342: 
                   2343:        * src/classes/table.C: MSVC warning war
                   2344: 
                   2345:        * src/targets/cgi/parser3.C: msvc warnings war
                   2346: 
                   2347:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                   2348:          added
                   2349: 
1.149     moko     2350: 2020-12-07  moko
                   2351: 
1.150     moko     2352:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                   2353:          avoid logging beside system-wide auto.p
                   2354: 
                   2355:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                   2356: 
                   2357:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                   2358:          configure options added:
                   2359: 
                   2360:          --with-system-cfg=FILE  to specify system-wide auto.p
                   2361:          --with-system-log=FILE  to specify system-wide parser3.log
                   2362: 
                   2363:        * Makefile.am: bin no longer exists
                   2364: 
                   2365:        * configure, configure.ac: auto.p moved to etc to simplify debian
                   2366:          package
                   2367: 
                   2368:        * buildall: auto.p and parser3.charsets moved to their default
                   2369:          location after install
                   2370: 
                   2371:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                   2372: 
                   2373:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   2374: 
1.149     moko     2375:        * src/targets/cgi/parser3.C: locate_config call returned to
                   2376:          original place as it requires pa_thread_request() under Windows
                   2377: 
                   2378:        * src/targets/cgi/parser3.C: renaming
                   2379: 
                   2380: 2020-12-06  moko
                   2381: 
                   2382:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   2383:          check added
                   2384: 
                   2385: 2020-12-04  moko
                   2386: 
                   2387:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   2388:          main/pa_request.C: unified uint64_t lseek implemented to support
                   2389:          >4Gb files under x86, including Windows
                   2390: 
                   2391: 2020-12-02  moko
                   2392: 
                   2393:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   2394:          with max_file_size
                   2395: 
                   2396:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   2397:          support for processing files sized >4Gb on 32 bit planforms
                   2398: 
                   2399:        * tests/399.html: file moved
                   2400: 
                   2401:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   2402: 
                   2403:        * src/targets/cgi/pa_sapi_info.h: warning war
                   2404: 
                   2405:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   2406:          warning war
                   2407: 
                   2408: 2020-12-01  moko
                   2409: 
                   2410:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   2411: 
                   2412:        * src/classes/image.C: for "size not found" exception to be shown
                   2413:          if size not found until eof
                   2414: 
                   2415:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   2416:          bit linux)
                   2417: 
                   2418:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   2419:          #1188)
                   2420: 
                   2421: 2020-11-30  moko
                   2422: 
                   2423:        * src/classes/image.C: definitions moved closer to code
                   2424: 
                   2425:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   2426:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   2427:          395_dir/3_VP8X.webp, results/395.processed,
                   2428:          results/396.processed: tests for ^image::measure[] .webp support
                   2429:          added, all image files moved into one directory (related to
                   2430:          feature #1188)
                   2431: 
                   2432:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   2433:          #1188)
                   2434: 
1.148     moko     2435: 2020-11-29  moko
                   2436: 
                   2437:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   2438:          processing, unnessesary defines removed
                   2439: 
                   2440: 2020-11-24  moko
                   2441: 
                   2442:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2443:          309.processed, 310.processed: Content-Disposition: inline
                   2444:          returned
                   2445: 
                   2446:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   2447:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   2448:          ] added (related to bug #1204)
                   2449: 
                   2450:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   2451:          ] supported to avoid Content-Disposition: inline;
                   2452:          filename="<file>.ext" but still set Content-Type for ext (related
                   2453:          to bug #1204)
                   2454: 
1.147     moko     2455: 2020-11-22  moko
                   2456: 
                   2457:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   2458:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   2459: 
                   2460:        * src/main/pa_request.C: content_disposition_inline returned.
                   2461: 
                   2462: 2020-11-17  moko
                   2463: 
                   2464:        * src/main/pa_request.C: empty main method name support
                   2465: 
                   2466:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   2467:          config_handler added, stdout flush added.
                   2468: 
                   2469: 2020-11-16  moko
                   2470: 
                   2471:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   2472: 
                   2473:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   2474:          309.processed, 310.processed: Content-Disposition: inline is not
                   2475:          required and should not contain filename="<name>"
                   2476: 
                   2477:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   2478:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2479:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   2480: 
1.146     moko     2481: 2020-11-14  moko
                   2482: 
                   2483:        * src/targets/cgi/parser3.C: spelling
                   2484: 
                   2485:        * src/targets/cgi/parser3.C: renaming
                   2486: 
                   2487:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   2488:          relocated
                   2489: 
                   2490:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   2491:          before request processing, which is weired
                   2492: 
                   2493: 2020-11-13  moko
                   2494: 
                   2495:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   2496:          copied in httpd.
                   2497: 
                   2498: 2020-11-12  moko
                   2499: 
                   2500:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   2501: 
                   2502:        * src/: include/pa_request.h, main/pa_request.C,
                   2503:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   2504: 
                   2505:        * src/main/pa_http.C: URI validation added
                   2506: 
                   2507:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   2508:          can't be empty but can be null.  httpd-main is now main method
                   2509:          name for httpd mode
                   2510: 
                   2511: 2020-11-11  moko
                   2512: 
                   2513:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   2514: 
                   2515:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   2516:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2517:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   2518:          main/pa_request.C: r.absolute -> r.full_disk_path
                   2519: 
                   2520:        * src/targets/cgi/parser3.C: if filename to process is not
                   2521:          specified, auto.p should be present.
                   2522: 
1.145     moko     2523: 2020-11-03  moko
                   2524: 
                   2525:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   2526: 
                   2527:        * src/main/pa_request.C: content_disposition_inline is the default,
                   2528:          not required.
                   2529: 
1.144     moko     2530: 2020-10-29  moko
                   2531: 
                   2532:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   2533:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   2534:          path_translated changing to correct relative files path
                   2535:          calculation in httpd mode
                   2536: 
                   2537:        * src/: include/pa_request.h, main/pa_request.C:
                   2538:          fail_on_read_problem removed, as it allways true, as if should
                   2539:          be.
                   2540: 
                   2541:        * src/: include/pa_request.h, main/pa_request.C,
                   2542:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2543:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   2544:          config was not found, thus flag not required and removed.
                   2545: 
                   2546: 2020-10-28  moko
                   2547: 
                   2548:        * tests/: 402.html, results/402.processed: error reporting test
                   2549: 
                   2550:        * src/main/execute.C: better error reporting when
                   2551:          $result[^hash::create[]] in @main.
                   2552: 
                   2553:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   2554:          + minor optimization
                   2555: 
                   2556:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2557:          main/pa_xml_io.C: execute_*_method simplified and unified
                   2558: 
                   2559: 2020-10-27  moko
                   2560: 
                   2561:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   2562: 
                   2563:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   2564:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2565:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   2566:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   2567:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   2568:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   2569:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   2570:          longer used in object-prototype mode
                   2571: 
                   2572:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   2573:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   2574:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   2575:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   2576:          $form:name[value] features
                   2577: 
1.143     moko     2578: 2020-10-18  moko
                   2579: 
                   2580:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   2581: 
                   2582: 2020-10-15  moko
                   2583: 
                   2584:        * src/main/pa_http.C: url no longer needed as
                   2585:          ALTER_EXCEPTION_SOURCE is used
                   2586: 
                   2587:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   2588:          main/pa_http.C: check_file_size filespec is now optional
                   2589: 
                   2590:        * src/: classes/curl.C, include/pa_exception.h,
                   2591:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   2592:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   2593: 
                   2594:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   2595:          results/346-curl.processed, results/379-curl.processed,
                   2596:          results/379.processed: test results updated as load now provides
                   2597:          better error reporting + curl responses updated
                   2598: 
                   2599: 2020-10-14  moko
                   2600: 
                   2601:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   2602:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   2603:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   2604:          checked. 10 is now default base, no hex autodetect by default
                   2605: 
                   2606:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2607:          connection socket closing in destructor + accept exception
                   2608:          handling
                   2609: 
                   2610:        * src/targets/cgi/parser3.C: warning war
                   2611: 
                   2612:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   2613:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2614:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   2615:          exception handling unified
                   2616: 
                   2617: 2020-10-13  moko
                   2618: 
                   2619:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   2620:          autodetection
                   2621: 
                   2622:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   2623: 
                   2624:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   2625: 
                   2626:        * src/main/pa_http.C: warning war
                   2627: 
1.142     moko     2628: 2020-10-12  moko
                   2629: 
1.143     moko     2630:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2631:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   2632:          unhandled exception code optimization
                   2633: 
                   2634:        * src/targets/cgi/parser3.C: request_info now global variable
                   2635: 
                   2636:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   2637:          class
                   2638: 
                   2639:        * src/: include/pa_http.h, main/pa_http.C,
                   2640:          targets/cgi/pa_sapi_info.h: read_post implemented
                   2641: 
1.142     moko     2642:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2643:          [host:]port syntax support in httpd mode
                   2644: 
                   2645:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   2646:          targets/cgi/parser3.C: populate_env added
                   2647: 
                   2648:        * src/include/pa_hash.h: to make get(char *) compiling in
                   2649:          HashStringString
                   2650: 
                   2651: 2020-10-10  moko
                   2652: 
                   2653:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2654:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   2655: 
                   2656:        * src/: include/pa_http.h, include/pa_request_info.h,
                   2657:          main/pa_http.C, main/pa_string.C,
                   2658:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   2659:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   2660:          types/pa_vrequest.C: initial httpd mode implementation
                   2661: 
1.141     moko     2662: 2020-10-04  moko
                   2663: 
                   2664:        * src/targets/cgi/parser3.C: options together
                   2665: 
                   2666: 2020-09-30  moko
                   2667: 
                   2668:        * src/main/pa_http.C: renamed
                   2669: 
1.140     moko     2670: 2020-08-14  moko
                   2671: 
                   2672:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   2673:          src/targets/cgi/Makefile.am: no httpd as separate library
                   2674: 
                   2675: 2020-08-13  moko
                   2676: 
                   2677:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   2678:          unhandled exception handler to report 500 instead of 200 it was
                   2679:          before.
                   2680: 
                   2681:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   2682: 
                   2683:        * src/: include/pa_sapi.h, main/untaint.C,
                   2684:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2685:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   2686:          thus replaced with SAPI::die and removed
                   2687: 
                   2688:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   2689:          cgi/parser3.C: whitespace
                   2690: 
                   2691:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   2692: 
                   2693: 2020-08-12  moko
                   2694: 
                   2695:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   2696:          removed, whitespace was: SIGPIPE received while executing code.
                   2697:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   2698:          cl=0]
                   2699: 
                   2700:        * parser3.sln: + httpd.vcproj
                   2701: 
                   2702: 2020-08-11  moko
                   2703: 
                   2704:        * src/targets/cgi/Makefile.am: +libhttpd
                   2705: 
                   2706:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   2707: 
1.139     moko     2708: 2020-07-13  moko
                   2709: 
                   2710:        * tests/: 401.html, results/401.processed: test for hash key does
                   2711:          not keep language, but tainted in foreach.
                   2712: 
1.138     moko     2713: 2020-07-01  moko
                   2714: 
                   2715:        * tests/: 235.html, results/235.processed: test result updated as
                   2716:          messages before attachments implemented (feature #1176)
                   2717: 
1.137     moko     2718: 2020-06-27  moko
                   2719: 
                   2720:        * tests/: 400.html, results/400.processed: test updated to check
                   2721:          ^return{code}
                   2722: 
                   2723:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   2724:          fixed
                   2725: 
                   2726: 2020-06-26  moko
                   2727: 
                   2728:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   2729:          added (related to https://www.parser.ru/forum/?id=85319)
                   2730: 
                   2731:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   2732:          when $result assignment was last statement in the method
                   2733:          (https://www.parser.ru/forum/?id=85319)
                   2734: 
1.136     moko     2735: 2020-05-23  moko
                   2736: 
                   2737:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   2738:          whitespace, unused level removed
                   2739: 
                   2740: 2020-05-19  moko
                   2741: 
                   2742:        * src/types/pa_vmail.C: whitespace
                   2743: 
                   2744:        * src/types/pa_vmail.C: files should be processed last (related to
                   2745:          feature #1176)
                   2746: 
1.135     moko     2747: 2020-05-12  moko
                   2748: 
                   2749:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   2750:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   2751: 
                   2752:        * configure.ac: FreeBSD1X.X check added to avoid
                   2753:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   2754: 
1.134     moko     2755: 2020-02-26  moko
                   2756: 
                   2757:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   2758:          compilation issue (related to bug #1201)
                   2759: 
                   2760:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   2761:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   2762:          -f and -d now works under Windows in UTF-8 with Russian
                   2763:          filenames.
                   2764: 
                   2765:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   2766:          advice (related to feature #1199)
                   2767: 
                   2768: 2020-02-25  moko
                   2769: 
                   2770:        * buildall: --silent removed
                   2771: 
                   2772:        * configure.ac: gmime-3.0 support
                   2773: 
                   2774:        * buildall: --with-system-mailreceive option added to build with
                   2775:          system libgmime
                   2776: 
                   2777:        * src/types/pa_vmail.C: avoiding
                   2778:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   2779:          to feature #1199)
                   2780: 
1.133     moko     2781: 2020-02-18  moko
                   2782: 
                   2783:        * src/classes/op.C: windows x64 debug mode compile fix
                   2784: 
                   2785:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   2786:          change (releated to feature #1200)
                   2787: 
                   2788:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2789:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   2790:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   2791:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   2792:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2793:          targets/apache/ApacheModuleParser3.vcproj,
                   2794:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2795:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2796:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   2797:          dependency (related to feature #1200)
                   2798: 
1.132     moko     2799: 2020-02-12  moko
                   2800: 
                   2801:        * src/types/pa_vmail.C: minimize diff
                   2802: 
                   2803:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   2804:          #1199)
                   2805: 
1.131     moko     2806: 2020-01-18  moko
                   2807: 
                   2808:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   2809: 
1.130     moko     2810: 2019-12-28  moko
                   2811: 
                   2812:        * src/targets/cgi/parser3.C: avoid empty ?
                   2813: 
                   2814: 2019-12-27  moko
                   2815: 
                   2816:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   2817:          DOCUMENT_ROOT (related to feature #1164)
                   2818: 
                   2819:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   2820:          fcgiwrap setup (implements feature #1164)
                   2821: 
                   2822:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   2823:          but no issues found (related to feature #1164)
                   2824: 
                   2825:        * src/targets/cgi/parser3.C: actualized
                   2826: 
                   2827: 2019-12-26  moko
                   2828: 
                   2829:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   2830:          removed
                   2831: 
                   2832:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   2833:          removed
                   2834: 
                   2835:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   2836:          allocation errors, we don't want default gc warnings (without
                   2837:          timestamp and URI).
                   2838: 
                   2839:        * src/: classes/memory.C, main/pa_globals.C,
                   2840:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2841:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   2842:          pa_globals_init
                   2843: 
                   2844:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   2845:          initialization used (optimization)
                   2846: 
                   2847:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   2848:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   2849:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   2850:          (optimization)
                   2851: 
1.129     moko     2852: 2019-12-09  moko
                   2853: 
                   2854:        * src/include/pa_config_fixed.h: warning war
                   2855: 
1.128     moko     2856: 2019-12-08  moko
                   2857: 
                   2858:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   2859:          process grammar under Unix.
                   2860: 
                   2861: 2019-12-07  moko
                   2862: 
                   2863:        * tests/389.html: For Windows XP. :)
                   2864: 
                   2865:        * tests/388-sql.html: Windows compatibility added
                   2866: 
                   2867: 2019-12-06  moko
                   2868: 
                   2869:        * src/targets/cgi/parser3.C: warning war
                   2870: 
                   2871:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   2872:          == sizeof(CORD)) to avoid aligning bugs in future
                   2873: 
                   2874:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   2875:          XML_STATIC
                   2876: 
                   2877:        * src/include/pa_request.h: StackItem() not required
                   2878: 
                   2879:        * src/include/pa_stack.h: warning war
                   2880: 
                   2881:        * src/include/pa_config_includes.h: GCC warning silenced
                   2882: 
                   2883:        * src/include/pa_memory.h: warning war: the program should also
                   2884:          define 'void operator delete [](void*, std::size_t)'
                   2885:          [-Wsized-deallocation]
                   2886: 
                   2887:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   2888: 
                   2889:        * src/classes/string.C: not reqired cast removed
                   2890: 
                   2891:        * src/classes/string.C: not reqired cast removed
                   2892: 
                   2893: 2019-12-05  moko
                   2894: 
                   2895:        * src/lib/sdbm/pa_file_io.C: warning war
                   2896: 
                   2897:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   2898:          enum Language : size_t - required for VS2015+ to make
                   2899:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   2900:          without it (related to feature #1198)
                   2901: 
                   2902: 2019-12-04  moko
                   2903: 
                   2904:        * src/main/pa_base64.C: unsigned char -> uchar
                   2905: 
                   2906:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   2907:          as other libs
                   2908: 
                   2909:        * src/include/pa_version.h: +amd64
                   2910: 
                   2911: 2019-12-03  moko
                   2912: 
                   2913:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   2914:          release
                   2915: 
                   2916:        * src/include/pa_config_includes.h: warning war
                   2917: 
                   2918:        * src/classes/image.C: warning war
                   2919: 
                   2920:        * src/main/pa_globals.C: x64 libs support
                   2921: 
                   2922:        * src/include/pa_config_includes.h: warning war
                   2923: 
                   2924:        * src/types/pa_method.h: warning war
                   2925: 
1.127     moko     2926: 2019-11-28  moko
                   2927: 
                   2928:        * src/classes/math.C: vs2003 compatibility + warning war
                   2929: 
                   2930:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   2931:          libxml2-2.9.9 (related to feature #1136)
                   2932: 
                   2933:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   2934:          typecast for more compatibility (related to feature #1136)
                   2935: 
                   2936:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   2937:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   2938:          feature #1136)
                   2939: 
                   2940: 2019-11-26  moko
                   2941: 
                   2942:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   2943:          removed (it was failing in $$var case), condition added
                   2944: 
1.126     moko     2945: 2019-11-25  moko
                   2946: 
                   2947:        * tests/: 397.html, 399.html, results/141.processed,
                   2948:          results/399.processed: base64 options tested
                   2949: 
                   2950:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   2951: 
                   2952:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   2953:          implemented (feature #986)
                   2954: 
                   2955:        * src/main/pa_cache_managers.C: whitespace
                   2956: 
                   2957:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   2958:          ^base64 encode options added (related to feature #986)
                   2959: 
                   2960:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   2961:          pa_base64_encode(file) removed - more memory, but faster and less
                   2962:          code (related fo feature #986)
                   2963: 
                   2964: 2019-11-24  moko
                   2965: 
                   2966:        * tests/: 155.html, results/155.processed: limit and offset in
                   2967:          ^table::load[] now supported, thus test added
                   2968: 
                   2969:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   2970:          main/pa_common.C: optimization: offset and limit options parsing
                   2971:          moved inside file_load.
                   2972: 
                   2973: 2019-11-23  moko
                   2974: 
                   2975:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   2976:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   2977:          optimization: file_read replaced with simplified file_read_binary
                   2978: 
                   2979:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   2980:          types/pa_vform.C: whitespace
                   2981: 
                   2982:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   2983:          removed
                   2984: 
                   2985: 2019-11-21  moko
                   2986: 
                   2987:        * tests/: 193.html, results/193.processed, results/389.processed:
                   2988:          test results updated as now base64 does not discard tail without
                   2989:          padding (related to feature #986)
                   2990: 
                   2991: 2019-11-20  moko
                   2992: 
                   2993:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   2994:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   2995:          pa_base64_decode (related to feature #986)
                   2996: 
                   2997:        * tests/398.html: tests for base64 decode added (related to feature
                   2998:          #986)
                   2999: 
                   3000:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   3001:          support, padding inside base 64 supported (related to feature
                   3002:          #096)
                   3003: 
                   3004: 2019-11-19  moko
                   3005: 
                   3006:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   3007:          FreeBSD 12
                   3008: 
1.125     moko     3009: 2019-11-16  moko
                   3010: 
                   3011:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   3012:          support added, step support removed (related to #986)
                   3013: 
                   3014: 2019-11-15  moko
                   3015: 
                   3016:        * src/classes/math.C: using log since log2 is not present on
                   3017:          FreeBSD < 8.4 (related to feature #1177)
                   3018: 
                   3019:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   3020:          pa_base64_size extracted and used for files as well (related to
                   3021:          feature 986)
                   3022: 
                   3023: 2019-11-14  moko
                   3024: 
                   3025:        * tests/: 397.html, results/397.processed: + content check
                   3026: 
                   3027:        * tests/: 141.html, results/141.processed: make test resuls more
                   3028:          readable
                   3029: 
                   3030:        * tests/: 397.html, results/193.processed, results/397.processed:
                   3031:          test results updated after \x00 character was disabled in
                   3032:          math:convert string mode (related to feature #1177)
                   3033: 
                   3034:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   3035:          converting to string (as in base64, related to feature #1177)
                   3036: 
                   3037:        * src/classes/file.C: more correct arguments separation
                   3038: 
                   3039:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   3040:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   3041:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   3042:          options added, but not yet implemented (related to feature #986)
                   3043: 
                   3044:        * src/classes/math.C: whitespace
                   3045: 
                   3046: 2019-11-13  moko
                   3047: 
                   3048:        * tests/: 397.html, results/397.processed: +tainting test (related
                   3049:          to feature #1177)
                   3050: 
                   3051:        * src/classes/math.C: as we now produce not only digits, result
                   3052:          should be tainted (related to feature #1177)
                   3053: 
                   3054:        * src/main/pa_base64.C: whitespace
                   3055: 
                   3056:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   3057:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   3058:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   3059:          implementation moved from pa_common.h and pa_common.C
                   3060: 
                   3061: 2019-11-12  moko
                   3062: 
                   3063:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   3064:          as ^math:convert now supports arbitrary precision
                   3065: 
                   3066: 2019-11-11  moko
                   3067: 
                   3068:        * tests/results/389.processed: uctualized error message
                   3069: 
                   3070:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   3071:          ^math:convert added (related to feature #1177)
                   3072: 
                   3073:        * src/classes/math.C: ^math:convert now supports arbitrary
                   3074:          precision, alphabet support added (implements feature #1177)
                   3075: 
1.124     moko     3076: 2019-11-06  moko
                   3077: 
                   3078:        * tests/: 181.html, results/181.processed: entities usage added,
                   3079:          more entites load tests (related to bug #842 discussion)
                   3080: 
                   3081: 2019-11-05  moko
                   3082: 
                   3083:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   3084:          call from xmlFileOpen if http://localhost/<file> was not found
                   3085:          (related to bug #842)
                   3086: 
                   3087:        * src/main/pa_xml_io.C: rename
                   3088: 
                   3089:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   3090: 
                   3091:        * src/main/pa_xml_io.C: whitespace
                   3092: 
1.123     moko     3093: 2019-10-31  moko
                   3094: 
                   3095:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   3096:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   3097:          #1181)
                   3098: 
1.122     moko     3099: 2019-10-25  moko
                   3100: 
                   3101:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   3102:          queries tests
                   3103: 
                   3104: 2019-10-24  moko
                   3105: 
                   3106:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   3107:          pgsql driver test
                   3108: 
                   3109:        * tests/: 388-sql.html, results/388-sql.processed:
                   3110:          multi_statements=1 now tested, mysql test now supported
                   3111:          (connection must be specified in [parser3] section in .my.cnf)
                   3112:          related to issues #1195 and #1194
                   3113: 
1.121     moko     3114: 2019-09-11  moko
                   3115: 
                   3116:        * src/classes/int.C: whitespace
                   3117: 
                   3118:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   3119:          exception test
                   3120: 
                   3121:        * tests/results/388-sql.processed: sql queries now shown (related
                   3122:          to feature #1196)
                   3123: 
                   3124:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   3125:          with old parser versions.
                   3126: 
                   3127:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   3128:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   3129:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   3130:          instead of connect string in query_event_handlers exceptions
                   3131:          (implements feature #1196)
                   3132: 
1.120     moko     3133: 2019-09-06  moko
                   3134: 
                   3135:        * tests/388-sql.html: mysql compat
                   3136: 
                   3137:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   3138:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   3139:          sql_ variables declaration moved to pa_common.h
                   3140: 
1.116     moko     3141: 2019-01-15  moko
                   3142: 
                   3143:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   3144:          logically sorted
                   3145: 
                   3146: 2018-12-27  moko
                   3147: 
                   3148:        * src/include/pa_config_includes.h: warning war:
                   3149:          -Wdeprecated-register added for C++ 17
                   3150: 
                   3151: 2018-10-15  moko
                   3152: 
                   3153:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   3154:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   3155:          --with-xml=/usr/local/
                   3156: 
                   3157: 2018-09-24  moko
                   3158: 
                   3159:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   3160:          ^image::measure[] now supports tiff added (related to feature
                   3161:          #1188)
                   3162: 
                   3163:        * src/classes/image.C: ^image::measure[] now supports tiff
                   3164:          (implements feature #1188)
                   3165: 
                   3166: 2018-09-20  moko
                   3167: 
                   3168:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   3169:          files measure added (related to ticket #1188)
                   3170: 
                   3171:        * src/classes/image.C: measure of bmp files implemented (related to
                   3172:          ticket #1188)
                   3173: 
                   3174: 2018-09-18  moko
                   3175: 
                   3176:        * tests/: 394-curl.html, results/394-curl.processed,
                   3177:          results/auto.p: test for bug #1187 (max_file_size check for head
                   3178:          requests) added
                   3179: 
                   3180: 2018-08-24  moko
                   3181: 
                   3182:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   3183:          response content-length check is required (fixes bug #1187)
                   3184: 
                   3185: 2018-05-11  moko
                   3186: 
                   3187:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   3188:          $.append(bool) ] option added (related to feature #919)
                   3189: 
                   3190:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   3191:          from misha@ patch (implements feature #919)
                   3192: 
                   3193: 2018-03-22  moko
                   3194: 
                   3195:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   3196:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   3197:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   3198:          Windows-only problem.
                   3199: 
                   3200:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   3201:          build fix)
                   3202: 
                   3203: 2018-02-03  moko
                   3204: 
                   3205:        * src/main/execute.C: removes irrelevant lines from exception stack
                   3206:          trace when exceptions occurs in assigment (fixes bug #1165)
                   3207: 
                   3208:        * tests/: 393.html, results/393.processed: test for behavour after
                   3209:          "Property can not be created, already exists field with that
                   3210:          name" exception removed (related to feature #1183)
                   3211: 
                   3212:        * src/types/pa_vclass.C: "Property can not be created, already
                   3213:          exists field with that name" exception removed (implements
                   3214:          feature #1183)
                   3215: 
                   3216: 2018-01-19  moko
                   3217: 
                   3218:        * src/classes/string.C: whitespace
                   3219: 
                   3220:        * src/classes/string.C: whitespace
                   3221: 
                   3222:        * tests/: 392.html, results/392.processed: test for
                   3223:          ^regex::create[$regex] added (related to feature #1135)
                   3224: 
                   3225:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   3226:          ^regex::create[$regex] added (implements feature #1135)
                   3227: 
                   3228:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   3229:          commented define added (related to feature #1157)
                   3230: 
                   3231: 2018-01-17  moko
                   3232: 
                   3233:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   3234: 
                   3235: 2018-01-15  moko
                   3236: 
                   3237:        * tests/: 390.html, results/390.processed: real path replaced by
                   3238:          stub
                   3239: 
                   3240:        * tests/: 391.html, results/391.processed: test for feature #1181
                   3241:          (XML_PARSE_HUGE exception) added
                   3242: 
                   3243: 2018-01-11  moko
                   3244: 
                   3245:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   3246:          XML_PARSE_HUGE option passed by default (implements feature
                   3247:          #1181)
                   3248: 
                   3249:        * src/classes/string.C: whitespace
                   3250: 
                   3251: 2017-12-10  moko
                   3252: 
                   3253:        * tests/: 389.html, 390.html, results/389.processed,
                   3254:          results/390.processed: image code coverage tests added (related
                   3255:          to feature #1125)
                   3256: 
                   3257: 2017-12-08  moko
                   3258: 
                   3259:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   3260:          results/346-curl.processed, results/388-sql.processed,
                   3261:          results/389.processed: more code coverage tests
                   3262: 
                   3263:        * tests/: 264.html, results/264.processed: code coverage for
                   3264:          ^file::exec[]
                   3265: 
                   3266: 2017-12-07  moko
                   3267: 
                   3268:        * tests/: 174.html, 388-sql.html, 389.html,
                   3269:          results/388-sql.processed, results/389.processed,
                   3270:          results/174.processed: more coverage tests
                   3271: 
                   3272:        * src/classes/math.C: exception text actualized
                   3273: 
                   3274: 2017-12-06  moko
                   3275: 
                   3276:        * tests/388-sql.html: $SQL can be here
                   3277: 
                   3278:        * tests/results/auto.p: $SQL not required here
                   3279: 
                   3280:        * tests/: 388-sql.html, 389.html, Makefile,
                   3281:          results/388-sql.processed, results/389.processed, results/auto.p:
                   3282:          code coverage tests for sql (using sqlite) and int/double/bool
                   3283:          added (related to feature #1125)
                   3284: 
                   3285:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   3286:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   3287:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   3288:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   3289:          targets/apache/ApacheModuleParser3Core.vcproj,
                   3290:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   3291:          types/types.vcproj: gc\include no longer required
                   3292: 
                   3293:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   3294:          required
                   3295: 
                   3296:        * src/: classes/Makefile.am, classes/table.C,
                   3297:          include/pa_config_includes.h, include/pa_string.h,
                   3298:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3299:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   3300:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   3301:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   3302:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   3303:          used, we now include it directly
                   3304: 
                   3305: 2017-12-04  moko
                   3306: 
                   3307:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   3308:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   3309:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   3310:          where required
                   3311: 
                   3312:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   3313:          now can be used to trace memory allocations
                   3314: 
                   3315:        * src/: classes/table.C, include/pa_config_includes.h,
                   3316:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   3317:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   3318:          method removes, libcord also can work without libgc
                   3319: 
                   3320:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   3321: 
                   3322: 2017-11-29  moko
                   3323: 
                   3324:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   3325:          are not present (related to feature #1173)
                   3326: 
                   3327:        * tests/346-curl.html: test updated to test curl content-length bug
                   3328:          (related to feature #1173)
                   3329: 
                   3330:        * tests/results/346-curl.processed: more test for content-length
                   3331:          curl bug (related to feature #1173)
                   3332: 
                   3333:        * tests/results/346-curl.processed: test results updated after
                   3334:          #1173 implemented
                   3335: 
                   3336: 2017-11-28  moko
                   3337: 
                   3338:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   3339:          (related to feature #1173)
                   3340: 
                   3341: 2017-11-27  moko
                   3342: 
                   3343:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   3344:          $.http_version[version string] added (implements feature #1173),
                   3345:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   3346:          where $post(true) bug existed.
                   3347: 
                   3348: 2017-11-18  moko
                   3349: 
                   3350:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   3351: 
                   3352:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   3353:          feature #1170)
                   3354: 
                   3355: 2017-11-17  moko
                   3356: 
                   3357:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   3358:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   3359:          with delete usage check only under Debian 9 (related to feature
                   3360:          #1170)
                   3361: 
                   3362: 2017-11-16  moko
                   3363: 
                   3364:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   3365:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   3366:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   3367:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   3368:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   3369:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   3370:          stubs defend from accidental use (implements feature #1170)
                   3371: 
                   3372: 2017-06-24  moko
                   3373: 
                   3374:        * configure.ac: minor fix: thanks to alx@
                   3375: 
1.115     moko     3376: 2017-05-29  moko
                   3377: 
                   3378:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   3379:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   3380:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   3381: 
                   3382:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   3383:          ignored, =?UTF-8?Q?= should start in case of leading space
                   3384:          (related to bug #123)
                   3385: 
                   3386:        * buildall: echo -n -> printf for OS X. :)
                   3387: 
                   3388: 2017-05-25  moko
                   3389: 
                   3390:        * tests/: 288.html, results/288.processed: test updated afted
                   3391:          setting $o.prop without setter exception removed (related to
                   3392:          feature #1157)
                   3393: 
                   3394:        * src/types/pa_vclass.C: no more "this property has no setter
                   3395:          method" when setting $o.prop without setter (implements feature
                   3396:          #1157)
                   3397: 
                   3398:        * buildall: echo \c -> echo -n for FreeBSD
                   3399: 
                   3400:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   3401:          src/types/pa_vdouble.h: isfinite now checked in configure
                   3402: 
                   3403:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   3404:          upgraded to automake 1.15
                   3405: 
                   3406: 2017-05-23  moko
                   3407: 
                   3408:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   3409:          defined
                   3410: 
                   3411: 2017-05-22  moko
                   3412: 
                   3413:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   3414: 
                   3415:        * buildall: extern CFLAGS setting support
                   3416: 
                   3417:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   3418: 
                   3419:        * buildall: http -> https
                   3420: 
                   3421:        * buildall: gc-7.2f -> gc-7.6.0
                   3422: 
                   3423: 2017-05-20  moko
                   3424: 
                   3425:        * buildall: https, pcre, xml, xslt updated to current versions
                   3426:          (related to feature #1136)
                   3427: 
                   3428: 2017-05-19  moko
                   3429: 
                   3430:        * tests/097.html: after parser.ru moved to https
                   3431: 
                   3432: 2017-05-17  moko
                   3433: 
                   3434:        * tests/results/: 175.processed, 372.processed: tests resuls
                   3435:          updated after lintian spelling typos fixed (related to bug #1156)
                   3436: 
                   3437:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   3438:          classes/string.C, classes/table.C, main/pa_charset.C,
                   3439:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   3440:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   3441:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   3442: 
                   3443:        * tests/results/096.processed: +XMP
                   3444: 
                   3445:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   3446:          $.xmp(true) options tested (test for feature #1154)
                   3447: 
                   3448:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   3449:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   3450:          fetched by default! (implements feature #1154)
                   3451: 
                   3452: 2017-05-16  moko
                   3453: 
                   3454:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   3455:          allowed (related to feature #1154)
                   3456: 
                   3457:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3458:          initial XMP implementation - without options and transcode
                   3459:          (related to feature #1154)
                   3460: 
                   3461: 2017-05-12  moko
                   3462: 
                   3463:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3464:          image: exif moved to ffields, skipped in ^image.html[] where
                   3465:          iterators now used (preparation for feature #1154)
                   3466: 
                   3467: 2017-05-05  moko
                   3468: 
                   3469:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   3470:          results/387.processed: test for circular class inheritance check
                   3471:          added (related to bug #1150)
                   3472: 
                   3473:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   3474:          added (fixes endless add_derived bug #1150)
                   3475: 
                   3476: 2017-05-04  moko
                   3477: 
                   3478:        * tests/: 386.html, results/386.processed: test for
                   3479:          $table.value(number) added (related to feature #1152)
                   3480: 
                   3481:        * src/types/pa_vtable.C: table put_element: column value must be
                   3482:          string  - > column value must be string compatible to allow
                   3483:          $t.value(1) (implements feature #1152)
                   3484: 
                   3485: 2017-05-03  moko
                   3486: 
                   3487:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   3488:          (related to feature #1151)
                   3489: 
                   3490:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   3491:          not possible, removing test (related to feature #1151)
                   3492: 
                   3493:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   3494:          get_element_method added and used to allow $use[$method] and
                   3495:          $autouse[$method] (implements feature 1151)
                   3496: 
                   3497:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   3498:          variable added (related to feature #1151)
                   3499: 
                   3500:        * tests/results/226.processed: actualized after ^try-catch used
                   3501: 
                   3502:        * tests/: 226.html, 385.html, results/385.processed: test for
                   3503:          @autouse in variable added
                   3504: 
                   3505:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   3506: 
1.114     moko     3507: 2017-02-27  moko
                   3508: 
                   3509:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   3510: 
1.113     moko     3511: 2017-02-20  moko
                   3512: 
1.211     moko     3513:        * operators.ru.txt, operators.txt: actualization + beauty
1.113     moko     3514: 
                   3515: 2017-02-16  moko
                   3516: 
                   3517:        * tests/: 384.html, results/384.processed: test for
                   3518:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   3519:          #1089)
                   3520: 
                   3521:        * tests/: 384.html, results/384.processed: test for
                   3522:          ^reflection:mixin[] added (related to feature #1089)
                   3523: 
                   3524:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   3525: 
1.112     moko     3526: 2017-02-15  moko
                   3527: 
                   3528:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   3529:          fixed
                   3530: 
                   3531:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   3532:          test added (related to feature #1069)
                   3533: 
                   3534:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3535:          compilation without HASH_ORDER fixed
                   3536: 
                   3537:        * src/: classes/reflection.C, include/pa_hash.h:
                   3538:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   3539:          feature #1069)
                   3540: 
                   3541: 2017-02-14  moko
                   3542: 
                   3543:        * tests/: 152.html, results/152.processed: test for $._default hash
                   3544:          added (related to bug #1131)
                   3545: 
                   3546:        * tests/: 277.html, results/277.processed: test for hash with only
                   3547:          $._default is now defined (related to bug #1131)
                   3548: 
                   3549:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   3550:          (fixed bug #1131)
                   3551: 
                   3552: 2017-02-13  moko
                   3553: 
                   3554:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   3555: 
                   3556:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   3557:          results/320.processed, results/375.processed, results/auto.p:
                   3558:          cat-windows.sh support added
                   3559: 
                   3560:        * tests/375.html: Windows support
                   3561: 
                   3562:        * tests/270.html: documented
                   3563: 
                   3564:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   3565:          (not backslashes) even under Windows (broke test 270)
                   3566: 
                   3567: 2017-02-12  moko
                   3568: 
                   3569:        * tests/: descript.ion, todo.txt: cleanup
                   3570: 
                   3571: 2017-02-09  moko
                   3572: 
                   3573:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   3574:          run_tests.cmd: Windows compatibility
                   3575: 
                   3576:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   3577:          incorrectly (GMT) if parser is called from cygwin
                   3578: 
1.111     moko     3579: 2017-02-08  moko
                   3580: 
1.211     moko     3581:        * operators.ru.txt, operators.txt: actualization 15% completed
1.112     moko     3582: 
1.211     moko     3583:        * operators.ru.txt, operators.txt: cp1251 -> utf-8
1.112     moko     3584: 
                   3585:        * NEWS, README: minor update
                   3586: 
                   3587:        * src/include/pa_config_includes.h: warning war continues
                   3588: 
                   3589:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   3590:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3591:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   3592:          gcc 6.x issues fixed
                   3593: 
1.111     moko     3594:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3595:          classes/classes.h, classes/curl.C, classes/date.C,
                   3596:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3597:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3598:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3599:          classes/memcached.C, classes/memory.C, classes/op.C,
                   3600:          classes/reflection.C, classes/regex.C, classes/response.C,
                   3601:          classes/string.C, classes/table.C, classes/void.C,
                   3602:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3603:          include/pa_array.h, include/pa_cache_managers.h,
                   3604:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3605:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3606:          include/pa_dictionary.h, include/pa_dir.h,
                   3607:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3608:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3609:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3610:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3611:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3612:          include/pa_sapi.h, include/pa_socks.h,
                   3613:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3614:          include/pa_stack.h, include/pa_string.h,
                   3615:          include/pa_stylesheet_connection.h,
                   3616:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   3617:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   3618:          include/pa_uue.h, include/pa_xml_exception.h,
                   3619:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   3620:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   3621:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   3622:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   3623:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   3624:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   3625:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   3626:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   3627:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   3628:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   3629:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   3630:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3631:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3632:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3633:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   3634:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   3635:          main/untaint.C, sql/pa_sql_driver.h,
                   3636:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   3637:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   3638:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   3639:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3640:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   3641:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   3642:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   3643:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3644:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   3645:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   3646:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   3647:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   3648:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3649:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   3650:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   3651:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   3652:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   3653:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3654:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3655:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3656:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3657:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3658:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3659:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3660:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3661:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3662:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3663:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   3664:          2015->2017
                   3665: 
1.110     moko     3666: 2017-02-07  moko
                   3667: 
                   3668:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   3669: 
                   3670: 2017-02-06  moko
                   3671: 
                   3672:        * src/main/pa_common.C: minor fixes, whitespace
                   3673: 
                   3674:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3675:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   3676:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   3677:          now used (implements feature #1081)
                   3678: 
                   3679:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   3680: 
                   3681: 2017-02-01  moko
                   3682: 
                   3683:        * src/include/pa_request.h: cleanup
                   3684: 
                   3685: 2017-01-30  moko
                   3686: 
                   3687:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   3688: 
                   3689: 2017-01-29  moko
                   3690: 
                   3691:        * tests/: 383.html, results/383.processed: test for
                   3692:          ^reflection:stack[] added (related to feature #1052)
                   3693: 
                   3694:        * src/classes/reflection.C: else added
                   3695: 
                   3696:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   3697:          $.max_file_lock_wait added (implements feature #1128)
                   3698: 
                   3699: 2017-01-28  moko
                   3700: 
                   3701:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   3702:          body and other cases tests added (related to featue #1014)
                   3703: 
                   3704:        * src/classes/curl.C: bug if response is empty fixed (related to
                   3705:          feature #1014)
                   3706: 
                   3707: 2017-01-27  moko
                   3708: 
                   3709:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   3710:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   3711:          added (implements feature #1052)
                   3712: 
                   3713: 2017-01-25  moko
                   3714: 
                   3715:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   3716:          method test added
                   3717: 
                   3718: 2017-01-23  moko
                   3719: 
                   3720:        * src/classes/reflection.C: optimization: options->get replaced by
                   3721:          hash iterator
                   3722: 
                   3723:        * tests/: 381.html, results/381.processed: now -> fixed date
                   3724: 
                   3725:        * src/main/pa_request.C: warning war
                   3726: 
                   3727:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   3728:          5Mb (fixes bug #1058)
                   3729: 
                   3730:        * src/classes/curl.C: warning war
                   3731: 
                   3732:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   3733:          $.one-line(true) option added (related to feature #1124)
                   3734: 
                   3735:        * src/: classes/json.C, types/pa_value.h: $json-string
                   3736:          $.one-line(true|false) options is now supported (implements
                   3737:          feature #1124)
                   3738: 
                   3739:        * tests/: 380.html, results/380.processed: test for modified
                   3740:          $.max_file_size added (related to bug #1014)
                   3741: 
                   3742:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   3743:          load added (related to bug #1014)
                   3744: 
                   3745:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3746:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   3747:          in curl / file load from disk and http, http file load rewritten
                   3748:          (related to bug #1014)
                   3749: 
                   3750: 2017-01-18  moko
                   3751: 
                   3752:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   3753:          added (related to feature #66)
                   3754: 
                   3755:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   3756:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   3757:          (related to feature #66)
                   3758: 
                   3759: 2017-01-17  moko
                   3760: 
                   3761:        * tests/: 377.html, results/377.processed: test for different
                   3762:          combinations of breaks in body and delimiter (related to bug
                   3763:          #1077)
                   3764: 
                   3765:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   3766:          added (related to bug #1077)
                   3767: 
                   3768:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   3769:          passed to native method" exception added to avoid bugs due to
                   3770:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   3771:          after ^break[] (related to bug #1077)
                   3772: 
                   3773: 2017-01-14  moko
                   3774: 
                   3775:        * tests/: 330.html, results/330.processed: test results updated
                   3776:          after ^break[] bugs where fixed (related to bug #1077)
                   3777: 
                   3778:        * tests/: 329.html, results/329.processed: test results updated
                   3779:          after ^break[] bugs where fixed (related to bug #1077)
                   3780: 
                   3781:        * tests/results/320.processed: ^return[] added
                   3782: 
                   3783: 2017-01-13  moko
                   3784: 
                   3785:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3786:          classes/table.C, include/pa_request.h, main/execute.C,
                   3787:          main/pa_request.C, targets/cgi/parser3.C,
                   3788:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   3789:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   3790:          checked after each possible process/execute call (fixes bug
                   3791:          #1077)
                   3792: 
                   3793: 2016-12-29  moko
                   3794: 
                   3795:        * src/main/pa_common.C: warning war
                   3796: 
                   3797:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   3798:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   3799:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   3800:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   3801:          (related to feature #1014)
                   3802: 
                   3803:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   3804:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   3805:          (related to feature #1014)
                   3806: 
                   3807: 2016-12-28  moko
                   3808: 
                   3809:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   3810:          warning war
                   3811: 
                   3812: 2016-12-26  moko
                   3813: 
                   3814:        * tests/: 341.html, results/341.processed: test for
                   3815:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   3816: 
                   3817:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   3818:          (related to feature #1057)
                   3819: 
                   3820:        * src/types/pa_vdate.C: warning war continues...
                   3821: 
                   3822:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   3823:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   3824: 
                   3825:        * src/lib/gd/gifio.C: warning war / cleanup
                   3826: 
                   3827:        * src/lib/json/pa_json.C: warning war
                   3828: 
                   3829:        * src/classes/hash.C: warning war
                   3830: 
                   3831:        * src/types/pa_vfile.C: warning war
                   3832: 
                   3833:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   3834:          -Wall warning war continues
                   3835: 
                   3836:        * configure.ac: --with-build-warnings actualized
                   3837: 
                   3838: 2016-12-25  moko
                   3839: 
                   3840:        * src/main/pa_exec.C: -wAll warning war
                   3841: 
                   3842:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   3843:          -wAll warning war
                   3844: 
                   3845:        * src/: include/pa_common.h, include/pa_sapi.h,
                   3846:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   3847:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   3848:          -wAll warning war
                   3849: 
                   3850: 2016-12-23  moko
                   3851: 
                   3852:        * src/lib/ltdl/Makefile.am: extra dist added
                   3853: 
                   3854:        * tests/results/344.processed: test result updated after $file.text
                   3855:          prefetched in ^hash::create[$file] (related to feature #1075)
                   3856: 
                   3857:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   3858:          ^hash::create[$file] (related to feature #1075)
                   3859: 
                   3860: 2016-12-22  moko
                   3861: 
                   3862:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   3863:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   3864:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   3865:          #1014 under 32-bit unix versions)
                   3866: 
                   3867: 2016-12-21  moko
                   3868: 
                   3869:        * tests/: 375.html, results/375.processed: test for exec returning
                   3870:          stated file added (related to feature #1119)
                   3871: 
                   3872:        * src/classes/file.C: load should not return file with null body
                   3873:          (fixes bug #1119)
                   3874: 
                   3875: 2016-12-14  moko
                   3876: 
                   3877:        * tests/: 374.html, results/374.processed: test for $method.name
                   3878:          added (related to feature #1117) plus method returning junction
                   3879:          test
                   3880: 
                   3881: 2016-12-13  moko
                   3882: 
                   3883:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   3884:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   3885:          (implements feature #1117)
                   3886: 
                   3887:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   3888:          HEAD and TRACE can't have body (implements feature #1116)
                   3889: 
                   3890: 2016-12-09  moko
                   3891: 
                   3892:        * tests/: 373.html, results/373.processed: tests for
                   3893:          ^reflection:tainting added (related to feature #1098)
                   3894: 
                   3895:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   3896:          change (related to feature #1098)
                   3897: 
                   3898: 2016-12-06  moko
                   3899: 
                   3900:        * src/: classes/reflection.C, include/pa_string.h,
                   3901:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   3902:          feature #1098)
                   3903: 
                   3904: 2016-12-05  moko
                   3905: 
                   3906:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   3907:          (fixes bug #1114)
                   3908: 
                   3909: 2016-12-04  moko
                   3910: 
                   3911:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   3912:          check added
                   3913: 
                   3914: 2016-12-03  moko
                   3915: 
                   3916:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   3917:          to test value.as_hash() usage
                   3918: 
                   3919:        * src/classes/curl.C: value.as_hash() used for correct hash
                   3920:          processing
                   3921: 
                   3922:        * src/classes/reflection.C: exceptions texts fixes
                   3923: 
                   3924: 2016-12-02  moko
                   3925: 
                   3926:        * tests/: 372.html, results/372.processed: tests for
                   3927:          ^reflection:create[ $.class[name] $.constructor[name]
                   3928:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   3929:          feature #1094)
                   3930: 
                   3931:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   3932:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   3933:          will be called in ~VNativeMethodFrame
                   3934: 
                   3935:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   3936:          ] minor fix
                   3937: 
                   3938:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   3939:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   3940:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   3941:          now supported (implements feature #1094) value::as_hash added
                   3942:          (and should be used everywhere)
                   3943: 
                   3944:        * src/classes/reflection.C: cleanup
                   3945: 
                   3946: 2016-12-01  moko
                   3947: 
                   3948:        * tests/: 356.html, results/356.processed: test for method
                   3949:          junctions class name added to the resulting hash added (related
                   3950:          to feature #1068)
                   3951: 
                   3952:        * src/classes/reflection.C: for method junctions class name added
                   3953:          to the resulting hash (related to feature #1068)
                   3954: 
                   3955: 2016-11-30  moko
                   3956: 
                   3957:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   3958:          exception (related to bug #1113)
                   3959: 
                   3960:        * src/types/pa_vhashfile.C: whitespace
                   3961: 
                   3962:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   3963:          #1113)
                   3964: 
                   3965:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3966:          229.processed, 239.processed, 244.processed, 246.processed,
                   3967:          314.processed, 352.processed: tests results updated after method
                   3968:          call exceptions improved as method now keeps its name
                   3969: 
                   3970:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   3971:          types/pa_vmethod_frame.h: method call exceptions improved as
                   3972:          method now keeps its name
                   3973: 
                   3974:        * tests/: 224.html, 239.html, results/224.processed,
                   3975:          results/239.processed: tests and tests results updated after
                   3976:          Request::construct exception changed
                   3977: 
                   3978:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   3979:          exception optimized
                   3980: 
                   3981:        * tests/: 371.html, results/371.processed: test for
                   3982:          WWrapper.get_element call in $.name.key[value] code added
                   3983:          (related to feature #1091)
                   3984: 
                   3985:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   3986:          in $.name.key[value] code (related to feature #1091)
                   3987: 
                   3988: 2016-11-29  moko
                   3989: 
                   3990:        * src/classes/op.C: VS warning war
                   3991: 
                   3992:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   3993:          C4239: nonstandard extension used : 'return' : conversion from
                   3994:          'Value' to 'Value &' (related to feature #1020)
                   3995: 
                   3996:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   3997:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   3998:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   3999:          to feature #1020)
                   4000: 
                   4001:        * src/main/execute.C: VS warning war
                   4002: 
                   4003:        * src/targets/cgi/parser3.C: VS compatibility fix
                   4004: 
                   4005:        * src/include/pa_request.h: VS warning war
                   4006: 
                   4007:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   4008:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   4009: 
                   4010:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   4011:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   4012:          $.stdin[$binary_file] (fixes bug #1044)
                   4013: 
                   4014: 2016-11-28  moko
                   4015: 
                   4016:        * src/main/pa_exec.C: whitespace
                   4017: 
                   4018:        * src/main/pa_request.C: whitespace
                   4019: 
                   4020:        * tests/: 369.html, results/369.processed: test for
                   4021:          $response:status usage added (related to feature #1099)
                   4022: 
                   4023:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   4024:          if < 100 (implements feature #1099)
                   4025: 
                   4026:        * src/targets/cgi/parser3.C: whitespace
                   4027: 
                   4028:        * src/targets/cgi/parser3.C: whitespace
                   4029: 
                   4030:        * tests/: 368.html, results/368.processed: test updated after
                   4031:          ^reflection:filename[$method] added (related to feature #1053)
                   4032: 
                   4033:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   4034:          main/compile.y, main/execute.C, main/pa_request.C,
                   4035:          types/pa_vclass.h: filename -> filespec,
                   4036:          ^reflection:filename[$method] added (related to feature #1053)
                   4037: 
                   4038: 2016-11-27  moko
                   4039: 
                   4040:        * tests/: 368.html, results/368.processed: test for
                   4041:          reflection:filename[$class or object] added (related to feature
                   4042:          #1053)
                   4043: 
                   4044:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   4045:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   4046:          object] added (implements feature #1053)
                   4047: 
                   4048: 2016-11-26  moko
                   4049: 
                   4050:        * src/: include/pa_request_info.h,
                   4051:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   4052:          remove_absolute_uri -> strip_absolute_uri
                   4053: 
                   4054: 2016-11-25  moko
                   4055: 
                   4056:        * src/: include/pa_request_info.h,
                   4057:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   4058:          request_info.remove_absolute_uri added to remove possible
                   4059:          http://site.name/ from $request:uri (implements feature #1112)
                   4060: 
                   4061: 2016-11-24  moko
                   4062: 
                   4063:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   4064:          previous request headers clearing after redirect added (related
                   4065:          to bug #1109)
                   4066: 
                   4067:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   4068:          response headers from previous requests are now cleared, only
                   4069:          last request headers are collected (fixes bug #1109)
                   4070: 
                   4071:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   4072:          tests results updated as method name now added to the resulting
                   4073:          hash for new syntax only (Imp1 compatimility fixed, related to
                   4074:          feature #1068)
                   4075: 
                   4076:        * src/classes/reflection.C: method name now added to the resulting
                   4077:          hash for new syntax only (Imp1 compatimility fixed, related to
                   4078:          feature #1068)
                   4079: 
                   4080:        * tests/results/366.processed: test for native and parser
                   4081:          implementation of ^use[] logic (related to feature #1074)
                   4082: 
                   4083:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   4084:          for native and parser implementation of ^use[] logic (related to
                   4085:          feature #1074)
                   4086: 
                   4087: 2016-11-23  moko
                   4088: 
                   4089:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4090:          main/pa_request.C: @USE file now implemented as ^use[file;
                   4091:          $.origin[origin_file] ] (implements feature #1074)
                   4092: 
1.109     moko     4093: 2016-11-21  moko
                   4094: 
1.110     moko     4095:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   4096:          3.4.4 and $caller.method now tested (related to feature #1110)
                   4097: 
                   4098:        * tests/: 364.html, results/364.processed: $caller usage in
                   4099:          different contexts now tested (related to feature #1110)
                   4100: 
                   4101:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   4102: 
                   4103:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   4104: 
1.109     moko     4105:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   4106:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   4107:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   4108:          used (implements feature #1110)
                   4109: 
                   4110: 2016-11-20  moko
                   4111: 
                   4112:        * src/types/pa_vdouble.h: whitespace
                   4113: 
                   4114: 2016-11-11  moko
                   4115: 
                   4116:        * tests/: 363.html, results/363.processed: more tests for feature
                   4117:          #1091 (how parser methods work in expression context)
                   4118: 
                   4119:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   4120:          expressions strings are now written as strings, not values by
                   4121:          write_as_string (related to feature #1091)
                   4122: 
                   4123:        * src/classes/op.C: to make more correct behavour in expression
                   4124:          context
                   4125: 
                   4126: 2016-11-07  moko
                   4127: 
                   4128:        * tests/: 362.html, results/362.processed: test for
                   4129:          xsltParseStylesheetDoc caching as xsl modification after it added
                   4130:          (related to bug #1108)
                   4131: 
                   4132:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   4133:          result now cached as xdoc is modified after it (fixes bug #1108)
                   4134: 
                   4135: 2016-11-06  moko
                   4136: 
                   4137:        * src/types/pa_vxdoc.h: whitespace
                   4138: 
                   4139: 2016-11-05  moko
                   4140: 
                   4141:        * src/types/pa_vmethod_frame.h: cleanup
                   4142: 
                   4143: 2016-11-03  moko
                   4144: 
                   4145:        * tests/results/244.processed: more correct exception after method
                   4146:          frames separation
                   4147: 
                   4148:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   4149: 
                   4150:        * src/types/pa_method.h: optimization: params_count added
                   4151: 
                   4152:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   4153:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   4154:          types/pa_value.C, types/pa_vmethod_frame.C,
                   4155:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   4156:          VMethodFrame now divided into VNativeMethodFrame,
                   4157:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   4158:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   4159:          and used (related to feature #1104)
                   4160: 
                   4161: 2016-11-02  moko
                   4162: 
                   4163:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   4164:          classes/double.C, classes/file.C, classes/hash.C,
                   4165:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4166:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4167:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   4168:          classes/regex.C, classes/string.C, classes/table.C,
                   4169:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   4170:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   4171:          r.write (implements feature #1091)
                   4172: 
                   4173:        * src/main/execute.C: cleanup (related to feature #1104)
                   4174: 
                   4175:        * src/: include/pa_request.h, main/execute.C,
                   4176:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   4177:          added, in_expression removed (implements feature #1104)
                   4178: 
                   4179: 2016-10-31  moko
                   4180: 
                   4181:        * src/types/pa_value.C: whitespace
                   4182: 
                   4183: 2016-10-28  moko
                   4184: 
                   4185:        * tests/results/244.processed: updated after error reporting fixed
                   4186:          in pa_wcontext.C
                   4187: 
                   4188:        * src/types/pa_wcontext.C: error reporting fixed
                   4189: 
                   4190:        * src/types/pa_wcontext.h: whitespace
                   4191: 
                   4192:        * src/classes/image.C: not fully readed entries are no longer
                   4193:          processed (fixes bug #1106)
                   4194: 
                   4195: 2016-10-26  moko
                   4196: 
                   4197:        * src/classes/image.C: whitespace
                   4198: 
                   4199:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   4200:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   4201:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   4202:          longer required (related to feature #1091)
                   4203: 
                   4204:        * tests/results/: 264.processed, 350.processed: test results update
                   4205:          reverted (whitespace optimization) after write_no_lang removed :)
                   4206:          (related to feature #1091)
                   4207: 
                   4208:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   4209:          classes/string.C, classes/table.C, classes/void.C,
                   4210:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   4211:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   4212:          equal write_pass_lang (related to feature #1091)
                   4213: 
                   4214:        * tests/results/: 264.processed, 350.processed: test results
                   4215:          updated (whitespace optimization) after write_assign_lang removed
                   4216:          (related to feature #1091)
                   4217: 
                   4218:        * tests/: 361.html, results/361.processed: test for non-string
                   4219:          ^untaint added (related to feature #1091)
                   4220: 
                   4221:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4222:          classes/hash.C, classes/op.C, classes/string.C,
                   4223:          include/pa_request.h, main/execute.C: optimization:
                   4224:          write_assign_lang removed as not required (first part of feature
                   4225:          #1091 implementation)
                   4226: 
1.108     moko     4227: 2016-10-12  moko
                   4228: 
                   4229:        * tests/: 360.html, results/360.processed: more test code (related
                   4230:          to feature #1104)
                   4231: 
                   4232:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   4233:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   4234:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   4235:          WContext is next task (implements feature #1104)
                   4236: 
                   4237:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   4238:          / CO_WITHOUT_WCONTEXT
                   4239: 
                   4240:        * tests/: 360.html, results/360.processed: test for in expression
                   4241:          state (related to feature #1104)
                   4242: 
                   4243: 2016-10-11  moko
                   4244: 
                   4245:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   4246: 
                   4247:        * src/classes/op.C: default value removed from initializer
                   4248: 
                   4249:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   4250: 
                   4251:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   4252: 
                   4253: 2016-10-10  moko
                   4254: 
                   4255:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   4256:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   4257:          to feature #42)
                   4258: 
                   4259:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   4260:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   4261: 
                   4262: 2016-10-08  moko
                   4263: 
                   4264:        * src/classes/double.C: whitespace
                   4265: 
                   4266: 2016-10-07  moko
                   4267: 
                   4268:        * src/types/pa_vmethod_frame.h: reorder
                   4269: 
                   4270: 2016-10-06  moko
                   4271: 
                   4272:        * src/classes/date.C: typo
                   4273: 
                   4274:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   4275: 
                   4276:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4277:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   4278:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   4279:          Value*
                   4280: 
                   4281:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   4282: 
                   4283:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   4284:          removed; first as_* code rewrite
                   4285: 
                   4286: 2016-10-05  moko
                   4287: 
                   4288:        * src/include/pa_request.h: whitespace
                   4289: 
                   4290:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   4291:          intercept_string added (related to feature #1097)
                   4292: 
                   4293:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   4294:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4295:          optimization: intercept_string removed (implements feature #1097)
                   4296: 
                   4297:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   4298: 
                   4299:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   4300:          from VCodeFrame and WWrapper as not required
                   4301: 
                   4302: 2016-10-04  moko
                   4303: 
                   4304:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   4305:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   4306:          classes/int.C, classes/json.C, classes/op.C,
                   4307:          classes/reflection.C, classes/string.C, classes/table.C,
                   4308:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   4309:          proces_to_value -> process after StringOrValue removed (related
                   4310:          to feature #1020)
                   4311: 
                   4312:        * src/classes/form.C: whitespace
                   4313: 
                   4314:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   4315: 
                   4316:        * tests/: 357.html, 358.html, results/357.processed,
                   4317:          results/358.processed, results/auto.p: test for @conf
                   4318:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   4319: 
                   4320: 2016-10-03  moko
                   4321: 
                   4322:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   4323:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   4324:          supported (implements feature #42)
                   4325: 
                   4326:        * src/types/pa_vregex.h: no reason for VRegex to be
                   4327:          is_evaluated_expr
                   4328: 
                   4329:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   4330:          (implements feature #1095)
                   4331: 
                   4332: 2016-10-01  moko
                   4333: 
                   4334:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   4335:          false by default (related to feature #1089)
                   4336: 
                   4337: 2016-09-30  moko
                   4338: 
                   4339:        * src/types/pa_wcontext.h: cleanup
                   4340: 
                   4341: 2016-09-29  moko
                   4342: 
                   4343:        * src/main/execute.C: whitespace
                   4344: 
                   4345:        * src/include/pa_request.h: whitespace
                   4346: 
                   4347:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   4348:          classes/op.C, classes/table.C, include/pa_request.h,
                   4349:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   4350:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   4351:          StringOrValue removed as it just slows down and adds complexity
                   4352:          (implements feature #1020)
                   4353: 
                   4354: 2016-09-28  moko
                   4355: 
                   4356:        * tests/: 356.html, results/266.processed, results/321.processed,
                   4357:          results/356.processed: tests updated after name was added to
                   4358:          method_info hash, test for ^reflection:method_info[junction]
                   4359:          added (related to feature #1068)
                   4360: 
                   4361:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   4362:          supported, method name added to the resulting hash (implements
                   4363:          feature #1068)
                   4364: 
                   4365:        * tests/: 276.html, results/276.processed: more tests for
                   4366:          ^reflection:delete[]
                   4367: 
                   4368:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   4369:          didn't work on class and could damage native objects (like file)
                   4370: 
                   4371: 2016-09-26  moko
                   4372: 
                   4373:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   4374:          results/345.processed, results/346-curl.processed,
                   4375:          results/347-curl.processed, results/348.processed: numbers added
                   4376:          to simplify diff analysis
                   4377: 
                   4378:        * tests/: 352.html, results/352.processed: test result updated as
                   4379:          method name used
                   4380: 
                   4381:        * src/classes/reflection.C: method name used
                   4382: 
                   4383:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   4384:          its name
                   4385: 
                   4386:        * src/types/pa_method.h: whitespace
                   4387: 
                   4388:        * src/classes/reflection.C: both method and field with one name can
                   4389:          exist.
                   4390: 
                   4391:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   4392:          feature #1089)
                   4393: 
                   4394:        * tests/: 355.html, results/355.processed: property appears in
                   4395:          derived class if added in base test added
                   4396: 
                   4397:        * src/types/pa_vstateless_class.h: get_method declaration +
                   4398:          whitespace
                   4399: 
                   4400:        * tests/: 354.html, results/354.processed: nice test from method
                   4401:          and property with one name in class added
                   4402: 
                   4403: 2016-09-23  moko
                   4404: 
                   4405:        * src/classes/reflection.C: ^reflection:method usage documented
                   4406: 
                   4407: 2016-09-22  moko
                   4408: 
                   4409:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   4410:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   4411:          compile warning and GPF occures on VS2003 (related to feature
                   4412:          #1087)
                   4413: 
                   4414:        * tests/: 350.html, results/350.processed: test added for
                   4415:          $.encloser[] support in ^table::create (related to feature #11)
                   4416: 
                   4417:        * src/classes/table.C: another minor fix (related to feature #11)
                   4418: 
1.107     moko     4419: 2016-09-21  moko
                   4420: 
                   4421:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   4422: 
                   4423:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4424:          classes/json.C, classes/string.C, classes/table.C,
                   4425:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4426:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4427:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   4428:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   4429:          pa_charsets, vs2015 warning war
                   4430: 
                   4431:        * src/classes/table.C: vs2015 warning war
                   4432: 
                   4433:        * src/types/pa_vdate.C: vs2015 warning war
                   4434: 
                   4435:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   4436: 
                   4437:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   4438:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   4439: 
                   4440:        * src/main/pa_common.C: vs2015 compilation fixes
                   4441: 
                   4442:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   4443:          vs2015 compilation fixes
                   4444: 
                   4445:        * src/main/pa_charset.C: vs2015 warning war
                   4446: 
                   4447:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   4448: 
                   4449:        * src/main/pa_charset.C: vs2015 warning war
                   4450: 
                   4451:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   4452: 
                   4453:        * src/types/pa_vdate.C: vs2015 compilation fix
                   4454: 
                   4455:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   4456: 
                   4457:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   4458:          VS2015 compilation fixes
                   4459: 
                   4460:        * src/classes/table.C: minor fix (related to feature #11)
                   4461: 
                   4462:        * tests/results/282.processed: no longer skipping extra enclosers
                   4463:          (related to feature #11)
                   4464: 
                   4465:        * src/classes/table.C: minor fix + no longer skipping extra
                   4466:          enclosers (related to feature #11)
                   4467: 
                   4468:        * src/classes/table.C: minor optimization (related to feature #11)
                   4469: 
                   4470:        * src/classes/table.C: minor fix and optimization (related to
                   4471:          feature #11)
                   4472: 
                   4473: 2016-09-20  moko
                   4474: 
                   4475:        * tests/: 353.html, results/353.processed: test for
                   4476:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   4477:          added (related to bug #1090)
                   4478: 
                   4479:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   4480:          one_big_piece (fixes bug #1090)
                   4481: 
                   4482:        * tests/: 229.html, results/229.processed: code coverage tests
                   4483: 
                   4484:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   4485:          body) was called
                   4486: 
                   4487:        * src/classes/op.C: whitespace
                   4488: 
                   4489:        * tests/: 323.html, results/323.processed: test for code junction
                   4490:          should not be returned by ^reflection:class, ^reflection:base
                   4491: 
                   4492:        * src/classes/reflection.C: bugfix: code junction should not be
                   4493:          returned by ^reflection:class, ^reflection:base
                   4494: 
                   4495:        * tests/: 323.html, 352.html, results/352.processed: no more
                   4496:          exception for ^reflection:method[class;no-such-method] (related
                   4497:          to feature #1087)
                   4498: 
                   4499:        * src/classes/reflection.C:
                   4500:          ^reflection:method[class;no-such-method] : exception -> void
                   4501:          (related to feature #1087)
                   4502: 
                   4503:        * src/include/pa_request.h: request::write_value added to allow
                   4504:          write value without convertion (related to issue #1091)
                   4505: 
                   4506: 2016-09-19  moko
                   4507: 
                   4508:        * src/main/pa_random.C: windows build fix
                   4509: 
                   4510:        * src/types/pa_vhash.h: warning war
                   4511: 
                   4512: 2016-09-14  moko
                   4513: 
                   4514:        * tests/: 352.html, 552.html, results/352.processed,
                   4515:          results/552.processed: test for ^reflection:method[] extension
                   4516:          added (related to feature #1087)
                   4517: 
                   4518:        * tests/: 552.html, results/552.processed: test for
                   4519:          ^reflection:method[] extension added (related to feature #1087)
                   4520: 
                   4521:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   4522:          dynamic_cast check added (related to feature #1087)
                   4523: 
                   4524:        * tests/: 351.html, results/351.processed: test for @auto[]
                   4525:          inheritance bug diring ^process[] added (related to bug #1088)
                   4526: 
                   4527:        * src/: classes/op.C, main/pa_request.C,
                   4528:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   4529:          disable it inheritance during ^process (fixes bug #1088)
                   4530: 
                   4531:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   4532:          added (implements feature #1087)
                   4533: 
                   4534: 2016-09-13  moko
                   4535: 
                   4536:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   4537:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   4538:          to feature #1086)
                   4539: 
                   4540:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   4541:          types/pa_vobject.C: objects now are not class instances, but have
                   4542:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   4543:          in @conf (implements feature #1086)
                   4544: 
                   4545: 2016-09-08  moko
                   4546: 
                   4547:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   4548:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   4549:          include/pa_string.h: cleanup: string::split limit argument
                   4550:          removed as no longer required, pos_after no longer reference
                   4551:          (related to feature #11)
                   4552: 
                   4553:        * src/classes/table.C, tests/results/348.processed: now exception
                   4554:          is rised when invalid option is passed to ^table::create[]
                   4555: 
                   4556:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   4557:          coverage tests
                   4558: 
                   4559:        * tests/: 348.html, results/348.processed: code coverage tests
                   4560:          added
                   4561: 
                   4562:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   4563:          tests
                   4564: 
                   4565:        * tests/: 035.html, results/035.processed, results/272.processed:
                   4566:          tests updated after $.encloser[] support for ^table::create
                   4567:          implementation (related to feature #11)
                   4568: 
                   4569:        * src/classes/table.C: $.encloser[] support for ^table::create
                   4570:          finally added (implements feature #11)
                   4571: 
                   4572: 2016-09-07  moko
                   4573: 
                   4574:        * src/include/pa_string.h: added StringSplitHelper as friend
                   4575:          (related to feature #11)
                   4576: 
                   4577:        * src/include/pa_string.h: body and langs now protected, not
                   4578:          private to allow inheritance (related to feature #11)
                   4579: 
                   4580:        * src/classes/table.C: lsplit optimized before cloning for
                   4581:          ^table::create with $.encloser[] (related to feature #11)
                   4582: 
                   4583:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   4584:          added and used (related to feature #11)
                   4585: 
                   4586:        * src/classes/table.C: spelling:
                   4587: 
                   4588:          TableSeparators -> TableControlChars column -> separator
                   4589:          separators -> control_chars
                   4590: 
                   4591: 2016-09-06  moko
                   4592: 
                   4593:        * src/main/pa_string.C: whitespace
                   4594: 
                   4595:        * src/main/pa_string.C: whitespace
                   4596: 
                   4597: 2016-09-01  moko
                   4598: 
                   4599:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   4600:          results OS-independent
                   4601: 
                   4602:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   4603:          compiler (related to feature #1042)
                   4604: 
                   4605: 2016-08-15  moko
                   4606: 
                   4607:        * src/include/pa_string.h: whitespace
                   4608: 
                   4609:        * src/classes/table.C: whitespace
                   4610: 
1.106     moko     4611: 2016-08-05  moko
                   4612: 
                   4613:        * tests/: 344.html, results/344.processed: test for
                   4614:          ^hash::create[$file] added (related to feature #1075)
                   4615: 
                   4616:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   4617:          supported (implements feature #1075)
                   4618: 
                   4619: 2016-08-04  moko
                   4620: 
                   4621:        * tests/: 341.html, results/341.processed: more code coverage tests
                   4622: 
                   4623:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4624:          coverage tests for curl
                   4625: 
                   4626:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4627:          coverage tests for curl
                   4628: 
                   4629:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   4630:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   4631:          test added
                   4632: 
                   4633:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   4634:          coverage tests for curl
                   4635: 
                   4636: 2016-08-03  moko
                   4637: 
                   4638:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   4639:          until it will be loaded, allowing to find existing library.
                   4640: 
                   4641:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   4642:          results/347-curl.processed: more code coverage tests for curl
                   4643: 
                   4644:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   4645:          results/339-curl.processed, results/346-curl.processed: curl
                   4646:          functionality tests
                   4647: 
                   4648: 2016-08-02  moko
                   4649: 
                   4650:        * tests/: 339.html, results/339.processed: test for tables in
                   4651:          ^file:load[] and ^curl:load[] (commented) added (related to
                   4652:          feature #1042)
                   4653: 
                   4654:        * tests/: 345.html, results/345.processed: code coverage tests for
                   4655:          file class
                   4656: 
                   4657:        * tests/: 344.html, results/344.processed: code coverage tests
                   4658: 
                   4659:        * tests/: 344.html, results/344.processed: mdate removed from
                   4660:          output
                   4661: 
                   4662:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   4663:          fcontent.is_text_mode() if not set (related to feature #1061)
                   4664: 
                   4665:        * tests/: 344.html, results/344.processed: more tests
                   4666: 
                   4667:        * tests/: 343.html, 344.html, results/343.processed,
                   4668:          results/344.processed: tests for ^file::create[ $.from-charset
                   4669:          and $.to-charset ] (related to feature #1061)
                   4670: 
                   4671:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4672:          aset_text_mode argument optimized
                   4673: 
                   4674:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4675:          checkBOM now used in detect_binary_content (related to feature
                   4676:          #1061)
                   4677: 
                   4678:        * src/main/pa_request.C: load_charset no longer required to_upper
                   4679: 
                   4680:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   4681:          preserves original file mode (if no $.mode specified)
                   4682: 
                   4683:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4684:          ^file::create now supports $.from-charset[] and $.to-charset
                   4685:          options (implements feature #1061), automatic transcode is done
                   4686:          if text file is created from binary file and charset is detected.
                   4687: 
                   4688: 2016-07-30  moko
                   4689: 
                   4690:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   4691:          feature #1057)
                   4692: 
                   4693:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   4694:          added (related to feature #1057)
                   4695: 
                   4696:        * tests/: 286.html, results/286.processed: code tests coverage
                   4697: 
                   4698: 2016-07-29  moko
                   4699: 
                   4700:        * src/classes/table.C: table size should be checked inside menu and
                   4701:          foreach (related to feature #858)
                   4702: 
                   4703:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   4704:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4705:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   4706:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   4707:          charsets.get now does str_upper inside (related to feature #1061)
                   4708: 
                   4709:        * tests/: 342.html, results/342.processed: more code coverage tests
                   4710: 
                   4711:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   4712:          + foreach test added (related to feature #858)
                   4713: 
                   4714:        * tests/: 341.html, results/341.processed: tests for
                   4715:          ^table.hash[]{code} added + code coverage tests (related to
                   4716:          feature #1057)
                   4717: 
                   4718:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   4719:          value} support (implements feature #1057)
                   4720: 
                   4721:        * src/classes/table.C: whitespace
                   4722: 
                   4723: 2016-07-28  moko
                   4724: 
                   4725:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   4726:          from URL, if not specified query string removed from url-based
                   4727:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   4728:          #1042)
                   4729: 
                   4730: 2016-07-27  moko
                   4731: 
                   4732:        * tests/: 340.html, results/340.processed: test for
                   4733:          transcode_text_result=false added (related to issue #1042)
                   4734: 
                   4735: 2016-07-26  moko
                   4736: 
                   4737:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   4738:          is folder and ends with /) (related to feature #1042)
                   4739: 
                   4740:        * src/main/pa_http.C: whitespace optimizaion
                   4741: 
                   4742:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   4743:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   4744:          multiple headers, ^file::load supports headers transcoding
                   4745:          (implements feature #1042)
                   4746: 
                   4747: 2016-07-25  moko
                   4748: 
                   4749:        * src/include/pa_common.h: PA_DEFAULT added
                   4750: 
                   4751: 2016-07-22  moko
                   4752: 
                   4753:        * tests/: 338.html, results/338.processed: test for
                   4754:          $date.field(value) added (related to feature #1066)
                   4755: 
                   4756:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4757:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   4758:          feature #1066)
                   4759: 
1.105     moko     4760: 2016-07-21  moko
                   4761: 
                   4762:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   4763:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   4764:          arguments removed; image.C - absolute path shown in exception
                   4765:          (implements feature #1071)
                   4766: 
                   4767:        * tests/: 235.html, results/235.processed: test and test result
                   4768:          updated after static boundary in mail and Errors-To: mail header
                   4769:          removed (related to feature #1047)
                   4770: 
                   4771:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   4772:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   4773:          used, static boundary in mail removed, Errors-To: mail header
                   4774:          removed (implements feature #1047)
                   4775: 
                   4776: 2016-07-20  moko
                   4777: 
                   4778:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   4779:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   4780:          issue #1051)
                   4781: 
                   4782:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   4783:          request.classes(): Value -> VStateless_class, part 2 (related to
                   4784:          issue #1051)
                   4785: 
                   4786:        * tests/results/: 224.processed, 323.processed: classes without
                   4787:          methods should not be methoded (related to issue #1051)
                   4788: 
                   4789:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   4790:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   4791:          -> VStateless_class, part 1 (related to issue #1051)
                   4792: 
                   4793:        * tests/: 337.html, results/337.processed: test for
                   4794:          ^reflection:fields_reference[] and VHashReference class added
                   4795:          (related to feature #1072)
                   4796: 
                   4797:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   4798:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   4799:          and VHashReference added, allowing ^reflection:fields_reference[]
                   4800:          implementation (closes feature #1072)
                   4801: 
                   4802: 2016-07-19  moko
                   4803: 
                   4804:        * tests/: 323.html, results/323.processed: we want to see
                   4805:          "methoded"
                   4806: 
                   4807:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   4808:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   4809:          #1059)
                   4810: 
                   4811:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   4812:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   4813:          somebody_entered_some_class, $BASE:property works again,
                   4814:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   4815: 
                   4816: 2016-07-14  moko
                   4817: 
                   4818:        * tests/: 335.html, results/335.processed: test for feature #1055
                   4819:          added
                   4820: 
                   4821:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   4822:          feature: ^hash.contains[_default] added (implements feature
                   4823:          #1055)
                   4824: 
                   4825: 2016-07-13  moko
                   4826: 
                   4827:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   4828:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   4829: 
                   4830: 2016-07-05  moko
                   4831: 
                   4832:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   4833:          in ^hash.foreach (related to feature #1073)
                   4834: 
                   4835: 2016-07-04  moko
                   4836: 
                   4837:        * tests/: 134.html, 281.html, results/134.processed,
                   4838:          results/281.processed: tests updated after hash blocking removed
                   4839:          (related to feature #1073)
                   4840: 
                   4841:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   4842:          no longer blocks on change during foreach (implements feature
                   4843:          #1073)
                   4844: 
                   4845: 2016-06-17  moko
                   4846: 
                   4847:        * tests/: 330.html, results/330.processed: try exception source
                   4848:          test added (related to bug in #1062)
                   4849: 
                   4850:        * tests/: 334.html, results/334.processed: Exception stack trace
                   4851:          test added (related to bug in $1062)
                   4852: 
                   4853:        * src/classes/op.C: Exception trace now correctly restored and
                   4854:          errors reported (related to bug #1062)
                   4855: 
1.104     moko     4856: 2016-05-25  moko
                   4857: 
                   4858:        * src/main/compile.y: minor cleanup + beauty
                   4859: 
                   4860: 2016-05-24  moko
                   4861: 
                   4862:        * tests/: 333.html, results/333.processed: more exceptions testing
                   4863: 
                   4864:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   4865:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   4866:          features #1056, #1026)
                   4867: 
                   4868:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   4869:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   4870:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   4871:          (implements feature #1056)
                   4872: 
                   4873:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4874:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   4875:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   4876:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   4877:          feature #1026)
                   4878: 
                   4879:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   4880:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   4881:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   4882:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   4883:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   4884:          feature #1026)
                   4885: 
                   4886:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4887:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   4888:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   4889:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   4890: 
                   4891:        * src/main/main.vcproj: + ps_symbols
                   4892: 
                   4893:        * src/: include/Makefile.am, include/pa_string.h,
                   4894:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   4895:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   4896:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4897:          types/pa_vstateless_class.C: initial implementation for symbols
                   4898:          cache (related to feature #1026)
                   4899: 
                   4900:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   4901: 
                   4902:        * src/main/pa_globals.C: minor cleanup
                   4903: 
                   4904: 2016-05-19  moko
                   4905: 
                   4906:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   4907:          (related to feature #1046)
                   4908: 
                   4909:        * tests/: 331.html, results/331.processed: test for
                   4910:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   4911:          (related to feature #1051)
                   4912: 
                   4913:        * src/main/compile.y:
                   4914:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   4915:          (implements feature #1054)
                   4916: 
                   4917: 2016-05-18  moko
                   4918: 
                   4919:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   4920:          "column not found" exception for ^table.no-such-method[] (related
                   4921:          to feature #1046)
                   4922: 
                   4923:        * tests/: 261.html, results/261.processed: test added and updated
                   4924:          after feature #1046 implementation
                   4925: 
                   4926:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   4927:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   4928:          ^string.contains added for hash compatibility, $string.method no
                   4929:          longer returns stting method (implements feature #1046)
                   4930: 
                   4931: 2016-05-12  moko
                   4932: 
                   4933:        * src/classes/curl.C: content-type response header no longer
                   4934:          ignored (fixes issue #1045)
                   4935: 
                   4936:        * tests/: 330.html, results/330.processed: test for incomplete
                   4937:          finally execution when break occures added (related to issue
                   4938:          #1077)
                   4939: 
                   4940:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   4941:          executing catch and finally code (fixes issue #1062)
                   4942: 
                   4943: 2016-05-11  moko
                   4944: 
                   4945:        * tests/: 329.html, results/329.processed: test for invalid
                   4946:          ^break[] behavour added (bug #1077)
                   4947: 
                   4948:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   4949: 
                   4950: 2016-04-24  moko
                   4951: 
                   4952:        * src/types/pa_vstateless_class.h: warning war
                   4953: 
                   4954: 2016-04-17  moko
                   4955: 
                   4956:        * tests/: 328.html, results/328.processed: test for
                   4957:          ^break(condition) and ^continue(condition) (related to feature
                   4958:          #1063)
                   4959: 
                   4960:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   4961:          implemented (feature #1063)
                   4962: 
                   4963: 2016-04-12  moko
                   4964: 
                   4965:        * tests/results/280.processed: ordered hash now used for class
                   4966:          methods and properties (test results updated for feature #1069)
                   4967: 
                   4968:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   4969:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   4970:          failed (related to issue #1051)
                   4971: 
                   4972:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   4973:          are printed to check inheritance (related to feature #1051)
                   4974: 
1.103     moko     4975: 2016-04-09  moko
                   4976: 
                   4977:        * tests/results/320.processed: ordered hash now used for class
                   4978:          methods and properties (test results updated for feature #1069)
                   4979: 
                   4980:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   4981:          methods and properties (implements feature #1069)
                   4982: 
                   4983:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   4984:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   4985:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   4986:          feature #1051)
                   4987: 
                   4988: 2016-04-07  moko
                   4989: 
                   4990:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   4991:          (related to feature #1051)
                   4992: 
                   4993:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   4994:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   4995:          string constants deduplication (related to feature #1051)
                   4996: 
                   4997:        * tests/results/224.processed: test result updated (related to
                   4998:          feature #1051)
                   4999: 
                   5000:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   5001:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   5002:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   5003:          types/pa_vstatus.h: classes hash now contains only
                   5004:          VStateless_class derived objects, .CLASS is also allways
                   5005:          VStateless_class derived object (related to feature #1051).
                   5006: 
                   5007: 2016-04-06  moko
                   5008: 
                   5009:        * tests/results/323.processed: test result updated after feature
                   5010:          #1051 implementation
                   5011: 
                   5012:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   5013:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   5014:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   5015:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   5016:          types/pa_vresponse.C, types/pa_vresponse.h,
                   5017:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   5018:          classes, type() moved from VStateless_class to VClass and
                   5019:          Methoded (implements feature #1051)
                   5020: 
                   5021: 2016-04-04  moko
                   5022: 
                   5023:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   5024:          beauty: put_class added (related to feature #1051)
                   5025: 
                   5026: 2016-04-01  moko
                   5027: 
                   5028:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   5029:          229.processed, 244.processed, 246.processed, 316.processed: test
                   5030:          results updated as class.type() removed from error messages, only
                   5031:          type() left (related to feature #1051)
                   5032: 
                   5033:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   5034:          classes/op.C, classes/reflection.C, main/compile.y,
                   5035:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   5036:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   5037:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   5038:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   5039:          from VStateless_class, type() is used instead (related to feature
                   5040:          #1051)
                   5041: 
                   5042:        * src/classes/mail.C: old logic restored.
                   5043: 
                   5044:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   5045:          classes/classes.h, classes/curl.C, classes/date.C,
                   5046:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   5047:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   5048:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   5049:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   5050:          classes/regex.C, classes/response.C, classes/string.C,
                   5051:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   5052:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   5053:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   5054:          feature #1051)
                   5055: 
                   5056: 2016-03-30  moko
                   5057: 
                   5058:        * tests/: 327.html, results/224.processed, results/327.processed:
                   5059:          test for TZ specification in ^date::create[], TZ is kept during
                   5060:          ^date::create[$dt] (related to feature #1048)
                   5061: 
                   5062:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   5063:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   5064:          feature #1048)
                   5065: 
                   5066: 2016-03-29  moko
                   5067: 
                   5068:        * tests/: 315.html, results/315.processed: test for timezone format
                   5069:          +HHmm added (related to feature #1065)
                   5070: 
                   5071:        * src/classes/date.C: timezone format +HHmm now supported
                   5072:          (implements feature #1065)
                   5073: 
                   5074: 2016-03-28  moko
                   5075: 
                   5076:        * tests/: 202.html, results/131.processed, results/202.processed,
                   5077:          results/224.processed, results/256.processed,
                   5078:          results/315.processed: test results updated after %.2d now
                   5079:          default for hours offset in iso-string (was %2d), test for
                   5080:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   5081:          added (related to feature #1065)
                   5082: 
                   5083: 2016-03-27  moko
                   5084: 
                   5085:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   5086:          feature #1065)
                   5087: 
                   5088:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   5089:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   5090:          added (implements feature #1065)
                   5091: 
                   5092: 2016-03-24  moko
                   5093: 
                   5094:        * tests/: 202.html, results/202.processed: test $date.week added
                   5095:          (related to bug #1067)
                   5096: 
                   5097:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   5098:          date (fix for bug #1067)
                   5099: 
                   5100: 2016-03-10  moko
                   5101: 
                   5102:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   5103: 
1.102     moko     5104: 2015-12-07  moko
                   5105: 
                   5106:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   5107:          .CLASS_NAME optimization added (related to feature #844)
                   5108: 
                   5109: 2015-11-17  moko
                   5110: 
                   5111:        * tests/: 323.html, results/323.processed: order added
                   5112: 
                   5113:        * tests/: 325.html, results/325.processed: double range test added
                   5114:          (related to bug #1049)
                   5115: 
                   5116: 2015-11-16  moko
                   5117: 
                   5118:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   5119:          added to disallow NaN and Infinity (fixes bug #1049)
                   5120: 
                   5121: 2015-11-11  moko
                   5122: 
                   5123:        * tests/324.html: parser 3.4.3 execution support added (related to
                   5124:          feature #1017)
                   5125: 
                   5126:        * tests/: 324.html, results/324.processed: test for
                   5127:          GET_ELEMENT4CALL feature added (feature #1017)
                   5128: 
1.101     moko     5129: 2015-10-29  moko
                   5130: 
1.211     moko     5131:        * operators.ru.txt, operators.txt: updated for 3.4.4
1.101     moko     5132: 
                   5133:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   5134: 
                   5135:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   5136:          (related to bug #1043)
                   5137: 
                   5138: 2015-10-28  moko
                   5139: 
                   5140:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   5141:          hangup during ^file::exec (fixes bug #1043)
                   5142: 
1.100     moko     5143: 2015-10-27  moko
                   5144: 
                   5145:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   5146: 
1.99      moko     5147: 2015-10-26  moko
                   5148: 
1.100     moko     5149:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   5150:          (related to issue #1041)
                   5151: 
                   5152:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   5153:          Copyright year updated
                   5154: 
1.99      moko     5155:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   5156:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   5157:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   5158:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   5159:          classes/mail.C, classes/math.C, classes/memcached.C,
                   5160:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5161:          classes/regex.C, classes/response.C, classes/string.C,
                   5162:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5163:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5164:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5165:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5166:          include/pa_dictionary.h, include/pa_dir.h,
                   5167:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5168:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5169:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5170:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5171:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5172:          include/pa_sapi.h, include/pa_socks.h,
                   5173:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5174:          include/pa_stack.h, include/pa_string.h,
                   5175:          include/pa_stylesheet_connection.h,
                   5176:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5177:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5178:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5179:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5180:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   5181:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   5182:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   5183:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   5184:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   5185:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   5186:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   5187:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   5188:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   5189:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5190:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5191:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5192:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5193:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5194:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   5195:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   5196:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   5197:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   5198:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   5199:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   5200:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   5201:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   5202:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   5203:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5204:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5205:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5206:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5207:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5208:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5209:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5210:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   5211:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   5212:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5213:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   5214:          types/pa_vresponse.C, types/pa_vresponse.h,
                   5215:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   5216:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   5217:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   5218:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   5219:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5220:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   5221:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   5222: 
                   5223:        * src/targets/cgi/parser3.C: year updated
                   5224: 
                   5225:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   5226:          issue #1041)
                   5227: 
                   5228:        * tests/: 323.html, results/323.processed: test for base classes
                   5229:          added
                   5230: 
                   5231:        * tests/: 261.html, results/261.processed: updated after better
                   5232:          error reporting done for $string.key exception
                   5233: 
                   5234:        * src/types/pa_vstring.h: better error report for $string.key
                   5235:          exception
                   5236: 
                   5237:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   5238:          copied as VObject::get_element4call to remove extra virtual call
                   5239: 
                   5240:        * tests/: 322.html, results/322.processed: test for
                   5241:          ^reflection:is[] added (related to feature #1041)
                   5242: 
                   5243:        * src/classes/reflection.C: ^reflection:is empty value is void
                   5244:          (related to feature #1041)
                   5245: 
                   5246:        * src/classes/reflection.C:
                   5247:          ^reflection:is[class_name|code|method;[context;]element_name]
                   5248:          added (implements feature #1041)
                   5249: 
                   5250: 2015-10-24  moko
                   5251: 
                   5252:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   5253: 
1.98      moko     5254: 2015-10-22  moko
                   5255: 
                   5256:        * tests/: 321.html, results/321.processed: test for
                   5257:          ^reflection:method_info[] file detection added
                   5258: 
                   5259:        * tests/: 320.html, results/320.processed: test for
                   5260:          ^reflection:class_by_name[class_name] added (related to feature
                   5261:          #993)
                   5262: 
                   5263:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   5264:          added (implements feature #993)
                   5265: 
                   5266:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   5267:          (related to feature #1017)
                   5268: 
                   5269:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   5270:          added (related to issue #1039)
                   5271: 
                   5272:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   5273:          #1039)
                   5274: 
                   5275:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   5276:          for VDate
                   5277: 
                   5278:        * tests/results/182.processed: updated after feature #1038
                   5279:          implemented
                   5280: 
                   5281:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   5282:          compile-time exception origin added (test for feature #1039)
                   5283: 
                   5284:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   5285:          main/pa_request.C: exception unification: compile-time exceptions
                   5286:          now have origin, @USE origins also tracked (implements feature
                   5287:          #1039)
                   5288: 
                   5289: 2015-10-20  moko
                   5290: 
                   5291:        * src/main/pa_request.C: cleanup
                   5292: 
                   5293: 2015-10-15  moko
                   5294: 
                   5295:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   5296: 
                   5297:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   5298:          types/pa_vtable.C: new feature: no more $table.method and
                   5299:          $hash.method, aliases for _at, _count, _key (related to feature
                   5300:          #1017)
                   5301: 
1.97      moko     5302: 2015-10-14  moko
                   5303: 
1.98      moko     5304:        * tests/: 317.html, results/317.processed: test for
                   5305:          ^string.unescape[] added (related to feature #120)
                   5306: 
1.97      moko     5307:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   5308:          defined" bug (described in issue #1036)
                   5309: 
                   5310:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   5311:          (test for bug #1037)
                   5312: 
                   5313:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   5314:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   5315:          it's not enforced, skips BOM signature if it complies charset
                   5316:          (fixes bug #1037)
                   5317: 
                   5318: 2015-10-13  moko
                   5319: 
                   5320:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   5321:          linking
                   5322: 
                   5323:        * src/classes/inet.C: vs2003 compilation fix
                   5324: 
                   5325:        * src/classes/math.C: warning war
                   5326: 
                   5327:        * src/lib/punycode/pa_punycode.c: warning war
                   5328: 
                   5329: 2015-10-12  moko
                   5330: 
                   5331:        * src/lib/punycode/pa_punycode.c: warning war
                   5332: 
                   5333:        * parser3.sln: moved parser3 first, to make it default startup
                   5334:          project
                   5335: 
                   5336:        * buildall: parser "mirror" now used for external libs sources
                   5337:          (implements feature #1036)
                   5338: 
                   5339:        * buildall: most external libs are updated to their current
                   5340:          versions (related to feature #1036)
                   5341: 
                   5342:        * src/classes/image.C: more tags added
                   5343: 
                   5344:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   5345: 
                   5346: 2015-10-11  moko
                   5347: 
                   5348:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   5349: 
                   5350: 2015-10-09  moko
                   5351: 
                   5352:        * src/classes/curl.C: pa_strdup added for strings from curl
                   5353:          (related to feature #1035)
                   5354: 
                   5355:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   5356:          ULLONG_MAX definition
                   5357: 
                   5358:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   5359:          (implements feature #1035)
                   5360: 
                   5361:        * src/main/pa_charset.C: String::Body(String::C) used
                   5362: 
                   5363:        * src/main/pa_charset.C: exceptions unified
                   5364: 
                   5365:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   5366:          unified
                   5367: 
                   5368:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   5369:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   5370:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   5371:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   5372:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   5373:          String::Body(String::C) constructor added (related to bug #957)
                   5374: 
                   5375:        * src/classes/file.C: minor optimization
                   5376: 
                   5377:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   5378:          Cord(char*) autocreation (related to bug #957)
                   5379: 
                   5380:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   5381: 
                   5382:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   5383:          String(char*, Lang, length) removed, String(C(), Lang) used
                   5384:          instead (related to bug #957)
                   5385: 
                   5386: 2015-10-08  moko
                   5387: 
                   5388:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   5389:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   5390:          main/untaint.C: Now char * is converted to CORD only using
                   5391:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   5392: 
                   5393:        * src/include/pa_hash.h: fixed compilation without
                   5394:          HASH_CODE_CACHING
                   5395: 
                   5396:        * src/classes/string.C:
                   5397:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   5398:          feature #120)
                   5399: 
                   5400:        * src/main/pa_common.C: reduce js flags checks count (related to
                   5401:          feature #120)
                   5402: 
1.96      moko     5403: 2015-10-07  moko
                   5404: 
                   5405:        * tests/: 275.html, results/275.processed: test modified after
                   5406:          unsigned long long int support implemented (feature #1034)
                   5407: 
                   5408:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   5409:          pa_atoul added for unsigned long long int support
                   5410: 
                   5411: 2015-10-06  moko
                   5412: 
                   5413:        * src/types/pa_vdate.C: INT_MAX used
                   5414: 
                   5415: 2015-10-03  moko
                   5416: 
                   5417:        * tests/: 302.html, results/302.processed: test for bug #1023
                   5418:          (\u2028, \u2029 escaping) added
                   5419: 
                   5420:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   5421:          json:string[] (fixes bug #1023)
                   5422: 
                   5423: 2015-09-29  moko
                   5424: 
                   5425:        * tests/305.html: try-catch added for OS without ipv6 support
                   5426: 
                   5427:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   5428:          compilation
                   5429: 
                   5430:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   5431:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   5432:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   5433:          implemented to distinguish ^hash.method from $hash.field
                   5434:          (implements feature #1017)
                   5435: 
                   5436:        * src/lib/punycode/pa_punycode.c: warning war
                   5437: 
                   5438:        * src/include/pa_config_includes.h: warning war
                   5439: 
                   5440:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   5441: 
                   5442:        * src/include/pa_config_includes.h: warning war
                   5443: 
                   5444:        * src/include/pa_hash.h: clang compilation fix
                   5445: 
                   5446: 2015-09-27  moko
                   5447: 
                   5448:        * src/main/compile.tab.C: Bison 3 is now default
                   5449: 
                   5450:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   5451: 
                   5452: 2015-09-25  moko
                   5453: 
                   5454:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   5455:          works with undefined HASH_ORDER (related to feature #196)
                   5456: 
                   5457: 2015-09-24  moko
                   5458: 
                   5459:        * tests/: 027.html, results/027.processed: test modified to test
                   5460:          ^hash.sort (feature #196)
                   5461: 
                   5462:        * src/: classes/hash.C, include/pa_hash.h:
                   5463:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   5464:          added (implements feature #196)
                   5465: 
                   5466:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   5467:          (exception handling in non-cached ^cache), plus for "it does not
                   5468:          have logical value" and "$exception.handled value must be either
                   5469:          boolean or string 'cache'" exceptions.
                   5470: 
                   5471:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   5472:          code (fixes bug #1025)
                   5473: 
1.95      moko     5474: 2015-09-23  moko
                   5475: 
                   5476:        * src/classes/table.C: warning war
                   5477: 
                   5478:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   5479: 
                   5480:        * src/classes/file.C: warning war
                   5481: 
                   5482:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   5483: 
                   5484:        * src/: main/pa_request.C, classes/date.C: warning war
                   5485: 
                   5486:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   5487: 
                   5488:        * tests/: 122.html, results/122.processed: win sync: to remove
                   5489:          differences with OS that doesn't keep timezone change history
                   5490: 
                   5491:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   5492:          TZ change (related to feature #36)
                   5493: 
                   5494:        * tests/: 075.html, results/075.processed: win sync: to remove
                   5495:          differences with OS that doesn't keep timezone change history
                   5496: 
                   5497:        * tests/: 315.html, results/315.processed: win sync: to remove
                   5498:          differences with OS that doesn't keep timezone change history
                   5499: 
                   5500:        * tests/: 256.html, results/256.processed: win sync: to remove
                   5501:          differences with OS that doesn't keep timezone change history
                   5502: 
                   5503:        * tests/: 124.html, results/124.processed: win results sync: to
                   5504:          avoid hitting time change hole.
                   5505: 
                   5506:        * src/types/pa_vdate.C: static returned. :)
                   5507: 
                   5508: 2015-09-22  moko
                   5509: 
                   5510:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   5511: 
                   5512:        * tests/results/131.processed: more tests for feature #1032
                   5513: 
                   5514:        * src/classes/date.C: minor fix related to feature #1032
                   5515: 
1.211     moko     5516:        * operators.ru.txt, operators.txt: ISO date creation documented
                   5517:          (related to feature #1032)
1.95      moko     5518: 
1.211     moko     5519:        * operators.ru.txt, operators.txt: iso-string documented (related
                   5520:          to feature #1032)
1.95      moko     5521: 
                   5522:        * tests/: 315.html, results/315.processed: more tests added
                   5523:          (related to feature #1032)
                   5524: 
                   5525:        * tests/: 131.html, results/131.processed: date range checks
                   5526:          updated (related to feature #36)
                   5527: 
                   5528:        * tests/: 315.html, results/057.processed, results/315.processed:
                   5529:          test added for ISO date support (related to issue #315)
                   5530: 
                   5531:        * src/classes/date.C: more readable exceptions in date creation
                   5532:          (related to ticket #1032)
                   5533: 
                   5534: 2015-09-18  moko
                   5535: 
                   5536:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   5537:          added (related to issue #1032)
                   5538: 
                   5539:        * tests/results/256.processed, src/classes/json.C: iso-string
                   5540:          documented (related to issue #1032)
                   5541: 
                   5542:        * tests/: 256.html, results/256.processed: ISO date check added
                   5543:          (related to issue #1032)
                   5544: 
                   5545:        * tests/: 057.html, results/057.processed, results/224.processed:
                   5546:          tests results updated after ISO date support implemented (related
                   5547:          to feature #1032)
                   5548: 
                   5549:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   5550:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   5551:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   5552:          added (implements feature #1032)
                   5553: 
                   5554: 2015-09-05  moko
                   5555: 
1.211     moko     5556:        * operators.ru.txt, operators.txt: actualized
1.95      moko     5557: 
1.211     moko     5558:        * operators.ru.txt, operators.txt: date changes documented (related
                   5559:          to ticket #36)
1.95      moko     5560: 
                   5561: 2015-09-04  moko
                   5562: 
                   5563:        * src/types/pa_vdate.C: warning war
                   5564: 
                   5565:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   5566: 
                   5567: 2015-09-03  moko
                   5568: 
                   5569:        * tests/results/096.processed: test result updated for 0..9999 year
                   5570:          date range support (related to feature #36)
                   5571: 
                   5572:        * tests/: 314.html, results/314.processed: test for
                   5573:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   5574:          bug #1031)
                   5575: 
                   5576:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   5577:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   5578: 
1.116     moko     5579:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   5580:          configure.in -> configure.ac
1.95      moko     5581: 
1.116     moko     5582:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   5583:          correct timezone check for FreeBSD Warning war: configure.in ->
                   5584:          configure.ac
1.95      moko     5585: 
                   5586:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     5587:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   5588:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   5589:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   5590:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   5591:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   5592:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     5593:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   5594:          check added
                   5595: 
                   5596:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   5597: 
                   5598:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   5599:          for new date implementation (related to feature #36)
                   5600: 
                   5601:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   5602:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   5603:          types/pa_vdate.h: new double date implementation with internal
                   5604:          support for extended 0..9999 year range, default timezone support
                   5605:          (related to feature #36)
                   5606: 
                   5607: 2015-08-28  moko
                   5608: 
                   5609:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   5610:          (fixes bug #1030)
                   5611: 
                   5612: 2015-08-21  moko
                   5613: 
                   5614:        * src/classes/inet.C: snprintf size "bug" commented
                   5615: 
                   5616:        * src/main/pa_common.C: snprintf comments updated
                   5617: 
                   5618: 2015-08-16  moko
                   5619: 
                   5620:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   5621: 
                   5622: 2015-08-11  moko
                   5623: 
                   5624:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5625:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   5626:          can be null (fixes bug #1029)
                   5627: 
                   5628: 2015-08-06  moko
                   5629: 
1.116     moko     5630:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   5631:          pa_vdate.C added
1.95      moko     5632: 
                   5633: 2015-08-05  moko
                   5634: 
                   5635:        * tests/: 313.html, results/313.processed: test for
                   5636:          ^table.count[columns] and ^table.flip[] with nameless tables
                   5637:          (feature #1003)
                   5638: 
                   5639:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5640:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   5641:          correctly for nameless tables (implements feature #1003)
                   5642: 
                   5643: 2015-08-03  moko
                   5644: 
                   5645:        * tests/312.html: test for ^table.append[$hash] and
                   5646:          ^table.insert[$hash] added (related to feature #1028)
                   5647: 
                   5648:        * src/classes/table.C: ^table.append[$hash] and
                   5649:          ^table.insert[$hash] now supported (implements feature #1028)
                   5650: 
                   5651:        * tests/: 312.html, results/312.processed: test row copy in
                   5652:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   5653: 
                   5654:        * src/classes/table.C: row copy now created in ^table.hash[;
                   5655:          $.type[table] ] (related to feature #1016)
                   5656: 
                   5657: 2015-07-29  moko
                   5658: 
                   5659:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   5660:          added (related to feature #1016)
                   5661: 
                   5662:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5663:          ^table.delete[] added to delete current row (related to feature
                   5664:          1016)
                   5665: 
                   5666: 2015-07-28  moko
                   5667: 
                   5668:        * tests/: 312.html, results/312.processed: test for
                   5669:          $table.column[value] and ^table.insert{row} (related to feature
                   5670:          #1016)
                   5671: 
                   5672:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   5673:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   5674:          ^table.insert{row} are now implemented (feature #1016)
                   5675: 
                   5676:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   5677:          append(), insert() added, memmove arguments order in remove()
                   5678:          fixed (related to feature #1016)
                   5679: 
                   5680: 2015-07-23  moko
                   5681: 
                   5682:        * src/classes/json.C: tainted json and empty json exception added
                   5683:          (implements feature #1015)
                   5684: 
                   5685:        * tests/: 311.html, results/311.processed: empty json and tainted
                   5686:          json exception test added (related to issue #1015)
                   5687: 
                   5688: 2015-07-22  moko
                   5689: 
                   5690:        * tests/: 311.html, results/311.processed: test for UTF-8
                   5691:          processing added
                   5692: 
                   5693:        * tests/: 311.html, results/311.processed: test for
                   5694:          json_exception_with_source added (related to issue #394)
                   5695: 
                   5696:        * src/classes/json.C: json_exception_with_source added (implements
                   5697:          feature #394)
                   5698: 
                   5699: 2015-06-29  moko
                   5700: 
                   5701:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   5702:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   5703:          (closes bug #1027)
                   5704: 
                   5705: 2015-06-10  moko
                   5706: 
                   5707:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   5708:          error if libxml has LIBXML_ICU_ENABLED.
                   5709: 
                   5710: 2015-06-04  moko
                   5711: 
                   5712:        * tests/099.html: ups, reverting
                   5713: 
                   5714:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   5715:          results/310.processed: tests for $response:body[ $.file[] ] and
                   5716:          $response:last-modified added
                   5717: 
                   5718:        * src/main/pa_request.C: last-modified check fixed
                   5719: 
                   5720: 2015-06-03  moko
                   5721: 
                   5722:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   5723:          results/205.processed, results/293.processed: $response:headers
                   5724:          logging added (tests for feature #1007)
                   5725: 
                   5726:        * src/: include/pa_common.h, include/pa_request.h,
                   5727:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   5728:          $response:headers are now in uppercase (closes feature #1007)
                   5729: 
                   5730: 2015-06-02  moko
                   5731: 
                   5732:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   5733:          build errors reverted for clang compatibility
                   5734: 
                   5735: 2015-06-01  moko
                   5736: 
                   5737:        * src/include/pa_memory.h: -pedantic build errors fixed
                   5738: 
                   5739:        * src/classes/math.C: -pedantic build error fixed
                   5740: 
                   5741:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   5742: 
                   5743: 2015-05-31  moko
                   5744: 
                   5745:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   5746: 
                   5747:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   5748:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   5749:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   5750:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   5751:          types/pa_vxnode.h: warning war (-pedantic flag)
                   5752: 
                   5753: 2015-05-28  moko
                   5754: 
                   5755:        * tests/: 308.html, results/308.processed: test for
                   5756:          ^table::create[$t;], etc work added (related to bug #975)
                   5757: 
                   5758:        * src/classes/table.C: check_option_param removed,
                   5759:          ^table::create[$t;], etc now works (fixes bug #975)
                   5760: 
                   5761: 2015-05-27  moko
                   5762: 
                   5763:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   5764:          (Debian jessie) fixed (closes issue #1024)
                   5765: 
                   5766:        * tests/Makefile: sort added as in Debian jessie list become
                   5767:          unsorted
                   5768: 
                   5769: 2015-05-18  moko
                   5770: 
                   5771:        * tests/: 201.html, results/201.processed: test for
                   5772:          ^string.trim[what] feature #1022
                   5773: 
                   5774:        * src/classes/string.C: ^string.trim[what] now supported,
                   5775:          implements feature #1022
                   5776: 
                   5777: 2015-05-17  moko
                   5778: 
                   5779:        * tests/results/185.processed: test result updated as feature #1021
                   5780:          implemented (left/right accept negative parameter)
                   5781: 
                   5782:        * src/classes/string.C: left/right now accept negative parameter
                   5783:          (implements feature #1021)
                   5784: 
                   5785: 2015-05-08  moko
                   5786: 
                   5787:        * src/classes/math.C: isalnum -> pa_isalnum
                   5788: 
                   5789:        * src/main/execute.C: optimization in getter-junction processing
                   5790:          (related to issue #997)
                   5791: 
                   5792: 2015-05-07  moko
                   5793: 
                   5794:        * tests/: 307.html, results/307.processed: test for issue #997
                   5795:          added
                   5796: 
                   5797:        * src/main/execute.C: process_getter result now checked if junction
                   5798:          returned (closes issue #997)
                   5799: 
                   5800:        * tests/: 305.html, results/305.processed: sort added to ignore
                   5801:          different order
                   5802: 
                   5803:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   5804:          assignment (closes issue #994)
                   5805: 
                   5806:        * tests/: 306.html, results/306.processed: test for issue #994
                   5807:          added
                   5808: 
                   5809:        * tests/: 303.html, results/303.processed: two more errors tested
                   5810: 
                   5811: 2015-05-06  moko
                   5812: 
                   5813:        * tests/: 305.html, results/305.processed: test for name2ip &
                   5814:          ip2name added (related to feature #992)
                   5815: 
                   5816:        * tests/: 303.html, 304.html, results/303.processed,
                   5817:          results/304.processed: tests for idna conversion added (related
                   5818:          to issue #849)
                   5819: 
                   5820: 2015-05-02  moko
                   5821: 
                   5822:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   5823:          implemented
                   5824: 
                   5825: 2015-04-30  moko
                   5826: 
                   5827:        * src/main/pa_http.C: idna_host added, related to issue #849
                   5828: 
                   5829:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   5830:          (related to issue #849)
                   5831: 
                   5832: 2015-04-24  moko
                   5833: 
                   5834:        * src/types/pa_vjunction.C: warning war
                   5835: 
                   5836:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   5837:          unification
                   5838: 
                   5839:        * src/lib/punycode/pa_idna.c: warning war
                   5840: 
                   5841: 2015-04-22  moko
                   5842: 
                   5843:        * src/main/main.vcproj: punycode include path added
                   5844: 
                   5845:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   5846: 
                   5847:        * src/lib/punycode/pa_idna.c: warning war
                   5848: 
                   5849:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   5850:          project file added
                   5851: 
                   5852:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   5853: 
                   5854:        * src/include/pa_memory.h: warning war
                   5855: 
                   5856:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   5857:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   5858:          implemented (related to feature #849)
                   5859: 
                   5860:        * configure.in, src/main/Makefile.am,
                   5861:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   5862:          libpunycode added in Unix
                   5863: 
                   5864: 2015-04-21  moko
                   5865: 
                   5866:        * configure.in: large files support
                   5867: 
                   5868: 2015-04-15  moko
                   5869: 
                   5870:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   5871:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   5872:          pa_punycode.h: initial version for punycode/idna support library
                   5873:          (ticket #849)
                   5874: 
                   5875: 2015-04-08  moko
                   5876: 
                   5877:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   5878:          classes/image.C, classes/mail.C, classes/reflection.C,
                   5879:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   5880:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   5881:          main/compile.y, main/compile_tools.h, main/execute.C,
                   5882:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   5883:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   5884:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   5885:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   5886:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   5887:          clang compiler warnings (closes issue #1018)
                   5888: 
                   5889:        * src/include/pa_string.h: String::Body comparation operators with
                   5890:          char * added (related to issue #958)
                   5891: 
                   5892: 2015-04-07  moko
                   5893: 
                   5894:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   5895:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   5896:          issue #1018)
                   5897: 
                   5898:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   5899:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   5900:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   5901:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   5902:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   5903:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   5904:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   5905:          malloc/strdup/free replaced with pa_ version and checks for
                   5906:          accidental use of non-pa_ version added (related to issue #1018)
                   5907: 
                   5908: 2015-04-03  moko
                   5909: 
                   5910:        * buildall: pcre-8.33 -> pcre-8.36
                   5911: 
                   5912:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   5913:          classes/op.C, classes/string.C, main/compile.tab.C,
                   5914:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   5915:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   5916:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   5917:          ticket #958)
                   5918: 
                   5919:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   5920:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   5921:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   5922:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   5923:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   5924:          $request:headers, $request:method added (implements feature
                   5925:          #1007)
                   5926: 
                   5927: 2015-03-17  misha
                   5928: 
                   5929:        * tests/302.html: - test for
                   5930:          ^json:string[...;$._default[method-name]]
                   5931: 
                   5932:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5933:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   5934:          option $._default[method-name] is specified in ^json:string[], a
                   5935:          method with specified name will be called for classes/objects
                   5936:          serialization ( new feature: #982 )
                   5937: 
                   5938: 2015-03-16  misha
                   5939: 
                   5940:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   5941:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   5942:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   5943:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   5944:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5945:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   5946:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5947:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   5948:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   5949:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5950:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   5951:          $var.CLASS_NAME now have special opcodes. This can be switched
                   5952:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   5953:          on pa_opcode.h ( new feature: #844 )
                   5954: 
                   5955: 2015-03-15  misha
                   5956: 
                   5957:        * tests/075.html: - test for $response:header[]
                   5958: 
                   5959:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   5960:          that was set earlie ( new feature: #1001 )
                   5961: 
                   5962: 2015-03-12  misha
                   5963: 
                   5964:        * tests/246.html: - more tests for ^hash._at[]
                   5965: 
                   5966:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   5967:          accepts second param [key|value|hash] ( new feature: #1012 )
                   5968: 
                   5969: 2015-03-09  moko
                   5970: 
                   5971:        * src/types/pa_vmail.C: exception for everything but
                   5972:          $mail:received, closes issue #1011
                   5973: 
                   5974: 2015-02-20  moko
                   5975: 
                   5976:        * tests/: 275.html, results/275.processed: hex detection in
                   5977:          pa_atoui fix test (closes issue #1010)
                   5978: 
                   5979:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   5980:          issue #1010)
                   5981: 
                   5982: 2015-02-17  moko
                   5983: 
                   5984:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   5985:          tainted.
                   5986: 
                   5987: 2015-02-03  misha
                   5988: 
                   5989:        * tests/301.html: - test for ^json:string($double) causes
                   5990:          exception. bugfix: #1008
                   5991: 
                   5992:        * src/classes/json.C: - ^json:string($double) causes exception.
                   5993:          bugfix: #1008
                   5994: 
                   5995:        * tests/014.html: - updated for work with ^hash.delete[]
                   5996: 
                   5997: 2015-01-12  misha
                   5998: 
                   5999:        * src/: classes/form.C, include/pa_common.h,
                   6000:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   6001:          types/pa_vform.h: - supports body with PUT method as well ( new
                   6002:          feature: #1006 )
                   6003: 
                   6004:        * src/classes/file.C: - warnings war
                   6005: 
                   6006: 2015-01-11  misha
                   6007: 
                   6008:        * tests/300.html: - test for ^hash.delete[] is added
                   6009: 
                   6010:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   6011:          feature: #989 ) - tiny optimization in intersects
                   6012: 
                   6013: 2015-01-06  moko
                   6014: 
                   6015:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   6016:          with transcode, attachments detection fixed
                   6017: 
                   6018:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   6019:          load to allow charset switch (related to issue #996)
                   6020: 
                   6021: 2014-12-31  moko
                   6022: 
                   6023:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   6024:          UTF-8 source charset (fixes issue 996)
                   6025: 
                   6026:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   6027:          issue #1000)
                   6028: 
                   6029: 2014-12-11  misha
                   6030: 
                   6031:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   6032:          access ( bug fix: #1005 )
                   6033: 
                   6034: 2014-11-13  misha
                   6035: 
                   6036:        * src/main/compile.y: - PC.append does not reset to false while
                   6037:          creating a new class. bugfix: #990
                   6038: 
                   6039:        * tests/299.html: - test for creation class after working with
                   6040:          partial class (create+append)
                   6041: 
                   6042:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   6043:          #995
                   6044: 
                   6045:        * tests/232.html: - test for @get[def] added
                   6046: 
                   6047: 2014-10-12  moko
                   6048: 
                   6049:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   6050: 
                   6051:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   6052:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   6053:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   6054:          targets/apache/ApacheModuleParser3.vcproj,
                   6055:          targets/apache/ApacheModuleParser3Core.vcproj,
                   6056:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   6057:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   6058:          conversion in newer VS versions
                   6059: 
                   6060:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   6061:          pcre_internal.vcproj added
                   6062: 
                   6063: 2014-08-28  moko
                   6064: 
                   6065:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   6066:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   6067:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   6068: 
                   6069: 2014-06-30  misha
                   6070: 
                   6071:        * tests/298.html: - tests for ^reflection:def[class;className]
                   6072:          added
                   6073: 
                   6074:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   6075:          added ( new feature: #918 )
                   6076: 
                   6077: 2014-06-29  misha
                   6078: 
                   6079:        * src/classes/table.C: - ^table::create[unsupported data] -
                   6080:          exception comment changed to "body must be table or code" ( bug
                   6081:          fix: #951 )
                   6082: 
                   6083:        * tests/: 261.html, results/261.processed: - tests for
                   6084:          ^json:string[...;$.void[null|string]] added
                   6085: 
                   6086:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   6087:          option $.void[string|null] added to ^json:string[...] ( new
                   6088:          feature: #952 )
                   6089: 
                   6090: 2014-06-28  moko
                   6091: 
                   6092:        * src/classes/curl.C: $.charset now processed before other curl
                   6093:          options (closes issue #980)
                   6094: 
                   6095: 2014-05-23  misha
                   6096: 
                   6097:        * src/classes/json.C: - bug fix: #987
                   6098: 
                   6099: 2014-05-04  misha
                   6100: 
                   6101:        * tests/: 253.html, 253_json.txt: - test for
                   6102:          ^json:parse[$.int(false)] is added
                   6103: 
                   6104:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   6105:          default true). The option is similar to $.double(bool) but for
                   6106:          integers.
                   6107: 
                   6108: 2014-05-01  moko
                   6109: 
                   6110:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   6111:          #12 )
                   6112: 
                   6113: 2014-04-16  moko
                   6114: 
                   6115:        * src/main/pa_http.C: response-charset option should finally work
                   6116:          now (fix for issue #867)
                   6117: 
                   6118:        * src/main/pa_http.C: response-charset option should work now (fix
                   6119:          for issue #867)
                   6120: 
                   6121: 2014-03-07  moko
                   6122: 
                   6123:        * buildall: libgc moved
                   6124: 
                   6125:        * buildall: libgc moved
                   6126: 
                   6127: 2013-12-29  moko
                   6128: 
                   6129:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   6130:          closes issue #966
                   6131: 
                   6132:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   6133:          result now tainted, issue #966
                   6134: 
                   6135: 2013-12-03  moko
                   6136: 
                   6137:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   6138:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   6139:          option was added for http://www.parser.ru/forum/?id=79343
                   6140: 
                   6141:        * src/classes/file.C: bugfix for
                   6142:          http://www.parser.ru/forum/?id=79337
                   6143: 
                   6144: 2013-11-05  moko
                   6145: 
                   6146:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   6147: 
                   6148:        * src/main/pa_globals.C: spelling fixed
                   6149: 
                   6150: 2013-10-29  moko
                   6151: 
                   6152:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   6153: 
                   6154:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   6155:          #892
                   6156: 
                   6157:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   6158:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   6159:          exceptions to be thrown thougth json library), related to issue
                   6160:          #892
                   6161: 
                   6162:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   6163:          related to issue #896
                   6164: 
                   6165: 2013-10-24  moko
                   6166: 
                   6167:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   6168: 
                   6169: 2013-10-23  moko
                   6170: 
                   6171:        * README: actualization
                   6172: 
                   6173: 2013-10-22  moko
                   6174: 
                   6175:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   6176:          compatibility patch from Sergey Kirpichev
                   6177: 
                   6178:        * tests/: 297.html, results/297.processed: non-working getter fix
                   6179:          test for issue #948
                   6180: 
                   6181:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   6182:          called when saving value of $match variable in ^string.match[] to
                   6183:          increase compatibility (related to issue #948).
                   6184: 
                   6185:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   6186:          usage optimization
                   6187: 
                   6188: 2013-10-21  moko
                   6189: 
                   6190:        * tests/: 182.html, results/182.processed: local path removed for
                   6191:          compatibility
                   6192: 
                   6193:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   6194:          results/244.processed, results/253.processed,
                   6195:          results/254.processed, results/275.processed,
                   6196:          results/281.processed: try_catch -> try-catch
                   6197: 
                   6198:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   6199:          results/294.processed, results/296.processed: try_catch ->
                   6200:          try-catch
                   6201: 
                   6202: 2013-10-20  moko
                   6203: 
                   6204:        * tests/: 296.html, results/296.processed: test for xsl exception
                   6205:          for issue #938 added.
                   6206: 
                   6207:        * src/: include/pa_xml_exception.h,
                   6208:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   6209:          XmlException is now replaced (once again closes issue #938)
                   6210: 
                   6211: 2013-10-18  moko
                   6212: 
                   6213:        * buildall: disable clock_gettime detection to avoid librt linking
                   6214:          (which in turn depends on libpthread), related to issue #943
                   6215: 
                   6216: 2013-10-18  misha
                   6217: 
                   6218:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   6219:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   6220:          targets/apache/ApacheModuleParser3Core.vcproj,
                   6221:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   6222:          types/types.vcproj: - new locations for libxml2 includes where
                   6223:          added to vcproj files
                   6224: 
                   6225: 2013-10-18  moko
                   6226: 
                   6227:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   6228:          fix
                   6229: 
                   6230:        * tests/: 295.html, results/295.processed: test for issue #948
                   6231:          updated
                   6232: 
                   6233:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   6234:          :)
                   6235: 
                   6236:        * tests/: 295.html, results/295.processed: test for issue #948
                   6237:          added
                   6238: 
                   6239:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   6240:          include/pa_request.h, types/pa_method.h: for getters and setters
                   6241:          to be executed request.put_element should be called, not
                   6242:          context.put_element (fixes issue #948)
                   6243: 
                   6244: 2013-10-17  moko
                   6245: 
                   6246:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   6247:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   6248: 
                   6249:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   6250: 
                   6251: 2013-10-16  moko
                   6252: 
                   6253:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   6254: 
                   6255:        * tests/: 294.html, results/294.processed: test for issue #938
                   6256: 
                   6257:        * src/: classes/xdoc.C, classes/xnode.C,
                   6258:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   6259:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   6260: 
                   6261:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   6262:          libxslt-1.1.26 -> libxslt-1.1.28
                   6263: 
                   6264:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   6265:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   6266:          to '?', related to issue #938
                   6267: 
                   6268: 2013-10-15  moko
                   6269: 
                   6270:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   6271:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   6272:          minor optimizations (closes issue #896)
                   6273: 
                   6274:        * tests/results/: 292.processed, 293.processed: results updated to
                   6275:          comply with issue #896
                   6276: 
                   6277:        * tests/: 292.html, 293.html, results/292.processed,
                   6278:          results/293.processed: tests for json escaping
                   6279: 
                   6280: 2013-10-14  moko
                   6281: 
                   6282:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   6283:          and cleanup, code moved from .h to .C, no changes in code
                   6284: 
                   6285: 2013-10-12  moko
                   6286: 
                   6287:        * tests/results/119.processed: updated test result commited
                   6288: 
                   6289:        * tests/: 291.html, results/291.processed: test for issue #894
                   6290:          added
                   6291: 
                   6292:        * src/types/pa_wcontext.h: base methods call support function
                   6293:          get_somebody_entered_some_class should not be true forever, as
                   6294:          wcontext can have many get_elements calls (fixes issue #894)
                   6295: 
                   6296: 2013-10-11  moko
                   6297: 
                   6298:        * tests/: 290.html, results/290.processed: test for junction GPF
                   6299:          issue #942 added
                   6300: 
                   6301:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   6302:          to native method fixed (closes issue #942)
                   6303: 
                   6304:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   6305:          added
                   6306: 
                   6307:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   6308:          feature #907)
                   6309: 
                   6310:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   6311:          feature #907)
                   6312: 
                   6313: 2013-10-09  moko
                   6314: 
                   6315:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   6316:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   6317:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   6318:          properly not only in objects, but in classes as well (closes
                   6319:          issue #903)
                   6320: 
                   6321:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   6322:          works in classes, not only objects, test case added, related to
                   6323:          issue #903
                   6324: 
                   6325:        * tests/: 288.html, results/288.processed: test for endless
                   6326:          recursion bug added (related to issue #903)
                   6327: 
                   6328: 2013-10-05  moko
                   6329: 
                   6330:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   6331:          classes/table.C, main/execute.C, types/pa_method.h,
                   6332:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   6333:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   6334:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   6335:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   6336:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   6337:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   6338:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   6339:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   6340:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   6341:          optimization: put_element no longer has "bool areplace" argument,
                   6342:          related to issue #903
                   6343: 
                   6344: 2013-10-03  moko
                   6345: 
                   6346:        * tests/results/182.processed: result for $.replace(false) test
                   6347:          commited
                   6348: 
                   6349:        * src/classes/date.C: ^date::create(number) processed correctly
                   6350:          (fixes issue #901)
                   6351: 
                   6352:        * src/classes/image.C: as_no_junction removed, as param can be
                   6353:          expression (closes issue #931)
                   6354: 
                   6355:        * tests/233.html: test for issue #931 added
                   6356: 
                   6357: 2013-10-02  moko
                   6358: 
                   6359:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   6360:          modified, test for $.replace(false) added
                   6361: 
                   6362:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   6363: 
                   6364: 2013-09-30  moko
                   6365: 
                   6366:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   6367: 
                   6368:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   6369:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   6370:          implemented; $.replace option added to ^process and ^use
                   6371: 
                   6372: 2013-08-27  moko
                   6373: 
                   6374:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   6375:          cstr_to_string_body_untaint should be called with charsets for
                   6376:          possible uri language and connection for possible sql language.
                   6377:          related to issue #857
                   6378: 
                   6379:        * buildall: and -> or fixed
                   6380: 
                   6381: 2013-08-26  moko
                   6382: 
                   6383:        * buildall: prepare_ functions logic changed to support
                   6384:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   6385: 
                   6386: 2013-08-23  moko
                   6387: 
                   6388:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   6389:          statically
                   6390: 
                   6391: 2013-08-22  moko
                   6392: 
                   6393:        * src/classes/string.C: String::Empty used (related to issue #912)
                   6394:          append_know_length removed (related to old GPF bug)
                   6395: 
                   6396: 2013-08-21  moko
                   6397: 
                   6398:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   6399: 
                   6400:        * src/classes/math.C: ^math:digest[...;$file] support added
                   6401:          (related to ticket #857
                   6402: 
                   6403:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   6404:          implemented
                   6405: 
                   6406:        * src/types/pa_vhashfile.h: warning war
                   6407: 
                   6408:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   6409:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   6410:          anti_endless_json_string_recoursion removed from request;
                   6411:          json_string_recoursion added to json_options; $.indent[indent
                   6412:          value] now supported and passed within recoursion closes feature
                   6413:          #937
                   6414: 
                   6415:        * tests/: 287.html, results/287.processed: test for feature #937
                   6416: 
                   6417: 2013-07-31  moko
                   6418: 
                   6419:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   6420:          compilation having #define _S
                   6421: 
                   6422:        * src/main/pa_globals.C: cleanup
                   6423: 
                   6424: 2013-07-30  moko
                   6425: 
                   6426:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   6427:          main/pa_common.C: vs2003 warning war
                   6428: 
                   6429:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   6430: 
                   6431:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   6432: 
                   6433:        * src/lib/md5/pa_sha2.c: warning war
                   6434: 
                   6435: 2013-07-29  moko
                   6436: 
                   6437:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   6438:          patches from github
                   6439: 
                   6440:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   6441:          classes/memcached.C, include/pa_config_includes.h,
                   6442:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   6443: 
                   6444:        * src/lib/json/json.vcproj: C++ -> C
                   6445: 
                   6446:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   6447: 
                   6448:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6449: 
                   6450:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6451: 
                   6452:        * src/lib/json/: json.c, pa_json.C: warning war
                   6453: 
                   6454:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   6455: 
                   6456:        * src/include/pa_config_fixed.h: uint16_t added
                   6457: 
                   6458:        * configure.in: uint16_t check added
                   6459: 
                   6460:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     6461:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   6462:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   6463:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   6464:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     6465: 
                   6466: 2013-07-25  moko
                   6467: 
                   6468:        * parser3.sln: dependencies added
                   6469: 
                   6470:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   6471:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   6472:          module support
                   6473: 
                   6474:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   6475: 
                   6476:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   6477: 
                   6478: 2013-07-23  moko
                   6479: 
                   6480:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   6481:          PA_DEBUG_GC_MEMORY removed
                   6482: 
                   6483:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   6484:          PA_DEBUG_DISABLE_GC compilation fix
                   6485: 
                   6486:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   6487:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   6488: 
                   6489:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   6490:          garbage cleanup
                   6491: 
                   6492:        * src/main/pa_common.C: warning war
                   6493: 
                   6494:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   6495: 
                   6496:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   6497:          minor cleanup
                   6498: 
                   6499:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   6500:          uses cygwin, not WIN32 implementation
                   6501: 
                   6502:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   6503:          able to exec shell scripts
                   6504: 
                   6505:        * src/classes/math.C: ifdef WIN32 cleanup
                   6506: 
                   6507:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   6508: 
                   6509:        * src/classes/curl.C: LT_MODULE_EXT used
                   6510: 
                   6511:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   6512: 
                   6513: 2013-07-22  moko
                   6514: 
                   6515:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   6516:          includes fix
                   6517: 
                   6518:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   6519: 
                   6520:        * configure.in, src/include/pa_config_includes.h,
                   6521:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   6522:          src/main/pa_exec.C: includes cleanup
                   6523: 
                   6524:        * src/targets/cgi/parser3.C: 2012->2013
                   6525: 
                   6526:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   6527: 
                   6528:        * configure.in, src/include/pa_config_includes.h,
                   6529:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   6530:          src/main/pa_random.C, src/main/pa_socks.C,
                   6531:          src/types/pa_vstatus.C: cygwin support cleanup
                   6532: 
                   6533:        * configure.in: dirent.h check added
                   6534: 
                   6535:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   6536:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   6537:          not copied
                   6538: 
                   6539: 2013-07-21  moko
                   6540: 
                   6541:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   6542: 
                   6543:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   6544:          parser3.vcproj: unused getopt.h / getopt.c removed
                   6545: 
1.211     moko     6546:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   6547:          tests/022.html, tests/results/022.processed:
                   6548:          ^file:list[path][$.filter[regexp] $.stat(true)] usage commented
1.95      moko     6549: 
                   6550:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   6551:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   6552:          $.stat(true) it has size/*date columns modified patch from misha@
                   6553:          that closes issue #914.
                   6554: 
                   6555:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   6556:          PA_RELEASE_ASSERTS removed
                   6557: 
                   6558:        * src/lib/md5/pa_md5c.c: minor cleanup
                   6559: 
                   6560:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   6561:          localeconv()->decimal_point usage remoed (related to issue #934)
                   6562: 
                   6563:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   6564:          cordprnt.c removed
                   6565: 
                   6566:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   6567:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   6568:          pa-include/pa_strings.h: includes cleanup
                   6569: 
                   6570:        * src/lib/md5/pa_md5c.c: headers cleanup
                   6571: 
                   6572: 2013-07-20  moko
                   6573: 
                   6574:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   6575:          cleanup
                   6576: 
                   6577: 2013-07-19  moko
                   6578: 
                   6579:        * src/classes/math.C: extern "C" added for crypt
                   6580: 
                   6581: 2013-07-18  moko
                   6582: 
                   6583:        * src/classes/math.C: fix redhat7.2 build
                   6584: 
                   6585: 2013-07-17  moko
                   6586: 
                   6587:        * configure.in, src/include/pa_config_includes.h,
                   6588:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   6589:          added for uint8/32/64_t)
                   6590: 
                   6591:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   6592:          pa_config_includes.h used for uint32/64_t
                   6593: 
                   6594: 2013-07-16  moko
                   6595: 
                   6596:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   6597:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   6598:          war
                   6599: 
                   6600:        * src/main/compile.tab.C: compile.y was updated
                   6601: 
                   6602:        * src/main/compile.y: warning war
                   6603: 
                   6604:        * src/: include/pa_exception.h, main/pa_exception.C,
                   6605:          main/pa_xml_exception.C: warning war
                   6606: 
                   6607:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   6608: 
                   6609:        * configure.in: beauty :)
                   6610: 
                   6611:        * tests/: 141.html, results/141.processed: sha256/512 added
                   6612: 
                   6613: 2013-07-13  moko
                   6614: 
                   6615:        * src/lib/md5/md5.vcproj: sha2 added
                   6616: 
                   6617:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   6618:          classes/math.C: sha2 support (sha256/sha512 digest)
                   6619: 
                   6620: 2013-07-08  moko
                   6621: 
                   6622:        * src/classes/image.C: directory read or other read problem message
                   6623:          fixed (related to issue #933)
                   6624: 
                   6625: 2013-07-07  moko
                   6626: 
                   6627:        * AUTHORS: + misha + moko. :)
                   6628: 
                   6629: 2013-07-06  moko
                   6630: 
                   6631:        * src/: classes/curl.C, include/pa_globals.h,
                   6632:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   6633:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   6634:          for lt_dlinit to be called once and lt_dlexit called at right
                   6635:          place (related to issue #925)
                   6636: 
                   6637: 2013-07-04  moko
                   6638: 
                   6639:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   6640:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   6641:          content-type to be set, as it brokes badly designed logic in
                   6642:          response output. This hopefully finishes issue #928.
                   6643: 
                   6644:        * tests/results/: 256.processed, 286.processed: file now displayed
                   6645:          as name, size, mode, content-type
                   6646: 
                   6647:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   6648:          issue #933
                   6649: 
                   6650: 2013-06-28  moko
                   6651: 
                   6652:        * tests/: 286.html, results/286.processed: test extended
                   6653: 
                   6654:        * tests/: 286.html, results/286.processed: Test for issue #928
                   6655:          added.  it tests default content-type change.
                   6656: 
                   6657:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   6658:          now updated
                   6659: 
                   6660: 2013-06-25  moko
                   6661: 
                   6662:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   6663:          content-type for text/binary files without name added;
                   6664:          ^file::create[$f;...] options now works properly and $f
                   6665:          properties are default (fixes issue #928)
                   6666: 
                   6667: 2013-05-16  misha
                   6668: 
                   6669:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   6670:          added
                   6671: 
                   6672:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   6673:          table if specified limit is bigger than source rows count
                   6674: 
                   6675:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   6676:          added ( new feature: #858 )
                   6677: 
                   6678: 2013-04-29  moko
                   6679: 
                   6680:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   6681:          $.ipresolve(0|1|2) added (closes issue #891)
                   6682: 
                   6683:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   6684: 
                   6685: 2013-04-24  moko
                   6686: 
                   6687:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6688:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6689:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   6690:          memcached_quit (refs #893)
                   6691: 
                   6692: 2013-04-22  moko
                   6693: 
                   6694:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   6695:          slashes in file path (fixes bug #872)
                   6696: 
                   6697:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   6698:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   6699:          #739)
                   6700: 
                   6701:        * tests/results/266.processed: $.max_params added (feature #915)
                   6702: 
                   6703:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   6704:          option added to file::load (closes issue #867)
                   6705: 
                   6706: 2013-04-20  misha
                   6707: 
                   6708:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   6709:          commited
                   6710: 
                   6711: 2013-03-15  misha
                   6712: 
                   6713:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   6714:          multiple empty strings while ::sql. uae String::Empty instead
                   6715: 
                   6716: 2013-03-14  misha
                   6717: 
                   6718:        * src/classes/reflection.C: - for user classes
                   6719:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   6720:          with $.call_type if they available ( new feature: #915 )
                   6721: 
                   6722:        * src/classes/file.C: - ^file:delete[] now supports an option
                   6723:          $.exception(false) that suppress any exception while deleting
                   6724:          file ( new feature: #916 )
                   6725: 
                   6726:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   6727:          work :)
                   6728: 
                   6729: 2013-03-12  misha
                   6730: 
                   6731:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   6732:          set default name for the file
                   6733: 
                   6734: 2013-03-11  misha
                   6735: 
                   6736:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   6737:          also available in $f.cookies
                   6738: 
                   6739:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   6740:          moved to a separate method
                   6741: 
                   6742: 2013-03-10  moko
                   6743: 
                   6744:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   6745:          added
                   6746: 
                   6747:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   6748:          removed (declared by autoconf)
                   6749: 
                   6750:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   6751:          uint32_t define
                   6752: 
                   6753: 2013-03-10  misha
                   6754: 
                   6755:        * src/classes/file.C: ^file:delete and ^file:move now support
                   6756:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   6757: 
                   6758:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   6759:          empty dirs is added
                   6760: 
                   6761: 2013-03-10  moko
                   6762: 
                   6763:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   6764:          but default check removed from ^int/double/bool.int/double/bool
                   6765:          for string.int/double/bool compatibility (related to issue #913)
                   6766: 
                   6767:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   6768:          internally throws exception if default is present (closes issue
                   6769:          #913)
                   6770: 
                   6771: 2013-03-09  misha
                   6772: 
                   6773:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   6774:          optimisations ( #845 )
                   6775: 
                   6776:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   6777: 
                   6778: 2013-03-08  moko
                   6779: 
                   6780:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   6781:          creates correct table (fixes issue #910)
                   6782: 
                   6783:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   6784:          use outside of 'connect' operator (fixes issue #911)
                   6785: 
                   6786:        * tests/results/: 096.processed, 122.processed: test results
                   6787:          updated as doubles now printed with 15 significant digits, not 5
                   6788:          (fixes issue #882)
                   6789: 
                   6790:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   6791:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   6792: 
                   6793: 2013-02-21  moko
                   6794: 
                   6795:        * src/classes/table.C: _locate_name_value does not check arguments
                   6796:          count, so we check it in advance (fixes issue #905)
                   6797: 
                   6798: 2012-10-23  moko
                   6799: 
                   6800:        * buildall: old shell for and echo compatibility (for six)
                   6801: 
                   6802: 2012-10-19  moko
                   6803: 
                   6804:        * buildall: --strip added --disable-safe-mode listed in usage
                   6805: 
                   6806: 2012-10-17  misha
                   6807: 
                   6808:        * src/classes/op.C: - apply-taint should not throw "outside
                   6809:          connect" exception with sql lang now
                   6810: 
                   6811: 2012-10-17  moko
                   6812: 
                   6813:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   6814:          each request (for apache module)
                   6815: 
                   6816: 2012-09-26  moko
                   6817: 
                   6818:        * src/doc/doxygen.cfg: png -> svg
                   6819: 
                   6820: 2012-09-25  moko
                   6821: 
                   6822:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   6823:          test added
                   6824: 
                   6825:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   6826:          double use when key is long
                   6827: 
                   6828: 2012-09-16  moko
                   6829: 
                   6830:        * src/classes/math.C: Format -> Method Encode -> Format
                   6831: 
                   6832:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   6833:          added
                   6834: 
                   6835: 2012-09-14  moko
                   6836: 
                   6837:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   6838:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   6839:          implementation added
                   6840: 
                   6841: 2012-09-12  moko
                   6842: 
                   6843:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   6844:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   6845:          targets.dox and string.dox slightly actualized
                   6846: 
                   6847: 2012-08-31  moko
                   6848: 
                   6849:        * ChangeLog: now generated with patched cvs2cl.pl
                   6850: 
                   6851: 2012-07-29  moko
                   6852: 
                   6853:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   6854:          result should be pushed after VMethodFrame destructor is called,
                   6855:          as it deletes junctions from stack params (fixes issue #868)
                   6856: 
                   6857: 2012-07-23  moko
                   6858: 
                   6859:        * INSTALL, README: buildall script usage documented, other outdated
                   6860:          info updated.
                   6861: 
                   6862:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   6863: 
                   6864: 2012-07-21  moko
                   6865: 
                   6866:        * buildall: glib does not compile when threads are disabled...
                   6867: 
                   6868:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   6869: 
                   6870:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   6871:          unref, can't unref nested objects)
                   6872: 
                   6873:        * src/types/pa_vmail.C: another check added
                   6874: 
                   6875: 2012-07-19  moko
                   6876: 
                   6877:        * buildall: usage added
                   6878: 
                   6879:        * buildall: new buildall script that unites buildall-with-xml,
                   6880:          buildall-without-xml, --with-apache and --with-mailreceive
                   6881: 
                   6882:        * configure.in: support for static gmime and dynamic glib linking.
                   6883:          fixes for FreeBSD
                   6884: 
                   6885: 2012-07-17  moko
                   6886: 
                   6887:        * configure.in: --with-mailreceive replaced
                   6888:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   6889:          removed
                   6890: 
                   6891: 2012-07-16  moko
                   6892: 
                   6893:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   6894:          capitalized, content now decoded and text content converted to
                   6895:          $request:charset.  all properties are accessed by functions, this
                   6896:          ready for dynamic load.
                   6897: 
                   6898: 2012-06-28  moko
                   6899: 
1.116     moko     6900:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   6901:          32 bit
1.95      moko     6902: 
                   6903: 2012-06-27  moko
                   6904: 
                   6905:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   6906:          passive ftp
                   6907: 
                   6908:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   6909: 
                   6910:        * configure.in: 3.4.2 RC -> 3.4.2
                   6911: 
                   6912: 2012-06-22  moko
                   6913: 
                   6914:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   6915:          #815)
                   6916: 
                   6917:        * tests/: 284.html, results/284.processed: output options test
                   6918:          (feature #265)
                   6919: 
                   6920: 2012-06-22  misha
                   6921: 
                   6922:        * tests/215.html: - little changes
                   6923: 
                   6924: 2012-06-21  moko
                   6925: 
                   6926:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   6927:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   6928:          feature #265)
                   6929: 
                   6930:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   6931:          breaks long .*, default 10M restored. (issue #216)
                   6932: 
                   6933:        * tests/: 283.html, results/283.processed: test for issue #815
                   6934:          added
                   6935: 
                   6936:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   6937:          again, cstrm not required.
                   6938: 
                   6939:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   6940:          Win32 and broken FreeBSD (issue #45)
                   6941: 
                   6942:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   6943: 
                   6944:        * src/main/pa_string.C: warnings war
                   6945: 
                   6946:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   6947:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   6948:          main/pa_socks.C, targets/apache/pa_threads.C,
                   6949:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6950:          types/pa_vstatus.C: compilation under cygwin fixed
                   6951: 
                   6952: 2012-06-19  moko
                   6953: 
                   6954:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   6955:          Windows fixed
                   6956: 
                   6957:        * parser3.sln: removed antique pcre_ctype
                   6958: 
                   6959:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   6960: 
                   6961:        * src/include/pa_config_fixed.h: undefined reference to
                   6962:          __imp__pcre_* fix for Windows
                   6963: 
                   6964:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     6965:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   6966:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   6967:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   6968:          define fixed
1.95      moko     6969: 
                   6970: 2012-06-18  moko
                   6971: 
                   6972:        * src/classes/memcached.C: flush -> clear
                   6973: 
                   6974:        * src/classes/memcached.C: memcached does not support quotes even
                   6975:          in server name
                   6976: 
                   6977:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6978:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   6979:          called on open to check servers existance.  $.key(true) syntax
                   6980:          now supported
                   6981: 
                   6982: 2012-06-17  moko
                   6983: 
                   6984:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   6985:          cleanup
                   6986: 
                   6987:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   6988:          tests/results/282.processed: encloser at the EOF bug fixed,
                   6989:          incorrectly enclosed data now processed more logicaly (fixes
                   6990:          #339)
                   6991: 
                   6992: 2012-06-15  moko
                   6993: 
                   6994:        * buildall-without-xml: sync with buildall-with-xml
                   6995: 
                   6996:        * buildall-with-xml: download auto-detected between fetch and curl
                   6997: 
                   6998:        * configure.in: --with-gc and --with-pcre now also processed
                   6999:          correctly
                   7000: 
1.116     moko     7001:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   7002:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   7003:          should be run on rol1 using automake / aclocal (GNU automake)
                   7004:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     7005: 
                   7006:        * configure.in: new PARSER_VERSION logic
                   7007: 
                   7008:        * src/include/pa_version.h: new pa_version.h logic
                   7009: 
                   7010:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7011:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   7012:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   7013:          feols_normalized -> fis_text_content set_binary added
                   7014: 
                   7015:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   7016: 
                   7017: 2012-06-15  misha
                   7018: 
                   7019:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7020:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   7021:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   7022:          ^file::create[text;content] EOLs in content now is normalized. (
                   7023:          new feature: #815 )
                   7024: 
                   7025: 2012-06-15  moko
                   7026: 
                   7027:        * configure.in: --disable-version-update added to disable version
                   7028:          update with host information (for debian package) whitespace
                   7029:          optimized
                   7030: 
                   7031:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   7032:          libtool
                   7033: 
                   7034:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   7035:          it.
                   7036: 
                   7037: 2012-06-14  moko
                   7038: 
                   7039:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   7040:          tests/results/281.processed: "hash flocked" error removed for
                   7041:          safe operations like ^h._count[] ( new feature: #335 )
                   7042: 
1.116     moko     7043:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     7044: 
                   7045:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   7046: 
                   7047:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   7048:          xml compilation check added
                   7049: 
                   7050:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   7051:          replaced with --with-gc and --with-pcre test for pcre linking
                   7052:          added
                   7053: 
                   7054: 2012-06-13  moko
                   7055: 
                   7056:        * configure.in: apxs2 check optimized
                   7057: 
                   7058:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   7059:          .la, includes optimized
                   7060: 
                   7061:        * buildall-with-xml: --with-pic looks better for -fPIC
                   7062: 
                   7063:        * configure.in: switched to convenience library in static linking
                   7064: 
                   7065:        * src/targets/apache/Makefile.am: switched to convenience library
                   7066:          usage to avoid libtool warnings
                   7067: 
                   7068:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   7069:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   7070:          smtp/Makefile.am: switched to convenience library usage
                   7071: 
                   7072:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   7073: 
                   7074:        * src/targets/apache/Makefile.am: updated for libtool usage
                   7075: 
                   7076:        * buildall-without-xml: --with-included-ltdl added
                   7077: 
                   7078:        * buildall-without-xml: sync with buildall-with-xml
                   7079: 
                   7080:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   7081:          -fPIC for x64 $download added for wget success check added
                   7082: 
                   7083:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   7084: 
                   7085:        * configure.in: disable-static returned
                   7086: 
                   7087:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   7088:          LIBTOOLFLAGS
                   7089: 
                   7090: 2012-06-12  moko
                   7091: 
                   7092:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   7093:          compatible with LIBTOOLFLAGS for unknown reasons
                   7094: 
                   7095:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   7096: 
                   7097:        * configure.in: static/dynamic -lstdc++ linking option removed
                   7098:          apxs2 check added
                   7099: 
                   7100:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   7101:          option removed
                   7102: 
                   7103: 2012-06-10  moko
                   7104: 
                   7105:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   7106:          added
                   7107: 
                   7108:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   7109: 
1.116     moko     7110:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   7111:          beauty
1.95      moko     7112: 
                   7113:        * depcomp: from libtool 2.4.2
                   7114: 
                   7115:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   7116: 
                   7117: 2012-06-09  moko
                   7118: 
1.116     moko     7119:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   7120:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     7121:          autogenerated files updated after libtool update
                   7122: 
1.116     moko     7123:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   7124:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     7125:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   7126:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   7127:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
1.216     moko     7128:          libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h,
                   7129:          libltdl/lt__private.h, libltdl/lt__strl.h, libltdl/lt_dlloader.h,
                   7130:          libltdl/lt_error.h, libltdl/lt_system.h, libltdl/slist.h,
                   7131:          loaders/dld_link.c, loaders/dlopen.c, loaders/dyld.c,
                   7132:          loaders/load_add_on.c, loaders/loadlibrary.c, loaders/preopen.c,
                   7133:          loaders/shl_load.c, m4/argz.m4, m4/libtool.m4, m4/ltdl.m4,
                   7134:          m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
1.95      moko     7135:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   7136: 
                   7137:        * configure.in: preparation for new libtool
                   7138: 
                   7139:        * configure.in: Some beauty added :)
                   7140: 
                   7141:        * src/targets/apache/Makefile.am: := -> =
                   7142: 
                   7143:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   7144:          again. :)
                   7145: 
                   7146:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   7147:          previously was taken from pcre_internal.h. :)
                   7148: 
                   7149:        * src/lib/pcre/Makefile.am: config.h returned
                   7150: 
                   7151:        * src/lib/pcre/config.h: still need this. :)
                   7152: 
                   7153:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   7154: 
                   7155:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   7156:          removed
                   7157: 
                   7158:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   7159:          now in parser tree, no need to copy
                   7160: 
                   7161:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   7162:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   7163:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   7164:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   7165:          extracts now used old trash removed
                   7166: 
                   7167:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   7168:          (debian/patches/104_automake.patch) + all charsets are copied
                   7169: 
                   7170:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   7171:          extra arguments now supported
                   7172: 
                   7173: 2012-06-08  misha
                   7174: 
                   7175:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   7176:          the 2nd option in ^table.hash[] could be hash or table so
                   7177:          .as_hash will throw an exception when table option is specified
                   7178: 
                   7179:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   7180:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   7181:          classes/table.C, classes/void.C, classes/xdoc.C,
                   7182:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   7183:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   7184:          and improved (whitespaces are allowed as empty options) -
                   7185:          MethodParams::as_table is added - above methods are used for
                   7186:          parsing methods' options ( new feature: #9 )
                   7187: 
                   7188:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   7189:          to vclass. now class fields can be accessible as a hash:
                   7190:          $h[^hash::create[$asd:CLASS]]
                   7191: 
                   7192:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   7193:          have get_fields method so their fields can be accessed with
                   7194:          ^reflection:fields[...] & ^reflection:field[...]
                   7195: 
                   7196: 2012-06-06  misha
                   7197: 
                   7198:        * tests/280.html: - tests for
                   7199:          ^reflection:method[obj-or-class;method],
                   7200:          ^reflection:field[obj-or-class;field] and
                   7201:          ^reflection:fields[obj-or-class] are added
                   7202: 
                   7203: 2012-06-05  misha
                   7204: 
                   7205:        * src/classes/reflection.C: - ^reflection:method[class or
                   7206:          object;method name] and ^reflection:field[class or object;field
                   7207:          name] are added
                   7208: 
                   7209:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   7210:          is used
                   7211: 
                   7212:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   7213: 
                   7214: 2012-06-05  moko
                   7215: 
1.116     moko     7216:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     7217: 
                   7218:        * src/classes/memcached.C: flish ttl fixed
                   7219: 
                   7220: 2012-06-04  moko
                   7221: 
                   7222:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   7223:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   7224:          option (new feature #833)
                   7225: 
                   7226: 2012-06-04  misha
                   7227: 
                   7228:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   7229:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   7230: 
                   7231: 2012-06-03  misha
                   7232: 
                   7233:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   7234:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   7235: 
                   7236: 2012-05-30  misha
                   7237: 
                   7238:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   7239:          incomplete class into a scope while @USE is found
                   7240: 
                   7241:        * src/main/compile.y: - add incomplete class into a scope while
                   7242:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   7243: 
                   7244: 2012-05-30  moko
                   7245: 
                   7246:        * src/types/pa_vclass.C, tests/278.html,
                   7247:          tests/results/278.processed: removed "property has no getter
                   7248:          method" exception when GET_DEFAULT present (fixes #269)
                   7249: 
                   7250:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   7251:          $._default
                   7252: 
                   7253: 2012-05-29  moko
                   7254: 
                   7255:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   7256:          uninitialized values usage (new feature: #154)
                   7257: 
                   7258: 2012-05-28  moko
                   7259: 
                   7260:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   7261:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   7262:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   7263:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   7264:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   7265:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   7266:          tests/results/277.processed, src/types/pa_vtable.h,
                   7267:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   7268:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   7269:          feature #803)
                   7270: 
                   7271:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   7272:          tests/results/277.processed: json numbers are now treated as
                   7273:          double ( new feature: #834 )
                   7274: 
                   7275:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   7276:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   7277:          added for out of range checks, zero division in vint/vdouble
                   7278:          check added ( fixes #832 )
                   7279: 
                   7280:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   7281:          ( fixes #832 )
                   7282: 
                   7283: 2012-05-28  misha
                   7284: 
                   7285:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   7286:          configure
                   7287: 
                   7288:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   7289:          added - tests for unsupported values for options $.file, $.table
                   7290:          and $.date are added
                   7291: 
                   7292:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   7293:          accepts "stat" $.file[] option's value in addition to existed
                   7294:          "text" and "base64" ( new feature: #835 )
                   7295: 
                   7296:        * tests/276.html: - test for
                   7297:          ^reflection:delete[$object-or-class;field-name]
                   7298: 
                   7299:        * src/classes/reflection.C: -
                   7300:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   7301:          feature: #268 )
                   7302: 
                   7303: 2012-05-27  misha
                   7304: 
                   7305:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   7306: 
                   7307: 2012-05-24  misha
                   7308: 
                   7309:        * src/include/pa_common.h: - method lastposafter was removed
                   7310: 
                   7311:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   7312:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   7313:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   7314:          work as *nix commands
                   7315: 
                   7316:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   7317: 
                   7318:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   7319:          rskipchars were added
                   7320: 
                   7321:        * tests/270.html: - more tests for ^file:find[]
                   7322: 
                   7323:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   7324: 
                   7325:        * src/include/pa_version.h: - must be "win32" here. it is
                   7326:          auto-generated on *nix
                   7327: 
                   7328: 2012-05-24  moko
                   7329: 
                   7330:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   7331:          throws overflow exception ( new feature: #830 )
                   7332: 
                   7333:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   7334:          uint32 support and overflow added ( new feature: #830 )
                   7335: 
                   7336: 2012-05-23  moko
                   7337: 
                   7338:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   7339:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   7340:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   7341:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   7342:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   7343:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   7344:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   7345:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7346:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   7347:          "return string as-is" removed from as_expr_result. ( new feature:
                   7348:          #831 )
                   7349: 
                   7350:        * tests/results/244.processed: test changed after bug #782 fix
                   7351:          commited
                   7352: 
                   7353:        * tests/results/229.processed: test results for bug #782 commited
                   7354: 
                   7355:        * tests/: 254.html, results/254.processed: uid now just compared,
                   7356:          not printed. :)
                   7357: 
                   7358: 2012-05-20  moko
                   7359: 
                   7360:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   7361:          feature: #341 )
                   7362: 
                   7363:        * tests/: 254.html, results/254.processed: test for
                   7364:          ^reflection:uid[] added
                   7365: 
                   7366:        * tests/: 254.html, results/254.processed: test for
                   7367:          ^reflection:uid[$obj] added
                   7368: 
                   7369: 2012-05-17  misha
                   7370: 
                   7371:        * src/main/untaint.C: - do not replace ' char by _26 while
                   7372:          exploding filespec-tainting ( new feature: #829 )
                   7373: 
                   7374: 2012-05-12  moko
                   7375: 
                   7376:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   7377:          not.
                   7378: 
                   7379: 2012-05-08  moko
                   7380: 
                   7381:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   7382: 
                   7383:        * tests/229.html: test for bug #782
                   7384: 
                   7385:        * tests/results/259.processed, src/main/pa_request.C,
                   7386:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   7387:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   7388:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   7389:          string; defined locals are empty strings; $STRICT-VARS(true)
                   7390:          added
                   7391: 
                   7392: 2012-04-27  moko
                   7393: 
1.116     moko     7394:        * src/targets/apache/Makefile.am:
1.95      moko     7395:          ../../lib/memcached/libmemcached.a added
                   7396: 
                   7397: 2012-04-27  misha
                   7398: 
                   7399:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   7400:          ( #827 )
                   7401: 
                   7402: 2012-04-25  moko
                   7403: 
                   7404:        * src/: classes/json.C, classes/memcached.C,
                   7405:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7406:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   7407:          implemented.
                   7408: 
                   7409:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   7410: 
                   7411: 2012-04-23  moko
                   7412: 
                   7413:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7414:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7415:          types/pa_vmemcached.h: open allows options hash for new
                   7416:          memcached(options) function
                   7417: 
                   7418:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   7419:          not appended
                   7420: 
                   7421: 2012-04-21  moko
                   7422: 
                   7423:        * src/classes/curl.C: '' added. :)
                   7424: 
                   7425:        * src/classes/classes.vcproj: new curl.h location
                   7426: 
                   7427:        * src/classes/curl.C: verbose output redirection from stderr to
                   7428:          file curl option added
                   7429: 
                   7430: 2012-04-20  moko
                   7431: 
                   7432:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   7433:          contains what we need from curl, #ifdef HAVE_CURL removed
                   7434: 
1.116     moko     7435:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     7436:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     7437:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   7438:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     7439:          configure option
                   7440: 
                   7441: 2012-04-19  moko
                   7442: 
                   7443:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   7444:          classes/string.C, lib/gc/include/gc_allocator.h,
                   7445:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   7446:          options from sql_result_string removed. (closes issue #468)
                   7447: 
                   7448:        * src/types/pa_vmemcached.C: empty string fix
                   7449: 
                   7450:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   7451:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   7452:          pa_vmemcached.C
                   7453: 
                   7454: 2012-04-18  moko
                   7455: 
                   7456:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   7457:          apache2-mpm-prefork" error displayed in threaded mpm.
                   7458: 
                   7459:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7460:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   7461:          installed (issue #354)
                   7462: 
                   7463: 2012-04-16  moko
                   7464: 
                   7465:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   7466:          memcached_result_free removed
                   7467: 
                   7468: 2012-04-14  moko
                   7469: 
                   7470:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   7471: 
                   7472:        * src/types/pa_vmemcached.C: check_key added and used
                   7473: 
                   7474: 2012-04-13  moko
                   7475: 
                   7476:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   7477:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   7478:          Serialization_data now added and used, VString now serialized
                   7479:          with languages into memcached.
                   7480: 
                   7481: 2012-03-28  moko
                   7482: 
                   7483:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   7484:          lib/memcached/pa_memcached.h: result lengths added
                   7485: 
                   7486: 2012-03-27  moko
                   7487: 
                   7488:        * src/types/pa_vmemcached.C: strdup added
                   7489: 
                   7490: 2012-03-24  moko
                   7491: 
                   7492:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7493:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7494:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   7495: 
                   7496: 2012-03-20  moko
                   7497: 
1.116     moko     7498:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     7499: 
                   7500:        * src/targets/cgi/Makefile.am: cleanup
                   7501: 
                   7502:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   7503:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   7504: 
                   7505:        * src/: classes/Makefile.am, classes/memcached.C,
                   7506:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   7507:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7508:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   7509: 
                   7510: 2012-03-16  moko
                   7511: 
                   7512:        * src/main/execute.C: ident now works under Linux + ident displays
                   7513:          filenames (closes issue #818)
                   7514: 
1.116     moko     7515:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     7516:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   7517:          pa_vmethod_frame_local.h removed
                   7518: 
                   7519:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   7520:          classes/classes.h, classes/curl.C, classes/date.C,
                   7521:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7522:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   7523:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   7524:          classes/memory.C, classes/op.C, classes/reflection.C,
                   7525:          classes/regex.C, classes/response.C, classes/string.C,
                   7526:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   7527:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   7528:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7529:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7530:          include/pa_dictionary.h, include/pa_dir.h,
                   7531:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7532:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   7533:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   7534:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   7535:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7536:          include/pa_sapi.h, include/pa_socks.h,
                   7537:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7538:          include/pa_stack.h, include/pa_string.h,
                   7539:          include/pa_stylesheet_connection.h,
                   7540:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7541:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7542:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7543:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7544:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   7545:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   7546:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   7547:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   7548:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7549:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7550:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7551:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   7552:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   7553:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   7554:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   7555:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   7556:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   7557:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   7558:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   7559:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   7560:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7561:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7562:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7563:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7564:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7565:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7566:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   7567:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7568:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   7569:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   7570:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7571:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   7572:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7573:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7574:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   7575:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   7576:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   7577:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7578:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7579:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   7580:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   7581:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   7582:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7583:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7584:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   7585:          ident now works under Linux + ident displays filenames (closes
                   7586:          issue #818) Copyright updated
                   7587: 
                   7588: 2012-03-13  moko
                   7589: 
                   7590:        * src/main/pa_string.C: compilation fix for feature #741
                   7591: 
                   7592: 2012-03-09  misha
                   7593: 
                   7594:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   7595: 
                   7596:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   7597:          now detects invalid base64 chars in the middle of encoded stricg
                   7598:          ( new feature: #55 )
                   7599: 
                   7600:        * src/include/pa_exception.h: - new exception type for base64
                   7601:          decoding is added
                   7602: 
                   7603: 2012-03-06  misha
                   7604: 
                   7605:        * tests/274.html: - tests for ^date::today[] and
                   7606:          ^date.sql-string[datetime|date|time] are added
                   7607: 
                   7608:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   7609:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   7610:          strings "datetime", "date" or "time" - comments tidying up
                   7611: 
                   7612:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   7613:          date and time
                   7614: 
                   7615: 2012-03-03  misha
                   7616: 
                   7617:        * tests/193.html: - tests for
                   7618:          ^string:base64[encoded;$.strict(true)] are added
                   7619: 
                   7620:        * tests/results/auto.p: - try-catch operator is added
                   7621: 
                   7622:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7623:          main/pa_common.C: - $.strict(true|false) option is added to
                   7624:          base64 decode methods ( new feature: #55 )
                   7625: 
                   7626:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   7627:          ( new feature: #819 )
                   7628: 
                   7629: 2012-02-28  moko
                   7630: 
                   7631:        * src/classes/hash.C: ident test
                   7632: 
                   7633: 2012-02-27  misha
                   7634: 
                   7635:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   7636: 
                   7637: 2012-01-08  misha
                   7638: 
                   7639:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   7640: 
                   7641:        * src/: classes/string.C, include/pa_dictionary.h,
                   7642:          main/pa_dictionary.C, main/pa_string.C: -
                   7643:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   7644:          ^string.replace[one subst here] is slightly optimized
                   7645: 
                   7646: 2011-12-07  misha
                   7647: 
                   7648:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   7649:          named table with one empty column ( bugfix: #63 )
                   7650: 
                   7651: 2011-11-30  misha
                   7652: 
                   7653:        * src/classes/json.C: - it's possible to set user's method for
                   7654:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   7655:          #763 )
                   7656: 
                   7657:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   7658: 
                   7659: 2011-11-23  misha
                   7660: 
                   7661:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7662:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   7663:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   7664:          ^file::create[mode;filename;content[;options]] now accepts binary
                   7665:          mode and file-content - new constructor's format:
                   7666:          ^file::create[string-or-file-content[;$.name[filename]
                   7667:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   7668:          feature: #65 )
                   7669: 
                   7670:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   7671:          mime_type_of(const String*) is added
                   7672: 
                   7673:        * src/include/pa_exception.h: - new exception constant
                   7674:          FILE_NAME_MUST_BE_SPECIFIED is added
                   7675: 
                   7676:        * src/classes/table.C: - bug with negative offset transformed into
                   7677:          a feature. it means pointing to a row from the end of the table (
                   7678:          new feature: #810 )
                   7679: 
                   7680: 2011-11-19  misha
                   7681: 
                   7682:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   7683:          â ìåòîäå _select ( new feature: #810 )
                   7684: 
                   7685:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   7686:          options were specified together is simplified
                   7687: 
                   7688: 2011-11-12  misha
                   7689: 
                   7690:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   7691:          HTTP content-disposition header (a part of bug #361 )
                   7692: 
                   7693:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   7694:          checks for ancestors' classes as well ( new feature: #456 )
                   7695: 
                   7696:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   7697:          "without cycle" now have types "parser.break" and
                   7698:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   7699:          )
                   7700: 
                   7701: 2011-11-11  misha
                   7702: 
                   7703:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   7704:          237.processed: - since bug #361 was fixed the content of filename
                   7705:          in HTTP headers is quoted
                   7706: 
                   7707:        * tests/results/270.processed: - result for test 270
                   7708: 
                   7709:        * tests/: 065.html, results/065.processed: - more tests for
                   7710:          ^file:basename[] & Co were added
                   7711: 
                   7712:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   7713: 
                   7714:        * tests/270.html: - tests for ^file:find[] are added
                   7715: 
                   7716:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   7717:          using option $.charset. option $.engoding is still supported but
                   7718:          these options can not be specified together
                   7719: 
                   7720:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   7721:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   7722: 
                   7723: 2011-10-11  misha
                   7724: 
                   7725:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   7726:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   7727:          #622)
                   7728: 
                   7729: 2011-09-30  misha
                   7730: 
                   7731:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   7732:          exception "saving stat-ed file" ( bugfix: #395 )
                   7733: 
                   7734: 2011-05-30  misha
                   7735: 
                   7736:        * src/classes/string.C: - fixed bug which was added with
                   7737:          params.as_hash into string:sql
                   7738: 
                   7739: 2011-05-29  misha
                   7740: 
                   7741:        * src/types/pa_value.C: - filename in content-disposition header
                   7742:          must be quoted ( bugfix: #361 )
                   7743: 
                   7744: 2011-05-27  misha
                   7745: 
                   7746:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   7747:          created file
                   7748: 
                   7749:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   7750:          usage
                   7751: 
                   7752:        * src/include/pa_exception.h: - one more string for exception was
                   7753:          added
                   7754: 
                   7755: 2011-05-25  misha
                   7756: 
                   7757:        * tests/269.html: - tests for checking input params in some dom
                   7758:          methods
                   7759: 
                   7760:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   7761:          was added. it isn't possible not wo create xdoc with invalid
                   7762:          tagName. ( bugfix: #160 )
                   7763: 
                   7764:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   7765:          string "data must be string" was mover from pa_exception.h to
                   7766:          pa_xml_exception.h
                   7767: 
                   7768:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   7769:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   7770: 
                   7771:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   7772: 
                   7773:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   7774:          options - XML-related exception's strings were added
                   7775: 
                   7776:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   7777:          output_options were removed)
                   7778: 
                   7779: 2011-05-19  misha
                   7780: 
                   7781:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7782:          params.as_hash is used more while parsing methods hash-options
                   7783: 
                   7784: 2011-05-18  misha
                   7785: 
1.211     moko     7786:        * operators.ru.txt, operators.txt: - info about json-serialization
                   7787:          of xdoc was added
1.95      moko     7788: 
                   7789:        * tests/256.html: - tests for json-serialization xdoc were added
                   7790: 
                   7791:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   7792: 
                   7793:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7794:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   7795:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   7796:          specified in $.xdoc[] ( new feature: #265 )
                   7797: 
                   7798: 2011-05-15  misha
                   7799: 
                   7800:        * tests/268.html: - tests for ^table.count[with options] were added
                   7801: 
                   7802:        * src/classes/table.C: - method ^table.count[] now can accept
                   7803:          options ( new feature: #93 ): ^table.count[column] returns number
                   7804:          of columns for named table; ^table.count[cells] returns number of
                   7805:          cells in the current row; ^table.count[] & ^table.count[rows]
                   7806:          return number of rows in a table.
                   7807: 
                   7808:        * tests/267.html: - test for checking switch/case in boolean mode
                   7809:          was added
                   7810: 
                   7811:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   7812:          compared as bool values, not as double values: new feature: #351
                   7813: 
                   7814: 2011-05-06  misha
                   7815: 
                   7816:        * tests/242.html: - EOL before EOF was added
                   7817: 
                   7818:        * tests/169.html: - tests for splitting empty string and void were
                   7819:          added
                   7820: 
                   7821:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   7822:          returned table with one empty cell)
                   7823: 
                   7824: 2011-04-03  misha
                   7825: 
                   7826:        * src/include/pa_version.h, configure.in: - version in head was
                   7827:          changed to 3.4.2b
                   7828: 
                   7829: 2011-03-30  misha
                   7830: 
                   7831:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   7832:          as well ( new feature #294 )
                   7833: 
                   7834: 2011-03-29  misha
                   7835: 
                   7836:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   7837:          limited to approx. 6 MB. previous limits were too big for real
                   7838:          life. bugfix: #216
                   7839: 
                   7840: 2011-03-04  moko
                   7841: 
                   7842:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   7843:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   7844: 
                   7845:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   7846:          vlalek@
                   7847: 
                   7848: 2011-02-22  misha
                   7849: 
1.211     moko     7850:        * src/include/pa_charset.h, operators.ru.txt, operators.txt: - some
                   7851:          methods mustn't be under #ifdef XML or parser can't be compiled
                   7852:          without xml support
1.95      moko     7853: 
                   7854: 2011-02-21  misha
                   7855: 
1.116     moko     7856:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     7857:          ApacheModuleParser3.vcproj was removed
                   7858: 
                   7859:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   7860:          removed)
                   7861: 
                   7862: 2011-02-20  misha
                   7863: 
                   7864:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   7865:          $.overridden in ^reflection:method_info[...] were added
                   7866: 
                   7867:        * src/classes/reflection.C: - beautifying result of
                   7868:          ^reflection:method_info[] ($.overridden/inherited)
                   7869: 
                   7870: 2011-02-18  misha
                   7871: 
                   7872:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   7873:          and pa_isalnum instead of isalpha and isalnum - bug with
                   7874:          redundand quoting lowercased latin chars while building email
                   7875:          body was fixed
                   7876: 
                   7877:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   7878:          added (they check for latin chars only)
                   7879: 
                   7880: 2011-02-16  misha
                   7881: 
                   7882:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   7883:          string size for transcoding gave too small value (should ever
                   7884:          look for availability char in dest charset inspite of the char
                   7885:          size)
                   7886: 
                   7887: 2011-02-04  moko
                   7888: 
                   7889:        * tests/223.html: header values now not url-encoded (issue #195)
                   7890: 
                   7891: 2011-02-01  misha
                   7892: 
                   7893:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   7894: 
                   7895: 2011-01-31  misha
                   7896: 
                   7897:        * src/main/pa_request.C: - throw exception if param file_name in
                   7898:          use_file is empty
                   7899: 
                   7900: 2011-01-08  moko
                   7901: 
                   7902:        * src/classes/curl.C: compilations errors fixed
                   7903: 
                   7904: 2010-12-29  moko
                   7905: 
                   7906:        * tests/: 265.html, results/265.processed: test for issue #200
                   7907:          added
                   7908: 
                   7909:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   7910:          #200)
                   7911: 
                   7912:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   7913: 
                   7914:        * tests/results/223.processed: header values now not url-encoded
                   7915:          (issue #195)
                   7916: 
                   7917:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   7918:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   7919:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   7920: 
                   7921: 2010-12-18  misha
                   7922: 
                   7923:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   7924:          => pa-include
                   7925: 
                   7926: 2010-11-28  moko
                   7927: 
                   7928:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   7929: 
                   7930:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   7931:          -> pa
                   7932: 
                   7933:        * configure.in: apr -> pa
                   7934: 
                   7935:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   7936: 
                   7937:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   7938:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   7939: 
                   7940:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   7941:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   7942:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   7943:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   7944:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   7945:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   7946:          module apr name conflict resolved)
                   7947: 
                   7948: 2010-11-27  misha
                   7949: 
                   7950:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   7951:          libbz2
                   7952: 
                   7953: 2010-11-26  misha
                   7954: 
                   7955:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   7956:          warnings removed
                   7957: 
                   7958: 2010-11-25  moko
                   7959: 
1.211     moko     7960:        * operators.ru.txt, operators.txt: $.indent(true)
1.95      moko     7961: 
1.211     moko     7962:        * operators.ru.txt, operators.txt: another bugfix. :)
1.95      moko     7963: 
1.211     moko     7964:        * operators.ru.txt, operators.txt: bugfix. :)
1.95      moko     7965: 
                   7966:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   7967: 
                   7968: 2010-11-24  moko
                   7969: 
1.116     moko     7970:        * configure: apxs support
1.95      moko     7971: 
                   7972:        * configure.in: apxs support -Bstatic gc removed for OS X
                   7973: 
                   7974:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   7975: 
                   7976:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   7977:          THREAD_LOCAL usage
                   7978: 
                   7979:        * src/: classes/curl.C, include/pa_config_includes.h,
                   7980:          main/pa_globals.C: THREAD_LOCAL defined and used
                   7981: 
                   7982: 2010-11-23  moko
                   7983: 
                   7984:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   7985:          should be passed to pa_sleep, and only fractional part (bugfix:
                   7986:          #188)
                   7987: 
                   7988:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   7989: 
                   7990:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7991:          GC_dont_gc=1, as in cgi version
                   7992: 
                   7993:        * src/targets/apache/mod_parser3.c: warning war
                   7994: 
                   7995:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7996:          pa_httpd.h: version removed, some trash removed
                   7997: 
                   7998:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   7999:          to show it), warning war
                   8000: 
                   8001:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   8002:          pa_httpd.h: parser_status_allowed removed + merge config
                   8003:          functions removed (override is the default) + beauty
                   8004: 
                   8005:        * src/: include/pa_request.h, main/pa_request.C,
                   8006:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   8007:          hide $status used in apache module removed
                   8008: 
                   8009: 2010-11-18  moko
                   8010: 
1.211     moko     8011:        * operators.ru.txt, operators.txt: $.table[compact] added for
                   8012:          ^json:string[]
1.95      moko     8013: 
                   8014: 2010-11-16  moko
                   8015: 
                   8016:        * src/targets/apache/mod_parser3.c: some cleanup done
                   8017: 
                   8018:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   8019:          is hashcode; second, info.fragment_begin is original, not
                   8020:          resulting length
                   8021: 
                   8022:        * src/classes/file.C: new feature: $.stdin now untainted
                   8023: 
                   8024:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   8025: 
                   8026:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   8027: 
                   8028:        * src/classes/op.C: ^apply-taint[] method added
                   8029: 
                   8030:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   8031:          added; $.stdin untaint test added
                   8032: 
                   8033: 2010-11-15  moko
                   8034: 
                   8035:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   8036:          removed
                   8037: 
                   8038:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   8039:          pa_httpd.h: 2x2 calculated under apache2. :)
                   8040: 
                   8041: 2010-11-13  moko
                   8042: 
                   8043:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   8044:          with apache 2.x includes
                   8045: 
                   8046:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   8047:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   8048:          united apache 1.3 / apache 2.x DSO module
                   8049: 
                   8050: 2010-11-09  moko
                   8051: 
                   8052:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   8053:          syntax
                   8054: 
                   8055:        * tests/: 263.html, results/263.processed: test from method[*args]
                   8056:          added
                   8057: 
                   8058:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   8059:          number of params can now be passed to a method declared with *arg
                   8060: 
                   8061: 2010-11-06  moko
                   8062: 
                   8063:        * src/classes/table.C: formating fixed. :)
                   8064: 
                   8065:        * src/classes/table.C: closes #4: ^table.select now supports
                   8066:          $.limit(), $.offset, $.reverse() options
                   8067: 
                   8068:        * tests/: 262.html, results/262.processed: test for ^table:select
                   8069:          with options added (feature #4)
                   8070: 
                   8071:        * src/include/pa_array.h: remove function added
                   8072: 
                   8073:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   8074:          object in get_element/put_element, using static one.
                   8075: 
                   8076: 2010-11-04  moko
                   8077: 
                   8078:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   8079:          options is passed
                   8080: 
                   8081:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   8082:          now tested; k and p in handler now tested.
                   8083: 
                   8084:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   8085:          $.table[compact] feature added
                   8086: 
                   8087:        * src/classes/json.C: key is now passed to handler in
                   8088:          value_json_string; ^json:string result now process tainting
                   8089:          inside and returns clean string, related to issue #153
                   8090: 
                   8091:        * src/main/untaint.C: bugfix: charset can be null (in
                   8092:          ^string:save[] as example), thus check is added
                   8093: 
                   8094: 2010-10-31  moko
                   8095: 
                   8096:        * src/classes/string.C: error message changed (fixes issue #149)
                   8097: 
                   8098: 2010-10-29  moko
                   8099: 
                   8100:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   8101:          port is not default (fixes issue #155); exception on invalid port
                   8102:          added.
                   8103: 
                   8104:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   8105:          "Accept: */*" to be passed
                   8106: 
                   8107: 2010-10-28  moko
                   8108: 
                   8109:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   8110:          exception on unknown charset even if response_charset was
                   8111:          specified
                   8112: 
                   8113: 2010-10-27  moko
                   8114: 
                   8115:        * src/classes/string.C: ^string.append removed for void
                   8116:          compatibility
                   8117: 
                   8118: 2010-10-26  moko
                   8119: 
                   8120:        * src/classes/json.C: libjson supports array at top level, we too
                   8121:          (GPF fixed)
                   8122: 
                   8123: 2010-10-25  moko
                   8124: 
                   8125:        * tests/: 253.html, results/253.processed: libjson supports array
                   8126:          at top level, parser now supports it as well.
                   8127: 
                   8128:        * tests/261.html, tests/results/261.processed,
                   8129:          src/types/pa_vstring.h: empty string is now void compatible
                   8130:          (allows $empty.key)
                   8131: 
                   8132: 2010-10-22  misha
                   8133: 
                   8134:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   8135:          while adding additional expires checkout)
                   8136: 
                   8137:        * tests/030.html: - test for session cookie was added
                   8138: 
                   8139: 2010-10-21  moko
                   8140: 
                   8141:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   8142:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   8143:          string (feature #111)
                   8144: 
                   8145:        * tests/: 261.html, results/261.processed: checks void from string
                   8146:          inheritance (feature #111)
                   8147: 
                   8148:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   8149:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   8150:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   8151:          now true by default
                   8152: 
                   8153: 2010-10-17  moko
                   8154: 
                   8155:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   8156:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   8157:          (bugfix: #128)
                   8158: 
                   8159:        * tests/: 223.html, results/223.processed: binary file upload test
                   8160:          added, GPF (issue #128) also checked in this test
                   8161: 
                   8162: 2010-10-13  misha
                   8163: 
                   8164:        * tests/260.html: - test for math:convert
                   8165: 
                   8166:        * src/classes/math.C: - error in math:convert was fixed
                   8167: 
1.211     moko     8168:        * operators.ru.txt, operators.txt: - info about
1.95      moko     8169:          ^math:convert[number](from-base;to-base) was added
                   8170: 
                   8171:        * src/classes/math.C: - method
                   8172:          ^math:convert[number](from-base;to-base) for converting number
                   8173:          represention from one base to another was added ( new feature:
                   8174:          #23 )
                   8175: 
                   8176: 2010-10-13  moko
                   8177: 
                   8178:        * src/main/compile.tab.C: [] now is empty string, not void
                   8179: 
                   8180:        * src/main/compile.y: [] now is empty string, not void
                   8181: 
                   8182:        * src/types/pa_vvoid.h: void now passed as parameter
                   8183: 
                   8184:        * tests/: 259.html, results/259.processed: to test difference
                   8185:          between void and empty string (see ticket #111)
                   8186: 
                   8187:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   8188:          void
                   8189: 
                   8190:        * tests/256.html: $s[$void] is no longer empty string
                   8191: 
                   8192:        * tests/254.html: empty string is no longer void
                   8193: 
                   8194: 2010-10-12  misha
                   8195: 
                   8196:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   8197:          converted to date during cookies set up ( bugfix: #104 )
                   8198: 
                   8199:        * tests/041.html: - more tests for ^table.locate were added
                   8200: 
                   8201:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   8202:          work ( bugfix: #129 ) - exception comment for incorrect options
                   8203:          ^table.locate[field;value;options] was fixed
                   8204: 
                   8205: 2010-10-10  moko
                   8206: 
                   8207:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   8208:          another object feature returned
                   8209: 
                   8210:        * tests/results/258.processed: test result updated as constructor
                   8211:          returning another object feature returned
                   8212: 
                   8213:        * tests/: 258.html, results/258.processed: test for constructor
                   8214:          returning another object
                   8215: 
                   8216: 2010-10-08  misha
                   8217: 
                   8218:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   8219:          options shouldn't cause exceptions any longer
                   8220: 
                   8221: 2010-10-06  moko
                   8222: 
                   8223:        * src/classes/: hash.C, table.C: length from sql server is now
                   8224:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   8225: 
                   8226: 2010-10-02  misha
                   8227: 
1.211     moko     8228:        * operators.ru.txt, operators.txt: - the X mark was removed from
                   8229:          ^cache[file]. it is usable to delete cache file.
1.95      moko     8230: 
                   8231: 2010-10-02  moko
                   8232: 
                   8233:        * tests/: 253.html, results/253.processed: hook_key added for key
                   8234:          checking
                   8235: 
                   8236:        * src/classes/json.C: null key bug fixed
                   8237: 
                   8238: 2010-09-29  misha
                   8239: 
                   8240:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   8241: 
                   8242: 2010-09-25  moko
                   8243: 
                   8244:        * src/classes/json.C: small fixed
                   8245: 
                   8246:        * tests/results/: 253.processed, 255.processed: just updated
                   8247: 
                   8248:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   8249:          results/255.processed: charset transcode test added for
                   8250:          json:parse
                   8251: 
                   8252: 2010-09-24  moko
                   8253: 
                   8254:        * src/types/pa_value.h: warning war :)
                   8255: 
                   8256:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   8257:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   8258:          ^json:string
                   8259: 
                   8260: 2010-09-22  moko
                   8261: 
                   8262:        * src/main/pa_charset.C: parser charset tables declare only
                   8263:          white-space before 0x20, thus adding the missing chars
                   8264: 
                   8265:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   8266:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   8267: 
                   8268: 2010-09-21  misha
                   8269: 
                   8270:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   8271:          want to compile grammar if they are absent)
                   8272: 
                   8273:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   8274: 
                   8275:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   8276: 
                   8277:        * src/main/main.vcproj: - path to bison is changed
                   8278: 
                   8279: 2010-09-21  moko
                   8280: 
1.116     moko     8281:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   8282:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   8283:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     8284: 
                   8285: 2010-09-20  misha
                   8286: 
                   8287:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   8288: 
                   8289:        * src/classes/json.C: - add EOL while json-serializing hash
                   8290: 
                   8291:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   8292:          compilers don't like 'ES'.
                   8293: 
                   8294: 2010-09-17  misha
                   8295: 
1.211     moko     8296:        * operators.ru.txt, operators.txt: - info about json class was
                   8297:          added
1.95      moko     8298: 
                   8299:        * src/classes/json.C: - ^json:string[object]
                   8300: 
                   8301:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   8302:          preventing infinite recursion while executing json:string was
                   8303:          added
                   8304: 
                   8305:        * src/include/pa_string.h: - method append_quoted was added
                   8306: 
                   8307:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   8308:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   8309:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   8310:          was added to Value & Co
                   8311: 
                   8312:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   8313:          were used
                   8314: 
                   8315:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   8316:          were added
                   8317: 
                   8318: 2010-09-10  moko
                   8319: 
                   8320:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8321:          die_or_abort (backport from 3.4.1)
                   8322: 
                   8323:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   8324:          die_or_abort (bugfix: #106)
                   8325: 
                   8326: 2010-09-09  moko
                   8327: 
                   8328:        * src/classes/json.C: warning war. :)
                   8329: 
                   8330: 2010-09-08  misha
                   8331: 
                   8332:        * src/lib/json/Makefile.am: - additional include directories were
                   8333:          added (for pa_memory.h and gc.h)
                   8334: 
                   8335:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   8336:          compile as C++ instead default - additional include directory was
                   8337:          added (for gc.h)
                   8338: 
                   8339:        * src/types/pa_vform.C: - little code reformating
                   8340: 
                   8341:        * src/classes/file.C: - $.content-type option now can be specified
                   8342:          in ^file::create ( new feature: #102 )
                   8343: 
                   8344: 2010-09-08  moko
                   8345: 
                   8346:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   8347:          pa_malloc/pa_free
                   8348: 
                   8349: 2010-09-07  moko
                   8350: 
                   8351:        * tests/results/254.processed: VStateless_class:put_element
                   8352:          exception was fixed
                   8353: 
                   8354:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   8355:          VStateless_class:put_element barks self.type, not this.type
                   8356:          (bugfix: #105)
                   8357: 
                   8358: 2010-09-06  moko
                   8359: 
                   8360:        * src/classes/reflection.C: bugfix: new String() is required for
                   8361:          exception handling
                   8362: 
                   8363:        * tests/: 254.html, results/254.processed: test modified
                   8364: 
                   8365: 2010-09-05  moko
                   8366: 
                   8367:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   8368:          added
                   8369: 
                   8370:        * src/: classes/reflection.C, include/pa_request.h:
                   8371:          ^reflection:copy implemented (new feature: #100)
                   8372: 
                   8373: 2010-09-03  moko
                   8374: 
                   8375:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   8376: 
                   8377:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   8378:          option testing added
                   8379: 
                   8380: 2010-09-02  moko
                   8381: 
                   8382:        * src/classes/json.C: $.distinct[first|last|all] added
                   8383: 
                   8384: 2010-09-01  moko
                   8385: 
                   8386:        * tests/results/253.processed: json test result
                   8387: 
                   8388:        * tests/: 253.html, 253_json.txt: json test added
                   8389: 
                   8390:        * src/classes/json.C: json.C update to actual version + hash key
                   8391:          creation bugfix
                   8392: 
                   8393: 2010-08-31  misha
                   8394: 
                   8395:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   8396:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   8397:          src/lib/Makefile.am, src/classes/Makefile.am,
                   8398:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   8399:          json library was added
                   8400: 
                   8401: 2010-08-30  moko
                   8402: 
                   8403:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   8404:          types/pa_vobject.C: cosmetic optimization in
                   8405:          request:execute_method usage
                   8406: 
                   8407:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   8408:          optimization, just to decrease number of lines. :)
                   8409: 
                   8410: 2010-08-27  misha
                   8411: 
                   8412:        * src/classes/op.C: - taint[json] was added
                   8413: 
                   8414:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   8415:          were added
                   8416: 
                   8417:        * src/main/pa_exec.C: - warning fix was rolled back.
                   8418: 
                   8419:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   8420:          include/pa_string.h: - taint[json] was added - escaping was
                   8421:          slightly modified
                   8422: 
                   8423: 2010-08-25  misha
                   8424: 
                   8425:        * src/classes/file.C: - typo in file:sql exception was fixed
                   8426: 
                   8427:        * src/main/pa_exec.C: - warning about declared and not used
                   8428:          variable forced_allow was removed
                   8429: 
                   8430: 2010-08-14  misha
                   8431: 
                   8432:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   8433:          were removed
                   8434: 
                   8435: 2010-08-11  moko
                   8436: 
                   8437:        * tests/: 249.html, results/249.processed: default setter and
                   8438:          anti-recursive default getter test added
                   8439: 
                   8440:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   8441:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   8442:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   8443:          types/pa_vstateless_class.h: default setter support +
                   8444:          anti-recursive default getter support ( new feature: #13 )
                   8445: 
                   8446:        * src/include/pa_hash.h: optimization: threshold member removed
                   8447:          from hash, reducing sizeof(hash)
                   8448: 
                   8449: 2010-08-10  misha
                   8450: 
                   8451:        * tests/196.html: - junction-method was added to the test
                   8452: 
                   8453:        * tests/248.html: - ups. typo :)
                   8454: 
                   8455:        * tests/248.html: - test for checking .match with 4 params
                   8456: 
                   8457:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   8458:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   8459:          $request:charset during loading if the BOM code is detected"
                   8460: 
                   8461:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   8462:          $request:charset during loading if the BOM code is detected ( new
                   8463:          feature: #98 )
                   8464: 
                   8465: 2010-08-05  misha
                   8466: 
                   8467:        * src/classes/image.C: - ^image.replace now can accept only 2
                   8468:          params. in this case the whole image is affected ( new feature:
                   8469:          #95 )
                   8470: 
                   8471: 2010-08-04  misha
                   8472: 
                   8473:        * tests/246.html: - test tor ^hash._at[] was added
                   8474: 
                   8475:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   8476:          #53 )
                   8477: 
                   8478:        * src/include/pa_hash.h: - methods for accessing the first and the
                   8479:          last values of ordered hash were added (first_value and
                   8480:          last_value)
                   8481: 
                   8482:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   8483:          (similar to others file's methods):
                   8484:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   8485:          #68 )
                   8486: 
                   8487:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   8488: 
                   8489: 2010-08-01  moko
                   8490: 
                   8491:        * src/classes/op.C: to correctly process $result[] in code, called
                   8492:          from ^process
                   8493: 
                   8494:        * tests/245.html: $result in ^process[] test added
                   8495: 
                   8496:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   8497:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   8498:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   8499:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   8500:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   8501:          removed, construct(class,method) added
                   8502: 
                   8503:        * tests/results/: 192.processed, 244.processed: request::construct
                   8504:          added
                   8505: 
                   8506:        * tests/: 244.html, 245.html, results/244.processed,
                   8507:          results/245.processed: object creation exceptions and ^process
                   8508:          tests added
                   8509: 
                   8510: 2010-07-28  misha
                   8511: 
                   8512:        * tests/make_tests.cmd: - win32 EOLs
                   8513: 
                   8514:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   8515:          tests on Win32 were added (The system timezone should be GMT+3)
                   8516: 
                   8517: 2010-07-26  misha
                   8518: 
                   8519:        * tests/: 212.html, results/212.processed: - sizes were removed
                   8520:          mecause they could be different on different OSs
                   8521: 
                   8522:        * tests/065.html: - make it "win32 friendly"
                   8523: 
                   8524: 2010-07-25  misha
                   8525: 
                   8526:        * src/main/compile.y: - all EOLs between methods are removed during
                   8527:          compilation ( new feature: #47 )
                   8528: 
                   8529:        * tests/results/149.processed: - prepare tests to trim trailing
                   8530:          methods' EOLs
                   8531: 
                   8532:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   8533: 
                   8534:        * tests/: results/006.processed, results/014.processed, 006.html,
                   8535:          014.html, 022.html: - prepare tests to trim trailing methods'
                   8536:          EOLs
                   8537: 
                   8538:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   8539:          results/071.processed, results/022.processed: - prepare tests to
                   8540:          trim trailing methods' EOLs
                   8541: 
                   8542:        * tests/: results/073.processed, results/109.processed,
                   8543:          results/142.processed, results/144.processed,
                   8544:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   8545:          144.html: - prepare tests to trim trailing methods' EOLs
                   8546: 
                   8547:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   8548:          149.html, 152.html, results/096.processed, results/107.processed,
                   8549:          results/109.processed, results/142.processed,
                   8550:          results/144.processed: - prepare tests to trim trailing methods'
                   8551:          EOLs
                   8552: 
                   8553: 2010-07-24  moko
                   8554: 
                   8555:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   8556:          the hash order in this test
                   8557: 
                   8558:        * tests/014.html: to check hash order, hash no is longer sorted
                   8559:          before print
                   8560: 
                   8561:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   8562:          (bugfix: #54)
                   8563: 
                   8564: 2010-07-23  moko
                   8565: 
                   8566:        * tests/results/224.processed: @auto[] is no longer inherited
                   8567: 
                   8568:        * src/types/pa_vstateless_class.C, tests/227.html,
                   8569:          tests/results/227.processed: @auto[] is no longer inherited
                   8570:          (bugfix: #57)
                   8571: 
                   8572: 2010-07-22  misha
                   8573: 
                   8574:        * src/classes/table.C: - don't skip comment lines during
                   8575:          table::load if encloser or separator is set as '#' ( new feature:
                   8576:          #30 )
                   8577: 
                   8578:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   8579:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   8580:          #12 )
                   8581: 
                   8582:        * src/classes/file.C: - set PARSER_VARSION env before external
                   8583:          script executing
                   8584: 
                   8585: 2010-07-13  misha
                   8586: 
                   8587:        * tests/058.html: - test for suppressing @border was added - test
                   8588:          for user attribute was added
                   8589: 
                   8590:        * tests/results/186.processed: unescaping from \uXXXX
                   8591: 
                   8592:        * tests/186.html: unescaping from \uXXXX
                   8593: 
                   8594:        * tests/: 239.html, results/239.processed: method call type
                   8595: 
                   8596:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   8597:          $junction_method.CLASS_NAME (+CLASS)
                   8598: 
                   8599: 2010-07-07  misha
                   8600: 
                   8601:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   8602:          *nix
                   8603: 
                   8604: 2010-07-05  misha
                   8605: 
                   8606:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   8607:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   8608:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   8609:          comment strings "options must be hash", "options must be hash,
                   8610:          not code" and "called with invalid option" were replaced by
                   8611:          constatns - exception comment string "invalid option passed" was
                   8612:          replaced by "called with invalid option" (now in different
                   8613:          methods are the same exception comment string)
                   8614: 
                   8615:        * src/include/pa_exception.h: - more exception strings were defined
                   8616: 
                   8617:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   8618:          types/pa_vstateless_class.h: - now we can define possible
                   8619:          method's call type ( new feature: #5 )   1.
                   8620:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   8621:          methods   2. @static:method[params] (only static keyword could be
                   8622:          used here) -- for specified methods
                   8623: 
                   8624:        * src/main/pa_common.C: - junction points should not be deleted on
                   8625:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   8626:          cleanup
                   8627: 
                   8628: 2010-07-03  misha
                   8629: 
                   8630:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   8631:          results/158.processed, results/160.processed,
                   8632:          results/161.processed, results/162.processed,
                   8633:          results/163.processed: - prepare tests to trim trailing methods'
                   8634:          EOLs
                   8635: 
                   8636:        * tests/results/169.processed: - prepare tests to trim trailing
                   8637:          methods' EOLs
                   8638: 
                   8639:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   8640:          trim trailing methods' EOLs
                   8641: 
                   8642:        * tests/: results/170.processed, results/167.processed,
                   8643:          results/168.processed, results/169.processed, 167.html, 168.html,
                   8644:          169.html: - prepare tests to trim trailing methods' EOLs
                   8645: 
                   8646:        * tests/: results/170.processed, results/171.processed,
                   8647:          results/172.processed, results/173.processed,
                   8648:          results/174.processed, results/175.processed, 170.html, 171.html,
                   8649:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   8650:          trailing methods' EOLs
                   8651: 
                   8652:        * tests/: results/176.processed, results/180.processed,
                   8653:          results/184.processed, results/185.processed,
                   8654:          results/191.processed, results/192.processed,
                   8655:          results/196.processed, results/197.processed,
                   8656:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   8657:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   8658:          to trim trailing methods' EOLs
                   8659: 
                   8660:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   8661:          results/199.processed, results/208.processed,
                   8662:          results/209.processed, results/213.processed,
                   8663:          results/214.processed: - prepare tests to trim trailing methods'
                   8664:          EOLs
                   8665: 
                   8666: 2010-06-29  misha
                   8667: 
                   8668:        * tests/: 220.html, 218.html, results/218.processed,
                   8669:          results/215.processed, results/217.processed, 215.html, 217.html:
                   8670:          - prepare tests to trim trailing methods' EOLs
                   8671: 
                   8672:        * tests/: results/224.processed, 224.html, 223.html,
                   8673:          results/223.processed, results/220.processed: - prepare tests to
                   8674:          trim trailing methods' EOLs
                   8675: 
                   8676:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   8677:          trim trailing methods' EOLs
                   8678: 
                   8679:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   8680:          trailing methods' EOLs
                   8681: 
                   8682:        * tests/: 232.html, 235.html, results/232.processed,
                   8683:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   8684:          results/226.processed, results/227.processed,
                   8685:          results/228.processed, results/230.processed: - prepare tests to
                   8686:          trim trailing methods' EOLs
                   8687: 
                   8688: 2010-06-16  moko
                   8689: 
                   8690:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   8691:          ^if
                   8692: 
                   8693:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   8694: 
                   8695: 2010-06-03  misha
                   8696: 
                   8697:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   8698:          instead of memcopy for overlaped regions
                   8699: 
                   8700: 2010-05-25  misha
                   8701: 
                   8702:        * src/main/pa_common.C: - wanring about unused vars was removed
                   8703: 
                   8704:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   8705:          get_method_filename was moved to execute.C
                   8706: 
                   8707: 2010-05-23  misha
                   8708: 
                   8709:        * src/main/pa_request.C: - more accurate detection of method's file
                   8710: 
                   8711: 2010-05-22  misha
                   8712: 
                   8713:        * src/classes/reflection.C: - bugfix: core during detection of
                   8714:          .file if filespec isn't detected successfully
                   8715: 
                   8716: 2010-05-20  misha
                   8717: 
                   8718:        * src/main/pa_request.C: - fix in get_method_filename
                   8719: 
                   8720:        * src/include/pa_request.h: - new feature: #24 -- searching
                   8721:          included file in @USE/^use is changed. if its filespec doesn't
                   8722:          start from '/' it will be searched in caller file directory
                   8723: 
                   8724:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   8725:          where the method is defined
                   8726: 
                   8727:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   8728:          classes/op.C: - new feature: #24 -- searching included file in
                   8729:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   8730:          will be searched in caller file directory
                   8731: 
                   8732:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   8733:          is moved to pa_common.h
                   8734: 
                   8735: 2010-05-18  misha
                   8736: 
                   8737:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   8738:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   8739:          cookie parser decode \uXXXX as well as %uXXXX
                   8740: 
                   8741: 2010-05-17  misha
                   8742: 
                   8743:        * src/classes/curl.C: beauty: - unused param is removed in method
                   8744:          _curl_version_action - some spaces were removed or replaced by
                   8745:          tabs
                   8746: 
                   8747:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   8748:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   8749: 
                   8750: 2010-05-16  misha
                   8751: 
                   8752:        * src/classes/curl.C: new: #61 more curl options were added
                   8753:          (contributed by Sumo)
                   8754: 
                   8755: 2010-04-29  pretender
                   8756: 
                   8757:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   8758:          now empty string.
                   8759: 
                   8760:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   8761:          string type.
                   8762: 
                   8763: 2010-04-28  pretender
                   8764: 
                   8765:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8766:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   8767:          macrodefinition removed
                   8768: 
                   8769: 2010-04-19  pretender
                   8770: 
                   8771:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   8772:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   8773: 
                   8774:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   8775:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   8776: 
                   8777:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   8778:          variable" exception in grpunlim version.
                   8779: 
                   8780: 2010-04-05  misha
                   8781: 
                   8782:        * src/classes/string.C: - new feature: 4th param was added to
                   8783:          match. if specified its value is returned in case of nothing was
                   8784:          found
                   8785: 
                   8786: 2010-04-01  misha
                   8787: 
                   8788:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   8789:          multiple execution of /a/b/auto.p
                   8790: 
                   8791: 2010-03-19  misha
                   8792: 
                   8793:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   8794: 
                   8795:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   8796: 
                   8797: 2010-01-27  misha
                   8798: 
                   8799:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   8800:          trying to open file by path /existing-file/non-exixting-file
                   8801: 
                   8802: 2010-01-26  misha
                   8803: 
                   8804:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   8805:          was added (returns file)
                   8806: 
                   8807: 2009-12-22  misha
                   8808: 
                   8809:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   8810:          now parser doesn't have class curl if it was built without it
                   8811: 
                   8812: 2009-12-15  misha
                   8813: 
                   8814:        * configure.in: - little cheat with curl include dir was added
                   8815: 
                   8816: 2009-12-05  misha
                   8817: 
                   8818:        * src/classes/curl.C: - some fixes
                   8819: 
                   8820: 2009-12-04  misha
                   8821: 
                   8822:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   8823:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   8824:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   8825:          class was added
                   8826: 
                   8827:        * src/include/pa_hash.h: - hash-iterator was added
                   8828: 
                   8829:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   8830:          was added to pcre
                   8831: 
                   8832: 2009-11-27  misha
                   8833: 
                   8834:        * src/classes/image.C: - don't add @border attribute to output of
                   8835:          ^image.html[] if it was specified by user with empty value
                   8836: 
                   8837:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   8838:          root element and we are trying to access .documentElement
                   8839: 
                   8840: 2009-11-11  misha
                   8841: 
                   8842:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   8843:          instead of number of items in first row for named tables
                   8844: 
                   8845: 2009-11-10  misha
                   8846: 
1.211     moko     8847:        * operators.ru.txt, operators.txt: - info about hash-options in
                   8848:          ^file::create was added
1.95      moko     8849: 
                   8850:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   8851:          added
                   8852: 
                   8853: 2009-11-09  misha
                   8854: 
                   8855:        * buildall-with-xml: - moving to libxml 2.7.6
                   8856: 
                   8857:        * tests/236.html: - tests for comparations cords with functions
                   8858:          were added
                   8859: 
                   8860:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   8861:          added
                   8862: 
                   8863:        * src/main/pa_http.C: - little optimisation
                   8864: 
                   8865:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   8866:          GPF mallocs + stringstream (table.save)
                   8867: 
                   8868:        * src/classes/file.C: - file::create now accepts 4th param: options
                   8869:          with $.charset
                   8870: 
                   8871:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   8872:          bug in cord (comparation cords with functions was buggy)
                   8873: 
                   8874: 2009-11-06  misha
                   8875: 
                   8876:        * src/main/pa_string.C: - bugfix: calculation string.length
                   8877:          sometimes was buggy
                   8878: 
                   8879:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   8880:          destroyed if exception occured during match/replace
                   8881: 
                   8882:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   8883:          lengthUTF8Char was added
                   8884: 
                   8885:        * src/classes/op.C: - clean tainting lang was added for user's
                   8886:          usage
                   8887: 
                   8888:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   8889:          fixed: checkouts are required after GC_MALLOC
                   8890: 
                   8891:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   8892: 
1.211     moko     8893:        * operators.ru.txt, operators.txt: - actually, there is no
                   8894:          ^untaint[xml] in file::create
1.95      moko     8895: 
                   8896: 2009-10-15  misha
                   8897: 
                   8898:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   8899:          were added
                   8900: 
                   8901:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   8902:          were added
                   8903: 
                   8904:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   8905:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   8906:          hacking: for dealing with transcoding+^taint[uri]
                   8907:          transcode_and_untaint was replaced by untaint_and_transcode
                   8908: 
                   8909: 2009-10-13  misha
                   8910: 
                   8911:        * tests/: 121.html, results/121.processed: - test transcoding +
                   8912:          url-escaping now
                   8913: 
                   8914:        * tests/results/auto.p: - more helpers' methods were added
                   8915: 
                   8916:        * src/main/pa_globals.C: - die instead of abort
                   8917: 
                   8918: 2009-10-06  misha
                   8919: 
                   8920:        * src/main/pa_common.C: - don't allocate memory during
                   8921:          capitalization if input string is already capitalized
                   8922: 
                   8923:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   8924: 
                   8925:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   8926:          use format function because it calls malloc
                   8927: 
                   8928:        * src/include/pa_common.h: - more capitalized headers were added
                   8929: 
                   8930:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   8931:          file writing
                   8932: 
                   8933: 2009-10-05  misha
                   8934: 
                   8935:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   8936: 
                   8937: 2009-10-03  misha
                   8938: 
                   8939:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   8940:          ^img.text[] & ^img.length[] can work in utf-8 now
                   8941: 
                   8942:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   8943:          UTF8_string_iterator was added
                   8944: 
                   8945:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   8946:          length
                   8947: 
                   8948:        * src/classes/mail.C: - check from before get message.cstr
                   8949: 
                   8950: 2009-10-02  misha
                   8951: 
                   8952:        * tests/233.html: - test for image.font, image.length, image.text
                   8953:          with text in utf-8 were added
                   8954: 
                   8955:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   8956: 
                   8957:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   8958:          version for freebsd 4 was added
                   8959: 
                   8960: 2009-10-01  misha
                   8961: 
                   8962:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   8963:          terminator) - read_pipe were slightly optimized
                   8964: 
                   8965: 2009-09-28  misha
                   8966: 
                   8967:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   8968:          removed
                   8969: 
                   8970:        * src/types/pa_vmail.C: - forgot about space after ':'
                   8971: 
                   8972:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   8973:          body - small simplifications
                   8974: 
                   8975:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   8976:          inout params like pa_base64
                   8977: 
                   8978:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   8979:          option $.debug-print(1) was added to mail:send - changes for
                   8980:          using uue_encode which uses less memory
                   8981: 
                   8982:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   8983: 
                   8984:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   8985:          memory now
                   8986: 
                   8987: 2009-09-26  misha
                   8988: 
                   8989:        * src/types/pa_vmail.C: - default encoding now is base64
                   8990: 
                   8991:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   8992: 
                   8993: 2009-09-25  misha
                   8994: 
                   8995:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   8996:          sending mail as well
                   8997: 
                   8998:        * buildall-with-xml: - catalog package was removed from libxml
                   8999: 
                   9000:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   9001:          win32 absolute path
                   9002: 
                   9003:        * src/include/pa_common.h: - one more capitalized header was added
                   9004: 
                   9005: 2009-09-22  misha
                   9006: 
                   9007:        * INSTALL: - comment about building just httpd binary while
                   9008:          building apache module was added
                   9009: 
                   9010: 2009-09-21  misha
                   9011: 
                   9012:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   9013:          libxml 2.7.4 and libxslt 1.1.25
                   9014: 
                   9015: 2009-09-19  misha
                   9016: 
                   9017:        * tests/231.html: - test for encoding cookie in win-1251
                   9018: 
                   9019: 2009-09-18  misha
                   9020: 
                   9021:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   9022:          object] were added
                   9023: 
1.211     moko     9024:        * operators.ru.txt, operators.txt: - info about method
                   9025:          ^reflection:fields[class or object] was added
1.95      moko     9026: 
                   9027:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   9028:          object] was added
                   9029: 
                   9030:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   9031:          methods get_fields were added
                   9032: 
                   9033:        * tests/232.html: - tests for @GET[name]
                   9034: 
                   9035:        * src/classes/table.C: - some changes in handling hash-options for
                   9036:          creare, join and locate
                   9037: 
                   9038:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   9039:          defined with option: the type of requested value
                   9040: 
                   9041: 2009-09-17  misha
                   9042: 
                   9043:        * tests/212.html: - tests for .pattern and .options were added
                   9044: 
                   9045:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   9046:          $regex.options were added
                   9047: 
                   9048: 2009-09-11  misha
                   9049: 
                   9050:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   9051:          rewrited. it checks not just one case of sending cookies during
                   9052:          file::load[http], but also sending headers and fields (including
                   9053:          files)
                   9054: 
                   9055: 2009-09-10  misha
                   9056: 
                   9057:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   9058:          was removed => now parser can open files with Russian 'r' in
                   9059:          filename
                   9060: 
                   9061:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   9062:          while escaping cookies but now source charset
                   9063: 
                   9064:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   9065:          ^tainted[uri] so it was possible to make request with incorrect
                   9066:          http header
                   9067: 
                   9068:        * src/main/pa_http.C: - capitalization of http headers during
                   9069:          file::load[http was slightly changes - bugfix: all headers which
                   9070:          parser sends during file::load[http should be transcoded and only
                   9071:          then escaped
                   9072: 
                   9073:        * src/main/untaint.C: - a bit more comments were added
                   9074: 
                   9075:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   9076:          warnings)
                   9077: 
                   9078:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   9079:          headers during file::load[http were added
                   9080: 
                   9081: 2009-09-08  misha
                   9082: 
1.211     moko     9083:        * operators.ru.txt, operators.txt: - changes in file.save and
                   9084:          string.save were added
1.95      moko     9085: 
                   9086:        * tests/: 230.html, 230.txt: - tests for checking options in
                   9087:          file.save and string.save were added
                   9088: 
                   9089:        * src/main/pa_request.C: - http headers names, which are passed to
                   9090:          SAPI::add_header_attribute are lowercased now (it'll be
                   9091:          capitalized in that method)
                   9092: 
                   9093:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   9094:          classes/string.C: - file_write accepts Request_charsets and asked
                   9095:          charset and cound transcode content before writing - string.save
                   9096:          and file.save have option $.charset now
                   9097: 
                   9098:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   9099:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   9100:          charset and cound transcode content before writing
                   9101: 
                   9102:        * src/include/pa_exception.h: - new exception comment string was
                   9103:          defined
                   9104: 
                   9105: 2009-09-07  misha
                   9106: 
                   9107:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   9108:          sub-pattern\s
                   9109: 
                   9110: 2009-09-04  misha
                   9111: 
                   9112:        * src/main/pa_http.C: - capitalization of http headers during
                   9113:          file::load[http was implemented
                   9114: 
                   9115: 2009-09-03  misha
                   9116: 
                   9117:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   9118:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   9119:          types/pa_vmail.C, targets/cgi/parser3.C,
                   9120:          targets/isapi/parser3isapi.C: - back to storing response http
                   9121:          headers in lowercase - capitalize them during output
                   9122: 
                   9123: 2009-08-31  misha
                   9124: 
                   9125:        * src/classes/table.C: - allow call with any brackets (it could be
                   9126:          useful in methods with explict result declaration)
                   9127: 
                   9128:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   9129:          correctly if $request:charset==koi8-r
                   9130: 
                   9131: 2009-08-30  misha
                   9132: 
                   9133:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   9134:          changed: content-type => Content-type and so on
                   9135: 
                   9136:        * src/classes/file.C, src/include/pa_common.h,
                   9137:          src/include/pa_request.h, src/main/pa_http.C,
                   9138:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   9139:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   9140:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   9141:          tests/results/002.processed, tests/results/003.processed,
                   9142:          tests/results/004.processed, tests/results/005.processed,
                   9143:          tests/results/006.processed, tests/results/007.processed,
                   9144:          tests/results/008.processed, tests/results/009.processed,
                   9145:          tests/results/010.processed, tests/results/011.processed,
                   9146:          tests/results/012.processed, tests/results/013.processed,
                   9147:          tests/results/014.processed, tests/results/015.processed,
                   9148:          tests/results/016.processed, tests/results/017.processed,
                   9149:          tests/results/018.processed, tests/results/019.processed,
                   9150:          tests/results/020.processed, tests/results/021.processed,
                   9151:          tests/results/022.processed, tests/results/023.processed,
                   9152:          tests/results/024.processed, tests/results/025.processed,
                   9153:          tests/results/026.processed, tests/results/027.processed,
                   9154:          tests/results/028.processed, tests/results/029.processed,
                   9155:          tests/results/030.processed, tests/results/031.processed,
                   9156:          tests/results/032.processed, tests/results/033.processed,
                   9157:          tests/results/034.processed, tests/results/035.processed,
                   9158:          tests/results/036.processed, tests/results/037.processed,
                   9159:          tests/results/038.processed, tests/results/039.processed,
                   9160:          tests/results/040.processed, tests/results/041.processed,
                   9161:          tests/results/042.processed, tests/results/043.processed,
                   9162:          tests/results/044.processed, tests/results/045.processed,
                   9163:          tests/results/046.processed, tests/results/047.processed,
                   9164:          tests/results/048.processed, tests/results/049.processed,
                   9165:          tests/results/050.processed, tests/results/051.processed,
                   9166:          tests/results/052.processed, tests/results/053.processed,
                   9167:          tests/results/054.processed, tests/results/055.processed,
                   9168:          tests/results/056.processed, tests/results/057.processed,
                   9169:          tests/results/058.processed, tests/results/059.processed,
                   9170:          tests/results/060.processed, tests/results/061.processed,
                   9171:          tests/results/062.processed, tests/results/063.processed,
                   9172:          tests/results/064.processed, tests/results/065.processed,
                   9173:          tests/results/066.processed, tests/results/067.processed,
                   9174:          tests/results/068.processed, tests/results/069.processed,
                   9175:          tests/results/070.processed, tests/results/071.processed,
                   9176:          tests/results/072.processed, tests/results/073.processed,
                   9177:          tests/results/074.processed, tests/results/075.processed,
                   9178:          tests/results/076.processed, tests/results/077.processed,
                   9179:          tests/results/078.processed, tests/results/079.processed,
                   9180:          tests/results/080.processed, tests/results/081.processed,
                   9181:          tests/results/082.processed, tests/results/083.processed,
                   9182:          tests/results/084.processed, tests/results/085.processed,
                   9183:          tests/results/086.processed, tests/results/087.processed,
                   9184:          tests/results/088.processed, tests/results/089.processed,
                   9185:          tests/results/090.processed, tests/results/091.processed,
                   9186:          tests/results/092.processed, tests/results/093.processed,
                   9187:          tests/results/094.processed, tests/results/095.processed,
                   9188:          tests/results/096.processed, tests/results/097.processed,
                   9189:          tests/results/098.processed, tests/results/099.processed,
                   9190:          tests/results/100.processed, tests/results/101.processed,
                   9191:          tests/results/102.processed, tests/results/103.processed,
                   9192:          tests/results/104.processed, tests/results/105.processed,
                   9193:          tests/results/106.processed, tests/results/107.processed,
                   9194:          tests/results/108.processed, tests/results/109.processed,
                   9195:          tests/results/110.processed, tests/results/111.processed,
                   9196:          tests/results/112.processed, tests/results/113.processed,
                   9197:          tests/results/114.processed, tests/results/115.processed,
                   9198:          tests/results/116.processed, tests/results/117.processed,
                   9199:          tests/results/118.processed, tests/results/119.processed,
                   9200:          tests/results/120.processed, tests/results/121.processed,
                   9201:          tests/results/122.processed, tests/results/123.processed,
                   9202:          tests/results/124.processed, tests/results/125.processed,
                   9203:          tests/results/126.processed, tests/results/127.processed,
                   9204:          tests/results/128.processed, tests/results/129.processed,
                   9205:          tests/results/130.processed, tests/results/131.processed,
                   9206:          tests/results/132.processed, tests/results/133.processed,
                   9207:          tests/results/134.processed, tests/results/135.processed,
                   9208:          tests/results/136.processed, tests/results/138.processed,
                   9209:          tests/results/139.processed, tests/results/140.processed,
                   9210:          tests/results/141.processed, tests/results/142.processed,
                   9211:          tests/results/143.processed, tests/results/144.processed,
                   9212:          tests/results/145.processed, tests/results/146.processed,
                   9213:          tests/results/147.processed, tests/results/148.processed,
                   9214:          tests/results/149.processed, tests/results/150.processed,
                   9215:          tests/results/151.processed, tests/results/152.processed,
                   9216:          tests/results/153.processed, tests/results/154.processed,
                   9217:          tests/results/155.processed, tests/results/156.processed,
                   9218:          tests/results/157.processed, tests/results/158.processed,
                   9219:          tests/results/159.processed, tests/results/160.processed,
                   9220:          tests/results/161.processed, tests/results/162.processed,
                   9221:          tests/results/163.processed, tests/results/164.processed,
                   9222:          tests/results/165.processed, tests/results/166.processed,
                   9223:          tests/results/167.processed, tests/results/168.processed,
                   9224:          tests/results/169.processed, tests/results/170.processed,
                   9225:          tests/results/171.processed, tests/results/172.processed,
                   9226:          tests/results/173.processed, tests/results/174.processed,
                   9227:          tests/results/175.processed, tests/results/176.processed,
                   9228:          tests/results/177.processed, tests/results/178.processed,
                   9229:          tests/results/179.processed, tests/results/180.processed,
                   9230:          tests/results/181.processed, tests/results/182.processed,
                   9231:          tests/results/183.processed, tests/results/184.processed,
                   9232:          tests/results/185.processed, tests/results/186.processed,
                   9233:          tests/results/187.processed, tests/results/188.processed,
                   9234:          tests/results/189.processed, tests/results/190.processed,
                   9235:          tests/results/191.processed, tests/results/192.processed,
                   9236:          tests/results/193.processed, tests/results/194.processed,
                   9237:          tests/results/195.processed, tests/results/196.processed,
                   9238:          tests/results/197.processed, tests/results/198.processed,
                   9239:          tests/results/199.processed, tests/results/200.processed,
                   9240:          tests/results/201.processed, tests/results/202.processed,
                   9241:          tests/results/203.processed, tests/results/204.processed,
                   9242:          tests/results/205.processed, tests/results/206.processed,
                   9243:          tests/results/207.processed, tests/results/208.processed,
                   9244:          tests/results/209.processed, tests/results/210.processed,
                   9245:          tests/results/211.processed, tests/results/212.processed,
                   9246:          tests/results/213.processed, tests/results/214.processed,
                   9247:          tests/results/215.processed, tests/results/216.processed,
                   9248:          tests/results/217.processed, tests/results/218.processed,
                   9249:          tests/results/219.processed, tests/results/220.processed,
                   9250:          tests/results/221.processed, tests/results/222.processed,
                   9251:          tests/results/223.processed, tests/results/224.processed,
                   9252:          tests/results/225.processed, tests/results/226.processed,
                   9253:          tests/results/227.processed, tests/results/228.processed,
                   9254:          tests/results/229.processed: - http headers were changed:
                   9255:          content-type => Content-type and so on
                   9256: 
                   9257: 2009-08-27  misha
                   9258: 
                   9259:        * src/: main/pa_random.C, include/pa_random.h,
                   9260:          targets/cgi/parser3.C: - year was updated :)
                   9261: 
                   9262: 2009-08-26  misha
                   9263: 
                   9264:        * tests/: 224.html, 224.p: - test for creating of parser object
                   9265:          using constructor without params - little bugfix in test
                   9266: 
                   9267:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   9268:          checking existed class while processing partial option
                   9269: 
                   9270:        * src/classes/reflection.C: - bugfix: core when creating object
                   9271:          with reflection and constructor doesn't have params
                   9272: 
                   9273: 2009-08-24  misha
                   9274: 
                   9275:        * tests/229.html: - tests for checking the number of parameters
                   9276:          were added
                   9277: 
                   9278:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   9279:          number of method's parameters wasn't checked correctly (the bug
                   9280:          was introduced in 3.4.0)
                   9281: 
                   9282: 2009-08-22  misha
                   9283: 
                   9284:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   9285:          transcoded, but tainted pieces are escaped only when
                   9286:          content-type==url-encoding
                   9287: 
                   9288:        * tests/228.html: - test for checking
                   9289:          ^file::load[http://...;$.body[]]
                   9290: 
                   9291:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   9292:          post charset was too early (charsets is empty at this moment)
                   9293: 
                   9294: 2009-08-21  misha
                   9295: 
                   9296:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   9297:          main/untaint.C: - some fixes with transcode+untaint
                   9298: 
                   9299: 2009-08-15  misha
                   9300: 
                   9301:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   9302:          was increaced to 100 (was 50)
                   9303: 
                   9304:        * tests/227.html: - test for checking overriding properties in
                   9305:          static classes was added
                   9306: 
                   9307:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   9308: 
                   9309:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   9310:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   9311:          autouse was implemented
                   9312: 
                   9313: 2009-08-14  misha
                   9314: 
                   9315:        * src/classes/reflection.C: - outdated checkout was removed
                   9316: 
                   9317:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   9318:          added.
                   9319: 
                   9320:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   9321:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   9322: 
                   9323:        * src/types/pa_vclass.C: - exception if base on sytem class
                   9324: 
                   9325: 2009-08-12  misha
                   9326: 
                   9327:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   9328:          pa_vstateless_class.h: - little optimisation
                   9329: 
                   9330: 2009-08-11  misha
                   9331: 
                   9332:        * tests/224.html: - method_params => method_info - checking for
                   9333:          $.inherited
                   9334: 
1.211     moko     9335:        * src/classes/reflection.C, operators.ru.txt, operators.txt: -
                   9336:          method method_params was renamed to method_info and now it
                   9337:          returns class name, if method was defined in ancestor
1.95      moko     9338: 
                   9339:        * tests/225.html: - tests for cheching properties in hierarhical
                   9340:          classes were added
                   9341: 
                   9342:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   9343:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9344:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   9345:          with properties in new classes implementation were fixed
                   9346: 
                   9347: 2009-08-10  misha
                   9348: 
                   9349:        * src/main/execute.C: - now constructor shouldn't be defined in
                   9350:          class. it could be defined in parent.
                   9351: 
                   9352: 2009-08-09  misha
                   9353: 
                   9354:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   9355:          base's methods
                   9356: 
                   9357: 2009-08-08  misha
                   9358: 
                   9359:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   9360:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   9361:          classes/image.C, classes/mail.C, classes/op.C,
                   9362:          classes/reflection.C, classes/regex.C, classes/string.C,
                   9363:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   9364:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   9365:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   9366:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   9367:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   9368:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   9369:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   9370:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   9371:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   9372:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   9373:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   9374:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   9375:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   9376:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   9377:          types/pa_vresponse.C, types/pa_vresponse.h,
                   9378:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9379:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   9380:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   9381:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   9382:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   9383:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   9384:          implementation
                   9385: 
                   9386:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   9387:          USE_MUNMAP is used. so it is disabled as a workaround.
                   9388: 
                   9389: 2009-08-05  misha
                   9390: 
                   9391:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   9392:          parameter was removed
                   9393: 
                   9394:        * src/main/pa_http.C: - bugfix: error was during detecting
                   9395:          content-type of file which was loaded by http
                   9396: 
                   9397: 2009-08-01  misha
                   9398: 
                   9399:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   9400:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   9401:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   9402:          can't be disabled with defines any longer
                   9403: 
                   9404: 2009-07-29  misha
                   9405: 
                   9406:        * src/classes/reflection.C, tests/results/224.processed: - for
                   9407:          native methods with any call type now returned empty call_type
                   9408:          value
                   9409: 
                   9410:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   9411:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   9412:          main/pa_request.C: - break in cycles was optimized
                   9413: 
                   9414:        * INSTALL: - more defines were described
                   9415: 
                   9416: 2009-07-28  misha
                   9417: 
1.211     moko     9418:        * operators.ru.txt, operators.txt: - some changes in information
                   9419:          about reflection class
1.95      moko     9420: 
                   9421:        * tests/: 224.html, 224.p: - tests for reflection class
                   9422: 
                   9423:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   9424:          was added, refactoring
                   9425: 
                   9426: 2009-07-26  misha
                   9427: 
                   9428:        * src/classes/classes.vcproj: - reflection class wass added to
                   9429:          project
                   9430: 
1.211     moko     9431:        * operators.ru.txt, operators.txt: - information about reflection
                   9432:          class was added
1.95      moko     9433: 
                   9434:        * src/classes/reflection.C: - class was redesigned
                   9435: 
                   9436: 2009-07-24  misha
                   9437: 
                   9438:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   9439:          added
                   9440: 
                   9441:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   9442:          in classes was added
                   9443: 
                   9444: 2009-07-22  misha
                   9445: 
                   9446:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   9447:          over-optimized. it failed if $object1.$object2.field
                   9448: 
                   9449: 2009-07-16  misha
                   9450: 
                   9451:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9452:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   9453:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   9454:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   9455:          one more arg: length of cord
                   9456: 
                   9457: 2009-07-15  misha
                   9458: 
                   9459:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   9460:          tainted in ^file::load[http://...;$.cookies[]]
                   9461: 
                   9462:        * src/classes/: op.C, regex.C, string.C: - new string with
                   9463:          exception was used
                   9464: 
                   9465:        * src/include/pa_exception.h: - new string with exception was added
                   9466: 
                   9467:        * tests/223.html: - test for checking cookie-encoding during
                   9468:          ^file::load[http was added
                   9469: 
                   9470:        * tests/: 221.html, 222.html: - tests for checking type of
                   9471:          $table.fields.field were added
                   9472: 
                   9473:        * src/types/pa_vtable.C: - not used var decl was removed
                   9474: 
                   9475:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   9476:          it improves speed of match with brackets in pattern
                   9477: 
                   9478:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   9479:          outside
                   9480: 
                   9481: 2009-07-14  misha
                   9482: 
                   9483:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   9484:          column is empty (sometime returned void) - $table.fields was
                   9485:          added for nameless tables
                   9486: 
                   9487:        * src/targets/cgi/getopt.c: - one warning resolved
                   9488: 
                   9489:        * src/main/pa_string.C: - potentian bug fixed
                   9490: 
                   9491:        * src/classes/op.C: - small optimization in taint/untaint
                   9492: 
                   9493: 2009-07-13  misha
                   9494: 
                   9495:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   9496:          added
                   9497: 
                   9498:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   9499:          souldn't add the attribut to output
                   9500: 
                   9501: 2009-07-11  misha
                   9502: 
                   9503:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9504:          stack size was increaced to 2MB (default=1MB)
                   9505: 
                   9506: 2009-07-08  misha
                   9507: 
                   9508:        * src/main/pa_string.C: - link to UTF-8 description was added
                   9509: 
                   9510:        * src/include/pa_hash.h: - hash keeps element's order in more
                   9511:          places (ex: ._keys[])
                   9512: 
                   9513:        * tests/220.html: - test for checking order of elements in hash in
                   9514:          foreach was added
                   9515: 
                   9516:        * tests/172.html: - small changes in printing hash
                   9517: 
                   9518:        * tests/129.html: - small changes in printing hash
                   9519: 
                   9520:        * src/: include/pa_common.h, include/pa_hash.h,
                   9521:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   9522:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   9523: 
                   9524:        * tests/014.html: - small changes in printing hash
                   9525: 
                   9526: 2009-07-07  misha
                   9527: 
                   9528:        * src/classes/op.C: - new taint language "parser-code" was added
                   9529: 
                   9530:        * tests/219.html: - test for auto untaint parser code in process
                   9531:          was added
                   9532: 
                   9533:        * src/classes/op.C: - tainted pieces in body of process are
                   9534:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   9535: 
                   9536:        * src/: include/pa_string.h, main/untaint.C: - new language
                   9537:          L_PARSER_CODE for auto-untaint in process was added
                   9538: 
                   9539:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9540:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   9541:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   9542:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   9543:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   9544:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   9545:          code cleanup
                   9546: 
                   9547: 2009-07-06  misha
                   9548: 
                   9549:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   9550:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   9551:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9552: 
                   9553:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   9554:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   9555:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   9556:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   9557:          should be used
                   9558: 
                   9559:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   9560:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   9561:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   9562:          untaint_cstr[m] should be used
                   9563: 
                   9564:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   9565:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9566: 
                   9567:        * tests/218.html: - test for checking automatic file-spec-taint was
                   9568:          added
                   9569: 
                   9570:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   9571:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   9572:          classes/file.C, classes/hash.C, classes/image.C,
                   9573:          classes/string.C, classes/table.C, classes/void.C,
                   9574:          classes/xdoc.C: - optimizations and simplification of
                   9575:          string.cstr(...)
                   9576: 
                   9577:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   9578:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   9579:          - optimizations and simplification of string.cstr(...)
                   9580: 
                   9581: 2009-07-04  misha
                   9582: 
                   9583:        * tests/217.html: - test for recursion detection was added
                   9584: 
                   9585:        * src/: types/types.vcproj, main/main.vcproj,
                   9586:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   9587:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   9588:          from .vcproj
                   9589: 
                   9590:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   9591: 
                   9592:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   9593:          uploading files and case-insensitive http-method were added
                   9594: 
                   9595:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   9596:          tainted pattern in ^file:list[] was added
                   9597: 
                   9598: 2009-07-03  misha
                   9599: 
                   9600:        * src/: classes/classes.vcproj, main/main.vcproj,
                   9601:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   9602:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   9603:          for dynamic_cast) - little options changes
                   9604: 
                   9605:        * src/main/pa_http.C: - file::load[http works now with uploading
                   9606:          files _and_ changing $.charset
                   9607: 
                   9608: 2009-06-29  misha
                   9609: 
                   9610:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   9611:          while creating pattern
                   9612: 
                   9613: 2009-06-25  misha
                   9614: 
1.211     moko     9615:        * src/classes/image.C, operators.ru.txt, operators.txt: - options'
                   9616:          names for ^image.font were changed to $.space, $.width and
                   9617:          $spacing - default space width now == gif's width
1.95      moko     9618: 
                   9619: 2009-06-24  misha
                   9620: 
                   9621:        * tests/215.html: - tests for $file.mode were added
                   9622: 
1.211     moko     9623:        * operators.ru.txt, operators.txt: - added info about $file.mode
                   9624:          and changes in ^image.font[
1.95      moko     9625: 
                   9626:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   9627:          param now could be omited - third param now could be hash (with
                   9628:          all widths options: $.space-width, $.letter-width) - it's
                   9629:          possible to specify tracking ($.letter-space)
                   9630: 
                   9631:        * src/classes/file.C: - file objects now could have mode field
                   9632:          (text|binary)
                   9633: 
                   9634:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   9635: 
                   9636: 2009-06-23  misha
                   9637: 
                   9638:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9639:          trim can work with utf-8 chars now
                   9640: 
                   9641: 2009-06-20  misha
                   9642: 
                   9643:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   9644:          was implemented
                   9645: 
                   9646:        * src/classes/table.C: - string length cacheing was implemented
                   9647: 
                   9648:        * src/include/pa_string.h: - string length cacheing was implemented
                   9649: 
                   9650: 2009-06-17  misha
                   9651: 
                   9652:        * src/main/execute.C: - value param was removed from
                   9653:          WContext::WContext
                   9654: 
                   9655:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   9656:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   9657:          - field wcontext was removed from VCodeFrame (using fparent
                   9658:          instead)
                   9659: 
                   9660:        * tests/214.html: - test with hash copying
                   9661: 
                   9662: 2009-06-16  misha
                   9663: 
                   9664:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   9665:          strings doesn't work in expression anymore
                   9666: 
                   9667:        * src/main/execute.C: - less calls for get_constructing() - little
                   9668:          refactoring
                   9669: 
                   9670:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   9671:          include/pa_request.h: - less calls for get_constructing()
                   9672: 
                   9673:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   9674:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   9675: 
                   9676: 2009-06-14  misha
                   9677: 
                   9678:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9679:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   9680:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   9681:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   9682:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   9683:          storing object's fields only for parser objects
                   9684: 
                   9685: 2009-06-13  misha
                   9686: 
                   9687:        * buildall-with-xml, buildall-without-xml: - new option was added
                   9688:          for building GC (it slightly reduces memory usage)
                   9689: 
                   9690:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   9691:          single string write
                   9692: 
                   9693:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   9694:          - optimization of single string write
                   9695: 
                   9696:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   9697:          - bytecode optimization of ^class:constructor
                   9698: 
                   9699: 2009-06-09  misha
                   9700: 
                   9701:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   9702:          main (better compatibility)
                   9703: 
                   9704: 2009-06-08  misha
                   9705: 
                   9706:        * src/main/compile.y: - I've forgot to commit it :(
                   9707: 
                   9708: 2009-06-07  misha
                   9709: 
                   9710:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   9711:          WITH_READ and WITH_ROOT
                   9712: 
                   9713:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9714:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   9715:          WITH_ROOT - little refactoring
                   9716: 
                   9717: 2009-06-06  misha
                   9718: 
                   9719:        * tests/213.html: - tests for 3rd match string-param were added
                   9720: 
                   9721:        * src/classes/string.C: - 3rd match param could be string now
                   9722: 
                   9723:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   9724:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   9725:          GET_OBJECT_ELEMENT
                   9726: 
                   9727: 2009-06-05  misha
                   9728: 
                   9729:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   9730:          if $.body was specified
                   9731: 
                   9732: 2009-06-04  misha
                   9733: 
                   9734:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   9735: 
                   9736:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   9737: 
                   9738:        * src/main/execute.C: - little refactoring - optimizing
                   9739:          write_assign_lang in taint/untaint
                   9740: 
                   9741:        * src/include/pa_opcode.h: - little refactoring
                   9742: 
                   9743:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   9744:          main/compile_tools.h, main/execute.C: - optimizations for
                   9745:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   9746:          were added
                   9747: 
                   9748: 2009-06-03  misha
                   9749: 
                   9750:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   9751: 
                   9752: 2009-06-02  misha
                   9753: 
                   9754:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   9755:          include/pa_opcode.h: - refactoring in last optimizations
                   9756:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   9757:          now but code is much easy and it is ready for further
                   9758:          improvements.
                   9759: 
                   9760: 2009-05-27  misha
                   9761: 
                   9762:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   9763:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   9764:          changed in destructing junctions
                   9765: 
                   9766:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   9767:          String:Body
                   9768: 
                   9769: 2009-05-26  misha
                   9770: 
                   9771:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   9772:          one method detect_charset was deleted - bug was fixed in this
                   9773:          method (error while detecting charset in content_type withot last
                   9774:          ';')
                   9775: 
                   9776:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   9777:          once
                   9778: 
                   9779: 2009-05-25  misha
                   9780: 
                   9781:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   9782:          optimizing of helper_length
                   9783: 
                   9784: 2009-05-24  misha
                   9785: 
                   9786:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   9787:          were added - little refactoring
                   9788: 
                   9789:        * src/main/execute.C: - core while printing in debug log
                   9790:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   9791:          optimisations were added
                   9792: 
                   9793:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   9794:          were added
                   9795: 
                   9796: 2009-05-23  misha
                   9797: 
                   9798:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   9799:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   9800:          CORD_cat optimization
                   9801: 
                   9802:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   9803:          - call constr optimisation under separate define now
                   9804: 
                   9805:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   9806:          in $b should be string, not void
                   9807: 
                   9808:        * src/main/compile.y: - little fix for rem-cut optimisation
                   9809: 
                   9810:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   9811:          main/compile_tools.h, main/execute.C: - optimisations for
                   9812:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   9813: 
                   9814:        * INSTALL: - description of some #defined were added
                   9815: 
                   9816:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   9817:          before 1st access (memory usage is reduced if don't access to
                   9818:          .text field)
                   9819: 
                   9820:        * src/include/pa_array.h: - array grows step now not static (it
                   9821:          reduces numbers of reallocs)
                   9822: 
                   9823: 2009-05-20  misha
                   9824: 
                   9825:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   9826:          $.b(2), $c[d] and $.e[f] was added
                   9827: 
                   9828:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9829:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   9830:          $.e[f] was added
                   9831: 
                   9832:        * src/main/execute.C: - debug printing moved in defines
                   9833: 
                   9834:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   9835:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   9836:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   9837: 
                   9838: 2009-05-19  misha
                   9839: 
                   9840:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9841:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   9842: 
                   9843:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   9844:          ^a.$b optimisation)
                   9845: 
                   9846:        * src/main/compile.y: - compiler now generate new opcodes:
                   9847:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   9848:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   9849:          of params }
                   9850: 
                   9851:        * src/main/execute.C: - code for handle new opcodes
                   9852:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   9853: 
                   9854:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   9855:          added for LA2V and LA2S
                   9856: 
                   9857:        * src/include/pa_opcode.h: - new defines which can be used for
                   9858:          disable some bytecode optimisation and new opcodes were added
                   9859: 
                   9860: 2009-05-17  misha
                   9861: 
                   9862:        * src/lib/cord/cordxtra.c: - bugfix.
                   9863: 
                   9864:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   9865: 
1.211     moko     9866:        * operators.ru.txt, operators.txt: - info about regex class was
                   9867:          added
1.95      moko     9868: 
                   9869:        * tests/212.html: - tests for regex class were added
                   9870: 
                   9871: 2009-05-16  misha
                   9872: 
                   9873:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   9874:          gc7.1
                   9875: 
                   9876:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   9877:          was added
                   9878: 
                   9879:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   9880:          param) should work
                   9881: 
                   9882: 2009-05-15  misha
                   9883: 
                   9884:        * src/classes/table.C: - automatically disable stringstream usage
                   9885:          on freebsd4
                   9886: 
                   9887:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   9888:          scope
                   9889: 
                   9890:        * tests/211.html: - test with different types of access to hash was
                   9891:          added
                   9892: 
                   9893:        * tests/210.html: - test which checks for loosing tainting in
                   9894:          hash's keys was added
                   9895: 
                   9896:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   9897: 
                   9898:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   9899: 
                   9900:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   9901: 
                   9902:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   9903:          optimisations for increacing version number more dramatically :)
                   9904: 
                   9905:        * src/classes/date.C: - little refactoring: use constructor which
                   9906:          accepts formated string
                   9907: 
                   9908:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   9909:          which can print formatted string was added
                   9910: 
                   9911: 2009-05-14  misha
                   9912: 
                   9913:        * src/include/pa_string.h: - type was fixed
                   9914: 
                   9915:        * src/: classes/hashfile.C, classes/op.C,
                   9916:          include/pa_cache_managers.h, include/pa_charset.h,
                   9917:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   9918:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   9919:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   9920:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   9921:          main/pa_charsets.C, main/pa_string.C,
                   9922:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   9923:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9924:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   9925:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   9926:          (seaches should be faster now)
                   9927: 
                   9928:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9929:          classes/string.C, classes/table.C, include/pa_string.h,
                   9930:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   9931:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   9932:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   9933:          types/pa_vrequest.C: - String constructors don't have that stupid
                   9934:          true/false param which means 'tainted'. they accept lang instead.
                   9935: 
                   9936:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   9937:          with OPTIMIZE_RESULT
                   9938: 
                   9939:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   9940:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   9941: 
                   9942: 2009-05-13  misha
                   9943: 
                   9944:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   9945:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   9946:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9947:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   9948:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   9949:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   9950:          include/pa_string.h, classes/date.C, classes/file.C,
                   9951:          classes/hash.C, classes/image.C, classes/string.C,
                   9952:          classes/table.C, classes/xdoc.C: - result optimisation -
                   9953:          helper_length parameter removed from string constructors
                   9954: 
                   9955: 2009-05-11  misha
                   9956: 
                   9957:        * tests/209.html: - tests for ^hash::create[hash] were added
                   9958: 
                   9959:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   9960:          ^memory:compact[] were added
                   9961: 
                   9962:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   9963:          log10 were added
                   9964: 
                   9965:        * tests/206.html: - test for try with finally was added
                   9966: 
                   9967: 2009-05-10  misha
                   9968: 
                   9969:        * tests/205.html: - test for ^file::create[...] was added
                   9970: 
                   9971:        * tests/204.html: - test for ^response:clear[] was added
                   9972: 
                   9973:        * tests/038.html: - tests for trigonometric functions were added
                   9974: 
                   9975:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   9976:          added - more tests for .add, .sub, .union, .intersects and
                   9977:          .intersections
                   9978: 
                   9979:        * tests/065.html: - test for ^file:dirname was added
                   9980: 
                   9981:        * tests/030.html: - test for $cookie:fields was added
                   9982: 
                   9983:        * tests/203.html: - test for ^h._keys[column name] was added
                   9984: 
                   9985:        * tests/201.html: - tests for .trim were added
                   9986: 
                   9987:        * tests/202.html: - tests for last-day,
                   9988:          date:calendar[type](YYYY;MM;DD) were added
                   9989: 
                   9990:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   9991:          .offset[type](N) were added
                   9992: 
                   9993:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   9994:          and .pos[c](N) were added
                   9995: 
                   9996:        * tests/141.html: - test for math:sha1 was added
                   9997: 
                   9998:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   9999: 
                   10000: 2009-05-09  misha
                   10001: 
                   10002:        * src/main/compile.y: - rollback
                   10003: 
                   10004: 2009-05-05  misha
                   10005: 
                   10006:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   10007:          replaced by is_empty()
                   10008: 
                   10009:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   10010:          optimisation: somewhere length() was replaced by is_empty()
                   10011: 
                   10012:        * src/classes/table.C: - little optimisation: somewhere length()
                   10013:          was replaced by is_empty()
                   10014: 
                   10015:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   10016:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   10017:          optimisation: somewhere length() was replaced by is_empty()
                   10018: 
                   10019: 2009-05-04  misha
                   10020: 
                   10021:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   10022:          types/pa_vstateless_class.h, main/execute.C,
                   10023:          include/pa_request.h, classes/hash.C, classes/op.C,
                   10024:          classes/table.C: - more optimisations were added: some operators
                   10025:          don't switch write context anylonger
                   10026: 
                   10027: 2009-05-01  misha
                   10028: 
                   10029:        * src/main/compile.y: - slightly more opcode optimisations for
                   10030:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   10031: 
                   10032:        * src/main/execute.C: - simplifying process for getters
                   10033: 
                   10034: 2009-04-30  misha
                   10035: 
                   10036:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   10037: 
                   10038:        * tests/results/199.processed: - test for checking $result into
                   10039:          ^rem was added
                   10040: 
                   10041:        * tests/199.html: - test for checking $result into ^rem was added
                   10042: 
                   10043:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   10044:          some OS it returns list in different order)
                   10045: 
                   10046:        * src/: include/pa_array.h, include/pa_request.h,
                   10047:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   10048:          changes in stack impl - get_element() optimisation: 3rd param
                   10049:          removed - bugfix: problems with reading empty input param -
                   10050:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   10051: 
                   10052:        * tests/results/198.processed: - test for reading empty local var
                   10053:          was added
                   10054: 
                   10055:        * tests/198.html: - test for reading empty local var was added
                   10056: 
                   10057: 2009-04-29  misha
                   10058: 
                   10059:        * src/main/compile.y: - bugfix: couldn't compile because
                   10060:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   10061: 
                   10062:        * src/: include/pa_array.h, include/pa_opcode.h,
                   10063:          include/pa_request.h, main/compile.y, main/execute.C,
                   10064:          main/pa_request.C, types/pa_vmethod_frame.C,
                   10065:          types/pa_vmethod_frame.h: - we can work without opcode
                   10066:          OP_STORE_PARAM, so it was removed
                   10067: 
                   10068: 2009-04-28  misha
                   10069: 
                   10070:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   10071:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   10072:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   10073:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   10074:          4.
                   10075:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   10076: 
                   10077:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   10078: 
                   10079:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   10080:          is_empty()
                   10081: 
                   10082: 2009-04-27  misha
                   10083: 
                   10084:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   10085: 
                   10086: 2009-04-24  misha
                   10087: 
                   10088:        * src/classes/string.C: - ups. typo fixed
                   10089: 
                   10090:        * src/main/execute.C: - more replacements '*new VBool' to
                   10091:          'VBool::get' - checks for ^break[], ^continue[] and
                   10092:          parser.interrupted were optimised
                   10093: 
                   10094:        * src/classes/string.C: - number of params.count() calls was
                   10095:          slightly reduced
                   10096: 
                   10097: 2009-04-23  misha
                   10098: 
                   10099:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   10100:          make it x64 friendly
                   10101: 
                   10102:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   10103:          parser is x64 friendly now
                   10104: 
                   10105: 2009-04-22  misha
                   10106: 
                   10107:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   10108:          exceeding record size was added
                   10109: 
                   10110:        * src/classes/file.C: - use vregex object instead of direct calls
                   10111:          methods from pcre lib
                   10112: 
                   10113:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   10114:          classes/string.C: - use vregex object instead of direct calls
                   10115:          methods from pcre lib
                   10116: 
                   10117:        * src/: include/pa_common.h, main/pa_common.C: - method
                   10118:          print_pcre_exec_error_text was moved to class vregex
                   10119: 
                   10120:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   10121:          was added
                   10122: 
                   10123:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   10124:          - class vregex was added
                   10125: 
                   10126: 2009-04-21  misha
                   10127: 
                   10128:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   10129: 
                   10130:        * src/: types/pa_junction.h, types/pa_value.C,
                   10131:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   10132:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   10133:          junction-optimisation (destructors)
                   10134: 
                   10135:        * src/include/pa_array.h: - free under if now
                   10136: 
                   10137: 2009-04-19  misha
                   10138: 
                   10139:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   10140: 
                   10141: 2009-04-18  misha
                   10142: 
                   10143:        * src/include/pa_version.h:
                   10144:          :q :
                   10145: 
                   10146:          CV:
                   10147:          ----------------------------------------------------------------------
                   10148: 
                   10149:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   10150:          refactoring
                   10151: 
                   10152:        * src/: include/pa_array.h, include/pa_hash.h,
                   10153:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   10154: 
                   10155:        * src/include/pa_memory.h: - define for using destructors was added
                   10156: 
                   10157:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   10158:          main/execute.C: - some junctions will be cached now
                   10159: 
                   10160:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   10161: 
                   10162:        * src/include/pa_array.h: - inline was added to destructor
                   10163: 
                   10164:        * src/types/pa_method.h: - comment was changed
                   10165: 
                   10166: 2009-04-17  misha
                   10167: 
                   10168:        * src/: include/pa_array.h, include/pa_hash.h,
                   10169:          types/pa_vmethod_frame.h: - destructors were added
                   10170: 
                   10171:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   10172:          renamed to always_use_result
                   10173: 
                   10174:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   10175:          compiler: full backward compatibility is better
                   10176: 
                   10177:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   10178:          result in var's hash
                   10179: 
                   10180:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   10181:          optimisation in method_frame
                   10182: 
                   10183:        * src/include/pa_array.h: - optimisation in array (allocate
                   10184:          elements only when needed)
                   10185: 
                   10186:        * src/types/pa_vresponse.C: - check for $response:headers field
                   10187:          before looking at custom fields
                   10188: 
                   10189:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   10190:          not needed to check existance var with name 'result' in var's
                   10191:          hash
                   10192: 
                   10193:        * src/main/compile.y: - compiler was changed: now it detects
                   10194:          writings to $result and set flag writo_to_result in method
                   10195: 
                   10196:        * src/classes/string.C: - little optimisation: no needed to write
                   10197:          number with lang
                   10198: 
                   10199:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   10200:          used for read utf8-strings were renamed - is_escaped was renamed
                   10201:          to isEscaped (to the same name convention)
                   10202: 
                   10203:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   10204:          write_to_result added. compiler get this info from code.
                   10205: 
                   10206: 2009-04-16  misha
                   10207: 
                   10208:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   10209:          String only before 1st write
                   10210: 
                   10211:        * src/include/pa_string.h: - not needed template removed
                   10212: 
                   10213:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   10214:          types/pa_vjunction.C, types/pa_vproperty.C,
                   10215:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   10216:          main/pa_request.C, classes/bool.C, classes/double.C,
                   10217:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   10218:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   10219:          bool objects)
                   10220: 
                   10221: 2009-04-15  misha
                   10222: 
                   10223:        * src/lib/cord/cordxtra.c: - more optimisation
                   10224: 
                   10225:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   10226:          optimisation
                   10227: 
                   10228:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   10229:          then get and can sometime be used)
                   10230: 
                   10231:        * src/main/pa_string.C: - String::length optimisation
                   10232: 
                   10233:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   10234:          these methods read different strings
                   10235: 
                   10236:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   10237:          fresult_initial_void removed + some optimisation - if $result
                   10238:          defined we don't write to context anymore
                   10239: 
                   10240:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   10241:          need just skip char)
                   10242: 
                   10243:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10244:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   10245:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   10246: 
                   10247:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   10248:          instance
                   10249: 
                   10250: 2009-04-11  misha
                   10251: 
                   10252:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   10253: 
                   10254:        * tests/197.html: - test for parser://test in xml was added
                   10255: 
                   10256:        * src/classes/string.C: - small optimisation
                   10257: 
                   10258:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   10259:          optimisation
                   10260: 
                   10261: 2009-04-10  misha
                   10262: 
                   10263:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   10264:          to pcre-7.8
                   10265: 
                   10266:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   10267: 
                   10268:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   10269:          added
                   10270: 
                   10271:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   10272:          $request:CLASS_NAME were added
                   10273: 
                   10274:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   10275:          were added
                   10276: 
                   10277:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   10278:          $env:CLASS_NAME were added
                   10279: 
                   10280:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   10281:          '@todo' now
                   10282: 
                   10283:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   10284:          compirer
                   10285: 
                   10286:        * src/main/pa_string.C: - little code cleanup
                   10287: 
                   10288:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   10289:          during PCRE compile/execute
                   10290: 
                   10291:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   10292:          normalizing todo-comments: '@todo' now
                   10293: 
                   10294:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   10295: 
                   10296:        * src/main/pa_charset.C: - type changed for making compiler happy
                   10297: 
                   10298: 2009-03-10  misha
                   10299: 
                   10300:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   10301:          in main()
                   10302: 
                   10303: 2009-02-01  misha
                   10304: 
                   10305:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   10306:          boundary
                   10307: 
                   10308: 2009-01-25  misha
                   10309: 
                   10310:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   10311: 
                   10312:        * src/classes/file.C: - more changes for parsing different number
                   10313:          of params for file::load
                   10314: 
                   10315:        * tests/193.html: - tests for exception while base64-decode binary
                   10316:          to string was added
                   10317: 
                   10318:        * tests/192.html: - tests for file::load with different number of
                   10319:          options
                   10320: 
                   10321:        * src/classes/math.C: - ups. forgot '+1'
                   10322: 
                   10323:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   10324:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   10325:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   10326:          (new option $.encode[multipart-form/data] should be specified) -
                   10327:          $.method[] option for file::load now is not case-sensitive
                   10328: 
                   10329:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   10330:          new taint language L_FILE_POST was added
                   10331: 
                   10332:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   10333:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   10334:          stuff was moved to separate files
                   10335: 
                   10336: 2009-01-23  misha
                   10337: 
                   10338:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   10339:          spaces to tabs were converted
                   10340: 
                   10341: 2009-01-12  misha
                   10342: 
                   10343:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   10344:          now
                   10345: 
                   10346:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   10347:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   10348:          their names
                   10349: 
                   10350:        * src/main/pa_common.C: - changes in formating
                   10351: 
                   10352:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   10353:          their names
                   10354: 
                   10355:        * src/include/pa_http.h: - some spaces were converted to tabs
                   10356: 
                   10357:        * src/include/pa_common.h: - some constants changed their names
                   10358: 
                   10359:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   10360:          little code rewriting
                   10361: 
                   10362:        * src/types/pa_vfile.C: - little code rewriting
                   10363: 
                   10364:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   10365:          types/pa_value.h: - some formating changes
                   10366: 
                   10367:        * src/include/pa_common.h: - some formating spaces transformed to
                   10368:          tabs
                   10369: 
                   10370:        * src/classes/string.C: - exception while base64-decode binary to a
                   10371:          string
                   10372: 
                   10373: 2009-01-11  misha
                   10374: 
                   10375:        * configure.in: - version changed to 3.3.1b
                   10376: 
                   10377: 2008-09-05  misha
                   10378: 
                   10379:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   10380:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   10381: 
                   10382: 2008-09-04  misha
                   10383: 
                   10384:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   10385:          anymore
                   10386: 
                   10387:        * src/classes/op.C: - exception with 'invalid taint language' not
                   10388:          typeless anylonger
                   10389: 
                   10390:        * src/classes/image.C: - some exceptions while operations with
                   10391:          image not typeless anymore
                   10392: 
                   10393:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   10394:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   10395:          operations with files not typeless anymore
                   10396: 
                   10397:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   10398:          types/pa_vdate.h: - exceptions while checking date range not
                   10399:          typeless anymore
                   10400: 
                   10401:        * src/include/pa_exception.h: - exception type string for invalid
                   10402:          date range was added
                   10403: 
                   10404: 2008-09-03  misha
                   10405: 
                   10406:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   10407:          operations not typeless anymore
                   10408: 
                   10409:        * src/include/pa_exception.h: - exception type for pce operations
                   10410:          was added
                   10411: 
                   10412:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   10413:          and .CLASS_NAME insite classes
                   10414: 
                   10415:        * src/classes/table.C: - don't save table header whiile
                   10416:          ^table.save[append;filename] if file exists
                   10417: 
                   10418: 2008-09-02  misha
                   10419: 
                   10420:        * src/main/compile.y, src/main/compile_tools.h,
                   10421:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   10422:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   10423:          renamed to partial and it login changed: we must mark class as
                   10424:          partial for allow their modifications in future.
                   10425: 
                   10426: 2008-08-29  misha
                   10427: 
                   10428:        * tests/results/022.processed: - testing taint[regex] in mask for
                   10429:          file:list
                   10430: 
                   10431:        * tests/022.html: - testing taint[regex] in mask for file:list
                   10432: 
                   10433:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   10434:          for file:list was added
                   10435: 
                   10436:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   10437:          file:list
                   10438: 
                   10439: 2008-08-26  misha
                   10440: 
                   10441:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   10442:          last derived object
                   10443: 
                   10444:        * src/classes/image.C: - many strings "image.format" replaced by
                   10445:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   10446:          understand some more exif tags
                   10447: 
                   10448:        * src/include/pa_exception.h: - string "image.format" was added
                   10449: 
                   10450: 2008-08-21  misha
                   10451: 
                   10452:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   10453:          pcre_exec text error
                   10454: 
                   10455:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   10456:          added
                   10457: 
                   10458:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   10459:          text error was added
                   10460: 
                   10461: 2008-08-19  misha
                   10462: 
                   10463:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   10464:          namespace while debug execution as well
                   10465: 
                   10466:        * tests/: 015.html, results/015.processed: - test for escaping some
                   10467:          parser chars was added
                   10468: 
                   10469: 2008-08-18  misha
                   10470: 
                   10471:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   10472:          $caller.self.field + default getter in one class was added
                   10473: 
                   10474:        * tests/: 189.html, results/189.processed: - test for
                   10475:          ^date::create[date object]
                   10476: 
                   10477:        * tests/: 188.html, results/188.processed: - tests for match with
                   10478:          UTF-8 strings
                   10479: 
                   10480:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   10481:          ^string.match[]
                   10482: 
                   10483:        * ChangeLog: - parser 3.3.0 beta13
                   10484: 
                   10485: 2008-08-15  misha
                   10486: 
1.116     moko     10487:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   10488:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   10489:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   10490:          dftables.c: - old PCRE files removed
1.95      moko     10491: 
                   10492:        * src/lib/pcre/config.h: - configuration for PCRE library
                   10493: 
                   10494:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   10495:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   10496: 
                   10497:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   10498:          library and set flag UTF8 if $request:charset is UTF-8
                   10499: 
                   10500:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   10501:          include/pa_config_fixed.h: - moved to new PCRE library
                   10502: 
                   10503:        * src/: main/main.vcproj, types/types.vcproj,
                   10504:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   10505:          win32\pcre instead of parser3\src\lib\pcre
                   10506: 
                   10507:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   10508:          main/compile.C, main/compile.y, main/compile_tools.C,
                   10509:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   10510:          opcodes were moved to separate namespace
                   10511: 
                   10512: 2008-08-14  misha
                   10513: 
                   10514:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   10515: 
                   10516:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   10517:          tainting
                   10518: 
                   10519: 2008-08-11  misha
                   10520: 
                   10521:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   10522:          $caller.self, $caller.self.field and $caller.self.field[value]
                   10523:          were added
                   10524: 
                   10525:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   10526:          runtime as well (for $caller.self)
                   10527: 
                   10528: 2008-07-25  misha
                   10529: 
                   10530:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   10531:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   10532:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   10533:          tests with international characters
                   10534: 
                   10535: 2008-07-23  misha
                   10536: 
                   10537:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   10538:          file::load[...;http://
                   10539: 
                   10540:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   10541:          now everywhere in separate namespace
                   10542: 
                   10543:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   10544:          for vars
                   10545: 
                   10546:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   10547:          can be escaped by '^'
                   10548: 
                   10549: 2008-07-22  misha
                   10550: 
                   10551:        * src/classes/string.C, tests/186.html: - names changes:
                   10552:          escape=>js-escape, unescape=>js-unescape
                   10553: 
                   10554: 2008-07-21  misha
                   10555: 
                   10556:        * tests/results/186.processed: - test for string escape/unescape
                   10557: 
                   10558:        * tests/186.html: - test for string escape/unescape
                   10559: 
                   10560:        * src/classes/string.C: - string has escape and unescape methods
                   10561:          now
                   10562: 
                   10563:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   10564:          added
                   10565: 
                   10566:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   10567:          method-layers added (with different params)
                   10568: 
                   10569: 2008-07-18  misha
                   10570: 
                   10571:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   10572:          was added
                   10573: 
                   10574:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   10575: 
1.211     moko     10576:        * src/classes/string.C, src/classes/void.C, operators.ru.txt,
                   10577:          operators.txt: - ^string.pos[substr](offset) -- 2nd param
                   10578:          accepted now
1.95      moko     10579: 
                   10580:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   10581:          strings
                   10582: 
                   10583: 2008-07-17  misha
                   10584: 
                   10585:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   10586:          helper length added for mid for small optimisation
                   10587: 
                   10588: 2008-07-16  misha
                   10589: 
                   10590:        * tests/: 185.html, results/185.processed: - tests for
                   10591:          length/left/right/mid/pos with utf-8 strings
                   10592: 
                   10593:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   10594:          utf-8 strings
                   10595: 
                   10596:        * src/main/untaint.C: - comments removed
                   10597: 
                   10598:        * src/: include/pa_string.h, main/pa_string.C,
                   10599:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   10600:          with pos/mid for strings in utf-8 were added
                   10601: 
                   10602: 2008-07-15  misha
                   10603: 
                   10604:        * tests/: 184.html, results/184.processed: - test for case body as
                   10605:          expression: $var(^switch(1){^case(1)(true)..})
                   10606: 
                   10607:        * src/classes/op.C: - case body can be expression now:
                   10608:          $var(^switch(1){^case(1)(true)..})
                   10609: 
                   10610:        * tests/: results/183.processed, 183.html: - added test for testing
                   10611:          new cookie encoding (%uXXXX)
                   10612: 
                   10613:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   10614:          decoding for backward compatibility they decoded from %XX in
                   10615:          request:charset too
                   10616: 
                   10617:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   10618:          - cookie class now decode cookies before first access after last
                   10619:          request:charset changing (as form class).
                   10620: 
                   10621:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   10622:          as %uXXXX - before transcode calculate required space for dest
                   10623:          string. it reduce mem usage for transcode
                   10624: 
                   10625:        * src/include/pa_charset.h: - added method escape for escaping
                   10626:          cookies as %uXXXX
                   10627: 
                   10628:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   10629:          was added. will used for escaping cookies as %uXXXX
                   10630: 
                   10631:        * src/include/pa_common.h: - escape method has new option for skip
                   10632:          converting '+' to a space char
                   10633: 
                   10634:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   10635:          transcode - escape method has new option for skip converting '+'
                   10636:          to a space char
                   10637: 
                   10638: 2008-07-08  misha
                   10639: 
                   10640:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   10641:          (no UE if more then 1 case matches anylonger) - optimization:
                   10642:          doing searching.as_string() || searching.as_double() only once
                   10643: 
                   10644: 2008-07-04  misha
                   10645: 
                   10646:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   10647:          now ^date::create[date object] works
                   10648: 
                   10649:        * src/classes/string.C: - left and right added as aliases for start
                   10650:          and end in ^string.trim[]
                   10651: 
                   10652: 2008-07-03  misha
                   10653: 
                   10654:        * src/classes/file.C: - allow $.limit for file::sql as well
                   10655: 
                   10656:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   10657:          send limit=1 to query for use sql specifics authomatically
                   10658: 
                   10659:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   10660:          if $.limit value if empty. autoconvert it as everywere
                   10661: 
                   10662: 2008-07-02  misha
                   10663: 
                   10664:        * configure.in: - time to change version number to 3.3.0 %-)
                   10665: 
                   10666:        * src/include/pa_version.h: - time to change version number to
                   10667:          3.3.0 %-)
                   10668: 
                   10669: 2008-06-26  misha
                   10670: 
                   10671:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   10672:          $.limit(0) fixes
                   10673: 
                   10674:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   10675:          - $.limit(0) fixes
                   10676: 
                   10677:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   10678:          new API)
                   10679: 
                   10680:        * src/: include/pa_sql_driver_manager.h,
                   10681:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   10682:          classes/op.C: - document_root added
                   10683: 
                   10684:        * src/main/compile.tab.C: - error message was changed
                   10685: 
                   10686: 2008-06-25  misha
                   10687: 
                   10688:        * src/main/compile.y: - error message was changed
                   10689: 
                   10690: 2008-06-24  misha
                   10691: 
                   10692:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   10693: 
                   10694:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   10695:          tests for @OPTIONS\nappend
                   10696: 
                   10697:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   10698: 
                   10699:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   10700: 
                   10701:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   10702: 
                   10703:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   10704:          compile.y
                   10705: 
                   10706: 2008-06-17  misha
                   10707: 
                   10708:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   10709:          compilation: ^if(default){true. it's incorrect. must be
                   10710:          exception}
                   10711: 
                   10712: 2008-06-16  misha
                   10713: 
                   10714:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   10715:          checking external reference loading with 'http://localhost'
                   10716:          prefix while creating xdoc
                   10717: 
                   10718:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   10719:          ^math:long2ip[] and ^math:ip2long[]
                   10720: 
                   10721:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   10722:          added which use scalar stateless class method when user object
                   10723:          used in scalar context - use get_scalar_value when user object
                   10724:          requested in scalar context
                   10725: 
                   10726:        * src/main/pa_common.C: - size must be int but not size_t or we
                   10727:          can't compare with 0 sprintf result
                   10728: 
                   10729:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10730:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   10731:          with internal switch between local/global vars
                   10732: 
                   10733:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   10734:          specified
                   10735: 
                   10736:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   10737:          pa_vstateless_object.h: - stateless class and object now has
                   10738:          private scalar field and getter/setter for working with it
                   10739: 
                   10740:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   10741:          moved to inet static class
                   10742: 
                   10743:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   10744:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   10745: 
                   10746:        * tests/: 180.html, results/180.processed: - tests for
                   10747:          ^math:long2ip(long) and ^math:ip2long[IP]
                   10748: 
                   10749:        * src/classes/math.C: - ^math:ip2long[IP] added
                   10750: 
                   10751: 2008-06-11  misha
                   10752: 
                   10753:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   10754:          need cut BOM code and remove DOS newline chars. but don't
                   10755:          transcode it anyway.
                   10756: 
                   10757:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   10758:          main/pa_http.C: - option for disable transcoding while file_read
                   10759:          and file_read_text added
                   10760: 
                   10761: 2008-06-10  misha
                   10762: 
                   10763:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   10764:          classes in 1 file
                   10765: 
                   10766:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   10767:          classes now.
                   10768: 
                   10769:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   10770:          classes now. internals.
                   10771: 
                   10772:        * src/main/pa_request.C: - compile return list of classes now. try
                   10773:          call @conf and @auto for each returned class
                   10774: 
                   10775:        * src/include/pa_request.h: - compile return list of classes now
                   10776: 
                   10777:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   10778:          return list of classes when compile buf)
                   10779: 
                   10780: 2008-06-07  misha
                   10781: 
                   10782:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   10783:          param -- form
                   10784: 
                   10785:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   10786:          3rd param: form. needed for get post_charset
                   10787: 
                   10788:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   10789:          added
                   10790: 
                   10791:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   10792:          types/pa_vform.C, types/pa_vform.h: - some polish
                   10793: 
                   10794: 2008-06-06  misha
                   10795: 
                   10796:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   10797:          charset and decode chars from it but not from response:charset
                   10798: 
                   10799:        * src/main/pa_http.C: - detect_charset moved out of here
                   10800: 
                   10801:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   10802:          methods moved here - unescape_chars accepn one charset now
                   10803: 
                   10804:        * src/main/pa_http.C: - new constants used - don't allow
                   10805:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   10806:          charset info while ^file::load[;http://;$.method[POST]] - option
                   10807:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   10808:          disabling charset during post
                   10809: 
                   10810:        * src/types/pa_vform.C: - new constants used
                   10811: 
                   10812:        * src/include/pa_common.h: - some constants were added
                   10813: 
                   10814:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   10815:          instead of StrEqNc
                   10816: 
                   10817:        * src/main/pa_common.C: - new method for caseless search
                   10818:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   10819: 
                   10820:        * src/include/pa_common.h: - new method for caseless search
                   10821:          c-substring in c-string
                   10822: 
                   10823: 2008-06-05  misha
                   10824: 
                   10825:        * tests/results/178.processed: - test for testing default getter
                   10826: 
                   10827:        * tests/178.html: - test for testing default getter
                   10828: 
                   10829:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   10830:          for test for testing default getter
                   10831: 
                   10832:        * src/main/execute.C: - default getter soul
                   10833: 
                   10834:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   10835:          requested objects' field not found
                   10836: 
                   10837:        * src/types/pa_vclass.C: - register default getter if defined - get
                   10838:          default getter if requested field not found
                   10839: 
                   10840:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   10841:          added
                   10842: 
                   10843:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10844:          pointer to default getter and methods for get/set it were added
                   10845: 
                   10846:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   10847:          auto_name field (for default getter)
                   10848: 
                   10849: 2008-06-04  misha
                   10850: 
                   10851:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   10852:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   10853:          it to libxml "as is"
                   10854: 
                   10855: 2008-06-03  misha
                   10856: 
                   10857:        * src/main/pa_common.C: - use store_Char instead of
                   10858:          transcodeCharFromUTF8
                   10859: 
                   10860:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   10861:          store_Char added, transcodeCharFromUTF8 -- removed
                   10862: 
                   10863: 2008-06-02  misha
                   10864: 
                   10865:        * tests/: results/177.processed, 177.html: - test for checking
                   10866:          .[acm]date after local ^file::load[] was added
                   10867: 
                   10868:        * tests/: results/176.processed, 176.html: - test for checking
                   10869:          @OPTION\locals + @method[vars][locals] added
                   10870: 
                   10871:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   10872: 
                   10873: 2008-05-30  misha
                   10874: 
                   10875:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   10876:          @OPTION\nlocals + @method[vars][;locals;] were added
                   10877: 
                   10878:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   10879:          moved to separate method op_code - switch from VMethodFrame to
                   10880:          VMethodFrameGlobal + VMethodFrameLocal
                   10881: 
                   10882:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   10883:          was moved to separate method op_code
                   10884: 
                   10885:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   10886:          VMethodFrame now
                   10887: 
                   10888:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   10889:          all_vars_local as well
                   10890: 
                   10891:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   10892:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   10893:          VMethodFrame were added: one (global) works as VMethodFrame
                   10894:          before and second (local) write all vars in self vars scope
                   10895: 
                   10896:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   10897: 
                   10898: 2008-05-29  misha
                   10899: 
                   10900:        * tests/: 129.html, results/129.processed: - more tests for
                   10901:          ^table.hash[]
                   10902: 
                   10903:        * src/classes/hash.C: - ^hash::sql has a new option:
                   10904:          $.type[hash|string|table] as ^table.hash[] one.
                   10905: 
                   10906:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   10907:          executed anyway after try or catch section
                   10908: 
                   10909: 2008-05-27  misha
                   10910: 
                   10911:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   10912:          must not fail if $.distinct(1) wasn't specified
                   10913: 
                   10914: 2008-05-26  misha
                   10915: 
                   10916:        * src/classes/op.C: - allow ^throw[my type]
                   10917: 
                   10918: 2008-05-22  misha
                   10919: 
                   10920:        * configure.in, configure: - version number updated to 3.2.4b
                   10921: 
                   10922:        * src/classes/: op.C, string.C: - trim format string before
                   10923:          eval/format
                   10924: 
                   10925:        * tests/: results/175.processed, 175.html: - more tests for
                   10926:          different format strings in .format[]
                   10927: 
                   10928:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   10929:          as well (not only %XX)
                   10930: 
                   10931:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   10932:          charset specified - checks for format before print number
                   10933:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   10934:          (instead of tabs) removed
                   10935: 
                   10936:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   10937:          charset specified
                   10938: 
                   10939:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   10940:          char in requested charset from utf code was added
                   10941: 
                   10942: 2008-05-19  misha
                   10943: 
                   10944:        * tests/: 174.html, results/174.processed: - test for
                   10945:          ^hashfile.cleanup[] added
                   10946: 
                   10947:        * src/classes/hashfile.C: - optimization: don't create any key or
                   10948:          value variable if it's name weren't specified
                   10949:          (^hf.foreach[;v]{...})
                   10950: 
                   10951: 2008-05-16  misha
                   10952: 
                   10953:        * src/classes/hash.C: - optimization: don't create any key variable
                   10954:          if variable name wasn't specified (^h.foreach[;v]{...})
                   10955: 
                   10956: 2008-05-15  misha
                   10957: 
                   10958:        * src/classes/op.C: - small changes
                   10959: 
                   10960:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   10961: 
                   10962:        * src/classes/hash.C: - calculate var_context once before foreach
                   10963: 
                   10964: 2008-05-14  misha
                   10965: 
                   10966:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   10967:          ^hashfile.foreach[;]{} fixed
                   10968: 
                   10969:        * src/classes/: hash.C, table.C: - little optimisation
                   10970: 
                   10971:        * src/classes/file.C: - bugfix: double absolute path while loading
                   10972:          file
                   10973: 
                   10974:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   10975:          were added
                   10976: 
                   10977:        * buildall-with-xml: - moving to libxslt 1.1.24
                   10978: 
                   10979: 2008-04-30  misha
                   10980: 
                   10981:        * src/classes/file.C: - stat file while loading (local only) so
                   10982:          .adate, .mdate and .cdate available without additional ::stat
                   10983: 
                   10984: 2008-04-28  misha
                   10985: 
                   10986:        * src/classes/file.C: - $.name and $.content-type available for
                   10987:          stated file
                   10988: 
                   10989: 2008-04-14  misha
                   10990: 
                   10991:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   10992: 
                   10993:        * src/include/pa_version.h: - new version number in head
                   10994: 
                   10995: 2008-04-10  misha
                   10996: 
                   10997:        * tests/: 080.html, results/080.processed: - cut '0' from
                   10998:          exponential part because of on diff OS it differ (20 or 020 for
                   10999:          ex)
                   11000: 
                   11001:        * tests/: 119.html, results/119.processed: - check for encoding
                   11002:          while creating xdoc
                   11003: 
                   11004: 2008-04-09  misha
                   11005: 
                   11006:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   11007: 
                   11008:        * src/main/pa_common.C: - comment added
                   11009: 
                   11010:        * src/classes/date.C: - little refactoring
                   11011: 
                   11012: 2008-04-07  misha
                   11013: 
                   11014:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   11015:          style of ^table.save[]: prepare one big string and sabe it at
                   11016:          once. it's safe on freebsd 4.x but use much more memory.
                   11017: 
                   11018:        * buildall-with-xml, buildall-without-xml: - option
                   11019:          --disable-stringstream added (under comment. use it on freebsd
                   11020:          4.x)
                   11021: 
                   11022: 2008-02-22  misha
                   11023: 
                   11024:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   11025:          specified together in file::load[;http] - get back transcoding
                   11026:          $.body[] in file::load[;http]
                   11027: 
                   11028: 2008-02-21  misha
                   11029: 
                   11030:        * src/classes/date.C: - ^date.gmt-string[] was added
                   11031: 
                   11032:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   11033:          moved to pa_common.h
                   11034: 
                   11035:        * src/include/pa_common.h: - method for output date in RFC 822
                   11036:          format moved here from pa_value.C
                   11037: 
                   11038:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   11039:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   11040: 
                   11041: 2008-02-20  misha
                   11042: 
                   11043:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   11044:          specified charset while ^file::load[...;http://...] (L_URI
                   11045:          instead of L_HTTP_HEADER) - $.cookies param available in
                   11046:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   11047:          response yet) (cookies not transcoded as common $cookies)
                   11048: 
                   11049: 2008-02-19  misha
                   11050: 
                   11051:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   11052:          $response:field values because in this case
                   11053:          $response:locateion[http://...] don't works.
                   11054: 
                   11055: 2008-02-15  misha
                   11056: 
                   11057:        * src/classes/op.C: - little refactoring
                   11058: 
                   11059:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   11060: 
                   11061:        * src/main/pa_request.C: - force taint values of $response:field
                   11062: 
                   11063: 2008-02-14  misha
                   11064: 
                   11065:        * src/main/pa_request.C: - $response:field transcoded to
                   11066:          $response:charset before escaping now
                   11067: 
                   11068:        * src/main/pa_http.C: - some outdated comments removed
                   11069: 
                   11070:        * src/classes/date.C: - lastdat -> last-day
                   11071: 
                   11072:        * src/classes/date.C: - ^date:lastday(year;month) and
                   11073:          ^date.lastday[] were added - little code refactoring - comments
                   11074:          changes
                   11075: 
                   11076:        * tests/: 159.html, results/159.processed: - test for number of
                   11077:          days in February
                   11078: 
                   11079:        * src/types/pa_value.C: - fixes in code formatting
                   11080: 
                   11081:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   11082:          and comments
                   11083: 
                   11084: 2008-02-13  misha
                   11085: 
                   11086:        * src/main/pa_common.C: - bugfix for february at leap year
                   11087: 
                   11088: 2008-01-28  misha
                   11089: 
                   11090:        * tests/: 160.html, results/160.processed: - more test for cache
                   11091:          added
                   11092: 
                   11093:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   11094:          unhandled exception
                   11095: 
                   11096: 2008-01-25  misha
                   11097: 
                   11098:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   11099:          bug when hashfile became inavailable after memory:compact)
                   11100: 
                   11101:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   11102: 
                   11103: 2008-01-22  misha
                   11104: 
                   11105:        * src/classes/table.C: - little refactiring and exception texts
                   11106:          changes in method ^table.hash[]
                   11107: 
                   11108:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   11109: 
                   11110: 2008-01-21  misha
                   11111: 
                   11112:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   11113:          file::exec/cgi
                   11114: 
                   11115:        * src/classes/file.C: - bugfix: core while processing headers if
                   11116:          executed cgi script don't return content
                   11117: 
                   11118: 2008-01-18  misha
                   11119: 
                   11120:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   11121: 
                   11122:        * src/include/pa_version.h, configure.in: - version number updated
                   11123:          to '3.2.3b'
                   11124: 
                   11125: 2007-12-28  misha
                   11126: 
                   11127:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   11128:          hash.contains
                   11129: 
                   11130: 2007-12-27  misha
                   11131: 
                   11132:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   11133:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   11134:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   11135:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   11136:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11137:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   11138:          src/targets/cgi/parser3.vcproj,
                   11139:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   11140:          back to VS2003 because of Apache 1.3 module can't work if it was
                   11141:          built in VS 2005.  with cgi all file so VS2003 project files can
                   11142:          be easy converted to the new format.
                   11143: 
                   11144: 2007-12-04  misha
                   11145: 
                   11146:        * src/types/pa_vcode_frame.h: - changes in comment
                   11147: 
                   11148: 2007-11-29  misha
                   11149: 
                   11150:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   11151:          intercept strings any longer
                   11152: 
                   11153:        * tests/: 173.html, results/173.processed: - tests for
                   11154:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   11155:          but not in main code frame
                   11156: 
                   11157:        * tests/: 172.html, results/172.processed: - more tests for pass
                   11158:          objects from code frames
                   11159: 
                   11160: 2007-11-27  misha
                   11161: 
                   11162:        * tests/: 152.html, results/152.processed: - tests for converting
                   11163:          strings 'true'/'false' to bool were added
                   11164: 
                   11165:        * tests/152.html: - added checks for converting strings
                   11166:          'true'/'false' to bool
                   11167: 
                   11168:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   11169:          not only strings with numbers but with values 'true'/'false' as
                   11170:          well
                   11171: 
                   11172:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   11173:          for parser3.log increased
                   11174: 
                   11175:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   11176: 
                   11177:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   11178: 
                   11179:        * src/include/pa_types.h: - constant with buffer size for
                   11180:          parser3.log added
                   11181: 
                   11182: 2007-11-16  misha
                   11183: 
                   11184:        * tests/cat.sh: - script for tests for file::exec/cgi
                   11185: 
                   11186:        * tests/171.html: - tests for file::exec/cgi
                   11187: 
                   11188:        * tests/results/171.processed: - tests results for file::exec/cgi
                   11189: 
                   11190: 2007-11-15  misha
                   11191: 
                   11192:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   11193: 
                   11194:        * src/classes/file.C: - .body must be set before analyzing cgi
                   11195:          headers
                   11196: 
                   11197:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   11198:          only if exec/cgi return anything.
                   11199: 
                   11200: 2007-11-14  misha
                   11201: 
1.211     moko     11202:        * operators.ru.txt, operators.txt: - info about new text|binary
                   11203:          option for file::exec/cgi was added
1.95      moko     11204: 
                   11205:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   11206:          ^file:exec[[text|binary];script;...]
                   11207: 
                   11208:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   11209:          classes/string.C, classes/table.C: - more text strings moved to
                   11210:          the one place
                   11211: 
                   11212: 2007-11-09  misha
                   11213: 
                   11214:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   11215: 
                   11216:        * ChangeLog: - $request:argv [patch from Sumo]
                   11217: 
1.211     moko     11218:        * operators.ru.txt, operators.txt: - $request:argv
1.95      moko     11219: 
                   11220:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   11221:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   11222: 
                   11223: 2007-10-25  misha
                   11224: 
                   11225:        * buildall-with-xml, buildall-without-xml: - options preparations
                   11226:          for ./configure rewrited
                   11227: 
                   11228:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   11229:          error occure in unhandled_exception finally fixed
                   11230: 
                   11231: 2007-10-23  misha
                   11232: 
                   11233:        * tests/: 170.html, results/170.processed: - test for
                   11234:          @method[][result]
                   11235: 
1.211     moko     11236:        * operators.ru.txt, operators.txt: - added info about node.prefix
                   11237:          and node.namespaceURI
1.95      moko     11238: 
                   11239:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   11240: 
                   11241:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   11242:          added for node and attribute
                   11243: 
                   11244: 2007-10-22  misha
                   11245: 
                   11246:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   11247: 
                   11248:        * src/main/pa_request.C: - added const content-transfer-encoding
                   11249: 
                   11250:        * src/include/pa_request.h: - added const content-transfer-encoding
                   11251:          - ups. constants must be in lowercase (for search)
                   11252: 
                   11253:        * src/types/pa_vmail.C: - more constants used -
                   11254:          content-transfer-encoding: 8bit added
                   11255: 
                   11256:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   11257: 
                   11258:        * src/include/pa_request.h: - more constants
                   11259: 
                   11260:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   11261:          ommit anymore if $.content-disposition was specified - little
                   11262:          refactoring
                   11263: 
                   11264:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   11265: 
                   11266: 2007-10-17  misha
                   11267: 
1.211     moko     11268:        * operators.ru.txt, operators.txt: - info about
1.95      moko     11269:          table::create[nameless]{data}[>options<] was added
                   11270: 
                   11271:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   11272:          compile method don't put this method in methods table anymore.
                   11273:          in other case the parser coredumped if @unhandled_exception
                   11274:          method can't be compiled because of parser.compile error.
                   11275: 
                   11276:        * src/main/execute.C: - little code reformating
                   11277: 
                   11278:        * src/main/pa_request.C: - little code reformating - comment
                   11279:          changed
                   11280: 
                   11281: 2007-10-16  misha
                   11282: 
                   11283:        * tests/: 035.html, results/035.processed: - tests
                   11284:          table::create[]{}[options] added
                   11285: 
                   11286:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   11287:          options (only $.seperator[] yet)
                   11288: 
                   11289: 2007-10-10  misha
                   11290: 
                   11291:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   11292:          some code changes
                   11293: 
                   11294: 2007-10-02  misha
                   11295: 
                   11296:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   11297:          then three time as much. but base64 encoding method still use
                   11298:          less memory anyway.
                   11299: 
                   11300: 2007-09-17  misha
                   11301: 
1.211     moko     11302:        * operators.ru.txt, operators.txt: - added info about
                   11303:          $cookie:fields
1.95      moko     11304: 
                   11305:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   11306: 
                   11307:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   11308:          common
                   11309: 
                   11310:        * src/include/pa_common.h: - some stuff for use with .for_each
                   11311:          moved here
                   11312: 
                   11313:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   11314: 
                   11315: 2007-09-14  misha
                   11316: 
                   11317:        * buildall-with-xml: - new xml libs again =)
                   11318: 
                   11319: 2007-08-28  misha
                   11320: 
1.211     moko     11321:        * operators.ru.txt, operators.txt: - texts about
                   11322:          ^table.columns[[column name]]  and ^string.split[...][v][column
                   11323:          name] were added
1.95      moko     11324: 
                   11325:        * tests/: 168.html, 169.html, results/168.processed,
                   11326:          results/169.processed: - tests for ^table.columns[[column name]]
                   11327:          and ^string.split[...][v][column name] were added
                   11328: 
                   11329:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   11330:          was added
                   11331: 
                   11332:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   11333:          name]]
                   11334: 
                   11335:        * src/include/pa_exception.h: - error text message for
                   11336:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   11337: 
                   11338: 2007-08-27  misha
                   11339: 
                   11340:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   11341:          body ^taint[sql][something] outside of connect
                   11342: 
                   11343:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   11344:          outside of connect
                   11345: 
                   11346:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   11347:          added (commented by default)
                   11348: 
                   11349: 2007-08-20  misha
                   11350: 
1.211     moko     11351:        * operators.ru.txt, operators.txt: - comment about new method
                   11352:          ^node.hasAttributes[] was added
1.95      moko     11353: 
                   11354:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   11355:          duplicated exception text strings were removed
                   11356: 
                   11357:        * src/include/pa_exception.h: - more exception text strings moved
                   11358:          here
                   11359: 
                   11360:        * src/classes/table.C: - some duplicate exceptions' text strings
                   11361:          removed
                   11362: 
                   11363:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   11364:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   11365:          removed
                   11366: 
                   11367:        * src/include/pa_exception.h: - some exception text strings movet
                   11368:          to pa_exception
                   11369: 
                   11370:        * tests/: 149.html, results/149.processed: - test for
                   11371:          ^xnode.hasAttributes[] was added - some code changes
                   11372: 
                   11373:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   11374:          added
                   11375: 
                   11376: 2007-08-17  misha
                   11377: 
                   11378:        * tests/: results/006.processed, results/059.processed, 006.html,
                   11379:          059.html: - more tests for match
                   11380: 
                   11381:        * tests/: 129.html, results/129.processed: - tests for
                   11382:          ^table.hash[...][$.type[string|hash|table]] added
                   11383: 
                   11384:        * src/targets/cgi/parser3.C: - little syntax changes
                   11385: 
                   11386:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   11387:          syntax changes
                   11388: 
1.211     moko     11389:        * src/targets/cgi/parser3.C, operators.ru.txt, operators.txt: -
                   11390:          annoying 'SIGPIPE' messages in parser3.log switched off by
                   11391:          default. If someone really still need it: use $SIGPIPE(1)
1.95      moko     11392: 
                   11393: 2007-08-08  misha
                   11394: 
                   11395:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   11396:          files by default since now
                   11397: 
                   11398: 2007-08-07  misha
                   11399: 
                   11400:        * buildall-without-xml: - some option syntax changes
                   11401: 
                   11402:        * buildall-with-xml: - compile libxml2 without http support - some
                   11403:          option syntax changes
                   11404: 
                   11405:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   11406: 
                   11407: 2007-08-06  misha
                   11408: 
                   11409:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   11410: 
                   11411:        * tests/: 160.html, results/160.processed: - cache test was
                   11412:          rewrited
                   11413: 
                   11414: 2007-07-06  misha
                   11415: 
                   11416:        * tests/: 153.html, results/153.processed: - added test for
                   11417:          ^math:sha1[string]
                   11418: 
                   11419:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   11420:          transcoded
                   11421: 
                   11422:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   11423:          were added
                   11424: 
                   11425: 2007-06-28  misha
                   11426: 
                   11427:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   11428:          some incorrect chars
                   11429: 
                   11430: 2007-06-19  misha
                   11431: 
                   11432:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   11433:          were moved on top because of gcc 4 had a problems during
                   11434:          building.
                   11435: 
                   11436: 2007-06-18  misha
                   11437: 
                   11438:        * tests/results/019.processed: - new image commited
                   11439: 
                   11440: 2007-06-09  misha
                   11441: 
                   11442:        * src/classes/: op.C, table.C: - in while and table.select method
                   11443:          as_expression used now
                   11444: 
                   11445:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   11446: 
                   11447: 2007-06-08  misha
                   11448: 
                   11449:        * tests/: 166.html, results/166.processed: - test for
                   11450:          ^match[...][n]
                   11451: 
                   11452:        * tests/: 165.html, results/165.processed: - tests for loops
                   11453: 
                   11454:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   11455:          because of no speed/memory optimisation but some proglems with
                   11456:          long cycles occure
                   11457: 
                   11458: 2007-06-06  misha
                   11459: 
                   11460:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   11461:          ^table.select(true) and ^table.select(1) didn't works because of
                   11462:          awaiting junction-param only. fixed.
                   11463: 
                   11464: 2007-05-24  misha
                   11465: 
                   11466:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   11467:          with 0.5 secs interval
                   11468: 
                   11469:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   11470:          locking system now on unix
                   11471: 
                   11472:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   11473:          system locks which wait till other threads release it but try get
                   11474:          lock, if fail wait 1 sec and make 10 attempts.
                   11475: 
                   11476:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   11477:          were added
                   11478: 
                   11479:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   11480:          opening files
                   11481: 
                   11482:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   11483:          after our classes on unix it can't be build
                   11484: 
                   11485:        * src/types/pa_vhashfile.C: - not needed code removed
                   11486: 
                   11487: 2007-05-23  misha
                   11488: 
                   11489:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   11490:          include/pa_common.h: - cosmetic changes
                   11491: 
                   11492: 2007-05-18  misha
                   11493: 
                   11494:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   11495:          often. it's give some speed increasing
                   11496: 
                   11497:        * tests/results/160.processed: - returned time corrected
                   11498: 
                   11499:        * tests/160.html: - time increased because on unix 1 mean nothing
                   11500:          :(
                   11501: 
1.211     moko     11502:        * operators.ru.txt, operators.txt: - added info about
                   11503:          ^hash.contain[key]
1.95      moko     11504: 
                   11505:        * src/classes/hash.C: - added ^hash.contain[key]
                   11506: 
                   11507:        * src/include/pa_hash.h: - added method for checking key exists in
                   11508:          hash
                   11509: 
                   11510: 2007-05-07  misha
                   11511: 
                   11512:        * src/include/pa_string.h: - was compilation error during build on
                   11513:          freebsd4
                   11514: 
                   11515: 2007-05-03  misha
                   11516: 
                   11517:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   11518:          for ^table.hash[]
                   11519: 
                   11520:        * src/classes/file.C: - comment removed
                   11521: 
                   11522: 2007-04-26  misha
                   11523: 
                   11524:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   11525:          real files doesn't opened in place anymore
                   11526: 
                   11527: 2007-04-24  misha
                   11528: 
                   11529:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   11530: 
                   11531:        * src/include/pa_exception.h: "static" removed
                   11532: 
                   11533: 2007-04-23  misha
                   11534: 
                   11535:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   11536: 
                   11537:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   11538:          ^math:log(N)) - ^math:lg(N)
                   11539: 
                   11540:        * tests/: 097.html, results/097.processed: - charsets converstion
                   11541:          during ^file::load[text;http://...] added
                   11542: 
                   11543:        * tests/: 164.html, results/164.processed: - check for set expires
                   11544:          as a date
                   11545: 
                   11546:        * tests/: 164.html, results/164.processed: - test for hashfile
                   11547: 
                   11548:        * src/classes/hashfile.C: - little comment changes
                   11549: 
                   11550:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   11551:          access
                   11552: 
                   11553:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11554:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11555:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   11556:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11557:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   11558:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11559:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   11560:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   11561:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11562:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   11563:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11564:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11565:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   11566:          "parser.runtime" strings were removed
                   11567: 
                   11568:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   11569:          now.
                   11570: 
                   11571:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   11572: 
                   11573:        * src/include/pa_exception.h: - string constant with
                   11574:          "parser.runtime" text was added
                   11575: 
                   11576: 2007-04-20  misha
                   11577: 
1.211     moko     11578:        * operators.ru.txt, operators.txt: - some comments changing
1.95      moko     11579: 
1.211     moko     11580:        * operators.ru.txt, operators.txt: - added info about
                   11581:          .^hashfile.release[], ^hashfile.clenaup[] and new
                   11582:          ^string.match[][>N-option<]
1.95      moko     11583: 
                   11584:        * configure: =cheching for unsetenv
                   11585: 
                   11586:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   11587:          ^hashfile.release[] were added
                   11588: 
                   11589:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   11590:          ^string.match[][] understand new option now: return number of
                   11591:          matches but not table wit results
                   11592: 
                   11593:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   11594:          reopen now
                   11595: 
                   11596:        * src/classes/op.C: - bug. must be false
                   11597: 
                   11598:        * configure.in: - checking for unsetenv was added
                   11599: 
                   11600:        * src/types/pa_vform.C: - some comments
                   11601: 
                   11602: 2007-04-18  misha
                   11603: 
                   11604:        * buildall-with-xml: moving to libxml2-2.6.28
                   11605: 
                   11606:        * buildall-with-xml, buildall-without-xml: added commented lines
                   11607:          with --disable-safe-mode option
                   11608: 
1.211     moko     11609:        * operators.ru.txt, operators.txt: - info about $form:files
1.95      moko     11610: 
                   11611: 2007-04-17  misha
                   11612: 
                   11613:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   11614:          $form:files was added
                   11615: 
                   11616:        * tests/: 163.html, results/163.processed: removing auto format
                   11617: 
                   11618:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   11619: 
                   11620: 2007-04-16  misha
                   11621: 
                   11622:        * tests/: 163.html, results/163.processed: - test for .int[],
                   11623:          floor, round, ceiling and .format[]
                   11624: 
                   11625:        * src/classes/file.C: - little optimization for getting args in
                   11626:          exec/cgi
                   11627: 
                   11628: 2007-04-13  misha
                   11629: 
                   11630:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   11631:          specified now as s table with one column
                   11632: 
                   11633: 2007-03-27  misha
                   11634: 
                   11635:        * tests/: 162.html, results/162.processed: - test for
                   11636:          ^table.select(^condition[$t])
                   11637: 
                   11638:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   11639: 
                   11640:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   11641: 
                   11642:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   11643:          161_windows1251.txt: - added test for
                   11644:          ^file::load[text;/local/file.txt;$.charset[...]]
                   11645: 
                   11646:        * tests/: results/013.processed, 013.html: - added test for
                   11647:          checking $._default value while hash modifications
                   11648: 
                   11649:        * tests/: 160.html, results/160.processed: - add test for
                   11650:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   11651: 
                   11652: 2007-03-22  misha
                   11653: 
                   11654:        * src/include/pa_common.h: - "charset" string defined for
                   11655:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   11656: 
                   11657:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   11658:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   11659:          added - not needed transcodes were removed from
                   11660:          ^file::load[...;http://...]
                   11661: 
                   11662:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   11663:          added
                   11664: 
                   11665:        * src/classes/date.C: - date.week was fixed
                   11666: 
1.211     moko     11667:        * operators.ru.txt, operators.txt: - added info about date.weekyear
1.95      moko     11668: 
                   11669:        * tests/: 159.html, results/159.processed: - tests for date.week
                   11670:          and date.weekyear added
                   11671: 
                   11672: 2007-03-15  misha
                   11673: 
                   11674:        * src/classes/table.C: - enclose column numbers for nameless tables
                   11675:          as well
                   11676: 
                   11677: 2007-03-14  misha
                   11678: 
                   11679:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   11680: 
                   11681:        * src/classes/table.C: - table.save optimization: now required much
                   11682:          less memory
                   11683: 
                   11684: 2007-03-13  misha
                   11685: 
                   11686:        * tests/results/: 158.processed, 158.processes: - tests for
                   11687:          table.save/table.load
                   11688: 
                   11689:        * tests/: 158.html, results/158.processes: - tests for
                   11690:          table.save/table.load
                   11691: 
                   11692:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   11693: 
                   11694:        * buildall-with-xml: - pattern needed now for building
                   11695: 
                   11696:        * tests/results/097.processed: - added test results for xdoc::load
                   11697:          & xdoc::load[http://...]
                   11698: 
                   11699:        * tests/097.html: - added test for xdoc::load
                   11700: 
                   11701: 2007-03-12  misha
                   11702: 
                   11703:        * tests/: 107.html, results/107.processed: - added test for xpath
                   11704:          '//man'
                   11705: 
                   11706: 2007-03-01  misha
                   11707: 
                   11708:        * tests/: 097.html, results/097.processed: - added test for
                   11709:          creating xdoc from file
                   11710: 
                   11711:        * tests/: results/157.processed, 157.html: - added test for
                   11712:          file:move
                   11713: 
                   11714: 2007-02-28  misha
                   11715: 
                   11716:        * src/classes/xdoc.C: - another attempt
                   11717: 
                   11718:        * src/classes/xdoc.C: - roll back last changes for a while
                   11719: 
1.211     moko     11720:        * src/classes/xdoc.C, operators.ru.txt, operators.txt: -
                   11721:          ^xdoc::create[$file] added.
1.95      moko     11722: 
                   11723:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   11724: 
                   11725:        * tests/results/099.processed: - ever send content-disposition to
                   11726:          client with file
                   11727: 
                   11728:        * tests/157.html: + test for file:copy
                   11729: 
                   11730: 2007-02-26  misha
                   11731: 
                   11732:        * src/classes/file.C: - some similar strings moved to #define
                   11733:          instead of to be copy/pasted many times
                   11734: 
                   11735:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   11736:          #define
                   11737: 
                   11738: 2007-02-20  misha
                   11739: 
                   11740:        * configure.in: - added some strings for sqlite detection
                   11741: 
                   11742: 2007-02-19  misha
                   11743: 
1.211     moko     11744:        * operators.ru.txt, operators.txt: - some comments changes
1.95      moko     11745: 
                   11746:        * buildall-with-xml, buildall-without-xml: - some modifications
                   11747: 
                   11748: 2007-02-17  misha
                   11749: 
                   11750:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   11751: 
                   11752:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   11753:          change console behaviour
                   11754: 
                   11755: 2007-02-12  misha
                   11756: 
                   11757:        * src/targets/cgi/parser3.C: - don't print headers if
                   11758:          $console:line[data] was used during cgi execution.
                   11759: 
                   11760:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   11761:          marked as 'true' if class was used.
                   11762: 
                   11763:        * tests/: 152.html, results/152.processed: - more types was added
                   11764:          to test 152
                   11765: 
                   11766:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   11767:          adding 'bool' (^if($image){} caused exception)
                   11768: 
                   11769: 2007-02-09  misha
                   11770: 
                   11771:        * tests/: 152.html, results/152.processed: - test alightly updated
                   11772: 
                   11773:        * tests/: 152.html, results/152.processed: - test rewrited
                   11774: 
                   11775:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   11776:          bugfix. I broke xdoc & xnode in expression
                   11777: 
                   11778: 2007-02-08  misha
                   11779: 
                   11780:        * tests/: 152.html, results/152.processed: - add test for checking
                   11781:          'def' for void, string, bool, int & double
                   11782: 
                   11783: 2007-02-07  misha
                   11784: 
1.211     moko     11785:        * operators.ru.txt, operators.txt: - ^file:base64[filespec]  was
                   11786:          added
1.95      moko     11787: 
                   11788:        * tests/results/153.processed: - result test for
                   11789:          ^file:base64[filespec]  was updated
                   11790: 
                   11791:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   11792: 
                   11793:        * src/types/pa_vconsole.h: - little optimization
                   11794: 
                   11795:        * src/classes/file.C: - ^file:base64[filespec]
                   11796: 
                   11797:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   11798: 
                   11799:        * src/include/pa_common.h: - declarations for
                   11800:          ^file:base64[filespec]
                   11801: 
                   11802:        * src/types/pa_vcookie.C: - little optimization
                   11803: 
                   11804: 2007-02-06  misha
                   11805: 
                   11806:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   11807:          were temporary commented
                   11808: 
                   11809:        * src/types/pa_vbool.h: - bugfix
                   11810: 
                   11811:        * tests/156.html: - added test for bool cookie
                   11812: 
                   11813:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   11814: 
                   11815:        * tests/: 155.html, results/155.processed: - added test for check
                   11816:          $.encloser[] option for table save/load
                   11817: 
                   11818:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   11819: 
                   11820: 2007-02-05  misha
                   11821: 
                   11822:        * tests/results/152.processed: - newline at the end was missed
                   11823: 
                   11824:        * tests/results/141.processed: - math:md5 must be lowercased
                   11825: 
                   11826:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   11827: 
                   11828: 2007-02-03  misha
                   11829: 
                   11830:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   11831:          test for bool added and some content length fixes
                   11832: 
                   11833:        * tests/152.html: - test for bool added
                   11834: 
                   11835:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   11836: 
1.211     moko     11837:        * operators.ru.txt, operators.txt: - info bool class was added
1.95      moko     11838: 
1.116     moko     11839:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     11840:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   11841:          classes/string.C, classes/void.C, classes/xnode.C,
                   11842:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   11843:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   11844:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   11845:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11846:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11847:          types/types.vcproj: - bool class was added
                   11848: 
                   11849:        * src/main/pa_request.C: - fix
                   11850: 
                   11851: 2007-01-18  misha
                   11852: 
                   11853:        * src/: main/pa_string.C, classes/string.C: - return table during
                   11854:          ^string.match[][] even if no matched found.
                   11855: 
                   11856: 2006-12-20  misha
                   11857: 
                   11858:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   11859:          http://www.parser.ru/forum/?id=55598 ]
                   11860: 
                   11861: 2006-12-19  misha
                   11862: 
                   11863:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   11864:          details: http://www.parser.ru/forum/?id=52359
                   11865: 
                   11866:        * src/main/pa_request.C: - always set content-disposition for
                   11867:          $response:body[hash here]. more details:
                   11868:          http://www.parser.ru/forum/?id=52130
                   11869: 
                   11870: 2006-12-07  misha
                   11871: 
1.211     moko     11872:        * operators.ru.txt, operators.txt: - added info about bool params
                   11873:          in cookie set
1.95      moko     11874: 
                   11875:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   11876:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   11877:          ]
                   11878: 
                   11879:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   11880:          was added
                   11881: 
                   11882: 2006-12-02  misha
                   11883: 
                   11884:        * src/classes/file.C: - file_block_read used instead of native read
                   11885: 
                   11886:        * src/main/pa_common.C: - added file_block_read with read error
                   11887:          detection - file_block_read used instead of native read
                   11888: 
                   11889:        * src/include/pa_common.h: - added file_block_read declaration
                   11890: 
                   11891: 2006-12-01  misha
                   11892: 
1.211     moko     11893:        * operators.ru.txt, operators.txt: - info about $var.CLASS_NAME was
                   11894:          added
1.95      moko     11895: 
                   11896:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   11897:          $var.CLASS_NAME added
                   11898: 
1.211     moko     11899:        * operators.ru.txt, operators.txt: - added info about ^file:copy[]
1.95      moko     11900: 
                   11901:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   11902: 
                   11903: 2006-11-20  misha
                   11904: 
                   11905:        * src/classes/date.C: - bug fix :)
                   11906: 
                   11907: 2006-11-17  misha
                   11908: 
                   11909:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   11910:          to static
                   11911: 
                   11912:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   11913:          small changes in crc32 calculation
                   11914: 
                   11915:        * src/classes/date.C: - not needed code was removed
                   11916: 
                   11917: 2006-11-16  misha
                   11918: 
                   11919:        * src/types/pa_vmail.C: - fix missed brakes
                   11920: 
                   11921:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   11922:          multipart/related instead of multipart/mixed if file have
                   11923:          $.content-id[]
                   11924: 
                   11925: 2006-11-15  misha
                   11926: 
                   11927:        * src/types/pa_vdouble.h: abs -> fabs
                   11928: 
                   11929: 2006-11-14  misha
                   11930: 
1.211     moko     11931:        * operators.ru.txt, operators.txt: - added info about ^file.md5[]
                   11932:          and ^file:md5[file-name]
1.95      moko     11933: 
                   11934:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   11935:          added
                   11936: 
                   11937:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   11938:          FILE_BUFFER_SIZE
                   11939: 
                   11940:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   11941: 
                   11942:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   11943:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   11944: 
                   11945:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   11946:          values was fixed
                   11947: 
                   11948: 2006-11-13  misha
                   11949: 
1.211     moko     11950:        * operators.ru.txt, operators.txt: - added info about
                   11951:          ^math:crc32[string], ^file:crc32[file-name] & ^file.crc32[]
1.95      moko     11952: 
                   11953:        * src/classes/math.C: - added ^math:crc32[string]
                   11954: 
                   11955:        * src/classes/file.C: - some comments were changed - added
                   11956:          ^file:crc32[file-name] and ^file.crc32[]
                   11957: 
                   11958:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   11959:          crc32 calculation added
                   11960: 
                   11961: 2006-11-03  misha
                   11962: 
                   11963:        * src/include/pa_array.h: - not needed variable removed
                   11964: 
                   11965:        * tests/: 150.html, 151.html, results/150.processed,
                   11966:          results/151.processed: - 2 tests were added
                   11967: 
                   11968:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   11969:          with $.reverse(1) were fixed
                   11970: 
                   11971:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   11972:          query converted to $.charset during ^file::load[http://...]
                   11973: 
                   11974: 2006-11-02  misha
                   11975: 
                   11976:        * src/include/pa_table.h: ups. forget '=' char
                   11977: 
                   11978:        * src/include/pa_table.h: - one more fix in
                   11979:          .locate[...][$.reverse(1)]
                   11980: 
                   11981: 2006-11-01  misha
                   11982: 
                   11983:        * src/classes/math.C: - bug fix, details:
                   11984:          http://www.parser.ru/forum/?id=53360
                   11985: 
                   11986:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   11987:          false for all records )[$.reverse(1)]
                   11988: 
                   11989:        * src/main/pa_http.C: - second param for this mid method is length
                   11990:          but not end_index so this method has error and can't detect
                   11991:          charsets in next content-types: Content-type: text/html;
                   11992:          charset="windows-1251" Content-type: text/html;
                   11993:          charset="windows-1251"; Content-type: text/html;
                   11994:          charset=windows-1251;
                   11995: 
                   11996:          only Content-type: text/html; charset=windows-1251 was fine
                   11997: 
                   11998: 2006-10-31  misha
                   11999: 
                   12000:        * src/classes/file.C: - empty args in file::exec removed now
                   12001: 
                   12002: 2006-09-03  paf
                   12003: 
                   12004:        * src/classes/file.C: proper tainting of
                   12005:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   12006: 
                   12007: 2006-06-09  paf
                   12008: 
                   12009:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   12010: 
                   12011:        * src/classes/table.C: formatting
                   12012: 
                   12013:        * src/classes/table.C: incorporated patch from misha: Sent:
                   12014:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   12015:          ignoring string options for ^table.save[]
                   12016: 
                   12017:        * src/classes/hash.C: incorporated patch from misha Sent:
                   12018:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   12019:          $hash._default disappear while
                   12020: 
1.211     moko     12021:        * operators.ru.txt, operators.txt: ^mail:send[   $.file1[
                   12022:          $.value[file]      $.format[!uue|!base64] << new base64 option.
                   12023:          default uue   ] ]
1.95      moko     12024: 
                   12025:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   12026:          PM Subject: patch for base64 in ^mail:send[] %-)
                   12027: 
                   12028: 2006-04-09  paf
                   12029: 
                   12030:        * src/main/compile.tab.C: ` change compiled
                   12031: 
1.211     moko     12032:        * gnu.vcproj, operators.ru.txt, operators.txt, parser3.sln,
1.95      moko     12033:          src/classes/classes.vcproj, src/classes/file.C,
                   12034:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   12035:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   12036:          src/classes/xnode.C, src/include/pa_array.h,
                   12037:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   12038:          src/include/pa_memory.h, src/include/pa_request.h,
                   12039:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   12040:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   12041:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12042:          src/lib/pcre/pcre_dftables.vcproj,
                   12043:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   12044:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   12045:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   12046:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12047:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   12048:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   12049:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   12050:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   12051:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   12052:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12053:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   12054:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   12055:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   12056:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   12057:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   12058:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   12059:          ^menu, ^hash/hashfile.foreach
                   12060: 
                   12061:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   12062:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   12063:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   12064:          src/classes/xnode.C, src/include/pa_array.h,
                   12065:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   12066:          src/include/pa_memory.h, src/include/pa_request.h,
                   12067:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   12068:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   12069:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   12070:          src/lib/pcre/pcre_dftables.vcproj,
                   12071:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   12072:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   12073:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   12074:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   12075:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   12076:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   12077:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   12078:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   12079:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   12080:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   12081:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   12082:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   12083:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   12084:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   12085:          tests/descript.ion: ! switched to VS2005 (projects and
                   12086:          object<info explicitly typed>.for_each(, info)) +
                   12087:          $response:field[] setting void means removing + grammar $name`
                   12088:          name stops now, for mysql `$field` + started ^break[]
                   12089:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   12090:          foreach) + all log messages += [uri=, method=, cl=]
                   12091: 
                   12092:        * buildall-with-xml: merged . ftp paths update
                   12093: 
                   12094:        * buildall-with-xml: . ftp paths update
                   12095: 
                   12096: 2006-03-04  paf
                   12097: 
                   12098:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   12099:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   12100: 
                   12101:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   12102:          Igor Zinkovsky for detailed report]
                   12103: 
                   12104: 2006-03-01  paf
                   12105: 
                   12106:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   12107:          \n to ' ' in
                   12108: 
                   12109: 2006-02-18  paf
                   12110: 
                   12111:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   12112:          \n to ' ' in
                   12113: 
                   12114:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   12115: 
                   12116: 2006-02-03  paf
                   12117: 
                   12118:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   12119:          base64
                   12120: 
                   12121:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   12122: 
                   12123: 2006-01-20  paf
                   12124: 
                   12125:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   12126:          economy fix
                   12127: 
                   12128:        * src/classes/: table.C: merged from HEAD ! bugfix
                   12129:          ^table.save[$.encloser-s now handled properly
                   12130: 
                   12131:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   12132:          handled properly
                   12133: 
                   12134: 2006-01-19  paf
                   12135: 
                   12136:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   12137:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   12138:          helps a lot in our case: after transform we want
                   12139:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   12140: 
                   12141:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   12142:          economy fix
                   12143: 
                   12144:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   12145:          activates merging of free memory blocks which helps a lot in our
                   12146:          case: after transform we want CORD(main.result)->cstr[big
                   12147:          malloc]->transcode[big malloc]
                   12148: 
                   12149: 2006-01-17  paf
                   12150: 
                   12151:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   12152:          before reading them. got rid of reallocs = became quicker and
                   12153:          less fragmentated
                   12154: 
                   12155: 2005-12-29  paf
                   12156: 
1.116     moko     12157:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   12158:          configure, configure.in, src/include/pa_version.h,
                   12159:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     12160:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   12161:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   12162:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   12163:          src/lib/ltdl/missing: . merged from 3.2.1
                   12164: 
1.116     moko     12165:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   12166:          packaged when 'make dist', so do configure companion files in
                   12167:          src/lib/ltdl
                   12168: 
                   12169:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   12170:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   12171:          missing: . now config_auto.h is created with configure [were
                   12172:          constant]
1.95      moko     12173: 
                   12174:        * INSTALL: . references to documentation and some clarification
                   12175: 
                   12176:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   12177:          indication
                   12178: 
1.116     moko     12179:        * Makefile.am: . dist+=buildall*
1.95      moko     12180: 
                   12181: 2005-12-28  paf
                   12182: 
                   12183:        * configure: . 3.2.1
                   12184: 
                   12185:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   12186:          simplify build process, see INSTALL
                   12187: 
                   12188: 2005-12-26  paf
                   12189: 
                   12190:        * configure: ver
                   12191: 
                   12192:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   12193:          version
                   12194: 
                   12195: 2005-12-21  paf
                   12196: 
                   12197:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   12198:          compiled with bison 1.875b, it reports unexpected token names
                   12199: 
                   12200: 2005-12-19  paf
                   12201: 
                   12202:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   12203:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   12204: 
                   12205:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   12206:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12207:          src/main/main.vcproj, src/main/pa_globals.C,
                   12208:          src/targets/cgi/parser3.vcproj,
                   12209:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   12210:          configure, configure.in, src/include/pa_version.h: . killing
                   12211:          gdome [what a relief]
                   12212: 
                   12213:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   12214:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   12215:          run_parser.sh, results/001.processed, results/002.processed,
                   12216:          results/003.processed, results/004.processed,
                   12217:          results/005.processed, results/006.processed,
                   12218:          results/008.processed, results/009.processed,
                   12219:          results/010.processed, results/011.processed,
                   12220:          results/012.processed, results/013.processed,
                   12221:          results/014.processed, results/015.processed,
                   12222:          results/016.processed, results/017.processed,
                   12223:          results/018.processed, results/020.processed,
                   12224:          results/021.processed, results/022.processed,
                   12225:          results/023.processed, results/024.processed,
                   12226:          results/025.processed, results/026.processed,
                   12227:          results/027.processed, results/028.processed,
                   12228:          results/029.processed, results/030.processed,
                   12229:          results/031.processed, results/032.processed,
                   12230:          results/033.processed, results/034.processed,
                   12231:          results/035.processed, results/036.processed,
                   12232:          results/037.processed, results/038.processed,
                   12233:          results/039.processed, results/040.processed,
                   12234:          results/041.processed, results/042.processed,
                   12235:          results/043.processed, results/044.processed,
                   12236:          results/045.processed, results/046.processed,
                   12237:          results/047.processed, results/048.processed,
                   12238:          results/049.processed, results/050.processed,
                   12239:          results/051.processed, results/052.processed,
                   12240:          results/053.processed, results/054.processed,
                   12241:          results/055.processed, results/056.processed,
                   12242:          results/057.processed, results/058.processed,
                   12243:          results/059.processed, results/060.processed,
                   12244:          results/061.processed, results/062.processed,
                   12245:          results/063.processed, results/064.processed,
                   12246:          results/065.processed, results/066.processed,
                   12247:          results/067.processed, results/068.processed,
                   12248:          results/069.processed, results/070.processed,
                   12249:          results/071.processed, results/072.processed,
                   12250:          results/073.processed, results/074.processed,
                   12251:          results/075.processed, results/076.processed,
                   12252:          results/077.processed, results/078.processed,
                   12253:          results/079.processed, results/080.processed,
                   12254:          results/081.processed, results/082.processed,
                   12255:          results/083.processed, results/084.processed,
                   12256:          results/085.processed, results/086.processed,
                   12257:          results/087.processed, results/088.processed,
                   12258:          results/089.processed, results/090.processed,
                   12259:          results/091.processed, results/092.processed,
                   12260:          results/093.processed, results/094.processed,
                   12261:          results/095.processed, results/096.processed,
                   12262:          results/097.processed, results/099.processed,
                   12263:          results/100.processed, results/101.processed,
                   12264:          results/102.processed, results/104.processed,
                   12265:          results/105.processed, results/106.processed,
                   12266:          results/107.processed, results/108.processed,
                   12267:          results/109.processed, results/110.processed,
                   12268:          results/111.processed, results/112.processed,
                   12269:          results/113.processed, results/114.processed,
                   12270:          results/115.processed, results/117.processed,
                   12271:          results/119.processed, results/120.processed,
                   12272:          results/121.processed, results/122.processed,
                   12273:          results/123.processed, results/124.processed,
                   12274:          results/125.processed, results/126.processed,
                   12275:          results/127.processed, results/128.processed,
                   12276:          results/129.processed, results/130.processed,
                   12277:          results/131.processed, results/132.processed,
                   12278:          results/133.processed, results/134.processed,
                   12279:          results/135.processed, results/136.processed,
                   12280:          results/138.processed, results/139.processed,
                   12281:          results/140.processed, results/141.processed,
                   12282:          results/142.processed, results/143.processed,
                   12283:          results/144.processed, results/145.processed,
                   12284:          results/146.processed, results/147.processed,
                   12285:          results/148.processed, results/149.processed, results/auto.p: .
                   12286:          now works if we turn off default auto.p
                   12287: 
1.116     moko     12288:        * configure: . makes
1.95      moko     12289: 
                   12290:        * src/types/pa_vxnode.C: . less warnings
                   12291: 
                   12292:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   12293:          tests/145.html, tests/149.html, tests/descript.ion,
                   12294:          tests/outputs/d.cmd, tests/results/142.processed,
                   12295:          tests/results/143.processed, tests/results/144.processed,
                   12296:          tests/results/145.processed, tests/results/146.processed,
                   12297:          tests/results/147.processed, tests/results/148.processed,
                   12298:          tests/results/149.processed: . removed .nodeValue from all node
                   12299:          types other than 5 (grabbed piece from gdome)
                   12300: 
                   12301:        * tests/: 137.html, results/137.processed: . not handled this case
                   12302:          yet. code does not hang from inserting parent into child,
                   12303:          considering thing minor issue -- nodes are removed from source
                   12304:          anyway, don't know why shold that be an error after all
                   12305: 
                   12306:        * src/targets/cgi/parser3.C: . style
                   12307: 
                   12308:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   12309:          xdoc too [were barking "not element"]
                   12310: 
                   12311: 2005-12-16  paf
                   12312: 
                   12313:        * tests/: 146.html, 147.html, 148.html: . more tests
                   12314: 
                   12315:        * src/classes/xnode.C: . also bark on possible errors
                   12316: 
                   12317:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   12318:          props
                   12319: 
                   12320:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   12321:          main/compile.y: merged from HEAD ! fixed overoptimized
                   12322:          ^call(false) case. (confused it with ^call[] case)
                   12323: 
                   12324:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   12325:          ^call(false) case. (confused it with ^call[] case)
                   12326: 
                   12327:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   12328: 
                   12329:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   12330:          results/001.processed, results/002.processed,
                   12331:          results/003.processed, results/004.processed,
                   12332:          results/005.processed, results/006.processed,
                   12333:          results/008.processed, results/009.processed,
                   12334:          results/010.processed, results/011.processed,
                   12335:          results/012.processed, results/013.processed,
                   12336:          results/014.processed, results/015.processed,
                   12337:          results/016.processed, results/017.processed,
                   12338:          results/018.processed, results/019.processed,
                   12339:          results/020.processed, results/021.processed,
                   12340:          results/022.processed, results/023.processed,
                   12341:          results/024.processed, results/025.processed,
                   12342:          results/026.processed, results/027.processed,
                   12343:          results/028.processed, results/029.processed,
                   12344:          results/030.processed, results/031.processed,
                   12345:          results/032.processed, results/033.processed,
                   12346:          results/034.processed, results/035.processed,
                   12347:          results/036.processed, results/037.processed,
                   12348:          results/038.processed, results/039.processed,
                   12349:          results/040.processed, results/041.processed,
                   12350:          results/042.processed, results/043.processed,
                   12351:          results/044.processed, results/045.processed,
                   12352:          results/046.processed, results/047.processed,
                   12353:          results/048.processed, results/049.processed,
                   12354:          results/050.processed, results/051.processed,
                   12355:          results/052.processed, results/053.processed,
                   12356:          results/054.processed, results/055.processed,
                   12357:          results/056.processed, results/057.processed,
                   12358:          results/058.processed, results/059.processed,
                   12359:          results/060.processed, results/061.processed,
                   12360:          results/062.processed, results/063.processed,
                   12361:          results/064.processed, results/065.processed,
                   12362:          results/066.processed, results/067.processed,
                   12363:          results/068.processed, results/069.processed,
                   12364:          results/070.processed, results/071.processed,
                   12365:          results/072.processed, results/073.processed,
                   12366:          results/074.processed, results/075.processed,
                   12367:          results/076.processed, results/077.processed,
                   12368:          results/078.processed, results/079.processed,
                   12369:          results/080.processed, results/081.processed,
                   12370:          results/082.processed, results/083.processed,
                   12371:          results/084.processed, results/085.processed,
                   12372:          results/086.processed, results/087.processed,
                   12373:          results/088.processed, results/089.processed,
                   12374:          results/090.processed, results/091.processed,
                   12375:          results/092.processed, results/093.processed,
                   12376:          results/094.processed, results/095.processed,
                   12377:          results/096.processed, results/097.processed,
                   12378:          results/099.processed, results/101.processed,
                   12379:          results/102.processed, results/104.processed,
                   12380:          results/105.processed, results/106.processed,
                   12381:          results/107.processed, results/108.processed,
                   12382:          results/109.processed, results/110.processed,
                   12383:          results/111.processed, results/112.processed,
                   12384:          results/113.processed, results/114.processed,
                   12385:          results/115.processed, results/116.processed,
                   12386:          results/117.processed, results/118.processed,
                   12387:          results/119.processed, results/120.processed,
                   12388:          results/121.processed, results/122.processed,
                   12389:          results/123.processed, results/124.processed,
                   12390:          results/125.processed, results/126.processed,
                   12391:          results/127.processed, results/128.processed,
                   12392:          results/129.processed, results/130.processed,
                   12393:          results/131.processed, results/132.processed,
                   12394:          results/133.processed, results/134.processed,
                   12395:          results/135.processed, results/136.processed,
                   12396:          results/137.processed, results/138.processed,
                   12397:          results/139.processed, results/140.processed,
                   12398:          results/141.processed: . refreshed old tests, made them work
                   12399:          without auto.p (in utf8) . things noted: . gif got encoded
                   12400:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   12401:          some strange year)
                   12402: 
                   12403:        * INSTALL: . revived linux libgc fix
                   12404: 
                   12405:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   12406:          glib/gdome in INSTALL and patches]
                   12407: 
                   12408:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12409:          include/pa_charset.h, include/pa_config_includes.h,
                   12410:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   12411:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   12412:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   12413:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   12414:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   12415:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   12416:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   12417:          types/pa_vxnode.h: . started killing gdome
                   12418: 
                   12419: 2005-12-13  paf
                   12420: 
                   12421:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   12422:          @unhandled_exception thrown another exception, print correct
                   12423:          origin (earlier code in catch of exception inside of
                   12424:          @unhandled_exception grabbed parent_frame(original_exception)
                   12425:          origin and printed it, instead of true origin)
                   12426: 
                   12427:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   12428:          another exception, print correct origin (earlier code in catch of
                   12429:          exception inside of @unhandled_exception grabbed
                   12430:          parent_frame(original_exception) origin and printed it, instead
                   12431:          of true origin)
                   12432: 
                   12433: 2005-12-09  paf
                   12434: 
                   12435:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   12436:          detection problem, due to change in gc6.4 code
                   12437: 
                   12438:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   12439:          ignored in ^string.matched :(
                   12440: 
                   12441:        * src/main/pa_string.C: ! regex tainting were ignored in
                   12442:          ^string.matched :(
                   12443: 
                   12444:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   12445:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12446:          src/main/compile.y, src/main/compile_tools.h,
                   12447:          src/main/pa_charset.C, src/main/pa_common.C,
                   12448:          src/main/pa_globals.C, src/main/pa_string.C,
                   12449:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   12450:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   12451: 
                   12452: 2005-12-08  paf
                   12453: 
                   12454:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   12455:          500 chars now handled OK [were wrapped on 500th char according to
                   12456:          rfc, but sendmail failed to unwrap it properly]
                   12457: 
                   12458:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   12459:          handled OK [were wrapped on 500th char according to rfc, but
                   12460:          sendmail failed to unwrap it properly]
                   12461: 
                   12462:        * src/targets/isapi/parser3isapi.C: . less warnings
                   12463: 
                   12464:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   12465:          since 3.1.5
                   12466: 
                   12467:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   12468:          link fixes
                   12469: 
                   12470:        * src/: classes/date.C, include/pa_config_fixed.h,
                   12471:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12472:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   12473:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   12474: 
                   12475:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   12476:          [in current storage scheme there's no place for them. someday we
                   12477:          can add third CORD to store origins and special version of parser
                   12478:          which stores origins there [separate binary]]
                   12479: 
                   12480: 2005-12-07  paf
                   12481: 
                   12482:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   12483: 
                   12484:        * src/include/pa_version.h: makefiles
                   12485: 
                   12486:        * src/include/pa_version.h: . not beta
                   12487: 
                   12488:        * configure, configure.in, src/include/pa_version.h: not beta
                   12489: 
                   12490: 2005-12-06  paf
                   12491: 
                   12492:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   12493:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   12494:          decided to undo the change ^call[$void] passes void. now it will
                   12495:          pass empty string again.
                   12496: 
                   12497:        * src/main/: compile.tab.C, compile.y: . version readded
                   12498: 
                   12499:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   12500:          = ^switch[void] problem
                   12501: 
                   12502: 2005-12-01  paf
                   12503: 
                   12504:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   12505:          caused ^case[string] to be coerced to double since searching
                   12506:          value were not string (it was vvoid)
                   12507: 
                   12508:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   12509:          ^case[string] to be coerced to double since searching value were
                   12510:          not string (it was vvoid)
                   12511: 
                   12512:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   12513:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   12514: 
                   12515: 2005-11-30  paf
                   12516: 
                   12517:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   12518:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   12519: 
                   12520:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   12521:          putenv("TZ="), on unix works only putenv("TZ")
                   12522: 
                   12523:        * INSTALL: . xml libs versions updated
                   12524: 
                   12525:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   12526:          claims that fixed a lot there // 20040920 for now both
                   12527:          workarounds needed. wait for new libxml/xsl versions
                   12528: 
                   12529: 2005-11-28  paf
                   12530: 
                   12531:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   12532:          columns==0
                   12533: 
                   12534:        * src/classes/table.C: ! nameless table has columns==0
                   12535: 
                   12536:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   12537:          earlier [was totally wrong]
                   12538: 
                   12539:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   12540:          wrong]
                   12541: 
                   12542: 2005-11-25  paf
                   12543: 
                   12544:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   12545:          undoing for now...
                   12546: 
                   12547:        * src/include/pa_version.h: -this reduces speed(table::load),
                   12548:          strange. undoing
                   12549: 
                   12550:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   12551: 
                   12552:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   12553: 
                   12554:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   12555:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   12556:          this speeds things up and saves memory a LOT! (not noticed
                   12557:          negative effect on syntetic tests, future will tell...)
                   12558: 
                   12559:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   12560:          changed gc_malloc implementation, which obscured profiling
                   12561: 
                   12562:        * src/classes/table.C: merged from HEAD: + optimized
                   12563:          table::load/sql, now row ArrayString-s allocated with
                   12564:          columns.count() elements and don't always grow from
                   12565:          count=3[realloc,realloc]
                   12566: 
                   12567:        * src/classes/table.C: + optimized table::load/sql, now row
                   12568:          ArrayString-s allocated with columns.count() elements and don't
                   12569:          always grow from count=3[realloc,realloc]
                   12570: 
                   12571:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   12572:          buffer after save
                   12573: 
                   12574:        * src/classes/table.C: . ^table.save unused buffer after save
                   12575: 
                   12576: 2005-11-24  paf
                   12577: 
                   12578:        * configure.in: . merged glib2-config patch
                   12579: 
                   12580:        * configure.in: + trying to find glib2-config
                   12581: 
                   12582:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12583:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   12584:          file/dir_readable to simple file/dir_exist, this would help in
                   12585:          situations "class not found because .p file has bad rights" << in
                   12586:          that case error would be explicit "access denied to 'this' file"
                   12587: 
1.116     moko     12588:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     12589: 
                   12590:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12591:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   12592:          to simple file/dir_exist, this would help in situations "class
                   12593:          not found because .p file has bad rights" << in that case error
                   12594:          would be explicit "access denied to 'this' file"
                   12595: 
                   12596:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   12597:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12598:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   12599:          ^file::exec/cgi[script;$.charset[changed]
                   12600:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12601:          encoded in $.charset charset
                   12602: 
                   12603:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   12604:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12605:          encoded in $.charset charset
                   12606: 
                   12607:        * src/: include/Makefile.am, include/pa_common.h,
                   12608:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12609:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   12610:          separate file [preparation for
                   12611:          ^file::cgi[script;$.form[$.field1[]
                   12612: 
                   12613: 2005-11-22  paf
                   12614: 
                   12615:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   12616: 
                   12617:        * acinclude.m4, configure.in: . merged underquting fixes
                   12618: 
1.116     moko     12619:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     12620: 
                   12621:        * src/classes/op.C: . overmerged a little
                   12622: 
                   12623:        * src/main/compile.tab.C: Makefile
                   12624: 
                   12625:        * src/main/: pa_common.C: . less gcc warnings
                   12626: 
                   12627:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   12628:          now reports original exception if we have no old cache
                   12629: 
                   12630:        * src/classes/op.C: + $exception.handled[cache] now reports
                   12631:          original exception if we have no old cache
                   12632: 
                   12633:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   12634:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   12635:          \^$.[]|()?*+{}
                   12636: 
                   12637:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   12638:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   12639: 
                   12640:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12641:          getenv-ed variable, which does not work both on win32&unix.
                   12642:          copied old TZ value now
                   12643: 
                   12644:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   12645:          stored pointer to getenv-ed variable, which does not work both on
                   12646:          win32&unix. copied old TZ value now
                   12647: 
                   12648:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12649:          getenv-ed variable, which does not work both on win32&unix.
                   12650:          copied old TZ value now
                   12651: 
                   12652:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   12653:          access to internal hash
                   12654: 
                   12655:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   12656:          hash
                   12657: 
                   12658:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   12659:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12660:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12661:          very large block" messages to only important onces
                   12662: 
                   12663:        * src/targets/isapi/parser3isapi.C: +
                   12664:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12665:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12666:          very large block" messages to only important onces
                   12667: 
                   12668:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   12669:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12670: 
                   12671:        * src/classes/string.C: + removed limitation on
                   12672:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12673: 
                   12674:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   12675:          with ?params or $.form option" limitation
                   12676: 
                   12677:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   12678:          $.form option" limitation
                   12679: 
                   12680:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12681:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   12682:          ^file::base64[encoded] decode
                   12683: 
                   12684:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12685:          main/pa_common.C: + ^file.base64[] encode +
                   12686:          ^file::base64[encoded] decode
                   12687: 
                   12688:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   12689:          ^string:base64[encoded] decode
                   12690: 
                   12691:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   12692:          ^string:base64[in] encode + ^string.base64[] decode
                   12693: 
                   12694: 2005-11-21  paf
                   12695: 
                   12696:        * src/classes/file.C: + merged from HEAD:
                   12697:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12698: 
                   12699:        * src/classes/file.C: +
                   12700:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12701: 
                   12702:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   12703:          differes from :download, it does not return content-disposition
                   12704:          at all now [previusely it returned valueless content-disposition]
                   12705: 
                   12706:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   12707:          :download, it does not return content-disposition at all now
                   12708:          [previusely it returned valueless content-disposition]
                   12709: 
                   12710:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   12711:          literals, reverted to just vvod, recreating empty array with each
                   12712:          void_value token. that's absolutely needed, since that array
                   12713:          grows
                   12714: 
                   12715:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12716:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12717:          types/pa_vmethod_frame.h: + merged: expression literals:
                   12718:          true/false. ^format[$.indent(true)]
                   12719: 
                   12720:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12721:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12722:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   12723:          ^format[$.indent(true)]
                   12724: 
                   12725:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12726:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12727:          i386-pc-win32)"
                   12728: 
                   12729:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12730:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12731:          i386-pc-win32)"
                   12732: 
                   12733: 2005-11-18  paf
                   12734: 
                   12735:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   12736:          null}[$.default(123)] will now return default value
                   12737: 
                   12738:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   12739:          expiration time
                   12740: 
                   12741:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   12742:          time
                   12743: 
                   12744:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   12745:          failed << Exception.problem_source pointed to local var!
                   12746: 
                   12747:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   12748:          Exception.problem_source pointed to local var!
                   12749: 
                   12750:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   12751:          now loads VFile.ptr!=0, so such files can be saved now
                   12752: 
                   12753:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   12754:          loads VFile.ptr!=0, so such files can be saved now
                   12755: 
                   12756:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   12757:          only . and .. now removed from list [were removed all .*]
                   12758: 
                   12759:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   12760:          .. now removed from list [were removed all .*]
                   12761: 
                   12762:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   12763:          open error now checked, were not :( [stole that piece from apache
                   12764:          1.3 sources]
                   12765: 
                   12766:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   12767:          checked, were not :( [stole that piece from apache 1.3 sources]
                   12768: 
                   12769:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   12770:          untainting of @main result if returned by $result or
                   12771:          $response:body
                   12772: 
                   12773:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   12774:          result if returned by $result or $response:body
                   12775: 
                   12776:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   12777:          issue: now tries to guess content-length and allocates one big
                   12778:          piece if possible [regretfully gc_realloc works as malloc+free,
                   12779:          leaving lots of holes behind]
                   12780: 
                   12781:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   12782:          fixed file load memory issue: now tries to guess content-length
                   12783:          and allocates one big piece if possible [regretfully gc_realloc
                   12784:          works as malloc+free, leaving lots of holes behind]
                   12785: 
                   12786: 2005-11-16  paf
                   12787: 
                   12788:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   12789:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   12790:          table::save with enclosers now doubles them: "->"" !
                   12791:          table::save/load do not remove elements from options hash
                   12792: 
                   12793:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   12794:          [were overoptimized ^if(double_literal), compiler confused
                   12795:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12796: 
                   12797:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   12798:          [were overoptimized ^if(double_literal), compiler confused
                   12799:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12800: 
                   12801:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   12802:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   12803:          "->"" ! table::save/load do not remove elements from options hash
                   12804: 
                   12805: 2005-11-03  paf
                   12806: 
1.116     moko     12807:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   12808:          compilation, not all makefiles liked that
1.95      moko     12809: 
                   12810: 2005-08-30  paf
                   12811: 
                   12812:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   12813: 
                   12814:        * src/classes/op.C: . speedup check of [DEFAULT]
                   12815: 
                   12816: 2005-08-26  paf
                   12817: 
                   12818:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   12819: 
                   12820:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   12821: 
                   12822:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   12823:          complains about bad!=nameless
                   12824: 
                   12825:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   12826:          about bad!=nameless
                   12827: 
                   12828:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   12829:          optional options were allowed to be empty. were checked
                   12830:          if(is_string), changed to !defined||is_string to allow void
                   12831: 
                   12832:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   12833:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   12834:          options were allowed to be empty. were checked if(is_string),
                   12835:          changed to !defined||is_string to allow void
                   12836: 
                   12837:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   12838:          as_junction where they needed as_int/double, so failed with
                   12839:          recent "(const) now no junction" optimization
                   12840: 
                   12841:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   12842:          merged ! many classes/*  used as_junction where they needed
                   12843:          as_int/double, so failed with recent "(const) now no junction"
                   12844:          optimization
                   12845: 
                   12846:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   12847:          classes/op.C, classes/string.C, classes/table.C,
                   12848:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   12849:          used as_junction where they needed as_int/double, so failed with
                   12850:          recent "(const) now no junction" optimization
                   12851: 
                   12852: 2005-08-24  paf
                   12853: 
                   12854:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   12855:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   12856:          stripped it
                   12857: 
                   12858: 2005-08-09  paf
                   12859: 
                   12860:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12861:          not cleared
                   12862: 
                   12863:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12864:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12865:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12866:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12867:          classes/response.C, classes/string.C, classes/table.C,
                   12868:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12869:          include/pa_array.h, include/pa_cache_managers.h,
                   12870:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12871:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12872:          include/pa_dictionary.h, include/pa_dir.h,
                   12873:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12874:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12875:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12876:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12877:          include/pa_sapi.h, include/pa_socks.h,
                   12878:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12879:          include/pa_stack.h, include/pa_string.h,
                   12880:          include/pa_stylesheet_connection.h,
                   12881:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12882:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12883:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12884:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12885:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12886:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12887:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12888:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12889:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12890:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12891:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12892:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12893:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12894:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12895:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12896:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12897:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12898:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   12899:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12900:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12901:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12902:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   12903:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12904:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   12905:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12906:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12907:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   12908:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12909:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12910:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12911:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12912:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12913:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12914:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12915:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12916:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12917:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12918:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   12919: 
                   12920:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12921:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   12922:          speedup consequent checks in vmethod_frame
                   12923: 
                   12924:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12925:          not cleared
                   12926: 
                   12927:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   12928:          params: 50 max (were 10)
                   12929: 
                   12930:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   12931:          params: 50 max (were 10)
                   12932: 
                   12933:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12934:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   12935:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   12936:          empty string) ! simplified (double) speedup consequent checks in
                   12937:          vmethod_frame
                   12938: 
                   12939:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   12940:          optimized constants in expressions vstring->vdouble + optimized
                   12941:          ^call(vdouble), no junction creation, no calls later
                   12942: 
                   12943: 2005-08-08  paf
                   12944: 
                   12945:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   12946:          compile_tools.h: merged + optimized constants in expressions
                   12947:          vstring->vdouble + optimized ^call(vdouble), no junction
                   12948:          creation, no calls later
                   12949: 
                   12950:        * src/types/pa_vdouble.h: merged . double values without fractional
                   12951:          part now default printed as %.0f instead of %g
                   12952: 
                   12953:        * src/types/pa_vdouble.h: . double values without fractional part
                   12954:          now default printed as %.0f instead of %g
                   12955: 
                   12956:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   12957:          cause an exception
                   12958: 
                   12959:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   12960:          exception
                   12961: 
                   12962:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   12963:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12964:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12965:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12966:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   12967:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12968:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12969:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12970:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12971:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12972:          merged VJunction(new Junction) optimization from 3.1.4
                   12973: 
                   12974:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   12975:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   12976:          Junction(params)) to new VJunction(params), thousands of mallocs
                   12977:          removed
                   12978: 
                   12979: 2005-08-05  paf
                   12980: 
                   12981:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   12982:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   12983:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   12984:          creation, no calls later
                   12985: 
                   12986:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12987:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12988:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12989:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12990:          classes/response.C, classes/string.C, classes/table.C,
                   12991:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12992:          include/pa_array.h, include/pa_cache_managers.h,
                   12993:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12994:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12995:          include/pa_dictionary.h, include/pa_dir.h,
                   12996:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12997:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12998:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12999:          include/pa_request_charsets.h, include/pa_request_info.h,
                   13000:          include/pa_sapi.h, include/pa_socks.h,
                   13001:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   13002:          include/pa_stack.h, include/pa_string.h,
                   13003:          include/pa_stylesheet_connection.h,
                   13004:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13005:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13006:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   13007:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   13008:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13009:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   13010:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   13011:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   13012:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   13013:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   13014:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   13015:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   13016:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   13017:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   13018:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   13019:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   13020:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   13021:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13022:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13023:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13024:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13025:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13026:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13027:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   13028:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   13029:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   13030:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   13031:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   13032:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13033:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13034:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13035:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   13036:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   13037:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   13038:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13039:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13040:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   13041: 
                   13042:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   13043:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   13044:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   13045:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   13046:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   13047:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   13048:          optimized constants in expressions vstring->vdouble
                   13049: 
                   13050: 2005-07-29  paf
                   13051: 
                   13052:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   13053: 
                   13054:        * src/types/pa_vclass.C: + property getter can now be overridden
                   13055: 
                   13056:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   13057:          bug fix: static parent fields were not replaced in case
                   13058:          $derived:field[put] + property setter can now be overridden
                   13059: 
                   13060: 2005-07-28  paf
                   13061: 
                   13062:        * configure, configure.in, src/classes/classes.h,
                   13063:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   13064:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   13065:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   13066:          src/classes/xnode.h, src/include/pa_hash.h,
                   13067:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     13068:          src/types/Makefile.am, src/types/pa_method.h,
                   13069:          src/types/pa_value.h, src/types/pa_vclass.C,
                   13070:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   13071:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   13072:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   13073:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   13074:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   13075:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13076:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   13077:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   13078:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   13079:          src/types/pa_vstateless_class.h,
1.95      moko     13080:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   13081:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13082:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   13083:          dynamic_fields_join
                   13084: 
                   13085:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   13086:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   13087:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   13088:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13089:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   13090:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   13091:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13092:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13093:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   13094:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   13095:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   13096:          restored its checks in vobject.put_element->static fields |
                   13097:          dynamic properties
                   13098: 
                   13099: 2005-07-27  paf
                   13100: 
                   13101:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   13102:          is some old code containing @set_name $name
                   13103: 
                   13104:        * src/types/pa_vobject.h: . fixed warning
                   13105: 
                   13106:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     13107:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     13108: 
                   13109:        * src/: classes/xnode.C, include/pa_hash.h,
                   13110:          types/pa_vstateless_class.C: ! new asserts were all false.
                   13111:          regretfully reverted them all to checks
                   13112: 
                   13113:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   13114:          classes/op.C, main/execute.C, types/pa_method.h,
                   13115:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13116:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13117:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   13118:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   13119:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13120:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13121:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13122:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   13123:          joined_dynamic_fields: removed unused param from put_method
                   13124:          (returned to 3 params)
                   13125: 
                   13126:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   13127:          joined_dynamic_fields: dynamic get/set works with overriding
                   13128:          props [alpha2]
                   13129: 
                   13130:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   13131:          works [alfa]
                   13132: 
                   13133:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   13134:          classes/op.C, include/pa_hash.h, main/execute.C,
                   13135:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   13136:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13137:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   13138:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   13139:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13140:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13141:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13142:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13143:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   13144:          joined_dynamic_fields: just compiled
                   13145: 
                   13146:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13147:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13148:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   13149:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   13150:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   13151: 
                   13152:        * src/types/pa_vobject.C: . object setters [only started, does not
                   13153:          work yet]
                   13154: 
                   13155:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   13156:          object setters [only started, does not work yet]
                   13157: 
                   13158: 2005-07-26  paf
                   13159: 
                   13160:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   13161:          works [alpha2]. for classes. todo: for objects
                   13162: 
                   13163:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   13164:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   13165:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   13166:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   13167:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   13168:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   13169:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   13170:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13171:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   13172:          properties: set works [alpha1]
                   13173: 
                   13174: 2005-07-25  paf
                   13175: 
                   13176:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   13177:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   13178:          properties: started, get works [alpha1, other approach]
                   13179: 
                   13180:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   13181:          properties: started, get works [alpha2]
                   13182: 
                   13183:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   13184:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   13185: 
                   13186: 2005-07-15  paf
                   13187: 
                   13188:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   13189:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   13190:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   13191:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   13192:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   13193:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   13194:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   13195:          types/pa_vresponse.C, types/pa_vresponse.h,
                   13196:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   13197:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   13198:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   13199:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   13200:          [getters work but think of changing them too to precaching]
                   13201: 
                   13202: 2005-07-08  paf
                   13203: 
                   13204:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   13205:          gpf
                   13206: 
                   13207: 2005-06-28  paf
                   13208: 
                   13209:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   13210:          in passing empty strings to file::exec/cgi environment
                   13211: 
                   13212: 2005-06-06  paf
                   13213: 
                   13214:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   13215:          ^table:sql ^hash:sql now DO process $.bind option
                   13216: 
                   13217: 2005-05-24  paf
                   13218: 
                   13219:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   13220:          $.limit] now work again [support was broken in 3.1.4]
                   13221: 
                   13222:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   13223:          ALL_INTERIOR_POINTERS
                   13224: 
                   13225: 2005-05-12  paf
                   13226: 
                   13227:        * configure: 3.1.5beta
                   13228: 
                   13229:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   13230: 
                   13231:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   13232:          $.limit] now work again [support was broken in 3.1.4]
                   13233: 
                   13234:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   13235:          line-width  [was refusing to fill if line-width >1, thanks to
                   13236:          Seras <seras@pinxit.lt> for repro case
                   13237: 
                   13238: 2005-04-25  paf
                   13239: 
                   13240:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   13241:          correctly
                   13242: 
                   13243: 2005-04-19  paf
                   13244: 
                   13245:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   13246:          in VString violating invariant!!
                   13247: 
                   13248:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   13249:          getenv("TZ")==null
                   13250: 
                   13251: 2005-04-08  paf
                   13252: 
                   13253:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   13254:          bugfix: when there is no char in charset one byte produces 6
                   13255:          (&#255; <<max). increased buffer size!
                   13256: 
                   13257: 2005-03-23  paf
                   13258: 
                   13259:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   13260:          ^date.sql-string now takes TZ into account
                   13261: 
                   13262: 2005-03-16  paf
                   13263: 
                   13264:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   13265:          gcc 3.4
                   13266: 
                   13267:        * src/types/pa_vhash.C: . warning about eof eol
                   13268: 
                   13269: 2005-02-17  paf
                   13270: 
1.211     moko     13271:        * operators.ru.txt, operators.txt, src/classes/op.C: + operator
                   13272:          ^sleep(double seconds)
1.95      moko     13273: 
                   13274: 2005-02-02  paf
                   13275: 
                   13276:        * src/classes/xnode.C: beauty: removed needless includes
                   13277: 
                   13278: 2005-01-31  paf
                   13279: 
                   13280:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   13281:          $.partNoNumber now alias to $.part1
                   13282: 
                   13283:        * src/types/pa_vmail.C: change: incoming letter part contains
                   13284:          "content-disposition" header with any value? now considering that
                   13285:          part to be "file#" [for text/plain text/html were $.text#
                   13286:          $.html#]
                   13287: 
                   13288:        * INSTALL: updatet to latest working versions available
                   13289: 
                   13290: 2005-01-20  paf
                   13291: 
                   13292:        * configure.in, src/include/pa_version.h: version
                   13293: 
                   13294: 2005-01-19  paf
                   13295: 
1.116     moko     13296:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   13297:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   13298:          couple warnings in parser3.C
1.95      moko     13299: 
                   13300: 2004-12-23  paf
                   13301: 
                   13302:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   13303: 
                   13304:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   13305:          dir to directory of script (when shbang used), not to directory
                   13306:          of its interpreter
                   13307: 
                   13308:        * src/include/pa_version.h: compiled on win32...
                   13309: 
                   13310:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   13311:          we need more hspace
                   13312: 
                   13313:        * configure, configure.in, src/include/pa_version.h: configured
                   13314:          host to pa_version. will be displayed everywhere
                   13315: 
                   13316:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   13317:          exception from being logged by setting $exception.handled(1)
                   13318: 
1.211     moko     13319:        * operators.ru.txt, operators.txt, src/classes/file.C: change:
1.95      moko     13320:          ^file::sql{query}[[options]] options: $.name[file name]
                   13321:          $.content-type[application/what]
                   13322: 
                   13323:        * src/: include/pa_common.h, main/pa_common.C,
                   13324:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   13325:          new file
                   13326: 
                   13327:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   13328:          bugfix: table->hash now regards _default
                   13329: 
                   13330:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   13331:          created by accessing $name_of_method it acquired bad self=closest
                   13332:          methodframe; instead of proper self (current class)
                   13333: 
                   13334:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   13335:          hashfile produced bad cord
                   13336: 
                   13337: 2004-12-10  paf
                   13338: 
                   13339:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   13340:          subsequent failures though defined in .h
                   13341: 
                   13342:        * src/main/pa_common.C: comment on volatile
                   13343: 
                   13344:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   13345:          alarm function were not used since the beginning due to stupid
                   13346:          error [setsigjmp were not checked in configure.in]
                   13347: 
                   13348:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   13349:          unix too
                   13350: 
                   13351:        * src/main/pa_common.C: http: exception status of send/recv errors
                   13352:          change to most probable http.timeout
                   13353: 
                   13354:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   13355:          works [setsockopt on send/receive]
                   13356: 
                   13357: 2004-12-08  paf
                   13358: 
                   13359:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   13360:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   13361:          proper charset
                   13362: 
                   13363: 2004-11-24  paf
                   13364: 
                   13365:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   13366: 
                   13367:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   13368:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   13369: 
                   13370: 2004-11-12  paf
                   13371: 
                   13372:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   13373:          [since 3.0.4]
                   13374: 
                   13375: 2004-11-09  paf
                   13376: 
                   13377:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   13378:          writes basics to c:\parser3.log
                   13379: 
                   13380: 2004-10-21  paf
                   13381: 
                   13382:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   13383:          tainted strings [were returning clean onces]
                   13384: 
                   13385: 2004-10-15  paf
                   13386: 
                   13387:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   13388:          cycles(i=1; i=2), which was wrong, now does ONE
                   13389: 
                   13390: 2004-10-12  paf
                   13391: 
                   13392:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   13393: 
                   13394: 2004-10-07  paf
                   13395: 
                   13396:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   13397:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   13398:          release asserts
                   13399: 
                   13400:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   13401:          String.dump() to stdout in detailed form  [were String.v() in
                   13402:          short form]
                   13403: 
                   13404:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   13405:          \t\r\n as @#| and truncates long char sequences less
                   13406: 
                   13407: 2004-10-06  paf
                   13408: 
                   13409:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   13410:          win32 beauty: socket errors properly decoded
                   13411: 
                   13412: 2004-10-05  paf
                   13413: 
                   13414:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   13415:          request::configure_user/admin done always, even if no
                   13416:          file-to-process useful in @unhandled_exception [say, if they
                   13417:          would want to mail by SMTP something]
                   13418: 
                   13419:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   13420:          now performed prior to file loading [and @auto executing] thus
                   13421:          making $cookie:value available in @auto and in
                   13422:          @unhandled_exception when IIS is configured to run interpreter
                   13423:          even if no file exist
                   13424: 
                   13425: 2004-09-20  paf
                   13426: 
                   13427:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   13428:          somewhere where it should have called xmlMalloc and it calls
                   13429:          xmlFree when it should have not called it.  inserted two
                   13430:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   13431:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   13432:          author would fix all that.  until that day: we have SLOW garbage
                   13433:          collecting when many xml objects are alive hint: do
                   13434:          ^memory:compact[] before xdoc::create
                   13435: 
                   13436: 2004-09-17  paf
                   13437: 
                   13438:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   13439:          error from 3.0.8 version]
                   13440: 
                   13441: 2004-09-14  paf
                   13442: 
                   13443:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   13444:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   13445:          modified inside
                   13446: 
                   13447: 2004-09-13  paf
                   13448: 
                   13449:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   13450:          [were as octal]
                   13451: 
                   13452:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   13453:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   13454:          safety-check
                   13455: 
                   13456:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   13457:          [not something obscure from sdbm lib]
                   13458: 
                   13459:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   13460:          = strerror now returnes something and we can properly report that
                   13461:          to client
                   13462: 
                   13463:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   13464:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   13465: 
                   13466:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13467:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   13468:          not be unnecessary optimized away [ruining javascript]
                   13469: 
                   13470:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13471:          [tainted as-is]
                   13472: 
                   13473:        * src/classes/mail.C: bugfix: typo error
                   13474: 
                   13475: 2004-09-09  paf
                   13476: 
                   13477:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   13478:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   13479:          (bloody yandex.server)
                   13480: 
                   13481: 2004-09-06  paf
                   13482: 
                   13483:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   13484:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   13485:          encoded
                   13486: 
                   13487: 2004-09-01  paf
                   13488: 
                   13489:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   13490:          multipart/related outlook express have no problems showing
                   13491:          unrelated attachments.  todo: someday figure out a way of
                   13492:          multipart/mixed    multipart/related       text/html
                   13493:          image/xxx application/octet-stream << true attachments
                   13494: 
                   13495:        * src/types/pa_vmail.C: new:
                   13496:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   13497:          empty mail header fields removed from letter
                   13498: 
                   13499:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   13500:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   13501:          ^mail:send[    $.file[       $.any[header]
                   13502: 
                   13503: 2004-08-30  paf
                   13504: 
                   13505:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   13506:          warnings
                   13507: 
                   13508:        * src/main/pa_common.C: beauty: do not bother with charset
                   13509:          detection when ^file::load[binary
                   13510: 
                   13511: 2004-08-27  paf
                   13512: 
                   13513:        * src/main/pa_common.C: hack: for yandex.server http server
                   13514: 
                   13515: 2004-08-18  paf
                   13516: 
                   13517:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   13518:          possibly-chunked response
                   13519: 
                   13520: 2004-08-17  paf
                   13521: 
                   13522:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13523:          $f.content-type now = that of http response
                   13524: 
                   13525:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13526:          $f.content-type now = that of http response
                   13527: 
                   13528: 2004-07-30  paf
                   13529: 
                   13530:        * src/: include/pa_request.h, main/pa_request.C,
                   13531:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   13532:          win32: system&parser exceptions in release mode reported properly
                   13533:          parser exception in exception handler WERE mistakenly reported as
                   13534:          system exception, without details [in apache & isapi] +some
                   13535:          beauty in exception text
                   13536: 
                   13537:        * src/: include/pa_exception.h, main/pa_request.C,
                   13538:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   13539:          release mode reported properly parser exception in exception
                   13540:          handler WERE mistakenly reported as system exception, without
                   13541:          details
                   13542: 
                   13543:        * src/main/execute.C: beauty: simplified system exception handling
                   13544: 
                   13545: 2004-07-29  paf
                   13546: 
                   13547:        * src/classes/table.C: bugfix:
                   13548:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   13549:          were ignored, and \t used unconditionally]
                   13550: 
                   13551:        * src/types/Makefile.am: added vhash.c
                   13552: 
                   13553: 2004-07-28  paf
                   13554: 
                   13555:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   13556:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   13557:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   13558:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   13559:          failed on russian letters
                   13560: 
                   13561:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   13562:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   13563:          letters
                   13564: 
                   13565:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   13566:          as 'currentDirectory' parameter to CreateProcess
                   13567: 
                   13568: 2004-07-27  paf
                   13569: 
                   13570:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   13571:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   13572:          from release somewhere [to help searching for unhandled system
                   13573:          exceptions]
                   13574: 
                   13575:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   13576:          TZ shift
                   13577: 
                   13578:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   13579:          but also in ctor
                   13580: 
                   13581: 2004-07-26  paf
                   13582: 
1.211     moko     13583:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
                   13584:          src/main/pa_common.C, src/main/pa_request.C,
                   13585:          src/types/pa_vfile.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
1.95      moko     13586:          src/types/types.vcproj: new: $response:body/download[
                   13587:          $.file[name on disk]    $.name[of file for user]
                   13588:          $.mdate[date of last-modified. default from directory] ]
                   13589: 
                   13590:        * src/classes/file.C: moving file:send somewhere else..
                   13591: 
                   13592:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   13593:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   13594:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   13595:          $response:download[ $.filename[filename] $.option[] ,, ]
                   13596: 
                   13597:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   13598: 
                   13599: 2004-07-21  paf
                   13600: 
                   13601:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   13602:          to several lines
                   13603: 
                   13604:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   13605: 
                   13606:          note: ms outlook[!express] shows only first 255 characters of
                   13607:          subject
                   13608: 
                   13609: 2004-07-15  paf
                   13610: 
                   13611:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   13612:          off]
                   13613: 
                   13614: 2004-07-14  paf
                   13615: 
                   13616:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   13617:          according to lang  [were: as-is]
                   13618: 
                   13619: 2004-07-07  paf
                   13620: 
                   13621:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   13622:          checked that
                   13623: 
                   13624:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   13625:          now untainted according to their languages.  were: as-is.
                   13626:          EVERYWHERE
                   13627: 
                   13628:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   13629:          environment string now untainted according to their languages.
                   13630:          were: as-is. EVERYWHERE
                   13631: 
                   13632:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13633:          untainted according to their languages.  were: as-is. on win32:
                   13634:          ok
                   13635: 
                   13636:        * parser3.vssscc: ...would not go unnoticed
                   13637: 
                   13638:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   13639:          fails. in case on input appears nonutf, those bytes will be
                   13640:          printed in %HH form. that can be easily decoded/recovered.
                   13641: 
                   13642:          this form is quite noticable, and hopefully would not go noticed
                   13643: 
                   13644: 2004-07-06  paf
                   13645: 
                   13646:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13647:          untainted according to their languages.  were: as-is. on win32:
                   13648:          ok
                   13649: 
                   13650: 2004-07-01  paf
                   13651: 
                   13652:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   13653:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   13654:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13655:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   13656:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   13657:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   13658:          option: global optimization ON
                   13659: 
                   13660:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   13661:          to do xdoc::create{invalid chars} standard disables chars less
                   13662:          then \x20, except tab, cr, lf.
                   13663: 
                   13664:          changed tainting so that those become '!'
                   13665: 
                   13666: 2004-06-25  paf
                   13667: 
                   13668:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13669:          int on odd address [prev bugfix failed due to superwize
                   13670:          optimizer, which turned memcpy into same 'ld' asm command]
                   13671: 
                   13672:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13673:          int on odd address
                   13674: 
                   13675: 2004-06-22  paf
                   13676: 
                   13677:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   13678: 
1.211     moko     13679:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   13680:          src/classes/memory.C, src/classes/string.C, src/classes/table.C,
                   13681:          src/classes/void.C, src/include/pa_config_includes.h: new:
                   13682:          ^void:sql{call paf(:a)}[                $.bind[
                   13683:                $.a[2]          ]       ] output variables work.  todo:
                   13684:          check in out variables
1.95      moko     13685: 
                   13686: 2004-06-18  paf
                   13687: 
                   13688:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   13689:          classes/table.C, classes/void.C, include/pa_globals.h,
                   13690:          include/pa_sql_connection.h, main/compile.tab.C,
                   13691:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   13692:                      $.bind[                         $.a[2]          ]
                   13693:          ] input variables work.  todo:output
                   13694: 
                   13695:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   13696:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   13697:          /_bug.html?404;http://hpsv/test/
                   13698:          --------------------------------------------------------------------------------
                   13699:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   13700:          --------------------------------------------------------------------------------
                   13701:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   13702: 
                   13703: 2004-06-16  paf
                   13704: 
                   13705:        * src/targets/cgi/parser3.C: new: iis specific
                   13706:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   13707:          $request:query
                   13708:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   13709:          $form:fields IIS-STATUS="404"
                   13710:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   13711: 
                   13712:          todo: isapi too
                   13713: 
                   13714: 2004-05-26  paf
                   13715: 
                   13716:        * src/include/pa_version.h: 3.1.3
                   13717: 
1.211     moko     13718:        * operators.ru.txt, operators.txt: beauty: removed outdated level
                   13719:          'table'
1.95      moko     13720: 
                   13721:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   13722: 
                   13723:        * src/main/pa_string.C: beauty: removed 3 warnings
                   13724: 
                   13725:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   13726:          classes/op.C: beauty: removed outdated level 'table'
                   13727: 
                   13728: 2004-05-25  paf
                   13729: 
                   13730:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   13731:          implementation. mistery: how anything worked
                   13732: 
                   13733:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   13734:          changed, it is now safe to use url if pointers to it are stored
                   13735:          to gc mem
                   13736: 
                   13737:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   13738:          unknown errors reported and not cause SIGSEGV now
                   13739: 
                   13740: 2004-05-24  paf
                   13741: 
                   13742:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13743:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   13744:          less memory: CORD_chars_block originally intended to ...  it was
                   13745:          good that CORD_chars_block were not used: it consumes more memory
                   13746:          [and, might be slow too] undoing that. [and removed that func so
                   13747:          that it would not confuse parser developer in future]
                   13748: 
                   13749:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   13750:          less memory: CORD_chars_block originally intended to
                   13751:          speedup/reduce mem usage were forgotten, and were used stupid
                   13752:          CORD_chars
                   13753: 
                   13754:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   13755: 
                   13756:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   13757:          BIGENDIAN processors space-conserving mech failed, causing
                   13758:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   13759:          (1|2|3));
                   13760: 
                   13761: 2004-05-14  paf
                   13762: 
                   13763:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   13764:          bugfix: void now has vfile value, and $response:body[] works OK
                   13765: 
                   13766: 2004-05-12  paf
                   13767: 
                   13768:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   13769:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   13770:          sources to use is_defined() {return as_bool();} along VBool
                   13771: 
                   13772: 2004-05-11  paf
                   13773: 
                   13774:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   13775:          referencing to local objects
                   13776: 
                   13777:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   13778:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   13779:          left intact
                   13780: 
                   13781: 2004-04-15  paf
                   13782: 
                   13783:        * src/classes/date.C: merged: beauty: unused var removed
                   13784: 
                   13785:        * src/classes/date.C: beauty: unused var removed
                   13786: 
                   13787:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   13788:          provoked bug
                   13789: 
                   13790: 2004-04-09  paf
                   13791: 
                   13792:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   13793: 
                   13794:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   13795: 
                   13796: 2004-04-08  paf
                   13797: 
                   13798:        * src/classes/date.C: new: ^date::create[y-m-d
                   13799:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   13800: 
                   13801:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   13802: 
                   13803:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   13804:          to consult default catalog [usually, that file belongs to other
                   13805:          user/group]
                   13806: 
                   13807: 2004-04-06  paf
                   13808: 
                   13809:        * src/main/pa_common.C: beauty: gcc warning removed
                   13810: 
                   13811:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   13812:          accept that trick, trying other
                   13813: 
                   13814:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   13815:          explicit result problem
                   13816: 
                   13817:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   13818:          explicit result problem
                   13819: 
                   13820:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   13821:          explicit result problem
                   13822: 
1.211     moko     13823:        * operators.ru.txt, operators.txt, src/classes/string.C: new:
                   13824:          ^string.append[string]
1.95      moko     13825: 
                   13826:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   13827:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   13828:          failed
                   13829: 
                   13830:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13831:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13832:          gethostbyname failed with such 'domains'] now checked properly,
                   13833:          were: needless reverse/forward dns lookup
                   13834: 
                   13835:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13836:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13837:          gethostbyname failed with such 'domains'] now checked properly,
                   13838:          were: needless reverse/forward dns lookup
                   13839: 
                   13840:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   13841:          @method[][result] means "no string output here" moved to lexical
                   13842:          level [on grammar level it were too difficult]
                   13843: 
1.211     moko     13844:        * operators.ru.txt, operators.txt, src/include/pa_string.h,
                   13845:          src/main/compile.tab.C, src/main/compile.y,
                   13846:          src/main/compile_tools.h, src/types/pa_vmethod_frame.C,
                   13847:          src/types/pa_vmethod_frame.h: new: @method[][result] means "no
                   13848:          string output here", implemented part of that idea: compiler
                   13849:          throws away string literal generation code. and barks
                   13850:          nonwhitespace chars
1.95      moko     13851: 
1.211     moko     13852:        * operators.ru.txt, operators.txt: truth: removed comment about
                   13853:          $ORIGIN
1.95      moko     13854: 
                   13855: 2004-04-05  paf
                   13856: 
                   13857:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   13858:          src/include/pa_version.h, src/main/pa_common.C,
                   13859:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   13860: 
                   13861:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   13862:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   13863: 
                   13864:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   13865: 
                   13866:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   13867:          interfered with FAR console
                   13868: 
                   13869:        * configure, configure.in: 3.1.3
                   13870: 
                   13871:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   13872: 
                   13873:        * src/main/pa_common.C: removed warning
                   13874: 
                   13875:        * src/include/pa_version.h: 3.1.3
                   13876: 
                   13877: 2004-04-02  paf
                   13878: 
                   13879:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   13880: 
                   13881:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   13882:          allows to specify where to put parser log file
                   13883: 
                   13884: 2004-04-01  paf
                   13885: 
                   13886:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   13887:          without tab and enter were ignored
                   13888: 
                   13889:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   13890:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   13891:          main/pa_socks.C, targets/cgi/parser3.C,
                   13892:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   13893:          bugfix: sql connections now are disconnected
                   13894: 
                   13895: 2004-03-30  paf
                   13896: 
                   13897:        * src/classes/table.C: bugfix: table::load last line without tab
                   13898:          and enter were ignored
                   13899: 
                   13900:        * src/classes/table.C: bufix: if last table lines were commented,
                   13901:          gpfed
                   13902: 
                   13903:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   13904:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   13905:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   13906:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   13907:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   13908:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   13909:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   13910:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   13911:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   13912: 
                   13913: 2004-03-29  paf
                   13914: 
                   13915:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   13916:          causes gpf
                   13917: 
                   13918:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   13919:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   13920:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   13921:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   13922:          value.dox: translated to english
                   13923: 
                   13924: 2004-03-25  paf
                   13925: 
                   13926:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   13927:          parser3project dependency removed
                   13928: 
                   13929:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   13930:          bugfix: refused to compile without xml
                   13931: 
                   13932:        * src/types/pa_vform.C: beauty: removed warning
                   13933: 
                   13934:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   13935:          any folder [removed last ;) folder dependency]
                   13936: 
                   13937:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   13938:          folder [removed last ;) folder dependency]
                   13939: 
                   13940:        * src/include/pa_version.h: release
                   13941: 
                   13942:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   13943: 
                   13944:        * src/classes/table.C: beauty: comment& more meaningful error
                   13945:          message
                   13946: 
                   13947:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   13948:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   13949:          thing]
                   13950: 
                   13951: 2004-03-23  paf
                   13952: 
                   13953:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   13954:          and http status line parsing checked number of columns in table
                   13955:          [user reported an assert]
                   13956: 
1.211     moko     13957:        * operators.ru.txt, operators.txt: example: on hashfile
1.95      moko     13958: 
                   13959:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   13960:          bugfix: junction reattach now actually reattaches a junction to
                   13961:          new wcontext [were only assigning it to junction, which caused
                   13962:          junction tracking to loose junction, and it's context were not
                   13963:          killed, and it tried to process in invalid context, gpf]
                   13964: 
                   13965:        * src/targets/cgi/parser3.C: debug helper added
                   13966: 
                   13967: 2004-03-19  paf
                   13968: 
                   13969:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   13970:          "type(type)" in braces
                   13971: 
                   13972: 2004-03-10  paf
                   13973: 
1.211     moko     13974:        * operators.ru.txt, operators.txt, src/classes/xdoc.C,
                   13975:          src/classes/xnode.C, src/classes/xnode.h, src/types/pa_vxdoc.C,
                   13976:          src/types/pa_vxdoc.h, src/types/pa_vxnode.C,
                   13977:          src/types/pa_vxnode.h: new: refined solution to
                   13978:          search-in-namespaces problem:
1.95      moko     13979:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   13980:          $nodes[^xdoc.select[//x:second]]
                   13981: 
1.211     moko     13982:        * operators.ru.txt, operators.txt, src/classes/xnode.C: new:
                   13983:          xnode.select*[xpath expression][[NAMESPACES HASH]] allows to
                   13984:          search for info in namespaces
1.95      moko     13985: 
                   13986:          $nodes[^xdoc.select[//x:second][
                   13987:          $.x[http://pif.design.ru/] ]]
                   13988: 
                   13989: 2004-03-09  paf
                   13990: 
1.211     moko     13991:        * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
1.95      moko     13992:          ^file::load[...][options]         $.form[
                   13993:          !$.field1[string]
                   13994:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   13995:               ]         !$.body[string]
                   13996: 
                   13997:          GET ?here notGET(POST, HEAD, others) in content-type:
                   13998:          application/x-www-form-urlencoded
                   13999: 
                   14000:          todo: upload files ability
                   14001: 
                   14002:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   14003:          properly, done
                   14004: 
                   14005: 2004-03-05  paf
                   14006: 
1.211     moko     14007:        * operators.ru.txt, operators.txt, src/main/pa_common.C: new:
                   14008:          file::load[;http:// GET/POST $.form[$.fields started, not tested
                   14009:          yet todo:$.field[table] for multiple values
1.95      moko     14010: 
1.211     moko     14011:        * operators.ru.txt, operators.txt: new: http:// options $.user
                   14012:          $.password basic authorization
1.95      moko     14013: 
                   14014:        * src/main/pa_common.C: beauty: link to rtf added
                   14015: 
1.211     moko     14016:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
                   14017:          src/main/pa_common.C: new: http:// options $.user $.password
                   14018:          basic authorization
1.95      moko     14019: 
                   14020:        * src/main/pa_common.C: beauty: removed needless vars
                   14021: 
1.211     moko     14022:        * operators.ru.txt, operators.txt: new: pgsql option [like that
                   14023:          recently added to oracle driver]
                   14024:          ClientCharset=parser-charset << charset in which parser thinks
                   14025:          client works
                   14026: 
                   14027:        * operators.ru.txt, operators.txt: new: odbc option [like that
                   14028:          recently added to oracle driver]
                   14029:          ClientCharset=parser-charset << charset in which parser thinks
                   14030:          client works
1.95      moko     14031: 
                   14032:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   14033: 
                   14034:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   14035:          char!
                   14036: 
                   14037:        * etc/parser3.charsets/windows-1251.cfg: typo
                   14038: 
                   14039: 2004-03-04  paf
                   14040: 
                   14041:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   14042:          cached, sql transcoding now goes faster
                   14043: 
1.211     moko     14044:        * operators.ru.txt, operators.txt: new: mysql option [like that
                   14045:          recently added to oracle driver]
                   14046:          ClientCharset=parser-charset << charset in which parser thinks
                   14047:          client works
1.95      moko     14048: 
                   14049:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   14050:          typo error
                   14051: 
                   14052:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   14053:          chars commented
                   14054: 
                   14055: 2004-03-03  paf
                   14056: 
                   14057:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   14058:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   14059: 
                   14060: 2004-03-02  paf
                   14061: 
1.211     moko     14062:        * operators.ru.txt, operators.txt: new[update typo]:
                   14063:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   14064:          !^void.mid(p[;n])           nothing
                   14065: 
                   14066:        * operators.ru.txt, operators.txt, src/classes/void.C: new:
                   14067:          !^void.left(n)        nothing     !^void.right(n)        nothing
                   14068:          !^void.pos(p[;n])           nothing
1.95      moko     14069: 
1.211     moko     14070:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   14071:          src/include/pa_string.h: new:
1.95      moko     14072:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   14073:          row with columns:   first: data   second: file name   third:
                   14074:          content-type
                   14075: 
1.211     moko     14076:        * operators.ru.txt, operators.txt, src/classes/file.C:
                   14077:          ^file.sql-string[] inside ^connect gets properly escaped string,
                   14078:          which can be passed to request now this for mysql only. it's up
                   14079:          to parser sql driver to fix zeros properly
1.95      moko     14080: 
                   14081:        * INSTALL: note: added on building apache with this option:
                   14082:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   14083: 
                   14084: 2004-03-01  paf
                   14085: 
                   14086:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   14087:          extension memory:compact befor processingrequest
                   14088: 
1.211     moko     14089:        * operators.ru.txt, operators.txt, src/classes/hash.C: new:
                   14090:          ^hash._keys[>>name<<] to call sole column of result
1.95      moko     14091: 
1.211     moko     14092:        * operators.ru.txt, operators.txt, src/classes/image.C,
                   14093:          src/lib/gd/gif.C, src/lib/gd/gif.h: new:
                   14094:          ^image.pixel(x;y)[(color)]         get/set pixel color
1.95      moko     14095: 
                   14096:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   14097:          beauty: image -- less checks [were ugly impl]
                   14098: 
                   14099:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   14100:          negative values now considered bad
                   14101: 
                   14102:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   14103: 
                   14104:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   14105:          options now have unified defaults [after transform
                   14106:          indent/omit-xml-declaration/standalone 'default' erroreously
                   14107:          meant 'true']
                   14108: 
                   14109:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   14110:          added [on some platforms gethostbyname failed with such
                   14111:          'domains']
                   14112: 
                   14113:        * src/include/pa_config_auto.h.in: no select check, no define
                   14114: 
                   14115:        * src/classes/string.C: feature: ^string.trim both parameters may
                   14116:          be empty-strings, meaning kind=both chars=whitespaces
                   14117: 
                   14118:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   14119:          exist
                   14120: 
                   14121:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   14122:          exception if it is
                   14123: 
                   14124:        * src/classes/string.C: changed: ^string.trim [] << both,
                   14125:          whitespaces [start|both|end] << kind, whitespaces
                   14126:          [start|both|end;chars]  full
                   14127: 
                   14128: 2004-02-27  paf
                   14129: 
1.211     moko     14130:        * operators.ru.txt, operators.txt, src/classes/string.C,
                   14131:          src/main/pa_string.C: new method:
                   14132:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   14133:          whitespace chars finished
1.95      moko     14134: 
1.211     moko     14135:        * operators.ru.txt, operators.txt, src/classes/string.C,
                   14136:          src/include/pa_string.h, src/main/pa_string.C: new method:
1.95      moko     14137:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   14138:          whitespace chars   started, only start works
                   14139: 
                   14140:        * src/main/compile.C: bugfix: line numbers after
                   14141:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   14142:          signed
                   14143: 
                   14144:        * src/main/untaint.C: speed: there's no \n chars in output
                   14145:          [normally], so no need to optimize them they could be retrived
                   14146:          from databases, though. but 1. should be replaced 2. if not
                   14147:          optimized, no harm done
                   14148: 
                   14149:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   14150:          ^file::exec/cgi could return invalid status & zombie child can
                   14151:          remain for short period until process exists [very bad in
                   14152:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   14153: 
                   14154:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   14155:          malicious SMTP server to attack as by returning too long status
                   14156:          responses http://i2/tasks/edit/?id=4629448401140924947
                   14157: 
                   14158: 2004-02-26  paf
                   14159: 
1.211     moko     14160:        * operators.ru.txt, operators.txt: feature: ^process...{CODE}[now
                   14161:          has options] which are         $.main[to what to rename @main]
1.95      moko     14162:          $.file[file, from which (user says) goes that CODE]
                   14163:          $.lineno(line number in that file, where CODE starts. may be
                   14164:          negative)
                   14165: 
1.211     moko     14166:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   14167:          src/include/pa_request.h, src/main/compile.C,
                   14168:          src/main/compile_tools.h, src/main/pa_request.C: feature:
                   14169:          ^process...{CODE}[now has options] which are         $.main[to
                   14170:          what to rename @main]         $.file[file, from which (user says)
                   14171:          goes that CODE]         $.lineno(line number in that file, where
                   14172:          CODE starts. may be negative)
                   14173: 
1.95      moko     14174: 2004-02-25  paf
                   14175: 
1.116     moko     14176:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   14177:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     14178: 
                   14179:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   14180:          produces hash of column=>1
                   14181: 
                   14182:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   14183:          with incomplete errno constants set
                   14184: 
                   14185: 2004-02-24  paf
                   14186: 
                   14187:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   14188:          "man select"
                   14189: 
                   14190:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   14191: 
                   14192:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   14193: 
                   14194:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   14195: 
1.116     moko     14196:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     14197: 
                   14198:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   14199:          unix: steps to work on unix [extracted 'to']
                   14200: 
                   14201:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   14202: 
                   14203:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   14204: 
1.116     moko     14205:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14206:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   14207:          unix [testing on solaris]
1.95      moko     14208: 
                   14209: 2004-02-20  paf
                   14210: 
                   14211:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   14212:          pointing that out
                   14213: 
                   14214:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   14215:          fixed again [same solution, mistanenly removed one line]
                   14216: 
                   14217: 2004-02-19  paf
                   14218: 
                   14219:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   14220:          date::create from bad datetime in spring daylightsaving hole now
                   14221:          OK for all platforms [on some platforms it failed]
                   14222: 
                   14223:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   14224:          in daylightsaving hole] now throws error
                   14225: 
                   14226:        * src/classes/date.C: comment: mistake fixed
                   14227: 
                   14228: 2004-02-18  paf
                   14229: 
                   14230:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   14231:          now renderes in $request:charset, but in header puts
                   14232:          $response:charset todo: make that default only so that coder
                   14233:          could override that
                   14234: 
                   14235:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   14236:          turns off omit-xml-declaration
                   14237: 
                   14238:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   14239:          /.xsl for sample
                   14240: 
                   14241: 2004-02-17  paf
                   14242: 
                   14243:        * src/classes/xdoc.C: beauty: needless helper class removed
                   14244: 
                   14245:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   14246:          copied extra time
                   14247: 
                   14248:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   14249:          part of libxml
                   14250: 
                   14251:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   14252:          libxml to do the work] <xsl:output        method="html"
                   14253:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   14254:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   14255:          />
                   14256: 
                   14257:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   14258: 
                   14259:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   14260:          caused assertion
                   14261: 
                   14262:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   14263:          could hang. now such add does nothing, sub clears $hash
                   14264: 
                   14265:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   14266:          not made quoted-printable
                   14267: 
                   14268:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   14269:          string invariant
                   14270: 
                   14271: 2004-02-16  paf
                   14272: 
                   14273:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   14274:          cleared [were not cleared properly]
                   14275: 
                   14276: 2004-02-13  paf
                   14277: 
1.116     moko     14278:        * src/include/pa_version.h: prerelease
1.95      moko     14279: 
                   14280:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   14281:          used, introducing dependencies timestamp check
                   14282: 
                   14283:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14284:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   14285:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   14286:          .xsl.stamp now not used, introducing dependencies timestamp check
                   14287: 
1.150     moko     14288:        * configure.in: auto.p: @conf made relative
1.95      moko     14289: 
                   14290: 2004-02-12  paf
                   14291: 
                   14292:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   14293:          ruined empty <input type=file> submits. parser thought there were
                   14294:          nameless empty file and $form:field got value of type 'file'
                   14295: 
                   14296:        * INSTALL: --without-threads
                   14297: 
                   14298:        * src/include/pa_sapi.h: 2004
                   14299: 
                   14300: 2004-02-11  paf
                   14301: 
                   14302:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14303:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14304:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14305:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14306:          classes/response.C, classes/string.C, classes/table.C,
                   14307:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14308:          include/pa_array.h, include/pa_cache_managers.h,
                   14309:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14310:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   14311:          include/pa_dictionary.h, include/pa_dir.h,
                   14312:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   14313:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   14314:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   14315:          include/pa_request_charsets.h, include/pa_request_info.h,
                   14316:          include/pa_socks.h, include/pa_sql_connection.h,
                   14317:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   14318:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   14319:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14320:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14321:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   14322:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   14323:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   14324:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   14325:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   14326:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14327:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   14328:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   14329:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   14330:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14331:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   14332:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   14333:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14334:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   14335:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14336:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14337:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   14338:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   14339:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   14340:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   14341:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   14342:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14343:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14344:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14345:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14346:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14347:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14348:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14349:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14350:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14351:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14352:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14353:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   14354: 
                   14355:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   14356:          debug version of gc.dll
                   14357: 
                   14358:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14359:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   14360:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   14361:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   14362:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   14363:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   14364:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   14365:          processes
                   14366: 
                   14367:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   14368:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   14369:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   14370:          changes to reflect libxml xsl new folders
                   14371: 
                   14372:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14373:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14374:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   14375:          to reflect libxml xsl new folders
                   14376: 
                   14377:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   14378:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   14379:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   14380:          types/types.vcproj: started changes to reflect libxml xsl new
                   14381:          folders
                   14382: 
                   14383:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   14384:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   14385:          src/main/compile.tab.C, src/main/main.vcproj,
                   14386:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   14387:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   14388:          started changes to reflect libxml xsl new folders
                   14389: 
                   14390: 2004-02-10  paf
                   14391: 
                   14392:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   14393:          compile. recommened latest libxml up to date
                   14394: 
                   14395:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   14396:          pattern compilation errors", on which spent 4 hours worktime. use
                   14397:          versions higher than that. recommended now latest up to date
                   14398: 
                   14399: 2004-02-06  paf
                   14400: 
                   14401:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   14402:          beauty: unified destructing style
                   14403: 
                   14404:        * src/main/untaint.C: beauty: removed old def/ifdef
                   14405: 
                   14406:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   14407:          now
                   14408: 
                   14409: 2004-02-03  paf
                   14410: 
                   14411:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   14412:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   14413:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   14414:          then %ld/%lu
                   14415: 
                   14416:        * src/main/pa_common.C: typo: %l -> %u
                   14417: 
                   14418:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   14419:          in attributes or documents-results of transform now not &#04xx;
                   14420: 
                   14421:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   14422: 
                   14423:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   14424: 
                   14425:        * src/main/pa_charset.C: beauty: uncomment
                   14426:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   14427:          libraries
                   14428: 
                   14429: 2004-02-02  paf
                   14430: 
                   14431:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   14432:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   14433: 
                   14434:          $cookie:example[        $.value[]       $.expires[session]
                   14435:          $.path[/there/]         $.domain[test.com] ]
                   14436: 
                   14437:        * src/types/pa_vform.C: bugfix: empty values with
                   14438:          enctype=multipart/form-data now produce entries in $form:tables
                   14439:          <form method=post enctype=multipart/form-data> <input type=hidden
                   14440:          name=a> <input type=hidden name=b>
                   14441: 
                   14442:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   14443:          <hr> <pre>$request:body
                   14444: 
                   14445: 2004-01-30  paf
                   14446: 
                   14447:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   14448:          or documents-results of transform now not &#04xx;
                   14449: 
                   14450:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   14451:          produce exception.
                   14452: 
                   14453:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   14454:          bugfix: ^date::create[invalid fields now produce exception.
                   14455: 
                   14456:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   14457:          year] now produces exception. todo: check other fields
                   14458: 
                   14459: 2004-01-29  paf
                   14460: 
                   14461:        * src/include/pa_memory.h: typo error
                   14462: 
                   14463:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   14464:          more byte then specified, then zeroed it << useless and
                   14465:          potentially harmful(could gpf)
                   14466: 
                   14467: 2004-01-22  paf
                   14468: 
                   14469:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   14470: 
                   14471:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   14472:          optimization
                   14473: 
                   14474:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   14475:          [were bug: ^taint[1 & 2]="1 &2"
                   14476: 
                   14477:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   14478:          errors
                   14479: 
                   14480:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   14481:          overflow
                   14482: 
                   14483:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   14484:          error-reporting code * in parser-error reporting code [when no
                   14485:          @unhandled_exception defined]
                   14486: 
                   14487:          fixed in one place: my *snprintf override
                   14488: 
                   14489: 2004-01-13  paf
                   14490: 
1.211     moko     14491:        * operators.ru.txt, operators.txt: typo erro
1.95      moko     14492: 
                   14493: 2003-12-25  paf
                   14494: 
                   14495:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   14496:          garbled  [pieces after zero bytes were removed]
                   14497: 
                   14498: 2003-12-22  paf
                   14499: 
1.116     moko     14500:        * src/include/Makefile.am: bugfix: removed from dist:
                   14501:          src/include/pa_config_auto.h which were configured for
1.95      moko     14502:          make-dist-platform and badly updated proper config file in target
                   14503:          [when .tar used for updating existing source tree]
                   14504: 
1.211     moko     14505:        * ChangeLog, operators.ru.txt, operators.txt, src/classes/op.C,
1.95      moko     14506:          src/include/pa_sql_connection.h,
                   14507:          src/include/pa_sql_driver_manager.h,
                   14508:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   14509:          feature: sql introducing ability to transcode charsets
                   14510: 
                   14511: 2003-12-19  paf
                   14512: 
                   14513:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   14514:          error message
                   14515: 
                   14516:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   14517:          structure for libxml now allocated properly
                   14518: 
                   14519: 2003-12-17  paf
                   14520: 
                   14521:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   14522: 
                   14523:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   14524: 
                   14525:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   14526: 
                   14527:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   14528:          unreported xmlGenericErrors]
                   14529: 
                   14530: 2003-12-15  paf
                   14531: 
                   14532:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   14533:          works}
                   14534: 
                   14535: 2003-12-11  paf
                   14536: 
1.211     moko     14537:        * operators.ru.txt, operators.txt, src/types/pa_vstatus.C:
                   14538:          !$status:pid process id
1.95      moko     14539:              !$status:tid thread id
                   14540: 
                   14541:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14542:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   14543:          bugfix(solaris): removed dependency on object initialization
                   14544:          order [one more place]
                   14545: 
                   14546:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14547:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   14548:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   14549:          understand that
                   14550: 
                   14551:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14552:          classes/xdoc.C, include/pa_cache_managers.h,
                   14553:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14554:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   14555:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   14556:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   14557:          ctor call [relying on implicit String::Body(cstr) call]
                   14558: 
                   14559:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   14560:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   14561:          object initialization order [two places]
                   14562: 
                   14563: 2003-12-10  paf
                   14564: 
                   14565:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   14566:          << time now ok
                   14567: 
1.211     moko     14568:        * operators.ru.txt, operators.txt,
                   14569:          src/main/pa_sql_driver_manager.C,
1.95      moko     14570:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   14571:          operational
                   14572: 
1.211     moko     14573:        * ChangeLog, operators.ru.txt, operators.txt, src/classes/xdoc.C,
1.95      moko     14574:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   14575:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   14576:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   14577:          back operational
                   14578: 
                   14579: 2003-12-02  paf
                   14580: 
                   14581:        * src/types/pa_vmail.C: bugfix:
                   14582:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   14583:          as-is forced]
                   14584: 
                   14585:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   14586:          exceptions out of libxml callbacks: reimplemented error handling
                   14587:          of http://localhost, parser://method and safemode check callbacks
                   14588: 
                   14589:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   14590:          [merged from HEAD]
                   14591: 
                   14592:        * src/classes/image.C: nothing: comment removed
                   14593: 
                   14594:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   14595:          addresses to int
                   14596: 
                   14597: 2003-12-01  paf
                   14598: 
                   14599:        * src/main/pa_xml_io.C: bugfix: typo
                   14600: 
                   14601:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   14602: 
                   14603:        * src/classes/xdoc.C: bugfix: typo
                   14604: 
                   14605:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   14606:          exception
                   14607: 
                   14608:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   14609: 
                   14610: 2003-11-28  paf
                   14611: 
                   14612:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   14613:          all xml documents read
                   14614: 
                   14615:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   14616: 
                   14617:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14618:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14619:          replaced original open mech of xdoc::create & co to use libxml
                   14620:          open, so that this would work for root document todo: safe mode
                   14621:          checks to libxml: ideally to some 1 point
                   14622: 
                   14623:        * src/main/pa_xml_io.C: comment
                   14624: 
1.211     moko     14625:        * operators.ru.txt, operators.txt, src/main/pa_xml_io.C: leading /
                   14626:          in http://parser[abscent params]
1.95      moko     14627: 
1.211     moko     14628:        * operators.ru.txt, operators.txt, src/include/pa_request.h,
                   14629:          src/main/pa_xml_io.C: works.  todo: maybe replace original open
                   14630:          mech of xdoc::create & co to use libxml open, so that this would
                   14631:          work for root document
1.95      moko     14632: 
                   14633:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   14634:          "parser://method/params/here"> <test>   &test^; </test> }]
                   14635: 
                   14636:          ^taint[^xdoc.string[]]
                   14637: 
                   14638:          @method[param] <!ENTITY test
                   14639:          "test-entity-value+$form:user+$param!">
                   14640: 
                   14641: 2003-11-27  paf
                   14642: 
                   14643:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   14644: 
                   14645:        * src/classes/date.C: bugfix: typo error
                   14646: 
                   14647: 2003-11-26  paf
                   14648: 
1.211     moko     14649:        * operators.ru.txt, operators.txt, src/include/Makefile.am,
                   14650:          src/include/pa_globals.h, src/main/Makefile.am,
                   14651:          src/main/main.vcproj, src/main/pa_globals.C,
                   14652:          src/main/pa_request.C, src/include/pa_xml_io.h,
                   14653:          src/main/pa_xml_io.C: simplification: xml errors to
                   14654:          hash<thread_id,error> reorganization: xml io moved  to
                   14655:          pa_xml_io.C/h
1.95      moko     14656: 
                   14657:        * src/types/pa_value.h: warnings: --
                   14658: 
                   14659: 2003-11-25  paf
                   14660: 
                   14661:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   14662:          whatever)
                   14663: 
                   14664:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   14665:          a, (c?x:y, z)
                   14666: 
                   14667:        * src/main/untaint.C: bugfix: consequences of not reading this
                   14668:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   14669:          <= 0 ==> none    */
                   14670: 
                   14671:        * src/include/pa_array.h: removed needless checks
                   14672: 
                   14673: 2003-11-24  paf
                   14674: 
                   14675:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   14676:          removed limit: now $form:xxx can be accessed anytime, even in
                   14677:          @auto/conf [and request/response:charset still can be changed
                   14678:          anytime]
                   14679: 
                   14680:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   14681:          now not transcodes response body
                   14682: 
1.211     moko     14683:        * operators.ru.txt, operators.txt, src/types/pa_vxnode.C,
                   14684:          src/types/pa_vxnode.h: $xdoc[^xdoc::create[test]]
                   14685:          $tn[^xdoc.createTextNode[text node value]]
                   14686:          $dummy[^xdoc.firstChild.appendChild[$tn]]
1.95      moko     14687:          $xdoc.firstChild.firstChild.nodeValue[different]
                   14688:          ^taint[^xdoc.string[]]
                   14689: 
                   14690:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   14691:          workaround: static Hash::allocates -> static Hash_allocates
                   14692: 
                   14693: 2003-11-21  paf
                   14694: 
1.116     moko     14695:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   14696:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   14697:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     14698: 
                   14699:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   14700: 
                   14701:        * src/classes/mail.C: bugfix: typo
                   14702: 
                   14703:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     14704:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   14705:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   14706:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   14707:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     14708:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   14709: 
                   14710:        * src/main/pa_exec.C: bug in safe mode
                   14711: 
                   14712:        * src/include/Makefile.am: pa_xml_exception.h
                   14713: 
                   14714:        * src/targets/isapi/parser3isapi.C: more warnings --
                   14715: 
                   14716: 2003-11-20  paf
                   14717: 
                   14718:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   14719:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   14720:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   14721:          --
                   14722: 
                   14723:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   14724:          more warnings --
                   14725: 
                   14726:        * src/classes/xdoc.C: more warnings --
                   14727: 
                   14728:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   14729: 
                   14730:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   14731:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   14732: 
                   14733:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14734:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   14735:          classes/table.C, include/pa_cache_managers.h,
                   14736:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   14737:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   14738:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   14739:          --
                   14740: 
                   14741:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   14742:          can't report problem (undefined @unhandled_exception) problem
                   14743:          source string were not reported
                   14744: 
                   14745:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14746:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14747:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14748:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14749:          classes/response.C, classes/string.C, classes/table.C,
                   14750:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14751:          include/pa_array.h, include/pa_cache_managers.h,
                   14752:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14753:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14754:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14755:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   14756:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   14757:          include/pa_request.h, include/pa_request_charsets.h,
                   14758:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   14759:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14760:          include/pa_stack.h, include/pa_string.h,
                   14761:          include/pa_stylesheet_connection.h,
                   14762:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14763:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14764:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14765:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   14766:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14767:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   14768:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   14769:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   14770:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   14771:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14772:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14773:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   14774:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14775:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   14776:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   14777:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   14778:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   14779:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   14780:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14781:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14782:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14783:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   14784:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14785:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14786:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14787:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14788:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14789:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14790:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14791:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14792:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14793:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14794:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14795:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   14796:          const IDENT
                   14797: 
                   14798:        * src/: include/pa_array.h, include/pa_pool.h,
                   14799:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   14800:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   14801:          types/pa_wcontext.h: more warnings --
                   14802: 
                   14803:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   14804:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   14805:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14806:          classes/memory.C, classes/op.C, classes/string.C,
                   14807:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   14808:          include/pa_config_includes.h, include/pa_operation.h,
                   14809:          include/pa_sql_connection.h, include/pa_table.h,
                   14810:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   14811:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   14812:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   14813:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   14814:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   14815:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   14816:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   14817:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   14818:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   14819:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   14820:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   14821:          types/pa_vmail.C, types/pa_vobject.C,
                   14822:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14823:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14824:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   14825:          on all projects (except libltdl=off & libsdbm=level3) found
                   14826:          several unitialized vars
                   14827: 
                   14828: 2003-11-19  paf
                   14829: 
                   14830:        * src/classes/op.C: more ansi C++ comp
                   14831: 
1.211     moko     14832:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   14833:          src/include/pa_request.h, src/main/pa_request.C:
                   14834:          ^cache[...]{body}{catch block with $exception.handled[cache]
                   14835:          meaning "get expired cache, if any. else error"}
1.95      moko     14836: 
                   14837:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   14838:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   14839:          ^cache[...]{body}{catch code with $exception.cache field}
                   14840: 
                   14841: 2003-11-12  paf
                   14842: 
                   14843:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   14844:          [copy/paste bug]
                   14845: 
                   14846: 2003-11-11  paf
                   14847: 
                   14848:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   14849:          failed]
                   14850: 
                   14851: 2003-11-10  paf
                   14852: 
                   14853:        * src/types/pa_vconsole.h: flush
                   14854: 
1.211     moko     14855:        * operators.ru.txt, operators.txt, src/main/pa_request.C,
                   14856:          src/types/Makefile.am, src/types/types.vcproj,
                   14857:          src/types/pa_vconsole.h: $console:line read/write  [for nntp]
1.95      moko     14858: 
1.211     moko     14859:        * operators.ru.txt, operators.txt: mysql: transaction support:
                   14860:          ?autocommit=0
1.95      moko     14861: 
1.211     moko     14862:        * operators.ru.txt, operators.txt: comment: updated
1.95      moko     14863: 
                   14864:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   14865:          serialize version and exipire now removes entries
                   14866: 
1.211     moko     14867:        * operators.ru.txt, operators.txt: ^hashfile.delete[] removes files
                   14868:          altogether [and dir, if could]
1.95      moko     14869: 
                   14870:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   14871:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   14872:          removes files altogether [and dir, if could]
                   14873: 
                   14874:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   14875:          nonexistent pair. .c coded that that was error. fixed
                   14876: 
                   14877:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   14878:          file.access [regretfull can't split it to different exceptions
                   14879:          without modifying sdbm source wich would prefer not to]
                   14880: 
                   14881: 2003-11-07  paf
                   14882: 
                   14883:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14884:          classes/hashfile.C, classes/image.C, classes/table.C,
                   14885:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   14886:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   14887:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   14888:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   14889:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   14890:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   14891:          destructing objects at request processing end
                   14892: 
                   14893: 2003-11-06  paf
                   14894: 
                   14895:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   14896:          updates
                   14897: 
                   14898:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   14899:          to include sdbm
                   14900: 
1.116     moko     14901:        * src/include/: pa_config_includes.h, pa_version.h: our
                   14902:          replacements of max& co only for cpp
1.95      moko     14903: 
                   14904:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   14905:          upper dir, .am updated
                   14906: 
                   14907:        * tests/todo.txt: hashfile: done
                   14908: 
1.211     moko     14909:        * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C:
                   14910:          hashfile: clear & expiration [time in value. todo: move time to
                   14911:          key]
1.95      moko     14912: 
                   14913:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   14914: 
                   14915:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   14916:          to do that in foreach, no errors, but surely wrong]
                   14917: 
1.211     moko     14918:        * operators.ru.txt, operators.txt, src/types/pa_vhashfile.C,
1.95      moko     14919:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   14920: 
1.211     moko     14921:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   14922:          src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14923:          src/types/pa_vhashfile.h: hashfile: foreach
1.95      moko     14924: 
                   14925:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
1.211     moko     14926:          src/types/pa_vhashfile.h, operators.ru.txt, operators.txt:
                   14927:          hashfile: hash
1.95      moko     14928: 
1.211     moko     14929:        * operators.ru.txt, operators.txt, src/classes/hashfile.C,
                   14930:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   14931:          tests/todo.txt: hashfile: delete
1.95      moko     14932: 
                   14933:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   14934:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14935:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   14936:          get/put [raw]
                   14937: 
                   14938:        * src/: classes/op.C, main/pa_os.C: just linked
                   14939: 
                   14940:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   14941:          XmlException changes
                   14942: 
                   14943:        * src/: include/pa_charset.h, include/pa_globals.h,
                   14944:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   14945:          XmlException changes
                   14946: 
                   14947:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   14948: 
                   14949:        * src/: include/pa_common.h, include/pa_exception.h,
                   14950:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   14951:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   14952:          main/pa_xml_exception.C: locking move to pa_os [along with
                   14953:          pa_sleep] apr-impl locking done
                   14954: 
1.211     moko     14955:        * configure, configure.in, operators.ru.txt, operators.txt,
                   14956:          parser3.sln, src/classes/classes.vcproj, src/classes/hashfile.C,
1.95      moko     14957:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   14958:          src/include/pa_exception.h, src/include/pa_globals.h,
                   14959:          src/include/pa_memory.h, src/include/pa_version.h,
                   14960:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   14961:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   14962:          src/main/compile.tab.C, src/main/main.vcproj,
                   14963:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   14964:          src/types/Makefile.am, src/types/pa_vhash.C,
                   14965:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   14966:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   14967:          again with sdbm from apache
                   14968: 
                   14969: 2003-11-05  paf
                   14970: 
                   14971:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14972:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   14973:          \parser3project dir anymore
                   14974: 
                   14975:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   14976:          thoughtlessly from xalan]
                   14977: 
                   14978:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   14979:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   14980:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   14981: 
                   14982:        * src/main/helpers/CaseFolding.txt:
                   14983:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   14984: 
                   14985: 2003-11-04  paf
                   14986: 
1.211     moko     14987:        * operators.ru.txt, operators.txt: comment: ^mail:send[$.options[
1.95      moko     14988: 
                   14989:        * src/classes/table.C: compiled on unix
                   14990: 
1.116     moko     14991:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     14992: 
                   14993:        * src/classes/mail.C: compiled on unix
                   14994: 
1.211     moko     14995:        * operators.ru.txt, operators.txt, src/classes/mail.C,
                   14996:          src/types/pa_vmail.C, src/types/pa_vmail.h:     !^mail:send[
1.95      moko     14997:                  $.options[unix: string to append to sendmail command
                   14998:          line]
                   14999: 
1.211     moko     15000:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15001:          src/main/pa_string.C, tests/todo.txt: ^table.save[...
                   15002:          $.separator[^#09]          $.encloser["] <nothing> by default
                   15003: 
                   15004:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15005:          tests/todo.txt: ^table::load         !$.separator[^#09]
                   15006:          !$.encloser["] <nothing> by default
1.95      moko     15007: 
                   15008: 2003-11-03  paf
                   15009: 
1.211     moko     15010:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15011:          src/main/pa_common.C: ^table::load[; options:
                   15012:          !$.column-separator[^#09]         !$.column-encloser["]
1.95      moko     15013: 
1.211     moko     15014:        * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95      moko     15015:          src/types/pa_vrequest.C: $request:document-root
                   15016: 
                   15017:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   15018:          [already included into uri=xxx]
                   15019: 
1.211     moko     15020:        * operators.ru.txt, operators.txt, src/classes/image.C,
                   15021:          tests/todo.txt: ^image.gif[filename] for $response:download
1.95      moko     15022: 
                   15023:        * src/classes/date.C: minor precaution
                   15024: 
1.211     moko     15025:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   15026:          !^date::unix-timestamp()
1.95      moko     15027:              !^date.unix-timestamp[]
                   15028: 
                   15029: 2003-10-30  paf
                   15030: 
1.211     moko     15031:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   15032:          src/types/pa_vdate.h: merged from 3.0.8: ^date.roll[TZ;GMT]
                   15033:          $date.hour
1.95      moko     15034: 
                   15035:        * src/classes/: date.C, image.C: improvement diagnostics:
                   15036:          $now[^date::create[$undefined]] now is error
                   15037: 
                   15038:        * src/main/pa_common.C: read errors would now be reported 'actually
                   15039:          read -1 bytes'
                   15040: 
                   15041: 2003-10-24  paf
                   15042: 
                   15043:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   15044:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   15045:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   15046:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   15047: 
                   15048: 2003-10-22  paf
                   15049: 
                   15050:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   15051: 
                   15052: 2003-10-21  paf
                   15053: 
1.211     moko     15054:        * operators.ru.txt, operators.txt, src/include/pa_string.h,
                   15055:          src/main/pa_string.C: fixed: string.match[g] without <'> option
                   15056:          produced columns with NULL's, which gpf'ed at table.save time
1.95      moko     15057: 
                   15058:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   15059:          recoursion' message with intensive throw-catches fixed: incorrect
                   15060:          name and line (one name upper then needed) in error message about
                   15061:          problems inside try block
                   15062: 
                   15063: 2003-10-10  paf
                   15064: 
                   15065:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   15066:          check offset argument for validity did that in String::Body::pos
                   15067:          myself http://i2/tasks/edit/?id=4577425257580789777
                   15068: 
                   15069: 2003-10-07  paf
                   15070: 
                   15071:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   15072:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   15073: 
                   15074: 2003-10-03  paf
                   15075: 
                   15076:        * parser3.sln, src/include/pa_dictionary.h,
                   15077:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   15078:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   15079:          precalculating cstr&length
                   15080: 
                   15081: 2003-10-02  paf
                   15082: 
                   15083:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15084:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   15085:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   15086:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   15087: 
                   15088: 2003-09-30  paf
                   15089: 
                   15090:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   15091:          occurrances after lang-mismatched
                   15092: 
                   15093: 2003-09-29  paf
                   15094: 
                   15095:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   15096:          helper
                   15097: 
                   15098:        * src/main/pa_string.C: string::serialize bug fix with
                   15099:          zero-terminator
                   15100: 
                   15101:        * src/classes/table.C: ^nameless_table.save column row now has no
                   15102:          \t at the end
                   15103: 
                   15104:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15105:          @postprocess  now takes $response:body/download
                   15106: 
                   15107:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   15108:          error message
                   15109: 
                   15110:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   15111: 
                   15112:        * src/classes/table.C: bugfix: flip: must produce nameless
                   15113:          http://i2/tasks/edit/?id=4573405524674081244
                   15114: 
                   15115:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   15116:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   15117: 
                   15118:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   15119:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   15120: 
                   15121: 2003-09-26  paf
                   15122: 
                   15123:        * src/main/untaint.C: removed needless field
                   15124: 
                   15125:        * src/main/untaint.C: removed needless const
                   15126: 
                   15127:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   15128:          String.for_each bug fixed [omited one-char cases]
                   15129: 
                   15130:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   15131:          runtime-executor stack were cleared... BADLY
                   15132: 
                   15133:        * src/main/pa_string.C: ^stirng.replace code used old
                   15134:          param-convention on langs.append, fixed that search fo the like,
                   15135:          found none
                   15136: 
                   15137:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   15138:          string::serialize/deserialize implemented Language enum assigned
                   15139:          meaningful letters [more convinient for debugging. read warning
                   15140:          before adding/changing anything]
                   15141: 
                   15142: 2003-09-25  paf
                   15143: 
                   15144:        * src/: include/pa_string.h, include/pa_version.h,
                   15145:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   15146:          differences on unix
                   15147: 
                   15148:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   15149:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   15150:          src/classes/xdoc.C, src/classes/xnode.C,
                   15151:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   15152:          src/include/pa_charsets.h, src/include/pa_common.h,
                   15153:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   15154:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   15155:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   15156:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   15157:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   15158:          src/main/compile_tools.h, src/main/pa_charset.C,
                   15159:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   15160:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15161:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   15162:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   15163:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   15164:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   15165:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   15166: 
                   15167:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   15168:          functions aligned to that of eeparser3 look
                   15169: 
                   15170:        * src/lib/cord/cordprnt.c: removed warnings
                   15171: 
                   15172: 2003-09-24  paf
                   15173: 
                   15174:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15175:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   15176:          include/pa_cache_managers.h, include/pa_charset.h,
                   15177:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   15178:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   15179:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15180:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   15181:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   15182:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15183:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   15184:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   15185:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   15186:          types/pa_vxnode.C: v() functions of String::Body,
                   15187:          String::Languages and String itself StringBody->String::Body
                   15188: 
                   15189:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15190:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   15191:          never optimized anything.  todo: somehow speed up harder cases:
                   15192:          concatenationA+concatenationB when last block of A and first of B
                   15193:          contain same letters
                   15194: 
                   15195:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15196:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   15197:          blocks of same char [CORD_append_block]
                   15198: 
                   15199:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15200:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   15201:          save space by extending blocks when appending block with c ==
                   15202:          lastblock.c
                   15203: 
                   15204:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   15205:          working yet :( but more working &understood :)
                   15206: 
                   15207:        * src/: classes/table.C, include/pa_string.h,
                   15208:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   15209: 
                   15210: 2003-09-23  paf
                   15211: 
                   15212:        * src/main/untaint.C: $a[ok!] $a works!
                   15213: 
                   15214:        * src/main/untaint.C: something even more works :)
                   15215: 
                   15216:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   15217:          something more works :)
                   15218: 
                   15219:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   15220:          lib/cord/cordxtra.c: something already works :)
                   15221: 
                   15222:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   15223:          serialize&deserialize
                   15224: 
                   15225:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15226:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   15227:          main/untaint.C: main idea implemented, details left
                   15228: 
                   15229: 2003-09-22  paf
                   15230: 
                   15231:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   15232: 
                   15233:        * src/classes/xnode.C: copy/paste comment bugfix
                   15234: 
                   15235:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   15236:          allocator returns 0, just die.
                   15237:          http://i2/tasks/edit/?id=4570798492410259445
                   15238: 
                   15239:        * src/classes/xdoc.C: copy/paste comment bugfix
                   15240: 
                   15241:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   15242:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   15243:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   15244:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   15245: 
                   15246:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   15247:          chars due to bitwise operation signed-char error]
                   15248: 
                   15249: 2003-09-19  paf
                   15250: 
                   15251:        * src/types/pa_wcontext.C: output message: more practical
                   15252:          suggestion
                   15253: 
1.211     moko     15254:        * src/main/pa_common.C, operators.ru.txt, operators.txt: merged
1.95      moko     15255:          $f[^file::load[binary;http://...]] $f.tables
                   15256: 
                   15257: 2003-09-02  paf
                   15258: 
                   15259:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   15260:          flush stdout without referencing 'stdout' symbol. to hell with
                   15261:          non-ansi libraries without 'stdout' symbol
                   15262: 
                   15263:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   15264:          unix (users reported problems with some old libc)
                   15265: 
                   15266:        * src/types/pa_vdate.h: forgot initializer
                   15267: 
                   15268: 2003-09-01  paf
                   15269: 
                   15270:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   15271:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   15272:          zone]
                   15273: 
                   15274:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   15275: 
                   15276: 2003-08-19  paf
                   15277: 
                   15278:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   15279:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   15280:          simplified a little
                   15281: 
                   15282:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   15283:          [lost fix from 3.0.8]
                   15284: 
                   15285:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   15286:          visible here }
                   15287: 
                   15288:          bug fix
                   15289: 
                   15290:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   15291: 
                   15292:        * src/main/compile.tab.C: initialized couple of variables about
                   15293:          which user reported runtime problems when parser were compiled
                   15294:          with VC7, warning level4.  study shows that later in bison
                   15295:          they've fixed that. would migrate to latest bison someday
                   15296: 
                   15297:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   15298:          recoding headers)
                   15299: 
                   15300:        * src/types/pa_vmail.C: works as before, same charset problems:
                   15301:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   15302:          anything for now
                   15303: 
                   15304:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   15305:          problems with body
                   15306: 
                   15307:        * src/types/pa_vmail.C: mail_receive just compiled
                   15308: 
                   15309: 2003-08-18  paf
                   15310: 
                   15311:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   15312:          main/main.vcproj, types/types.vcproj: win32: continued process
                   15313:          detaching from \parser3project directory
                   15314: 
                   15315:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   15316:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   15317:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   15318:          src/lib/pcre/pcre_dftables.dsp,
                   15319:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   15320:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   15321:          src/types/types.dsp: moved to MSVC 7
                   15322: 
                   15323:        * gnu.vcproj.vspscc, parser3.vssscc,
                   15324:          src/classes/classes.vcproj.vspscc,
                   15325:          src/lib/cord/cord.vcproj.vspscc,
                   15326:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   15327:          src/lib/md5/md5.vcproj.vspscc,
                   15328:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   15329:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   15330:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   15331:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   15332:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   15333:          moved to MSVC 7
                   15334: 
                   15335:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   15336:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   15337:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   15338:          src/lib/pcre/pcre_dftables.vcproj,
                   15339:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   15340:          src/targets/cgi/parser3.vcproj,
                   15341:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   15342:          new VS project files
                   15343: 
                   15344:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   15345:          .NET to detect Jalindi Igloo capabilities.
                   15346: 
                   15347:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     15348:          src/classes/classes.awk, src/doc/footer.htm,
                   15349:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   15350:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     15351:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   15352:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   15353: 
                   15354: 2003-08-15  paf
                   15355: 
                   15356:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15357:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   15358: 
                   15359:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   15360:          non-ascii <yyy> now encoded correctly
                   15361: 
                   15362: 2003-07-29  paf
                   15363: 
1.116     moko     15364:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   15365:          dist
1.95      moko     15366: 
                   15367:        * src/types/pa_vmail.C: just started --with-mail-receive
                   15368: 
                   15369: 2003-07-28  paf
                   15370: 
1.116     moko     15371:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   15372:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     15373: 
                   15374:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   15375: 
                   15376: 2003-07-25  paf
                   15377: 
                   15378:        * src/doc/footer.htm: year
                   15379: 
                   15380: 2003-07-24  paf
                   15381: 
                   15382:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   15383:          fix
                   15384: 
                   15385:        * src/include/pa_version.h: release
                   15386: 
1.116     moko     15387:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     15388: 
                   15389:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   15390:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   15391:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   15392:          getting rid of win32xml pseudo project
                   15393: 
                   15394:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   15395: 
1.116     moko     15396:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
1.211     moko     15397:          configure.in, operators.ru.txt, operators.txt, parser3.dsw,
1.95      moko     15398:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     15399:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     15400:          src/classes/classes.C, src/classes/classes.awk,
                   15401:          src/classes/classes.dsp, src/classes/classes.h,
                   15402:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15403:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15404:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15405:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15406:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15407:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15408:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   15409:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     15410:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   15411:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15412:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   15413:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   15414:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   15415:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15416:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15417:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   15418:          src/include/pa_operation.h, src/include/pa_pool.h,
                   15419:          src/include/pa_pragma_pack_begin.h,
1.95      moko     15420:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   15421:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   15422:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   15423:          src/include/pa_sql_connection.h,
                   15424:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   15425:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   15426:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15427:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     15428:          src/include/pa_uue.h, src/lib/Makefile.am,
                   15429:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   15430:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   15431:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   15432:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     15433:          src/lib/cord/include/ec.h,
                   15434:          src/lib/cord/include/private/Makefile.am,
                   15435:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     15436:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   15437:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     15438:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     15439:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   15440:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15441:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   15442:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   15443:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15444:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   15445:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     15446:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   15447:          src/main/pa_request.C, src/main/pa_socks.C,
                   15448:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15449:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     15450:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   15451:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   15452:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   15453:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   15454:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   15455:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   15456:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     15457:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   15458:          src/targets/isapi/parser3isapi.dsp,
                   15459:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     15460:          src/types/pa_junction.h, src/types/pa_method.h,
                   15461:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     15462:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15463:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15464:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15465:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15466:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15467:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15468:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15469:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   15470:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   15471:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   15472:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15473:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15474:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15475:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15476:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15477:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15478:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15479:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15480:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15481:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15482:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15483:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15484:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   15485:          HEAD
                   15486: 
                   15487:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   15488:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   15489:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   15490:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   15491:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   15492:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   15493:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   15494:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   15495:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   15496:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   15497:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   15498:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   15499:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   15500:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   15501:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   15502:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   15503:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   15504:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   15505:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   15506:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   15507:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15508:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   15509:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   15510:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   15511:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   15512:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   15513:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   15514:          outputs/create-dir, results/001.processed, results/002.processed,
                   15515:          results/003.processed, results/004.processed,
                   15516:          results/005.processed, results/006.processed,
                   15517:          results/007.processed, results/008.processed,
                   15518:          results/009.processed, results/010.processed,
                   15519:          results/011.processed, results/012.processed,
                   15520:          results/013.processed, results/014.processed,
                   15521:          results/015.processed, results/016.processed,
                   15522:          results/017.processed, results/018.processed,
                   15523:          results/019.processed, results/020.processed,
                   15524:          results/021.processed, results/022.processed,
                   15525:          results/023.processed, results/024.processed,
                   15526:          results/025.processed, results/026.processed,
                   15527:          results/027.processed, results/028.processed,
                   15528:          results/029.processed, results/030.processed,
                   15529:          results/031.processed, results/032.processed,
                   15530:          results/033.processed, results/034.processed,
                   15531:          results/035.processed, results/036.processed,
                   15532:          results/037.processed, results/038.processed,
                   15533:          results/039.processed, results/040.processed,
                   15534:          results/041.processed, results/042.processed,
                   15535:          results/043.processed, results/044.processed,
                   15536:          results/045.processed, results/046.processed,
                   15537:          results/047.processed, results/048.processed,
                   15538:          results/049.processed, results/050.processed,
                   15539:          results/051.processed, results/052.processed,
                   15540:          results/053.processed, results/054.processed,
                   15541:          results/055.processed, results/056.processed,
                   15542:          results/057.processed, results/058.processed,
                   15543:          results/059.processed, results/060.processed,
                   15544:          results/061.processed, results/062.processed,
                   15545:          results/063.processed, results/064.processed,
                   15546:          results/065.processed, results/066.processed,
                   15547:          results/067.processed, results/068.processed,
                   15548:          results/069.processed, results/070.processed,
                   15549:          results/071.processed, results/072.processed,
                   15550:          results/073.processed, results/074.processed,
                   15551:          results/075.processed, results/076.processed,
                   15552:          results/077.processed, results/078.processed,
                   15553:          results/079.processed, results/080.processed,
                   15554:          results/081.processed, results/082.processed,
                   15555:          results/083.processed, results/084.processed,
                   15556:          results/085.processed, results/086.processed,
                   15557:          results/087.processed, results/088.processed,
                   15558:          results/089.processed, results/090.processed,
                   15559:          results/091.processed, results/092.processed,
                   15560:          results/093.processed, results/094.processed,
                   15561:          results/095.processed, results/096.processed,
                   15562:          results/097.processed, results/098.processed,
                   15563:          results/099.processed, results/100.processed,
                   15564:          results/101.processed, results/102.processed,
                   15565:          results/103.processed, results/104.processed,
                   15566:          results/105.processed, results/106.processed,
                   15567:          results/107.processed, results/108.processed,
                   15568:          results/109.processed, results/110.processed,
                   15569:          results/111.processed, results/112.processed,
                   15570:          results/113.processed, results/114.processed,
                   15571:          results/115.processed, results/116.processed,
                   15572:          results/117.processed, results/118.processed,
                   15573:          results/119.processed, results/120.processed,
                   15574:          results/121.processed, results/122.processed,
                   15575:          results/123.processed, results/124.processed,
                   15576:          results/125.processed, results/126.processed,
                   15577:          results/127.processed, results/128.processed,
                   15578:          results/129.processed, results/130.processed,
                   15579:          results/131.processed, results/132.processed,
                   15580:          results/133.processed, results/134.processed,
                   15581:          results/135.processed, results/136.processed,
                   15582:          results/137.processed, results/138.processed,
                   15583:          results/139.processed, results/140.processed,
                   15584:          results/141.processed: merged(copied) to HEAD from template_gc
                   15585: 
                   15586:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   15587:          towards \parser3project not having to be in root
                   15588: 
                   15589:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   15590:          module compiled [were minor unnecessary changes in lib/md5
                   15591:          interface]
                   15592: 
                   15593:        * src/include/pa_version.h: release
                   15594: 
                   15595:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   15596: 
                   15597:        * src/classes/math.C: merged uuid bugfix
                   15598: 
                   15599:        * tests/: 141.html, results/141.processed: fixed bug with
                   15600:          too-small-a-buffer
                   15601: 
                   15602:        * src/classes/math.C: uuid bugfix
                   15603: 
                   15604:        * tests/: 141.html, Makefile, results/005.processed,
                   15605:          results/030.processed, results/075.processed,
                   15606:          results/078.processed: to reflect date format change (were -
                   15607:          become ' ')
                   15608: 
                   15609:        * src/classes/math.C: uuid bugfix
                   15610: 
                   15611:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   15612:          debug/release changes
                   15613: 
                   15614:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   15615: 
                   15616: 2003-07-23  paf
                   15617: 
                   15618:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15619:          renamed a little [to move to comman naming conv]
                   15620: 
1.116     moko     15621:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   15622:          build
1.95      moko     15623: 
                   15624:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   15625:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15626:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   15627:          stack top_index() fixed
                   15628: 
                   15629:        * src/main/pa_globals.C: minor style changes
                   15630: 
                   15631:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   15632:          closing/caching fixed [connections were not closed/put to cache]
                   15633: 
                   15634: 2003-07-22  paf
                   15635: 
                   15636:        * INSTALL: gc part updated stightly
                   15637: 
                   15638:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   15639:          new sapi interface
                   15640: 
                   15641:        * src/classes/file.C: comment on OS
                   15642: 
                   15643:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   15644:          one deeper in cord lib]
                   15645: 
                   15646:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   15647: 
                   15648:        * src/main/pa_memory.C: out of memory is no longer coredump
                   15649: 
                   15650:        * INSTALL: disable-threads adviced
                   15651: 
                   15652: 2003-07-21  paf
                   15653: 
1.116     moko     15654:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     15655: 
                   15656:        * src/classes/file.C: file::exec/cgi environment variables now must
                   15657:          be UPPERCASE and A-Z 0-9 _-
                   15658: 
                   15659:        * src/classes/file.C: env passing fixed
                   15660: 
                   15661:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   15662: 
                   15663:        * src/main/pa_common.C: http:// CRLF now
                   15664: 
                   15665: 2003-07-02  paf
                   15666: 
1.211     moko     15667:        * operators.ru.txt, operators.txt, src/types/pa_vstatus.C: renamed
                   15668:          $memory:status fields to reflect their real meaning
1.95      moko     15669: 
                   15670: 2003-06-27  paf
                   15671: 
                   15672:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   15673:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   15674:          file::exec/cgi .charset
                   15675: 
                   15676: 2003-06-26  paf
                   15677: 
                   15678:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   15679:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   15680:          src/classes/table.C: fixed several uninitialized local
                   15681:          structures.  notably ^hash.foreach now inserts delimiters
                   15682:          properly [were inserting it before first body]
                   15683: 
                   15684: 2003-06-24  paf
                   15685: 
                   15686:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   15687: 
                   15688: 2003-06-20  paf
                   15689: 
1.211     moko     15690:        * operators.ru.txt, operators.txt, src/include/pa_globals.h,
                   15691:          src/main/pa_common.C, src/main/pa_globals.C: introducing
1.95      moko     15692:          $f[^file::load[binary;http://...]] $f.tables
                   15693: 
                   15694: 2003-06-06  paf
                   15695: 
                   15696:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   15697:          table. [were method lookup: inconsistent]
                   15698: 
                   15699: 2003-06-02  paf
                   15700: 
                   15701:        * src/include/pa_memory.h: empty string clone fixed to return
                   15702:          writable memory
                   15703: 
                   15704:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   15705:          were not appended] which violated string invariant
                   15706: 
                   15707: 2003-05-30  paf
                   15708: 
                   15709:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   15710:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   15711: 
                   15712:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   15713:          GMT  ; RFC 822, updated by RFC 1123
                   15714: 
                   15715:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   15716:          targets/isapi/parser3isapi.C: initialized request_info properly
                   15717: 
                   15718:        * src/classes/xnode.C: found minor bug, commended for future
                   15719: 
                   15720: 2003-05-28  paf
                   15721: 
                   15722:        * src/classes/form.C: request_info.content_length can't be <0,
                   15723:          size_t for some time
                   15724: 
                   15725: 2003-05-26  paf
                   15726: 
                   15727:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   15728:          forgotten <0 changed to !=STRING_NOT_FOUND
                   15729: 
                   15730:        * src/classes/math.C: merged ffffu from HEAD
                   15731: 
                   15732: 2003-05-11  paf
                   15733: 
                   15734:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   15735: 
                   15736:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   15737:          premature doc free.  transformed document had xmlDoc reference
                   15738:          stored to non-gc-memory (libgdome) added holding-reference
                   15739: 
                   15740: 2003-04-29  paf
                   15741: 
                   15742:        * src/main/pa_globals.C: started digging on double free.  on win32
                   15743:          found that that's perfectly normal.
                   15744: 
                   15745: 2003-04-25  paf
                   15746: 
                   15747:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   15748: 
                   15749:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   15750: 
                   15751:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   15752:          print anything.  changed to quicker and simplier code
                   15753: 
                   15754:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   15755:          strict a check]
                   15756: 
                   15757:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   15758: 
                   15759: 2003-04-24  paf
                   15760: 
                   15761:        * src/include/pa_table.h: too strict assert loosened
                   15762: 
                   15763:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   15764:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   15765:          report
                   15766: 
                   15767: 2003-04-21  paf
                   15768: 
1.116     moko     15769:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     15770: 
                   15771:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   15772:          memory
                   15773: 
                   15774:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   15775:          xmlMallocAtomic [author agreed to my suggestion], used that
                   15776: 
                   15777:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   15778: 
                   15779:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   15780:          types/pa_vmail.C: attributed_meaning_to_string added
                   15781:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   15782:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   15783:          made that param obligatory
                   15784: 
                   15785:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   15786:          fixed [assert helped]
                   15787: 
                   15788:        * src/include/pa_string.h: assert added [looking for bug]
                   15789: 
                   15790:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   15791:          names on Win32 considered disk-global
                   15792: 
                   15793:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   15794:          considered disk-global
                   15795: 
                   15796: 2003-04-18  paf
                   15797: 
                   15798:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   15799:          filenames
                   15800: 
                   15801:        * src/main/untaint.C: enabled '~' letter in filenames
                   15802: 
                   15803: 2003-04-16  paf
                   15804: 
                   15805:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   15806: 
                   15807:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   15808:          HEAD
                   15809: 
1.116     moko     15810:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     15811: 
                   15812: 2003-04-15  paf
                   15813: 
1.211     moko     15814:        * operators.ru.txt, operators.txt, src/classes/math.C,
                   15815:          src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c, tests/141.html,
1.95      moko     15816:          tests/results/141.processed: merged from head ^math:uuid[]
                   15817:          ^math:uid64[] ^math:md5[string]
                   15818: 
                   15819:          test added: 141.html
                   15820: 
1.211     moko     15821:        * operators.ru.txt, operators.txt, src/classes/math.C:
                   15822:          ^math:uid64[]
1.95      moko     15823: 
                   15824:        * src/classes/math.C: ^math:uuid[]
                   15825: 
1.211     moko     15826:        * operators.ru.txt, operators.txt, src/classes/math.C: ^math:uuid[]
1.95      moko     15827: 
1.211     moko     15828:        * operators.ru.txt, operators.txt, src/classes/math.C,
                   15829:          src/lib/md5/pa_md5.h, src/lib/md5/pa_md5c.c: ^math:md5[string]
                   15830:          16-byte digest
                   15831: 
                   15832:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   15833:          src/include/pa_common.h, src/include/pa_config_fixed.h,
                   15834:          src/main/pa_common.C: ^file::load[mode;name;     $.offset
                   15835:          $.limit
1.95      moko     15836: 
                   15837: 2003-04-14  paf
                   15838: 
                   15839:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15840:          started ^math:md5
                   15841: 
                   15842:        * src/classes/table.C, src/include/pa_array.h,
                   15843:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   15844:          tests/results/140.processed: table $.reverse option works in
                   15845:          create&co table $.distinct[tables] bug fix merged
                   15846: 
                   15847:        * src/: classes/table.C, include/pa_table.h: table
                   15848:          $.distinct[tables] bug fixed
                   15849: 
                   15850:        * src/classes/table.C: more warnings
                   15851: 
                   15852:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   15853:          removed checks in table::set_current, moved them back to
                   15854:          table::locate implemented table::create/join ñ $.reverse
                   15855: 
                   15856:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   15857:          removed checks in table::set_current, moved them back to
                   15858:          table::locate
                   15859: 
                   15860: 2003-04-11  paf
                   15861: 
1.211     moko     15862:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   15863:          src/classes/table.C, src/include/pa_array.h,
                   15864:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   15865:          src/include/pa_string.h, src/include/pa_table.h,
                   15866:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15867:          src/main/pa_string.C, src/main/pa_table.C: merged from HEAD from
1.95      moko     15868:          before_append_array_limit_sense_change to
                   15869:          after_append_array_limit_sense_change
                   15870: 
                   15871:        * src/classes/table.C: typo
                   15872: 
1.211     moko     15873:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   15874:          src/classes/table.C, src/include/pa_array.h,
                   15875:          src/include/pa_common.h, src/include/pa_config_includes.h,
                   15876:          src/include/pa_globals.h, src/include/pa_table.h,
                   15877:          src/main/pa_array.C, src/main/pa_globals.C,
                   15878:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15879:          src/main/pa_string.C, src/main/pa_table.C:
                   15880:          append_array_limit_sense_change locate accepts options same as
                   15881:          create new option: $.reverse(1)   [do not work in table::create]
1.95      moko     15882: 
                   15883:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   15884:          (stat xxx,
                   15885: 
                   15886:        * src/classes/: table.C: typo
                   15887: 
                   15888:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   15889:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   15890:          results/130.processed, results/131.processed,
                   15891:          results/132.processed, results/133.processed,
                   15892:          results/134.processed, results/135.processed,
                   15893:          results/136.processed, results/137.processed,
                   15894:          results/138.processed, results/139.processed: added few mustfail
                   15895:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   15896:          date/time 132.html mustfail: access to junction outside of
                   15897:          context 133.html mustfail: access to junction outside of context,
                   15898:          case version 134.html mustfail: hash: adding a key inside of
                   15899:          foreach 135.html mustfail: modifying system class 136.html
                   15900:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   15901:          appendChild without import 138.html mustfail: invalid encoding
                   15902:          inside of xml 139.html mustfail: bad XPath
                   15903: 
1.211     moko     15904:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   15905:          tests/084.html, tests/125.html, tests/126.html, tests/127.html,
                   15906:          tests/128.html, tests/129.html, tests/results/125.processed,
1.95      moko     15907:          tests/results/126.processed, tests/results/127.processed,
                   15908:          tests/results/128.processed, tests/results/129.processed: merged
                   15909:          from HEAD ^table.hash[key][$.distinct[tables]]
                   15910: 
                   15911:          maked appropriate tests [changed one old nonconforming]
                   15912: 
1.211     moko     15913:        * operators.ru.txt, operators.txt, src/classes/table.C:
1.95      moko     15914:          ^table.hash[key][$.distinct[tables]]
                   15915: 
                   15916:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15917:          merged fix for found very old xml (dom) bug: were passing
                   15918:          domString objects and later ERROREOUSLY freed them
                   15919: 
                   15920:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   15921:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   15922:          libgdome bug can not be worked around
                   15923: 
                   15924: 2003-04-10  paf
                   15925: 
                   15926:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15927:          found very old xml (dom) bug: were passing domString objects and
                   15928:          later ERROREOUSLY freed them
                   15929: 
                   15930:        * src/doc/string.dox, src/include/pa_memory.h,
                   15931:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   15932:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   15933:          tests/123.html, tests/124.html, tests/results/001.processed,
                   15934:          tests/results/002.processed, tests/results/003.processed,
                   15935:          tests/results/004.processed, tests/results/005.processed,
                   15936:          tests/results/006.processed, tests/results/008.processed,
                   15937:          tests/results/009.processed, tests/results/010.processed,
                   15938:          tests/results/011.processed, tests/results/012.processed,
                   15939:          tests/results/013.processed, tests/results/014.processed,
                   15940:          tests/results/015.processed, tests/results/016.processed,
                   15941:          tests/results/017.processed, tests/results/018.processed,
                   15942:          tests/results/020.processed, tests/results/021.processed,
                   15943:          tests/results/022.processed, tests/results/023.processed,
                   15944:          tests/results/024.processed, tests/results/025.processed,
                   15945:          tests/results/026.processed, tests/results/027.processed,
                   15946:          tests/results/028.processed, tests/results/029.processed,
                   15947:          tests/results/030.processed, tests/results/031.processed,
                   15948:          tests/results/032.processed, tests/results/033.processed,
                   15949:          tests/results/034.processed, tests/results/035.processed,
                   15950:          tests/results/036.processed, tests/results/037.processed,
                   15951:          tests/results/038.processed, tests/results/039.processed,
                   15952:          tests/results/040.processed, tests/results/041.processed,
                   15953:          tests/results/042.processed, tests/results/043.processed,
                   15954:          tests/results/044.processed, tests/results/045.processed,
                   15955:          tests/results/046.processed, tests/results/047.processed,
                   15956:          tests/results/048.processed, tests/results/049.processed,
                   15957:          tests/results/050.processed, tests/results/051.processed,
                   15958:          tests/results/052.processed, tests/results/053.processed,
                   15959:          tests/results/054.processed, tests/results/055.processed,
                   15960:          tests/results/056.processed, tests/results/057.processed,
                   15961:          tests/results/058.processed, tests/results/059.processed,
                   15962:          tests/results/060.processed, tests/results/061.processed,
                   15963:          tests/results/062.processed, tests/results/063.processed,
                   15964:          tests/results/064.processed, tests/results/065.processed,
                   15965:          tests/results/066.processed, tests/results/067.processed,
                   15966:          tests/results/068.processed, tests/results/069.processed,
                   15967:          tests/results/070.processed, tests/results/071.processed,
                   15968:          tests/results/072.processed, tests/results/073.processed,
                   15969:          tests/results/074.processed, tests/results/075.processed,
                   15970:          tests/results/076.processed, tests/results/077.processed,
                   15971:          tests/results/078.processed, tests/results/079.processed,
                   15972:          tests/results/080.processed, tests/results/081.processed,
                   15973:          tests/results/082.processed, tests/results/083.processed,
                   15974:          tests/results/084.processed, tests/results/085.processed,
                   15975:          tests/results/086.processed, tests/results/087.processed,
                   15976:          tests/results/088.processed, tests/results/089.processed,
                   15977:          tests/results/090.processed, tests/results/091.processed,
                   15978:          tests/results/092.processed, tests/results/093.processed,
                   15979:          tests/results/094.processed, tests/results/095.processed,
                   15980:          tests/results/096.processed, tests/results/097.processed,
                   15981:          tests/results/101.processed, tests/results/102.processed,
                   15982:          tests/results/104.processed, tests/results/105.processed,
                   15983:          tests/results/106.processed, tests/results/107.processed,
                   15984:          tests/results/108.processed, tests/results/109.processed,
                   15985:          tests/results/110.processed, tests/results/111.processed,
                   15986:          tests/results/112.processed, tests/results/113.processed,
                   15987:          tests/results/114.processed, tests/results/115.processed,
                   15988:          tests/results/116.processed, tests/results/117.processed,
                   15989:          tests/results/118.processed, tests/results/119.processed,
                   15990:          tests/results/120.processed, tests/results/121.processed,
                   15991:          tests/results/122.processed, tests/results/123.processed,
                   15992:          tests/results/124.processed: new convention: char* never 0.
                   15993:          assert in cord on that
                   15994: 
                   15995:        * src/main/pa_charset.C: couple more asserts
                   15996: 
                   15997:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   15998:          speedup
                   15999: 
                   16000:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   16001:          added [may be those is the case now?]
                   16002: 
                   16003:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   16004:          that's memory from gc_malloc, not from g_malloc :(, but would
                   16005:          hope]
                   16006: 
                   16007:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   16008:          that's memory from gc_malloc, not from g_malloc :(, but would
                   16009:          hope]
                   16010: 
                   16011:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   16012: 
                   16013: 2003-04-09  paf
                   16014: 
                   16015:        * src/classes/date.C: merged ^date.roll changes
                   16016: 
                   16017:        * src/classes/date.C: ^date.roll bug fix
                   16018: 
                   16019:        * src/classes/date.C: ^date.roll now throws less errors: month
                   16020:          shifts handles end of month situation by reducing day number
                   16021:          hour-hole shift reduces hour to recover
                   16022: 
                   16023:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   16024:          Sort by function time
                   16025: 
1.211     moko     16026:        * operators.ru.txt, operators.txt, src/main/pa_charset.C,
                   16027:          src/main/pa_common.C: http://   $.charset[] param done
1.95      moko     16028: 
                   16029:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   16030:          added [after volatile fix. passes on win&intel-solaris]
                   16031: 
                   16032: 2003-04-08  paf
                   16033: 
                   16034:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   16035:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   16036:          include/pa_common.h, include/pa_request_charsets.h,
                   16037:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16038:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   16039:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   16040:          types/pa_vresponse.C: started http://   $.charset[] param and
                   16041:          http response charset detection just compiled.  todo:test
                   16042: 
                   16043:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   16044: 
                   16045:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   16046:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   16047:          types/pa_vmail.C: changed transcode param converntion  along with
                   16048:          string creating convention -- all strings are zero-terminated,
                   16049:          this allowed to fix one remaining String("123", 2) case
                   16050: 
                   16051:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16052:          classes/op.C, classes/string.C, classes/table.C,
                   16053:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   16054:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   16055:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   16056:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   16057:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   16058:          violated String::invariant. started fixing [not compiled now]
                   16059: 
                   16060:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   16061:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   16062:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   16063:          improvements & optimizations
                   16064: 
                   16065:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   16066:          :(]
                   16067: 
                   16068:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   16069:          [for it's a pointer really]
                   16070: 
                   16071:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   16072:          'n' param. worked that around
                   16073: 
                   16074:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   16075:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   16076:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   16077:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   16078:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   16079: 
                   16080:          Thanks for the bug report and patch.
                   16081: 
                   16082:          I hadn't looked at this code in a while.  Reading it now, it
                   16083:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   16084:          comply with the invariant, though that may not matter a lot.  I
                   16085:          changed that, too.
                   16086: 
                   16087:          Hans
                   16088: 
                   16089: 2003-04-07  paf
                   16090: 
                   16091:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   16092:          merged from head:safe mode error message now includes numbers
                   16093: 
                   16094:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   16095:          problem: as_double returns it's result in fp-register compiler
                   16096:          optimizes access to that register after b->as_double, and just
                   16097:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   16098:          from memory.  _SAME_ double values do not match here.  when
                   16099:          forced to REload fp-register, values do match.
                   16100: 
                   16101:          tried to make them volatile.
                   16102: 
                   16103:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   16104:          problem: as_double returns it's result in fp-register compiler
                   16105:          optimizes access to that register after b->as_double, and just
                   16106:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   16107:          from memory.  _SAME_ double values do not match here.  when
                   16108:          forced to REload fp-register, values do match.
                   16109: 
                   16110:          tried to make them volatile.
                   16111: 
                   16112:        * src/types/pa_vobject.h: small style change
                   16113: 
                   16114:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   16115: 
                   16116:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   16117:          mode error message now includes numbers
                   16118: 
                   16119:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   16120:          now causes death
                   16121: 
                   16122: 2003-04-04  paf
                   16123: 
                   16124:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   16125:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   16126:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   16127:          Sent: Thursday, January 23, 2003 9:14 AM
                   16128: 
                   16129:          huge speedup on ^file::cgi with big result
                   16130: 
                   16131:        * src/classes/table.C: sort table with 0 rows bug fixed
                   16132: 
                   16133:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   16134:          fix http://i2/tasks/edit/?id=4493701604654042676
                   16135: 
                   16136:          @main[] $with_default[  $.a[1]  $._default[default from
                   16137:          with_default] ] ^show[$with_default]
                   16138: 
                   16139:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   16140:          =$to_add_to.xxx=<br>
                   16141: 
                   16142:          ^show[$to_add_to]
                   16143: 
                   16144:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   16145:          ^show[$cloned]
                   16146: 
                   16147:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   16148: 
                   16149:          }  <hr>
                   16150: 
                   16151:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   16152:          http://i2/tasks/edit/?id=4493701604654042676
                   16153: 
                   16154:          @main[] $with_default[  $.a[1]  $._default[default from
                   16155:          with_default] ] ^show[$with_default]
                   16156: 
                   16157:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   16158:          =$to_add_to.xxx=<br>
                   16159: 
                   16160:          ^show[$to_add_to]
                   16161: 
                   16162:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   16163:          ^show[$cloned]
                   16164: 
                   16165:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   16166: 
                   16167:          }  <hr>
                   16168: 
                   16169:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   16170:          http://i2/tasks/edit/?id=4507350336410850921
                   16171: 
                   16172:        * src/classes/xdoc.C: memory allocation func bugfix
                   16173:          http://i2/tasks/edit/?id=4499303470368629745
                   16174: 
                   16175:        * src/classes/math.C: allowed random 1...
                   16176: 
                   16177:        * src/classes/math.C: allowed random 0..
                   16178: 
                   16179:        * src/main/pa_globals.C: exif mem leak
                   16180:          http://i2/tasks/edit/?id=4480590323629807263
                   16181: 
                   16182:        * src/: classes/classes.dsp, main/main.dsp,
                   16183:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   16184:          fix http://i2/tasks/edit/?id=4493946731322521294
                   16185:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   16186: 
                   16187:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16188:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   16189:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   16190:          links to xml libs made relative, no need to unpack parser3project
                   16191:          to /parser3project.
                   16192: 
                   16193:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   16194:          column more precise - tab handling bug fixed
                   16195: 
                   16196:        * src/main/: compile.tab.C, compile.y: more understandable error
                   16197:          message in case @CLASS with more then one line inside
                   16198: 
                   16199:        * src/targets/cgi/parser3.C: more understandable error message in
                   16200:          case of errors in @unhandled_exception
                   16201: 
                   16202: 2003-04-03  paf
                   16203: 
                   16204:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   16205:          src/main/compile.tab.C, src/main/compile.y,
                   16206:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16207:          src/main/execute.C, src/main/pa_request.C: debug info format
                   16208:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   16209: 
                   16210:          higher limits:   file number (max: 255)   line number (max:
                   16211:          64535)   column number (max: 255)
                   16212: 
                   16213:        * src/classes/math.C: top limit
                   16214: 
                   16215:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   16216:          precise parse error position in case of
                   16217: 
                   16218:          ^bug ]
                   16219: 
                   16220:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   16221:          changed to realities, and passed [bug fixed]
                   16222: 
                   16223:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   16224:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   16225:          main/compile_tools.h, main/pa_request.C: introducing
                   16226:          ^process...[main-method-alias]
                   16227: 
                   16228:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   16229:          classes/string.C, classes/table.C, classes/xdoc.C,
                   16230:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   16231:          params receive zero reference, but they are expected not to look
                   16232:          there]
                   16233: 
1.211     moko     16234:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   16235:          src/classes/double.C, src/classes/file.C, src/classes/hash.C,
                   16236:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   16237:          src/classes/math.C, src/classes/memory.C, src/classes/op.C,
                   16238:          src/classes/response.C, src/classes/string.C,
                   16239:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16240:          src/classes/xnode.C, src/classes/xnode.h, src/main/execute.C,
                   16241:          src/types/pa_method.h: MethodParams& now [methods without params
                   16242:          receive zero reference, but they are expected not to look there]
                   16243: 
                   16244:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   16245:          src/include/pa_request.h, src/main/pa_request.C,
                   16246:          src/types/pa_vmethod_frame.h: ^process...[filename] useful for
                   16247:          better error reporting  [file/line/col]
1.95      moko     16248: 
                   16249:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   16250:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   16251:          '%s', it 2. method undefined in case of ^void[]
                   16252: 
                   16253:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   16254:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   16255:          handling done. now we have error columns todo: test it
                   16256: 
                   16257:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   16258:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   16259: 
                   16260:          this makes life easier: were: bad stack order -- were in
                   16261:          exception catch unwind order, which didn't match execution order
                   16262: 
                   16263:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   16264: 
                   16265:          @first[] ^throw[a;1]
                   16266: 
                   16267:          showed throw a first throw b try
                   16268: 
                   16269:          which is no good
                   16270: 
                   16271:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   16272:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   16273:          trace reset after handled exception [old bug fixed]
                   16274: 
                   16275:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   16276:          fixed.  position reporting made precise [both, in parse erros and
                   16277:          runtime errors]
                   16278: 
                   16279: 2003-04-02  paf
                   16280: 
                   16281:        * src/: include/pa_operation.h, include/pa_request.h,
                   16282:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16283:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16284:          main/pa_exception.C, main/pa_request.C: debug info: started
                   16285:          using.  todo:complete
                   16286: 
                   16287:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   16288:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16289:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16290:          main/pa_request.C: prepared debug info todo:use it
                   16291: 
                   16292:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   16293:          return Operation class->union after switching from autoptrs.
                   16294: 
                   16295:        * tests/: Makefile, results/108.processed, results/117.processed:
                   16296:          meta considered OK [it's up to coder now to remove it not needed]
                   16297: 
                   16298:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   16299:          Dictionary constructor when moved to gc]
                   16300: 
                   16301:        * src/main/pa_common.C: uncommented http:// file loading
                   16302: 
                   16303:        * src/include/pa_array.h, src/main/execute.C,
                   16304:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   16305:          fix [gdGrowingBuf]
                   16306: 
                   16307:        * configure.in, src/lib/Makefile.am: removed patches
                   16308: 
                   16309:        * configure, src/include/pa_config_auto.h.in,
                   16310:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   16311: 
                   16312:        * src/main/pa_common.C: uncommented http:// file loading
                   16313: 
                   16314:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   16315:          xdoc::create/load
                   16316: 
                   16317:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   16318:          classes/string.C, classes/table.C, classes/void.C,
                   16319:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   16320:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   16321:          String::String(str,helper_length) are checked.  found/fixed one
                   16322:          place: $request:body now zero-terminated,
                   16323: 
                   16324:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   16325:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   16326:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   16327:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   16328:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   16329:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   16330:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   16331:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   16332:          easily optimizable)
                   16333: 
                   16334:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   16335:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   16336: 
                   16337:        * src/: include/pa_array.h, include/pa_stack.h,
                   16338:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   16339:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   16340:          become assertion iterator in methodframe filler
                   16341: 
                   16342:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   16343:          targets/cgi/parser3.C: array::get/put inlined
                   16344: 
                   16345:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   16346:          gc_substitute_memory_management_functions +installed CORD_oom
                   16347:          function
                   16348: 
                   16349:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   16350:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   16351:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   16352:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   16353:          assertions started configure.in --enable-assertions
                   16354: 
                   16355: 2003-04-01  paf
                   16356: 
                   16357:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   16358:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   16359:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   16360:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   16361:          gc misses that and collects valid memory fixed by remembering
                   16362:          xmlDoc from dom object in xdoc.  todo: do something with
                   16363:          premature free of xdoc with xnodes/node values referring into it
                   16364: 
                   16365:        * src/classes/: mail.C: typo fix
                   16366: 
                   16367:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   16368:          changes
                   16369: 
                   16370:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   16371:          main/pa_memory.C: moved memory debugging to global level: to
                   16372:          pa_gc_malloc
                   16373: 
                   16374:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   16375:          debugging showed no errors. todo: debug parser memory
                   16376: 
                   16377:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   16378:          configurations
                   16379: 
                   16380:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   16381:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   16382:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   16383:          types/types.dsp: prepared xml-static configuration
                   16384: 
                   16385: 2003-03-31  paf
                   16386: 
                   16387:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   16388:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   16389:          xml lib memory debugging, simple checks failed: it seems that
                   16390:          library does realloc(bad ptr), and recording those ptrs in heap
                   16391:          [for debugging] was bad: heap situation changes = everything
                   16392:          works fine
                   16393: 
                   16394:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   16395:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   16396:          limit of 10 user-defined charsets]
                   16397: 
                   16398: 2003-03-28  paf
                   16399: 
                   16400:        * src/main/execute.C: execution stack copied to local register
                   16401:          variable, removed lots [~2e7) of memory accesses
                   16402: 
                   16403: 2003-03-27  paf
                   16404: 
                   16405:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   16406:          works in debug, but fails in release todo: fix that
                   16407: 
                   16408:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   16409:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   16410:          replacement from gc branch
                   16411: 
                   16412:        * src/main/pa_exec.C: introducing append_help_length [radical
                   16413:          improvement here]
                   16414: 
                   16415:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   16416:          'not recommened' in gc.h, on win32 noticed no difference]
                   16417: 
                   16418:        * src/include/pa_array.h: returned checked array get [were disabled
                   16419:          for debugging] result:not slower [don't understand that, it were
                   16420:          INLINED] todo: find out a way of inlining it!
                   16421: 
                   16422:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   16423:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   16424:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   16425:          convention changed: all resulting strings are zero-terminated
                   16426: 
                   16427:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   16428:          classes/string.C, classes/table.C, classes/void.C,
                   16429:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   16430:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   16431:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   16432:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   16433:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   16434:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   16435:          append_help_length [radical improvement here]
                   16436: 
                   16437:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   16438:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   16439:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   16440:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   16441:          even slower
                   16442: 
                   16443:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   16444:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   16445:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   16446:          clients of &get(): most to use non-ref version, some[in tight
                   16447:          places] to get_unchecked_ref
                   16448: 
                   16449:        * src/doc/memory.dox: forgot to add
                   16450: 
                   16451:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   16452:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   16453:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   16454:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   16455:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   16456:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   16457:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   16458:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   16459:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   16460:          func] other Array & removed
                   16461: 
                   16462: 2003-03-26  paf
                   16463: 
                   16464:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   16465:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   16466:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   16467:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16468:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   16469:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   16470:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16471:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   16472:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16473:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   16474:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   16475:          pre-evaluated .count() in some places
                   16476: 
                   16477:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16478:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   16479:          types/types.dsp: .dsp profiling updated
                   16480: 
                   16481:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   16482:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   16483:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   16484: 
                   16485:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   16486:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   16487:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   16488:          use lib/gc,lib/cord
                   16489: 
1.116     moko     16490:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   16491:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     16492:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   16493:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   16494:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16495:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     16496:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     16497:          src/lib/cord/include/Makefile.am,
1.116     moko     16498:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   16499:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   16500:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   16501:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   16502:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   16503:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   16504:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   16505:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   16506:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   16507:          funcs ported pa_exec
1.95      moko     16508: 
                   16509:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   16510: 
                   16511:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   16512:          bundled gc includes
                   16513: 
                   16514:        * src/: classes/op.C, include/pa_array.h,
                   16515:          include/pa_sql_connection.h, include/pa_string.h,
                   16516:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   16517:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   16518:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   16519:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   16520:          first real site (aval)]
                   16521: 
                   16522: 2003-03-25  paf
                   16523: 
1.211     moko     16524:        * operators.ru.txt, operators.txt,
                   16525:          src/main/pa_sql_driver_manager.C, src/types/pa_vstatus.C:
                   16526:          $status.memory used free since_compact process
1.95      moko     16527: 
                   16528:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   16529:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   16530: 
                   16531:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   16532: 
                   16533:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   16534:          src/types/pa_value.h, src/types/pa_vfile.h,
                   16535:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16536:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   16537:          tests/results/121.processed: untaint.C L_URI
                   16538: 
1.211     moko     16539:        * operators.ru.txt, operators.txt, src/classes/Makefile.am,
                   16540:          src/classes/classes.dsp, src/classes/op.C, src/main/pa_request.C,
                   16541:          src/types/Makefile.am, src/types/pa_venv.h, src/types/types.dsp,
                   16542:          src/classes/memory.C, src/types/pa_vmemory.h: ^memory:compact[]
1.95      moko     16543: 
                   16544:        * tests/results/109.processed: it was a bug in parser. updated 109
                   16545:          test result
                   16546: 
                   16547:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   16548: 
                   16549:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   16550:          tests/results/107.processed: fixed dom language [values are now
                   16551:          considered tainted.  it was a bug in parser. updated 107 test
                   16552:          result
                   16553: 
                   16554:        * src/classes/xdoc.C: fixed transform params
                   16555: 
                   16556:        * src/: include/pa_stylesheet_manager.h,
                   16557:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   16558: 
                   16559:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   16560:          overloads for structure handling
                   16561: 
                   16562:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   16563:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   16564:          StringBody(0) ambiguilty, introducting static
                   16565:          StringBody::Format(int)
                   16566: 
                   16567:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   16568:          linked
                   16569: 
                   16570:        * src/types/pa_vxdoc.C: vxdoc compiled
                   16571: 
                   16572:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   16573:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   16574:          finalizers isntalled
                   16575: 
                   16576:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   16577:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   16578:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16579:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   16580:          compiled todo: xnode.C / finalizers
                   16581: 
                   16582:        * src/doc/string.dox: updated: new string internals
                   16583: 
                   16584: 2003-03-24  paf
                   16585: 
                   16586:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16587:          include/pa_charset.h, include/pa_config_fixed.h,
                   16588:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   16589:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   16590:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16591:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   16592:          types/pa_vxnode.h: started XML
                   16593: 
                   16594:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   16595: 
                   16596:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16597:          include/pa_string.h, main/pa_common.C,
                   16598:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   16599: 
                   16600:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16601:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   16602:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   16603:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   16604:          for eq STRING_NOT_FOUND
                   16605: 
                   16606:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   16607:          optimize bit implemented
                   16608: 
                   16609:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   16610:          String::ArrayFragment::append_positions fixed
                   16611: 
                   16612:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   16613:          String::this_starts fixed
                   16614: 
                   16615:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   16616: 
                   16617:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   16618:          hashcode implemented fully, including per-char callback [it can
                   16619:          be - substr CORD node]
                   16620: 
                   16621:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   16622:          rewritten to rewalloc with 100byte buf ahead
                   16623: 
                   16624:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   16625:          src/include/pa_string.h, src/main/compile.tab.C,
                   16626:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   16627:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   16628:          CORD_ec [bad] would rewrite as realloc now
                   16629: 
                   16630:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16631:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   16632:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16633:          include/pa_common.h, include/pa_request.h,
                   16634:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   16635:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   16636:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   16637:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   16638:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   16639:          types/pa_vstateless_class.h: 2*2 worked :)
                   16640: 
                   16641:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   16642:          src/include/pa_exec.h, src/include/pa_string.h,
                   16643:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   16644:          passed OK
                   16645: 
                   16646:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16647:          types/pa_value.C: all linked todo: debug
                   16648: 
                   16649:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   16650:          types/pa_vstateless_class.C: all compiled.  todo:link
                   16651: 
                   16652:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   16653: 
                   16654:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   16655: 
                   16656:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   16657: 
                   16658:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   16659: 
                   16660:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   16661:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   16662:          pa_vstateless_class.C, pa_vstateless_class.h:
                   16663:          pa_vstateless_class.C compiled
                   16664: 
                   16665:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   16666:          types/pa_vmath.C: pa_vmail.C compiled
                   16667: 
                   16668:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   16669: 
                   16670:        * src/types/pa_vform.C: pa_vform.C compiled
                   16671: 
                   16672:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   16673: 
                   16674:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   16675:          pa_vstateless_class.C: pa_vcookie.C compiled
                   16676: 
                   16677:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   16678:          types/pa_vhash.h: pa_value.C compiled
                   16679: 
                   16680:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   16681:          classes.lib main.lib compiled
                   16682: 
                   16683:        * src/classes/void.C: void.C compiled
                   16684: 
                   16685:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   16686:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   16687:          compiled
                   16688: 
                   16689:        * src/: classes/string.C, include/pa_request.h,
                   16690:          include/pa_string.h, main/pa_string.C: string.C compiled
                   16691: 
                   16692:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   16693:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   16694:          main/pa_request.C, main/pa_string.C: op.C compiled
                   16695: 
                   16696:        * src/classes/: math.C, op.C: math.C compiled
                   16697: 
                   16698:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   16699:          types/pa_vmail.h: mail.C compiled
                   16700: 
                   16701:        * src/classes/: int.C, table.C: int.C compiled
                   16702: 
                   16703:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   16704:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   16705:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   16706:          compiled
                   16707: 
                   16708:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16709:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   16710:          include/pa_sql_connection.h: hash.C compiled
                   16711: 
                   16712:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   16713:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16714:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16715:          classes/math.C, classes/op.C, classes/response.C,
                   16716:          classes/string.C, classes/table.C, classes/void.C,
                   16717:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   16718:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16719:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   16720:          file.C table.C compiled
                   16721: 
                   16722:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   16723:          main/untaint.C: main.lib compiled
                   16724: 
                   16725: 2003-03-21  paf
                   16726: 
                   16727:        * src/: classes/op.C, include/pa_cache_managers.h,
                   16728:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16729:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   16730:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   16731:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   16732:          compiled
                   16733: 
                   16734:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   16735:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   16736:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16737:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   16738:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   16739:          pa_request.C compiled
                   16740: 
                   16741:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   16742:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   16743:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   16744:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   16745:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16746:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   16747:          compiled
                   16748: 
                   16749:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   16750:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   16751:          on unix
                   16752: 
                   16753:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16754:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   16755:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   16756:          pa_charsets.C compiled
                   16757: 
                   16758:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   16759:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   16760:          main/compile.y, main/execute.C, main/pa_common.C,
                   16761:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   16762:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   16763:          types/pa_vmethod_frame.h: execute.C compiled
                   16764: 
                   16765:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16766:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16767:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16768:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   16769:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16770:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16771:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   16772:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   16773:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16774:          include/pa_stylesheet_connection.h,
                   16775:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16776:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16777:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16778:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16779:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   16780:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   16781:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16782:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   16783:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   16784:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16785:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16786:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16787:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16788:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16789:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16790:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16791:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16792:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16793:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16794:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16795:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16796:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16797:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16798:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16799:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   16800:          [C++ CORD wrapper]
                   16801: 
                   16802:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   16803: 
                   16804:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   16805:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   16806: 
                   16807:          command line, env values, input got transcoded before call
                   16808:          stdout, stderr got transcoded after call
                   16809: 
                   16810:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   16811:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   16812: 
                   16813:        * src/main/pa_common.C: } typo bug fix
                   16814: 
                   16815:        * src/main/pa_common.C: } typo bug fix
                   16816: 
                   16817: 2003-03-20  paf
                   16818: 
                   16819:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   16820:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   16821: 
                   16822:        * src/include/pa_string.h: more tests
                   16823: 
                   16824:        * src/main/pa_string.C: string.pos fixed
                   16825: 
1.116     moko     16826:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   16827:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   16828:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   16829:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   16830:          replaces
1.95      moko     16831: 
                   16832:        * src/: classes/image.C, include/pa_dictionary.h,
                   16833:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16834:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   16835:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   16836:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   16837: 
                   16838:        * src/include/pa_string.h: warning
                   16839: 
                   16840:        * src/include/pa_string.h: this_starts fixed
                   16841: 
                   16842:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   16843:          new String ctor & append params convention
                   16844: 
                   16845:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   16846:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   16847:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   16848:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   16849:          main/pa_exception.C, main/pa_exec.C,
                   16850:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16851:          main/pa_stylesheet_manager.C, main/untaint.C,
                   16852:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   16853:          types/pa_vmail.C: more tests OK
                   16854: 
                   16855:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   16856:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   16857:          gc/exit runned OK
                   16858: 
                   16859:        * src/types/pa_vmail.C: another naming problem: should not name
                   16860:          vars like that: unpredictable close caused problems with later
                   16861:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   16862:          descriptors missing on startup: stdin; Bad file number
                   16863: 
                   16864:          todo: find out why so many filters(stream) here. probably wrong?
                   16865: 
                   16866:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   16867:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   16868:          main/untaint.C: test compiled
                   16869: 
                   16870:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   16871:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   16872:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   16873:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   16874:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   16875:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16876:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   16877:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   16878:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   16879:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   16880: 
                   16881:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   16882:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   16883:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   16884:          src/include/pa_memory.h, src/include/pa_request.h,
                   16885:          src/include/pa_request_charsets.h,
                   16886:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   16887:          src/main/compile.tab.C, src/main/execute.C,
                   16888:          src/main/pa_charset.C, src/main/pa_common.C,
                   16889:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16890:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16891:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   16892:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   16893:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   16894:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16895:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   16896:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16897:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   16898:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   16899:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16900:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   16901:          pa_common.C [done, without http for now]
                   16902: 
                   16903: 2003-03-19  paf
                   16904: 
                   16905:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   16906:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   16907:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   16908:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   16909:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   16910:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   16911:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   16912:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   16913:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16914:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   16915:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   16916:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16917:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16918:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16919:          types/pa_wwrapper.h: started test
                   16920: 
1.116     moko     16921:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   16922:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     16923: 
                   16924:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   16925:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   16926:          it
                   16927: 
                   16928:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   16929:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   16930:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   16931:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   16932:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   16933:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   16934:          types/pa_vmethod_frame.h, types/types.dsp: string
                   16935:          reimplementation with cord+array<fragment>: 70%
                   16936: 
                   16937: 2003-03-18  paf
                   16938: 
                   16939:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16940:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   16941:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   16942:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   16943:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   16944:          can ignore lang in cmp and pos really,             but would
                   16945:          split properly!
                   16946: 
                   16947:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   16948:          cord part made parser/src/lib: it's not compiled into libgc by
                   16949:          default
                   16950: 
                   16951:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   16952:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16953:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16954:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16955:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16956:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16957:          src/classes/xnode.C, src/classes/xnode.h,
                   16958:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   16959:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   16960:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   16961:          src/include/pa_exception.h, src/include/pa_exec.h,
                   16962:          src/include/pa_globals.h, src/include/pa_hash.h,
                   16963:          src/include/pa_memory.h, src/include/pa_pool.h,
                   16964:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   16965:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   16966:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16967:          src/include/pa_stylesheet_connection.h,
                   16968:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   16969:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   16970:          src/main/compile.C, src/main/compile.tab.C,
                   16971:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16972:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   16973:          src/main/pa_charsets.C, src/main/pa_common.C,
                   16974:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   16975:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   16976:          src/main/pa_pool.C, src/main/pa_request.C,
                   16977:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   16978:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   16979:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   16980:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16981:          src/types/pa_junction.h, src/types/pa_method.h,
                   16982:          src/types/pa_value.C, src/types/pa_value.h,
                   16983:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   16984:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16985:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16986:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16987:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   16988:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   16989:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   16990:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   16991:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16992:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16993:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16994:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16995:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16996:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16997:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   16998:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   16999:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   17000:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   17001:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   17002:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   17003:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   17004:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   17005:          gc: PA_Object done lots of replacements also
                   17006: 
                   17007:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   17008:          gc logging
                   17009: 
                   17010: 2003-03-17  paf
                   17011: 
                   17012:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   17013:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   17014:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   17015:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17016:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   17017:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   17018:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   17019:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17020:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17021:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   17022:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   17023:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17024:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   17025:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   17026:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17027:          types/pa_vxnode.h: libgc attempt
                   17028: 
                   17029: 2003-03-13  paf
                   17030: 
                   17031:        * src/: include/pa_sql_driver_manager.h,
                   17032:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   17033:          called
                   17034: 
                   17035:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   17036:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   17037:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   17038:          types/pa_value.h, types/pa_vobject.h,
                   17039:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   17040:          set_base, set_derived simplified [counter leaks fixed]
                   17041: 
                   17042:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   17043:          src/types/types.dsp: incorporated status class patch From:
                   17044:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   17045:          2003 8:14 AM
                   17046: 
                   17047:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   17048:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   17049:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   17050: 
                   17051: 2003-03-12  paf
                   17052: 
1.116     moko     17053:        * configure, configure.in, src/lib/ltdl/configure,
                   17054:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     17055:          lib/ltdl/Makefile now created by /configure.in only [were by
                   17056:          lib/ltdl/configure.in OVERWRITE]
                   17057: 
1.116     moko     17058:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   17059:          linkage fixed for g++ 3.2.2
1.95      moko     17060: 
                   17061:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   17062:          on using privately declared class [fixed]
                   17063: 
                   17064:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   17065:          3.2 rightliy complained on using privately declared class [fixed]
                   17066: 
                   17067:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   17068:          sigpipe before request constructor now causes death
                   17069: 
                   17070:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   17071:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   17072:          not cause exception in exception handler
                   17073: 
1.116     moko     17074:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   17075:          now default links libstdc++ statically.  that can be overriden by
                   17076:          --with-dynamic-stdcpp
1.95      moko     17077: 
                   17078: 2003-03-11  paf
                   17079: 
                   17080:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   17081:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   17082:          necessity of libstdc++
                   17083: 
                   17084:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   17085: 
                   17086:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   17087: 
                   17088: 2003-03-08  paf
                   17089: 
                   17090:        * tests/Makefile: make install & co
                   17091: 
                   17092:        * src/: include/pa_request.h, classes/op.C: removing
                   17093:          vclass,object.h -> pa_request.h dependency
                   17094: 
                   17095:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   17096:          main/pa_request.C: removing vform,response,cookie.h ->
                   17097:          pa_request.h dependency
                   17098: 
                   17099:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   17100:          dependency [testing...]
                   17101: 
                   17102:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   17103:          return 0; fixed
                   17104: 
                   17105:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   17106:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   17107: 
                   17108:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   17109: 
                   17110:        * src/main/pa_request.C: forgotten: ifdef XML
                   17111: 
                   17112:        * src/main/pa_request.C: forgotten: ifdef XML
                   17113: 
                   17114:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   17115:          win32 and run memleak tests again
                   17116: 
                   17117:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   17118:          old xml lib-- it's internal memory handling has faults
                   17119: 
                   17120:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   17121:          problems when transcode from charset A to A.
                   17122: 
                   17123:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   17124:          todo: still problems when transcode from charset A to A.
                   17125: 
                   17126:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   17127:          classes/table.C, include/pa_array.h,
                   17128:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   17129:          started full-scale-site-test [~ http://parser.ru sources]
                   17130: 
                   17131:          some fixes
                   17132: 
                   17133:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   17134:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   17135:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   17136:          results/110.processed, results/111.processed,
                   17137:          results/112.processed, results/113.processed,
                   17138:          results/114.processed, results/115.processed,
                   17139:          results/116.processed, results/117.processed,
                   17140:          results/118.processed, results/119.processed,
                   17141:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   17142:          selectSingle 111 xdoc.create from tainted & 112
                   17143:          xdoc.create/output with russian attr value 113 xpath
                   17144:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   17145:          116 output media-type change 117 transform by dom stylesheet 118
                   17146:          empty transform result 119 dom setAttribute 120 nbsp letter
                   17147:          output
                   17148: 
                   17149:          =END OF PREPARED XML TESTS=
                   17150: 
                   17151: 2003-03-07  paf
                   17152: 
                   17153:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   17154:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   17155:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   17156:          transform with params [bugs fixed]
                   17157: 
                   17158:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   17159:          from copy/paste bug
                   17160: 
                   17161:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   17162:          src/include/pa_request.h, src/main/execute.C,
                   17163:          src/main/pa_charset.C, src/main/pa_exception.C,
                   17164:          src/main/pa_globals.C, src/main/pa_request.C,
                   17165:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   17166:          src/types/pa_vxnode.C, tests/107.html,
                   17167:          tests/results/107.processed: xml: test: 107 bug fixes
                   17168: 
                   17169:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17170:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17171:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   17172: 
                   17173:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   17174:          string
                   17175: 
                   17176:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   17177:          mem alloc functions used for different cases [libxml, libxsl]
                   17178: 
                   17179:        * src/classes/classes.C: fixed: prevent system classes from
                   17180:          modification to lock ALL the classes, not only directly used
                   17181: 
                   17182:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   17183:          linked
                   17184: 
                   17185:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   17186: 
                   17187: 2003-03-06  paf
                   17188: 
                   17189:        * src/classes/xdoc.C: xdoc.C 50%
                   17190: 
                   17191:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   17192:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   17193:          main/pa_globals.C, main/pa_request.C,
                   17194:          main/pa_stylesheet_manager.C: xnode.C compiled
                   17195: 
                   17196:        * src/: include/pa_stylesheet_connection.h,
                   17197:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   17198:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   17199: 
                   17200:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   17201:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   17202:          xml: stylesheet&manager STARTED
                   17203: 
                   17204:        * src/: include/pa_globals.h, main/pa_charset.C,
                   17205:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   17206: 
                   17207:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   17208:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   17209:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   17210:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   17211:          charsets
                   17212: 
                   17213:        * tests/023.html: in some cases it rounded up badly. postponing
                   17214:          solution of that problem, making more simple test
                   17215: 
                   17216:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   17217:          -kb now
                   17218: 
                   17219:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   17220:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   17221:          moved to charsets.C
                   17222: 
                   17223: 2003-03-05  paf
                   17224: 
                   17225:        * src/classes/string.C, src/include/pa_string.h,
                   17226:          src/main/pa_string.C, tests/105.html,
                   17227:          tests/results/105.processed: String::match bug fixed
                   17228: 
                   17229:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   17230:          tests/results/104.processed: ^bpt operator added [does int3 in
                   17231:          debug build on win32]
                   17232: 
                   17233:        * tests/: 057.html, results/057.processed: test bug fixed
                   17234: 
1.116     moko     17235:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     17236: 
                   17237:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   17238:          missing
                   17239: 
1.116     moko     17240:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   17241:          forgotten files added to Makes
1.95      moko     17242: 
                   17243:        * ltmain.sh: ltmain.sh added
                   17244: 
                   17245:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   17246:          change undone ;(
                   17247: 
                   17248:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   17249:          made static
                   17250: 
                   17251:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     17252:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   17253:          todo:make linker happy
1.95      moko     17254: 
                   17255:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   17256:          env param made optional
                   17257: 
                   17258: 2003-03-04  paf
                   17259: 
                   17260:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   17261:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   17262: 
                   17263:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   17264:          results/103.processed: tests: 103 image.copy transparence test
                   17265: 
                   17266:        * src/main/execute.C, tests/101.html, tests/102.html,
                   17267:          tests/results/101.processed, tests/results/102.processed: tests:
                   17268:          101 method/variable name conflict test 102 form fields change
                   17269:          should not not change anything [bug fix]
                   17270: 
                   17271:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   17272:          results/099.processed, results/100.processed: tests: 57 date
                   17273:          create 2002: added 99,100 response:body/download
                   17274: 
                   17275:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   17276:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   17277: 
                   17278:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   17279:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   17280:          fixed]
                   17281: 
                   17282:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   17283:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   17284:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   17285:          image EXIF  [bug fixed]
                   17286: 
                   17287:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   17288:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   17289:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   17290:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   17291:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   17292:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   17293:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   17294:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   17295:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   17296:          tests/094.html, tests/095.html, tests/results/061.processed,
                   17297:          tests/results/062.processed, tests/results/063.processed,
                   17298:          tests/results/064.processed, tests/results/065.processed,
                   17299:          tests/results/066.processed, tests/results/067.processed,
                   17300:          tests/results/068.processed, tests/results/069.processed,
                   17301:          tests/results/070.processed, tests/results/071.processed,
                   17302:          tests/results/072.processed, tests/results/073.processed,
                   17303:          tests/results/074.processed, tests/results/075.processed,
                   17304:          tests/results/076.processed, tests/results/077.processed,
                   17305:          tests/results/078.processed, tests/results/080.processed,
                   17306:          tests/results/081.processed, tests/results/082.processed,
                   17307:          tests/results/083.processed, tests/results/084.processed,
                   17308:          tests/results/085.processed, tests/results/086.processed,
                   17309:          tests/results/087.processed, tests/results/088.processed,
                   17310:          tests/results/089.processed, tests/results/090.processed,
                   17311:          tests/results/091.processed, tests/results/092.processed,
                   17312:          tests/results/093.processed, tests/results/094.processed,
                   17313:          tests/results/095.processed, tests/079.html,
                   17314:          tests/results/079.processed: tests: 61 file::stat size 62
                   17315:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   17316:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   17317:          string.match simple on long 68 string.match normalized simple on
                   17318:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   17319:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   17320:          date arithmetics 75 response date values/attributes 76 string.pos
                   17321:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   17322:          with local 80 scientific numeric literal in string autoconvert 81
                   17323:          xor: logical and numerical 82 for delims 83 menu delims 84
                   17324:          table.hash distinct 85 long string  replace 86 throw+catch
                   17325:          current language preserve 87 bit shifts 88 junction tests +
                   17326:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   17327:          91 $caller test 92 junction is + def junction tests 93 $caller
                   17328:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   17329: 
                   17330:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   17331:          fixed] 60 string eq string [bug fixed]
                   17332: 
                   17333:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   17334:          058.html, 058_paf2000.png, 059.html, 060.html,
                   17335:          results/053.processed, results/054.processed,
                   17336:          results/055.processed, results/056.processed,
                   17337:          results/057.processed, results/058.processed,
                   17338:          results/059.processed, results/060.processed: test: 53
                   17339:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   17340:          date.create[string] 58 image.measure[png]
                   17341: 
                   17342:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   17343:          outputs/051.processed, results/052.processed: test: 52
                   17344:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   17345:          task: fix that
                   17346: 
                   17347: 2003-03-03  paf
                   17348: 
                   17349:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   17350:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   17351:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   17352:          outputs/049.processed, outputs/050.processed,
                   17353:          outputs/051.processed, results/001.processed,
                   17354:          results/002.processed, results/003.processed,
                   17355:          results/005.processed, results/006.processed,
                   17356:          results/008.processed, results/009.processed,
                   17357:          results/011.processed, results/012.processed,
                   17358:          results/013.processed, results/014.processed,
                   17359:          results/015.processed, results/016.processed,
                   17360:          results/017.processed, results/020.processed,
                   17361:          results/021.processed, results/022.processed,
                   17362:          results/024.processed, results/025.processed,
                   17363:          results/026.processed, results/027.processed,
                   17364:          results/028.processed, results/029.processed,
                   17365:          results/030.processed, results/031.processed,
                   17366:          results/049.processed, results/050.processed,
                   17367:          results/051.processed, results/043.processed,
                   17368:          results/044.processed, results/045.processed,
                   17369:          results/046.processed, results/047.processed,
                   17370:          results/048.processed: tests: 43,44,45 date rolls 46
                   17371:          autoevaluating junction 47 table.select 48 name with subvar 49
                   17372:          hash-creating switch 50 process 51 started parent/child, works as
                   17373:          it were but it were NOT GOOD, created separate task  to fix that
                   17374: 
                   17375:        * tests/: 042.html, results/042.processed: test: 42
                   17376:          exception.handled
                   17377: 
                   17378:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   17379:          expression
                   17380: 
                   17381:        * tests/: 040.html, results/040.processed: test: 39 method result
                   17382:          of type table 40 method param junction auto evaluate
                   17383: 
                   17384:        * tests/: 039.html, results/039.processed: test: 37 method result
                   17385:          of type table
                   17386: 
                   17387:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   17388:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   17389:          tests/038.html, tests/results/033.processed,
                   17390:          tests/results/034.processed, tests/results/035.processed,
                   17391:          tests/results/036.processed, tests/results/037.processed,
                   17392:          tests/results/038.processed: tests: 33 string.replace 34
                   17393:          string.upper 35 table created 36 local/global vars with juntions
                   17394:          37 table clone 38 math PI & number formatting
                   17395: 
                   17396:          math class registring typo fixed
                   17397: 
                   17398:        * src/classes/op.C, src/include/pa_request.h,
                   17399:          src/include/pa_string.h, src/main/execute.C,
                   17400:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   17401:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   17402:          tests/032.html, tests/results/032.processed: uchar changed to
                   17403:          String_UL in all places [was not everywhere] untaint test: 032
                   17404: 
                   17405:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   17406:          tests/results/004.processed, tests/parser-cygwin.sh,
                   17407:          tests/parser-unix.sh: removed -H command line key, now testing
                   17408:          using .sh file with SERVER_SOFTWARE=xxx
                   17409: 
                   17410: 2003-02-26  paf
                   17411: 
                   17412:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   17413:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   17414:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   17415:          tests/results/024.processed, tests/results/025.processed,
                   17416:          tests/results/026.processed, tests/results/027.processed,
                   17417:          tests/results/028.processed, tests/results/029.processed,
                   17418:          tests/results/030.processed, tests/results/031.processed: fixed
                   17419:          bug with name_cstr mutable CharPtr more tests
                   17420: 
                   17421:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   17422:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   17423:          << abort.  die now just exits
                   17424: 
                   17425:        * src/classes/classes.awk, src/classes/classes.h,
                   17426:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   17427:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   17428:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   17429:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   17430:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   17431:          src/classes/xnode.C, src/include/pa_memory.h,
                   17432:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   17433:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   17434:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   17435:          tests/017.html, tests/018.html, tests/019.html,
                   17436:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   17437:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   17438:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   17439:          tests/results/015.processed, tests/results/016.processed,
                   17440:          tests/results/017.processed, tests/results/018.processed,
                   17441:          tests/results/019.processed, tests/results/020.processed,
                   17442:          tests/results/021.processed, tests/results/022.processed,
                   17443:          tests/results/023.processed: methoded_array now contains all Mxxx
                   17444:          classes SAPI::get_env now returns info on pool more tests
                   17445: 
                   17446:        * src/include/pa_array.h, src/include/pa_hash.h,
                   17447:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   17448:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   17449:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   17450:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   17451:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   17452:          tests/results/001.processed, tests/results/002.processed,
                   17453:          tests/results/003.processed, tests/results/004.processed,
                   17454:          tests/results/005.processed, tests/results/006.processed,
                   17455:          tests/results/007.processed, tests/results/008.processed,
                   17456:          tests/results/009.processed, tests/results/010.processed,
                   17457:          tests/results/011.processed, tests/results/012.processed,
                   17458:          tests/results/013.processed, tests/results/014.processed: hash
                   17459:          cloning fixed
                   17460: 
                   17461: 2003-02-25  paf
                   17462: 
                   17463:        * src/main/pa_common.C: typo fixed
                   17464: 
                   17465: 2003-02-24  paf
                   17466: 
                   17467:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   17468:          [one remained]
                   17469: 
                   17470:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   17471:          [should have been get_string(&pool)] todo: check other such calls
                   17472: 
                   17473:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   17474:          test10, bad lookups
                   17475: 
                   17476:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   17477:          object got destructed, and xxx points to sky
                   17478: 
                   17479:        * ChangeLog, src/classes/string.C: match bug fixed
                   17480: 
                   17481:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   17482:          $.charset[specified] now
                   17483: 
                   17484:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17485:          which failed to handle sigsetjmp+throw: crashed inside of
                   17486:          pre-throw code.  rewritten simplier [though duplicating
                   17487:          closesocket code]
                   17488: 
                   17489:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17490:          which failed to handle sigsetjmp+throw: crashed inside of
                   17491:          pre-throw code.  rewritten simplier [though duplicating
                   17492:          closesocket code]
                   17493: 
                   17494: 2003-02-21  paf
                   17495: 
1.211     moko     17496:        * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C,
                   17497:          src/types/pa_vcookie.C: $cookie:name[$.expires[date << can be
                   17498:          now]]
1.95      moko     17499: 
                   17500:          written makefile with regression tests [raw]
                   17501: 
                   17502:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   17503:          tests' only [it's not forcing CGI mode now] now use -H to output
                   17504:          CGI header when parser used in command line [useful for tests
                   17505:          also]
                   17506: 
                   17507:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   17508:          switches on CGI mode, and is used in regression tests
                   17509: 
                   17510:        * src/: include/pa_request.h, main/pa_request.C,
                   17511:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   17512:          fixed
                   17513: 
                   17514:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   17515:          handling pa_*
                   17516: 
                   17517:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   17518:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   17519:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   17520:          memory handling files
                   17521: 
                   17522:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   17523: 
                   17524:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   17525:          compiles OK test to show benefits of free
                   17526: 
                   17527:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   17528:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   17529:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17530:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   17531:          use pool [as the one in ^process]
                   17532: 
                   17533:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   17534:          -- some must use pool [as the one in ^process]
                   17535: 
                   17536: 2003-02-20  paf
                   17537: 
                   17538:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17539:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17540:          classes/math.C, classes/op.C, classes/response.C,
                   17541:          classes/string.C, classes/table.C, classes/void.C,
                   17542:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   17543:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   17544:          string cmp fixed
                   17545: 
                   17546:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   17547:          values passed OK now
                   17548: 
                   17549: 2003-02-19  paf
                   17550: 
                   17551:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   17552:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   17553:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   17554:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   17555:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   17556:          all remaning leaks resulted from pooled::malloc calls [excluding
                   17557:          in gd -- planning complete rewrite extremely ugly code]
                   17558: 
                   17559:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   17560:          files
                   17561: 
                   17562: 2003-02-17  paf
                   17563: 
                   17564:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17565:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17566:          classes/response.C, classes/string.C, classes/table.C,
                   17567:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   17568:          include/pa_stylesheet_connection.h,
                   17569:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   17570:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17571:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   17572:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17573:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17574:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   17575:          of unitialized simple-typed field
                   17576: 
                   17577:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   17578:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   17579:          simple-typed field fixed.  todo: find&kill all like that one
                   17580: 
                   17581:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   17582:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   17583:          debug output fixed
                   17584: 
                   17585:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   17586:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   17587:          object_ptr from delete[them]
                   17588: 
                   17589:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   17590:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   17591:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   17592:          main/pa_charset.C, main/pa_common.C,
                   17593:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17594:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17595:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   17596:          calls
                   17597: 
                   17598:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   17599:          couple mem leaks rusulted from old pooled::malloc usage.
                   17600:          todo:find more like those
                   17601: 
                   17602:        * src/main/: compile.C, compile_tools.C: 2*2!
                   17603: 
                   17604:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   17605:          stackItem fixed [there were no string on stack before]
                   17606: 
                   17607:        * src/: main/execute.C, main/pa_request.C,
                   17608:          types/pa_vmethod_frame.C: first letters out OK
                   17609: 
                   17610:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   17611:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   17612:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   17613:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   17614:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   17615:          type not initialized with zeros :( while class fields of class
                   17616:          types initialized with default constructors.  learn C++
                   17617: 
                   17618:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   17619:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   17620:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   17621:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   17622:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   17623: 
                   17624: 2003-02-14  paf
                   17625: 
                   17626:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   17627:          13 link errors
                   17628: 
                   17629:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   17630:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17631:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17632:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   17633:          errors :)
                   17634: 
                   17635:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   17636:          classes/hash.C, classes/mail.C, classes/op.C,
                   17637:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   17638:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   17639:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   17640:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   17641: 
                   17642:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   17643:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   17644:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   17645:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   17646:          types/pa_vint.h, types/types.dsp: op compiled
                   17647: 
                   17648:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   17649:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   17650:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   17651: 
                   17652: 2003-02-07  paf
                   17653: 
                   17654:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   17655: 
                   17656: 2003-02-06  paf
                   17657: 
                   17658:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   17659:          mail compiled
                   17660: 
                   17661:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   17662:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   17663:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   17664: 
                   17665:        * src/classes/: file.C, form.C: form compiled
                   17666: 
                   17667:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   17668:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   17669:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   17670: 
                   17671:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   17672:          types/pa_vmath.h: math compiled [win32]
                   17673: 
                   17674:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   17675:          types/pa_vstring.h: hash compiled
                   17676: 
                   17677: 2003-02-04  paf
                   17678: 
                   17679:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   17680:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   17681:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   17682:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   17683:          types/pa_vhash.h: hash 50% compiled
                   17684: 
                   17685:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   17686:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   17687:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17688:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   17689:          main/pa_string.C: date compiled
                   17690: 
                   17691:        * src/classes/: classes.dsp, double.C: double compiled
                   17692: 
                   17693:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17694:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   17695:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17696:          classes/string.C, classes/table.C, classes/void.C,
                   17697:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   17698:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   17699:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   17700:          compiled
                   17701: 
                   17702:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17703:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17704:          classes/math.C, classes/op.C, classes/response.C,
                   17705:          classes/string.C, classes/table.C, classes/void.C,
                   17706:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17707:          types/pa_vvoid.h: void  compiled :)
                   17708: 
                   17709:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   17710:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17711:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17712:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   17713:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   17714:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   17715:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   17716:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   17717:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   17718:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   17719:          value_includes.h
                   17720: 
                   17721:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   17722:          trying to remove stupid value_includes.h
                   17723: 
                   17724:        * src/main/pa_exec.C: pa_exec compiled on win32
                   17725: 
                   17726:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   17727: 
                   17728:        * src/: include/pa_globals.h, include/pa_request.h,
                   17729:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   17730:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   17731:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   17732:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   17733:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   17734: 
                   17735:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   17736:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   17737:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   17738: 
                   17739:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   17740:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   17741:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   17742:          compiled
                   17743: 
                   17744:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   17745:          name conflicts)
                   17746: 
                   17747:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   17748:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   17749:          yelds "virtual memory exhausted" while trying to compile
                   17750:          execute.C [eating up to 127MB]
                   17751: 
                   17752: 2003-02-03  paf
                   17753: 
                   17754:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   17755:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   17756:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   17757:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   17758:          types/pa_vint.h, types/pa_vjunction.h,
                   17759:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   17760:          started gcc compiling pa_common compiled
                   17761: 
                   17762:        * src/: include/pa_exception.h, include/pa_pool.h,
                   17763:          main/pa_exception.C: exception gcc change #1
                   17764: 
1.116     moko     17765:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   17766:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     17767: 
                   17768:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   17769: 
                   17770:        * src/types/pa_vtable.C: vtable compiled
                   17771: 
                   17772:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   17773: 
                   17774:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   17775:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   17776: 
                   17777:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   17778: 
                   17779:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   17780: 
                   17781:        * src/types/pa_vrequest.C: vrequest compiled
                   17782: 
                   17783:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   17784:          pa_vobject.C, pa_vobject.h: vobject compiled
                   17785: 
                   17786:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   17787:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17788:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   17789:          compiled
                   17790: 
                   17791:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   17792: 
                   17793:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   17794:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   17795:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   17796:          compiled
                   17797: 
                   17798:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17799:          main.lib - 0 error(s), 0 warning(s)
                   17800: 
                   17801:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17802:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   17803: 
                   17804: 2003-01-31  paf
                   17805: 
                   17806:        * src/: include/pa_array.h, include/pa_operation.h,
                   17807:          include/pa_request.h, main/execute.C, main/main.dsp,
                   17808:          types/pa_vjunction.h: started last file from main library:
                   17809:          execute
                   17810: 
                   17811:        * src/: include/pa_request.h, include/pa_sapi.h,
                   17812:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17813:          main/pa_request.C, targets/cgi/parser3.C,
                   17814:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   17815:          types/pa_vhash.h: pa_request compiled
                   17816: 
                   17817:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   17818:          include/pa_globals.h, include/pa_request.h,
                   17819:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   17820:          main/execute.C, main/main.dsp, main/pa_common.C,
                   17821:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17822:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   17823:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   17824:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17825:          types/types.dsp: most pa_request compiled
                   17826: 
                   17827:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17828:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17829:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17830:          classes/op.C, classes/response.C, classes/string.C,
                   17831:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17832:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17833:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17834:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17835:          include/pa_dictionary.h, include/pa_dir.h,
                   17836:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17837:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   17838:          include/pa_pool.h, include/pa_request.h,
                   17839:          include/pa_request_charsets.h, include/pa_request_info.h,
                   17840:          include/pa_sapi.h, include/pa_socks.h,
                   17841:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17842:          include/pa_stack.h, include/pa_string.h,
                   17843:          include/pa_stylesheet_connection.h,
                   17844:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17845:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17846:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   17847:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   17848:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   17849:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   17850:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17851:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17852:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   17853:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17854:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17855:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17856:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17857:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17858:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   17859:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   17860:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17861:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17862:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17863:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   17864:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   17865:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17866:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17867:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17868:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17869:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17870:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   17871:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   17872:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   17873:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17874:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17875:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17876:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17877:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17878:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17879:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17880:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   17881: 
                   17882:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   17883:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   17884:          src/include/pa_charsets.h, src/include/pa_common.h,
                   17885:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   17886:          src/include/pa_exec.h, src/include/pa_pool.h,
                   17887:          src/include/pa_request.h, src/include/pa_sapi.h,
                   17888:          src/include/pa_sql_connection.h,
                   17889:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   17890:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   17891:          src/main/compile.tab.C, src/main/compile_tools.C,
                   17892:          src/main/compile_tools.h, src/main/main.dsp,
                   17893:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   17894:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   17895:          src/main/pa_exception.C, src/main/pa_exec.C,
                   17896:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   17897:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   17898:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   17899:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   17900:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   17901:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   17902:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   17903:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   17904:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   17905:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   17906:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17907:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   17908:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   17909:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   17910:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   17911:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   17912:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   17913:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   17914:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   17915:          died, long live StringPtr
                   17916: 
                   17917: 2003-01-30  paf
                   17918: 
                   17919:        * src/: include/pa_charset.h, include/pa_request.h,
                   17920:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   17921:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   17922:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   17923: 
                   17924:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   17925:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   17926:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   17927:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17928:          types/types.dsp: vstateless_class compiled
                   17929: 
                   17930:        * src/main/compile.C: compile compiled
                   17931: 
                   17932:        * src/: include/pa_array.h, include/pa_operation.h,
                   17933:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   17934:          main/pa_table.C: compile_tools compiled
                   17935: 
                   17936:        * src/: include/pa_operation.h, main/compile.y,
                   17937:          main/compile_tools.C, main/compile_tools.h: started
                   17938:          compile_tools. vagues ideas of how to free compiled code
                   17939: 
                   17940:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   17941:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   17942:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   17943:          compiled
                   17944: 
                   17945: 2003-01-29  paf
                   17946: 
                   17947:        * src/: include/pa_globals.h, include/pa_request.h,
                   17948:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17949:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   17950:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   17951:          compiled
                   17952: 
                   17953:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   17954:          now
                   17955: 
                   17956:        * src/: include/pa_array.h, include/pa_exception.h,
                   17957:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   17958: 
                   17959:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   17960:          compiled
                   17961: 
                   17962:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17963:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   17964:          types/pa_vfile.h: vfile compiled
                   17965: 
                   17966:        * src/: include/pa_common.h, include/pa_globals.h,
                   17967:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   17968:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17969:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   17970: 
                   17971:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   17972:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   17973:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17974:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17975:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   17976: 
                   17977:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   17978:          main/main.dsp, main/untaint.C: more compiled
                   17979: 
                   17980:        * src/: include/pa_charsets.h, include/pa_request.h,
                   17981:          include/pa_request_info.h, include/pa_string.h,
                   17982:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17983:          types/pa_vresponse.h: vrequest compiled
                   17984: 
                   17985:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   17986:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   17987:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   17988: 
                   17989:        * src/: classes/classes.h, include/pa_charset.h,
                   17990:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   17991:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   17992:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   17993:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   17994:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   17995:          types/pa_vrequest.C, types/pa_vrequest.h,
                   17996:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   17997:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   17998: 
                   17999:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   18000:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   18001:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   18002:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   18003:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18004:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   18005:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18006:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18007:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   18008: 
                   18009: 2003-01-28  paf
                   18010: 
                   18011:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   18012:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   18013:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   18014:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   18015:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   18016:          compile_tools
                   18017: 
                   18018:        * src/: include/pa_charset.h, include/pa_exception.h,
                   18019:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   18020:          untaint compiled
                   18021: 
                   18022:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   18023:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   18024:          more compiled.  struck with string::store_to needing to know
                   18025:          source/client charsets
                   18026: 
                   18027:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   18028:          types/pa_vfile.h: uue compiled
                   18029: 
                   18030:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   18031:          table compiled
                   18032: 
                   18033:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   18034:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   18035: 
                   18036:        * src/: include/pa_charset.h, main/pa_charset.C,
                   18037:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   18038:          introduced]
                   18039: 
                   18040:        * src/: classes/date.C, include/pa_charset.h,
                   18041:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   18042:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   18043:          pa_charsets compiled
                   18044: 
                   18045:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   18046:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   18047: 
                   18048:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   18049:          common compiled
                   18050: 
                   18051:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   18052:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   18053: 
                   18054:        * src/: include/pa_array.h, include/pa_charset.h,
                   18055:          include/pa_charsets.h, include/pa_pool.h,
                   18056:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18057:          include/pa_stack.h, include/pa_string.h,
                   18058:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   18059:          sql_driver_manager compiled
                   18060: 
                   18061:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   18062:          letter i with two dots added to koi, all ukranian letters added
                   18063:          to win1251.
                   18064: 
                   18065:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   18066:          abscent from koi]
                   18067: 
                   18068: 2003-01-27  paf
                   18069: 
                   18070:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   18071:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   18072:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   18073:          sql/pa_sql_driver.h: paused on sql_manager
                   18074: 
                   18075:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   18076:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18077:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   18078:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   18079: 
                   18080:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   18081:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18082:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   18083:          main/pa_table.C: table compiled
                   18084: 
                   18085:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   18086:          cache_managers compiled
                   18087: 
                   18088:        * src/: include/pa_array.h, include/pa_charset.h,
                   18089:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   18090: 
                   18091:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   18092: 
                   18093:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   18094:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   18095:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   18096:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   18097:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   18098: 
                   18099: 2003-01-24  paf
                   18100: 
                   18101:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   18102:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   18103:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   18104:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   18105:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   18106:          types/pa_vint.h, types/pa_vjunction.h,
                   18107:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18108:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   18109: 
                   18110:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   18111:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   18112:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   18113:          main/pa_string.C, main/pa_table.C: string compiled
                   18114: 
                   18115:        * src/: include/pa_array.h, include/pa_common.h,
                   18116:          include/pa_dictionary.h, include/pa_exception.h,
                   18117:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   18118:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   18119:          main/pa_string.C: dictionary compiled
                   18120: 
                   18121: 2003-01-23  paf
                   18122: 
                   18123:        * src/: include/pa_array.h, include/pa_common.h,
                   18124:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   18125:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   18126:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   18127:          types/pa_value.h: resurrected pool in new sense: now it's
                   18128:          factory, producing&accounting memory chunks for read[autofree]
                   18129:          buffers
                   18130: 
                   18131:        * src/: include/pa_array.h, include/pa_exception.h,
                   18132:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   18133:          main/pa_exception.C, main/pa_table.C: table compiled
                   18134: 
                   18135:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   18136:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   18137:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   18138:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   18139:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   18140:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   18141:          main/pa_table.C: aint that easy
                   18142: 
                   18143:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   18144:          main/main.dsp: continued with Hash
                   18145: 
                   18146:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   18147:          stack] now. and exception can be reported OK now [can be reported
                   18148:          outside of pro c with that stack]
                   18149: 
                   18150: 2003-01-22  paf
                   18151: 
                   18152:        * src/: include/pa_array.h, include/pa_charset.h,
                   18153:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   18154:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   18155:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   18156:          base: contains references_count.  auto_ptr template calls
                   18157:          add_ref/release
                   18158: 
                   18159: 2003-01-21  paf
                   18160: 
                   18161:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18162:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18163:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   18164:          classes/op.C, classes/response.C, classes/string.C,
                   18165:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18166:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   18167:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18168:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18169:          include/pa_dictionary.h, include/pa_dir.h,
                   18170:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18171:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18172:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18173:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18174:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18175:          include/pa_stack.h, include/pa_string.h,
                   18176:          include/pa_stylesheet_connection.h,
                   18177:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18178:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   18179:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   18180:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   18181:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18182:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   18183:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   18184:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   18185:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   18186:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18187:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18188:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   18189:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   18190:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   18191:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18192:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18193:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   18194:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18195:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   18196:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   18197:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18198:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   18199:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   18200:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18201:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18202:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18203:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18204:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18205:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   18206:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18207:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18208:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   18209:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   18210:          2002->2003
                   18211: 
                   18212: 2003-01-16  paf
                   18213: 
1.211     moko     18214:        * operators.ru.txt, operators.txt, src/include/pa_globals.h,
                   18215:          src/main/pa_common.C, src/main/pa_globals.C: http:// introducing
                   18216:          $.any-status(1)
1.95      moko     18217: 
1.211     moko     18218:        * operators.ru.txt, operators.txt, src/include/pa_config_fixed.h,
1.95      moko     18219:          src/main/pa_common.C: http request now return status. and not
                   18220:          fail on status!=200
                   18221: 
                   18222: 2003-01-15  paf
                   18223: 
                   18224:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   18225: 
                   18226: 2003-01-14  paf
                   18227: 
                   18228:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   18229:          mkinstalldirs: removed some ancient files [they in / really]
                   18230: 
                   18231:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   18232:          regretfully needed patch in two places.  in config_fixed.h made
                   18233:          stubs for lib to compile in MSVC
                   18234: 
                   18235: 2003-01-13  paf
                   18236: 
                   18237:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   18238:          configure.in(libtool) hacks
                   18239: 
1.116     moko     18240:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     18241:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   18242:          ltdl.h: moved to latest libtool (1.4.3)
                   18243: 
                   18244: 2003-01-10  paf
                   18245: 
                   18246:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   18247: 
                   18248:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   18249:          patches.        libxml2 >= 2.5.1
                   18250:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   18251:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   18252:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   18253: 
                   18254:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   18255:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   18256:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   18257:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   18258: 
                   18259: 2003-01-09  paf
                   18260: 
                   18261:        * INSTALL: xml,xslt,gdome lib urls updated
                   18262: 
                   18263:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     18264:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     18265:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     18266:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   18267:          1.7.2
1.95      moko     18268: 
                   18269:        * depcomp: moving to automake 1.7.2
                   18270: 
                   18271: 2002-12-27  paf
                   18272: 
                   18273:        * src/include/pa_version.h: 0007
                   18274: 
                   18275:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   18276:          outdated parts, made links to language docs
                   18277: 
                   18278:        * src/include/pa_config_auto.h.in: comment
                   18279: 
                   18280: 2002-12-26  paf
                   18281: 
                   18282:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   18283:          not contain trailing / fixed.
                   18284: 
                   18285:        * INSTALL: changing SAFE_MODE politics
                   18286: 
                   18287:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   18288: 
                   18289:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   18290: 
                   18291: 2002-12-25  paf
                   18292: 
                   18293:        * src/main/pa_globals.C: optimized-xml
                   18294: 
                   18295:        * src/main/pa_globals.C: optimized-as-is
                   18296: 
                   18297: 2002-12-24  paf
                   18298: 
                   18299:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   18300:          fixed [were really called with zero size when .html?a=&b=]
                   18301: 
                   18302:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   18303:          with --with-sendmail
                   18304: 
                   18305:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   18306:          fixed]
                   18307: 
                   18308: 2002-12-23  paf
                   18309: 
                   18310:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   18311:          ignoring parameters & were storing only string with default
                   18312:          expires
                   18313: 
                   18314:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   18315:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   18316:          December 23, 2002 4:22 AM Subject: bug â
                   18317:          Charset::transcode_buf2xchar
                   18318: 
                   18319: 2002-12-20  paf
                   18320: 
                   18321:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   18322:          non-cgi [script] runs
                   18323: 
                   18324: 2002-12-19  paf
                   18325: 
                   18326:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   18327:          [tested on elik]] moreover, it's not needed there [parser
                   18328:          registers charsets itself]
                   18329: 
                   18330:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   18331:          [tested on elik]]
                   18332: 
1.211     moko     18333:        * operators.ru.txt, operators.txt, src/include/pa_globals.h,
1.95      moko     18334:          src/include/pa_request.h, src/main/pa_globals.C,
                   18335:          src/main/pa_request.C: $response:download
                   18336: 
                   18337:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   18338:          compiler [win32]].
                   18339: 
                   18340: 2002-12-18  paf
                   18341: 
                   18342:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   18343: 
                   18344: 2002-12-17  paf
                   18345: 
                   18346:        * src/targets/cgi/parser3.C: merged die&iis changes
                   18347: 
                   18348:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   18349:          to exit(1) 2. more flexible iilegal call check
                   18350: 
                   18351: 2002-12-16  paf
                   18352: 
                   18353:        * ltmain.sh: some automakes silly insist on having this handy
                   18354: 
                   18355:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18356:          'p' bug fix
                   18357: 
                   18358: 2002-12-15  paf
                   18359: 
                   18360:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   18361:          'p'
                   18362: 
                   18363:        * configure.in, src/include/pa_config_auto.h.in,
                   18364:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   18365:          from branch 6 to HEAD
                   18366: 
                   18367:        * src/main/compile.C: removed warning
                   18368: 
                   18369:        * src/main/pa_common.C: ftruncate having checked
                   18370: 
                   18371:        * configure.in, src/include/pa_version.h: new version
                   18372: 
                   18373: 2002-12-14  paf
                   18374: 
                   18375:        * src/classes/table.C: removed unnecessary code
                   18376: 
                   18377:        * src/sql/pa_sql_driver.h: exception type fixed
                   18378: 
                   18379: 2002-12-09  paf
                   18380: 
                   18381:        * src/types/pa_vvoid.h: $void.store[now] error
                   18382: 
                   18383:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18384: 
                   18385:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   18386:          tries to write core dump
                   18387: 
                   18388:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   18389: 
                   18390:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18391:          classes/void.C, main/pa_sql_driver_manager.C,
                   18392:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18393:          handlers #2
                   18394: 
                   18395:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   18396:          exception handling mech in sql handlers
                   18397: 
                   18398:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   18399:          handlers
                   18400: 
                   18401:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18402:          classes/void.C, main/pa_sql_driver_manager.C,
                   18403:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   18404:          handlers
                   18405: 
1.116     moko     18406:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   18407:          to write makefile which used libtool to install things, which is
                   18408:          not needed
1.95      moko     18409: 
                   18410: 2002-12-06  paf
                   18411: 
1.211     moko     18412:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   18413:          src/types/pa_vhash.h: $hash.fields -- pseudo field to make 'hash'
                   18414:          more like 'table'
1.95      moko     18415: 
                   18416: 2002-12-05  paf
                   18417: 
                   18418:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   18419:          cc/bcc OK now
                   18420: 
                   18421:        * src/main/untaint.C: mail header closed properly
                   18422: 
                   18423:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   18424:          header ',' allowed.  still bugs in smtp [only one receiptient
                   18425:          works, cc, bcc ignored now, and MAILED ;)]
                   18426: 
                   18427:          [strncpy killed, memnchr used]
                   18428: 
                   18429:        * src/main/pa_table.C: table-copy now current=0
                   18430: 
                   18431:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   18432:          lowlevel proc
                   18433: 
                   18434:        * src/targets/cgi/parser3.C: more checks on
                   18435:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18436:          checked that now
                   18437: 
                   18438:        * src/targets/cgi/parser3.C: more checks on
                   18439:          http://domain/parser.cgi start [maybe some getenv returns "",
                   18440:          checked that now
                   18441: 
                   18442:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   18443:          out-of-mem errors reached log]
                   18444: 
                   18445:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   18446:          mail:send MIME-Version default
                   18447: 
                   18448:        * src/main/main.dsp: pa_version included into main.dsp
                   18449: 
                   18450: 2002-12-04  paf
                   18451: 
                   18452:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   18453: 
                   18454:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   18455:          lib/libltdl -> lib/ltdl Win32 changes. s
                   18456: 
                   18457:        * src/classes/classes.awk: more strict *.C$
                   18458: 
                   18459:        * gnu.dsp: restored
                   18460: 
1.116     moko     18461:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   18462:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   18463:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   18464:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   18465:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   18466:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   18467:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   18468:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   18469:          now created with /configure, not ltdl/configure, so it does have
                   18470:          no problems with automake.  ltdl/configure
                   18471:          AC_OUTPUT(Makefile<<removed)
1.95      moko     18472: 
                   18473: 2002-12-02  paf
                   18474: 
1.211     moko     18475:        * operators.ru.txt, operators.txt: removed outdated status:db
1.95      moko     18476: 
                   18477:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   18478:          src/main/pa_common.C, src/main/pa_request.C,
                   18479:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   18480:          tainted parts becomes http-header
                   18481: 
                   18482: 2002-11-29  paf
                   18483: 
1.211     moko     18484:        * src/classes/date.C, src/classes/image.C, operators.ru.txt,
                   18485:          operators.txt: exif dates now objects of type date
1.95      moko     18486: 
                   18487:        * src/classes/image.C: file.seek removed [it were used in image.C
                   18488:          only, and for parser user this  means that jpeg image has bad
                   18489:          size in fragment's header] now used image.format
                   18490: 
                   18491:        * src/: include/pa_common.h, main/pa_common.C,
                   18492:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   18493:          now handled exactly like $response:header values.  e.g. can be
                   18494:          hash [can have subattributes] & contain date values.
                   18495: 
                   18496:        * src/main/pa_common.C: http:// param values lang forced URI
                   18497: 
                   18498:        * src/main/pa_common.C: http:// tainted partes now %xx
                   18499: 
                   18500: 2002-11-28  paf
                   18501: 
1.211     moko     18502:        * operators.ru.txt, operators.txt: http.timeout
1.95      moko     18503: 
                   18504:        * src/classes/image.C: ^image.length now counts interchar space.
                   18505:          plus space after last char
                   18506: 
                   18507:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   18508: 
                   18509:        * src/classes/image.C: ^image.font width measurer now scans full
                   18510:          height [were -1]
                   18511: 
                   18512:        * configure.in: stopped double libltdl/Makefile generation
                   18513: 
                   18514:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   18515:          chars [one top horizontal line of 1pixel height were missing]
                   18516: 
                   18517:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   18518:          'false' to go into (Hash *) parameter
                   18519: 
                   18520: 2002-11-27  paf
                   18521: 
                   18522:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   18523:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   18524:          returns content-disposition: >>attachment<<
                   18525: 
                   18526:        * src/classes/image.C: ^image.font << bad font file-size now
                   18527:          properly reported
                   18528: 
                   18529: 2002-11-26  paf
                   18530: 
                   18531:        * src/main/pa_request.C: fixed lang in reponse header
                   18532: 
                   18533:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   18534: 
1.211     moko     18535:        * operators.ru.txt, operators.txt, src/main/pa_common.C: http://
                   18536:          response status!=200 made exception: http.status with source=bad
                   18537:          status#
1.95      moko     18538: 
                   18539: 2002-11-25  paf
                   18540: 
                   18541:        * configure.in, src/classes/image.C,
                   18542:          src/include/pa_config_auto.h.in,
                   18543:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     18544:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   18545:          const void related probs fixed
1.95      moko     18546: 
1.211     moko     18547:        * operators.ru.txt, operators.txt, src/main/pa_common.C: http
                   18548:          fields now UPPERCASE
1.95      moko     18549: 
                   18550:          $file[^file::load[http://there]] $file.SERVER
                   18551: 
                   18552:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   18553:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   18554:          http options [invalid onces now reported] made default
                   18555:          user-agent: paf
                   18556: 
1.211     moko     18557:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   18558:          src/classes/table.C, src/classes/xdoc.C, src/include/pa_common.h,
1.95      moko     18559:          src/include/pa_globals.h, src/main/pa_common.C,
                   18560:          src/main/pa_globals.C, src/main/pa_request.C,
                   18561:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   18562:          now understand http:// prefix and additional params, sample:
                   18563:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   18564:          $.USER-AGENT[parser3] ]]
                   18565: 
                   18566: 2002-11-22  paf
                   18567: 
                   18568:        * src/classes/image.C, src/include/pa_globals.h,
                   18569:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
1.211     moko     18570:          src/types/pa_vimage.h, operators.ru.txt, operators.txt:
                   18571:          $image.exif support $image.exif.DateTime & co
1.95      moko     18572: 
                   18573: 2002-11-21  paf
                   18574: 
                   18575:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   18576:          _PASS_APPENDED)
                   18577: 
                   18578:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   18579:          EXIF information [were big block and it's size were considered
                   18580:          negative :(]
                   18581: 
1.211     moko     18582:        * operators.ru.txt, operators.txt, src/classes/image.C,
                   18583:          src/include/pa_common.h, src/main/pa_common.C,
                   18584:          src/types/pa_vmail.C: image.measure internals rewritten. no
                   18585:          there's reader.seek, and all's ready for EXIF extraction [now we
                   18586:          fail to measure files with EXIF info]
1.95      moko     18587: 
                   18588:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   18589:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   18590:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   18591: 
                   18592: 2002-11-20  paf
                   18593: 
                   18594:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   18595: 
                   18596:        * configure.in, src/include/pa_config_auto.h.in,
                   18597:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   18598:          comment
                   18599: 
                   18600:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   18601: 
                   18602:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18603:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   18604:          currently processed document SIGPIPE >> interrupts request
                   18605:          processing [exception = DB rollback]
                   18606: 
                   18607:        * src/main/pa_exec.C: comment
                   18608: 
                   18609:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   18610: 
1.211     moko     18611:        * operators.ru.txt, operators.txt, src/classes/file.C:
                   18612:          ^file::exec/cgi[file;$.stdin[] << disable HTTP-POST repassing
1.95      moko     18613: 
                   18614:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18615:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   18616:          pipe read errors now checked
                   18617: 
                   18618: 2002-11-19  paf
                   18619: 
                   18620:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   18621:          CGI: Illegal call
                   18622: 
                   18623: 2002-11-01  paf
                   18624: 
                   18625:        * src/main/execute.C: comment
                   18626: 
                   18627: 2002-10-31  paf
                   18628: 
                   18629:        * src/main/execute.C: found out why, checked that for now.  todo:
                   18630:          find out a way for that user could do that
                   18631: 
                   18632:        * src/types/pa_vstateless_object.h: object put replaces static
                   18633:          parent if any
                   18634: 
                   18635:        * src/types/pa_vobject.C: object put replaces static parent if any
                   18636: 
                   18637:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18638:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   18639:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18640:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18641:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18642:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18643:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18644:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18645:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18646:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18647:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18648:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18649:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18650:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18651:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18652:          types/pa_wwrapper.h: static fix merged
                   18653: 
                   18654:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   18655:          $virtual_fields in dynamic, but one can reach derived
                   18656:          static[class] variable from base
                   18657: 
                   18658:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18659:          types/pa_vobject.C, types/pa_vobject.h,
                   18660:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   18661:          statics, left $virtual_fields in dynamic
                   18662: 
                   18663:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   18664:          one can't remember derivates in base class: there's so many of
                   18665:          them.  also there can be no virtual method calls in static
                   18666:          classes
                   18667: 
                   18668:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18669:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   18670:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18671:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18672:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18673:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18674:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18675:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18676:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18677:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18678:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18679:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18680:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18681:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18682:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18683:          types/pa_wwrapper.h: static call $self fixed
                   18684: 
                   18685:        * src/main/execute.C: comment
                   18686: 
                   18687:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   18688:          ^process[$caller.self]{...} now compiles to last derived object
                   18689:          part of that 'self'
                   18690: 
                   18691: 2002-10-29  paf
                   18692: 
                   18693:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   18694:          re-passing [iis to blame]
                   18695: 
                   18696:        * src/classes/string.C: changed string.save to pass current sql
                   18697:          connection to cstr thus one can ^connect[some server]{
                   18698:          $s[insert into table x (x) values (^taint[sql]{value})]
                   18699:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   18700:          properly escaped.  [tried in mssql->mysql export->import of
                   18701:          binary data]
                   18702: 
                   18703: 2002-10-25  paf
                   18704: 
                   18705:        * src/types/pa_vresponse.C: case insensitive response user fields
                   18706:          get/put
                   18707: 
                   18708:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18709:          types/pa_vresponse.C: saving for maybe-future
                   18710: 
                   18711: 2002-10-23  paf
                   18712: 
1.211     moko     18713:        * operators.ru.txt, operators.txt, src/classes/table.C:
                   18714:          ^table.hash{code}...  ^table.hash(expr)...
1.95      moko     18715: 
                   18716:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   18717: 
                   18718: 2002-10-22  paf
                   18719: 
                   18720:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   18721:          VForm::Append...(...Value)
                   18722: 
                   18723:        * src/main/execute.C: $.name outside of $name[...] checked
                   18724: 
                   18725:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   18726:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   18727: 
                   18728: 2002-10-21  paf
                   18729: 
1.211     moko     18730:        * operators.ru.txt, operators.txt, src/types/pa_vform.C,
                   18731:          src/types/pa_vform.h: $form:qtail $form:imap.x/y
1.95      moko     18732: 
1.211     moko     18733:        * operators.ru.txt, operators.txt, src/types/pa_vform.C:
                   18734:          $form:nameless = "?value&...", "...&value&...", "...&value"
1.95      moko     18735: 
1.211     moko     18736:        * operators.ru.txt, operators.txt, src/types/pa_vform.C:
                   18737:          $form:image-map
1.95      moko     18738: 
1.211     moko     18739:        * operators.ru.txt, operators.txt, src/classes/file.C:
                   18740:          /some/page.html: ^file:fullpath[a.gif] => /some/a.gif
1.95      moko     18741: 
                   18742: 2002-10-17  paf
                   18743: 
                   18744:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   18745:          a little: logical not and bitwise negation precedence made
                   18746:          highest, << and >> bitshits precedence made equal [were << higher
                   18747:          than >>]
                   18748: 
                   18749:        * src/classes/op.C: exception handling fixed [were bad with
                   18750:          contexts]
                   18751: 
                   18752: 2002-10-16  paf
                   18753: 
                   18754:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18755:          main/pa_request.C: Request::self considered equal to
                   18756:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   18757:          VMethodFrame.self()
                   18758: 
                   18759:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   18760:          $hash in open field now gives old good error meesage
                   18761: 
                   18762: 2002-10-15  paf
                   18763: 
                   18764:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   18765:          use ^if($junction is junction){was and now true}
                   18766: 
                   18767:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18768:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   18769:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   18770:          points to place where value left xml library and came to parser:
                   18771:          place of dom field extraction/call
                   18772: 
                   18773:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   18774:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18775:          types/pa_vmethod_frame.h: removed last pieces of old code
                   18776:          allowing $junction.xxx at compile time
                   18777: 
                   18778:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   18779:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   18780:          objects also considered [were only classes]
                   18781: 
                   18782:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   18783:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   18784:          with CLASS self.  [   (request&method_frame).self temporarily
                   18785:          changed   ]
                   18786: 
                   18787:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   18788:          no exception to native calls.  for&foreach changed to use
                   18789:          method_frame.caller for their var's name context
                   18790: 
                   18791:        * src/: main/execute.C, targets/cgi/parser3.C,
                   18792:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   18793:          compiling to system classes disabled
                   18794: 
1.211     moko     18795:        * operators.ru.txt, operators.txt, src/classes/op.C:
1.95      moko     18796:          ^process[$caller.CLASS]{code-string} added
                   18797: 
1.211     moko     18798:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   18799:          src/main/compile.tab.C, src/main/compile.y, src/main/execute.C,
                   18800:          src/main/pa_request.C, src/types/Makefile.am,
                   18801:          src/types/pa_vjunction.C, src/types/pa_vjunction.h,
                   18802:          src/types/pa_vmethod_frame.h, src/types/types.dsp: removed
                   18803:          $junction.get $junction.set[] introducing $caller
1.95      moko     18804: 
                   18805:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   18806:          find them lower by inheritance tree
                   18807: 
                   18808:        * src/types/pa_vjunction.C: ident
                   18809: 
                   18810: 2002-10-14  paf
                   18811: 
                   18812:        * src/classes/op.C: process compiles to code's class class
                   18813: 
                   18814:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18815:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   18816:          main/compile.y, main/execute.C, main/pa_request.C,
                   18817:          types/pa_vstateless_class.h: operators now main-class-methods
                   18818: 
                   18819:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   18820:          better stack trace [has "call" & co there]
                   18821: 
                   18822:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18823:          operators @auto now executed in MAIN context
                   18824: 
                   18825:        * src/main/execute.C: operator execution context now = MAIN, not
                   18826:          closest stack frame
                   18827: 
                   18828:          @touchit[] $i[after]
                   18829: 
                   18830:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   18831:          were 'after'
                   18832: 
                   18833:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   18834:          'after'
                   18835: 
                   18836:        * src/main/execute.C: comment
                   18837: 
                   18838:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   18839:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   18840:          action]
                   18841: 
                   18842:        * src/types/pa_vxnode.C: misreplace fixed
                   18843: 
                   18844:        * configure, configure.in, src/include/pa_config_auto.h.in,
1.211     moko     18845:          src/types/pa_vstatus.C, operators.ru.txt, operators.txt:
1.95      moko     18846:          $status:rusage.tv_secs/usecs introduced
                   18847: 
                   18848: 2002-10-09  paf
                   18849: 
                   18850:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   18851:          on empty string [or uses (default)]
                   18852: 
                   18853: 2002-10-08  paf
                   18854: 
                   18855:        * src/main/untaint.C: mail header quoted printable changed after
                   18856:          RFC reread
                   18857: 
1.211     moko     18858:        * operators.ru.txt, operators.txt: plan on ^if(method
1.95      moko     18859: 
                   18860:        * src/types/pa_vxnode.C: misreplace
                   18861: 
                   18862: 2002-09-24  paf
                   18863: 
1.116     moko     18864:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     18865: 
                   18866:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   18867:          mailreceive would compile on freebsd now
                   18868: 
                   18869:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   18870:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     18871:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   18872:          mailreceive would compile on freebsd now
1.95      moko     18873: 
                   18874:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   18875:          changed: now there are only few chars are untainted: * ? ' " < >
                   18876:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   18877:          one should use ^untaint[uri]{...} now]
                   18878: 
                   18879:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   18880:          $list.name, not tainted as filespec
                   18881: 
                   18882:          @russianindex[] #dir with files with russian-lang names
                   18883:          $where[dir]
                   18884: 
                   18885:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   18886:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   18887: 
                   18888: 2002-09-23  paf
                   18889: 
                   18890:        * src/types/pa_vdouble.h: double->int round added
                   18891: 
                   18892:        * src/classes/date.C: date bug fix, now
                   18893:          round(floatDays*secondsPerDay)
                   18894: 
                   18895:        * src/classes/date.C: date bug fix, now
                   18896:          round(floatDays*secondsPerDay)
                   18897: 
                   18898: 2002-09-20  paf
                   18899: 
                   18900:        * src/main/execute.C: code junction calls disabled [before: code
                   18901:          was compiled in such a way, that there were no code-junctions in
                   18902:          OP_CALL]
                   18903: 
                   18904:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   18905: 
                   18906:          @badjunctioncallinside[code] ^code[]
                   18907: 
                   18908:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   18909:          expanding to include ^junction.method
                   18910: 
                   18911:        * src/main/pa_common.C: -d "DIR/" now true
                   18912: 
                   18913:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   18914:          as internal xdoc encoding, and after decoding attributes set by
                   18915:          dom functions now encoded OK, not as digital entities
                   18916: 
                   18917:        * src/classes/xdoc.C: empty transform result, being taken as file
                   18918:          now returns empty file, not raises stupid error about "stat-ed
                   18919:          file"
                   18920: 
                   18921:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   18922:          allowed
                   18923: 
                   18924:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   18925:          write iterators now:
                   18926: 
                   18927:          ^user-foreach[key;value]{$key=$value<br>}
                   18928: 
                   18929:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18930:          $code.value($i*2)       $code }
                   18931: 
                   18932:        * src/main/compile_tools.h: mistype
                   18933: 
1.116     moko     18934:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   18935:          thus taking linking options configure changes into account [were:
                   18936:          ignoring]
1.95      moko     18937: 
                   18938:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   18939:          $junction.get/put(1) one can write iterators now:
                   18940: 
                   18941:          ^user-foreach[key;value]{$key=$value<br>}
                   18942: 
                   18943:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18944:          $code.value($i*2)       $code }
                   18945: 
                   18946:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18947:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18948:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   18949:          introducing $junction.get/put(1) one can write iterators now:
                   18950: 
                   18951:          ^user-foreach[key;value]{$key=$value<br>}
                   18952: 
                   18953:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18954:          $code.value($i*2)       $code }
                   18955: 
                   18956: 2002-09-19  paf
                   18957: 
1.116     moko     18958:        * Makefile.am: new: make commit
1.95      moko     18959: 
                   18960:        * aclocal.m4: forced to be older
                   18961: 
                   18962: 2002-09-18  paf
                   18963: 
                   18964:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   18965:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   18966: 
                   18967:        * src/: include/pa_common.h, include/pa_request.h,
                   18968:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   18969:          - now this - fatal error
                   18970: 
                   18971:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   18972:          that one can pass binary data there
                   18973: 
                   18974:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   18975:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18976:          classes/op.C, classes/response.C, classes/string.C,
                   18977:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18978:          include/pa_request.h: pa_request contexts made privated, plus
                   18979:          get_{self/method_frame} to read.  Request_context_saver used in
                   18980:          ^try to save flang too.  [were not saved]
                   18981: 
                   18982:        * src/types/pa_vresponse.C: header value chains joined before
                   18983:          output, this should help $.subject[$var $var] from being
                   18984:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   18985: 
                   18986: 2002-09-17  paf
                   18987: 
                   18988:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18989:          removed changes, operators executed with calling self.  lots of
                   18990:          code with ^include code relies on defined/defining self variables
                   18991: 
                   18992:          $a[1] ^include[print_a.p] print_a.p: $a
                   18993: 
                   18994:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   18995: 
                   18996:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   18997:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18998:          types/pa_vstateless_class.h: operators now executed with MAIN
                   18999:          self.  it's for ^include sake, too strong a change
                   19000: 
                   19001:        * src/classes/op.C: made place for ^process to compile it's code to
                   19002:          in case of no self
                   19003: 
                   19004:        * src/main/execute.C: found ancient param to Junction, removed.
                   19005:          allowed passing self to native_code_operators [for ^process to
                   19006:          work, she needs self]
                   19007: 
                   19008:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   19009:          types/pa_vstateless_class.h: found ancient param to Junction,
                   19010:          removed.  allowed passing self to native_code_operators [for
                   19011:          ^process to work, she needs self]
                   19012: 
                   19013:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   19014:          types/pa_value.h, types/pa_vmethod_frame.h,
                   19015:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   19016:          checked that in VMethodFrame get/put and $self.
                   19017: 
                   19018:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   19019:          copy options options checked, wrong option now fatal error
                   19020: 
                   19021:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   19022:          pieces boundaries]
                   19023: 
1.150     moko     19024:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   19025:          .dll on cygwin, .so in other cases)
1.95      moko     19026: 
                   19027:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   19028:          .dll on cygwin, .so in other cases)
                   19029: 
1.211     moko     19030:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   19031:          src/classes/table.C, src/include/pa_globals.h,
                   19032:          src/main/pa_globals.C: table.sql hash::sql flag to allow
                   19033:          duplicate keys [$.distinct(1/0)] first record taken [were last]
1.95      moko     19034: 
                   19035:        * src/: classes/hash.C, classes/table.C,
                   19036:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   19037:          now errors
                   19038: 
                   19039:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   19040: 
                   19041:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   19042:          ,2,3]
                   19043: 
                   19044: 2002-09-16  paf
                   19045: 
                   19046:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   19047:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   19048:          stdout to be binary.  now detected closest header break.
                   19049: 
                   19050:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   19051:          closed right
                   19052: 
                   19053: 2002-09-13  paf
                   19054: 
1.211     moko     19055:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   19056:          src/main/compile.y, src/main/compile_tools.h: (expression
                   19057:          #comment)
1.95      moko     19058: 
                   19059:          (multiline expression #comment  line2  #comment )
                   19060: 
                   19061:          (expression #comment with (brackets) comment) << OK
                   19062: 
1.211     moko     19063:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   19064:          src/main/compile.y: !| bitwise !|| numerical xor now [preparing
                   19065:          for expression #comments]
1.95      moko     19066: 
                   19067:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   19068:          error
                   19069: 
                   19070:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   19071:          cheched in pa_socks.C
                   19072: 
1.116     moko     19073:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   19074:          HAVE_WINSOCK_H created in configure.in
1.95      moko     19075: 
                   19076:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   19077:          cookie date now clean [were mistakenly tainted & that worked bad
                   19078:          with opera -- 'happily' that worked OK with msie]
                   19079: 
                   19080: 2002-09-12  paf
                   19081: 
                   19082:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   19083:          VClass get_element now first looks to fields, next to methods &
                   19084:          co todo: the rest reason: more speed
                   19085: 
                   19086:        * src/main/untaint.C: quoted printable encoding stops before
                   19087:          \s*<...>$
                   19088: 
                   19089:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   19090:          stops before <...>$
                   19091: 
                   19092: 2002-09-11  paf
                   19093: 
                   19094:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   19095:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   19096:          forgot to check users of those funcs. not all were using that
                   19097:          return value convention
                   19098: 
                   19099:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   19100:          windows-1254 added
                   19101: 
                   19102: 2002-09-10  paf
                   19103: 
                   19104:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   19105:          VCodeFrame parent param were specified badly
                   19106: 
                   19107:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   19108:          WWrapper which used in constructing objects(second param to sql
                   19109:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   19110:          code in hash to survivi
                   19111: 
                   19112:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   19113:          param to execute [stack said 'thanks']
                   19114: 
                   19115:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   19116:          types/pa_value.h, types/pa_vcode_frame.h,
                   19117:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19118:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   19119:          responsibility to wcontext
                   19120: 
                   19121:        * src/classes/file.C: decided not to log exec's with stderr, that
                   19122:          could be warnings, and it's up to scritper to log/show them
                   19123: 
                   19124:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   19125:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   19126:          double/string converstion, which were loosing time&precesion
                   19127: 
                   19128:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   19129:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   19130:          case of unfinished in buffer processing, causing accidental
                   19131:          transcode stop [in case that source enc != utf-8 & there is
                   19132:          incomplete utf-8 sequence at the end of 16000block iside of
                   19133:          libxml lib] tfm readed & code updated
                   19134: 
                   19135: 2002-09-04  paf
                   19136: 
                   19137:        * configure: makes with sjlj
                   19138: 
                   19139:        * INSTALL, src/include/pa_config_fixed.h,
                   19140:          src/include/pa_sql_connection.h,
                   19141:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   19142:          checked.  on win32 it made default
                   19143: 
                   19144:        * src/include/pa_config_auto.h.in: sjlj define
                   19145: 
                   19146:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   19147:          can not work with longjump/throw pair, and one must switch that
                   19148:          on there.  todo: detect that automatically]
                   19149: 
                   19150:        * src/types/pa_vxnode.C: removed too strong checks of
                   19151:          xnode.elements.  now, for instance, if element does not have any
                   19152:          attributes, $xnode.attributes is void, not error
                   19153: 
                   19154: 2002-09-02  paf
                   19155: 
1.211     moko     19156:        * operators.ru.txt, operators.txt, src/main/execute.C,
                   19157:          src/targets/cgi/parser3.dsp: removed double_result, didn't help
1.95      moko     19158: 
                   19159:        * src/main/execute.C: double_result made to move that var away from
                   19160:          hungry g++ optimizer (-O2), before: it were optimized and
                   19161:          comparison operators worked badly
                   19162: 
                   19163:        * src/types/pa_vdate.h: removed debug
                   19164: 
1.116     moko     19165:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     19166: 
                   19167:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   19168:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   19169:          unknown reason.
                   19170: 
                   19171: 2002-08-29  paf
                   19172: 
                   19173:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   19174:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   19175:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   19176:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   19177:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   19178:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   19179:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   19180:          [called less frequent, allowed to remove ugly
                   19181:          Junction.change_context-s from many places, switch,
                   19182:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   19183:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   19184:          [speed up]
                   19185: 
                   19186: 2002-08-28  paf
                   19187: 
                   19188:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   19189:          tainted
                   19190: 
                   19191:        * src/types/pa_vcookie.C: fixed cookie delete when
                   19192:          $cookie:name[$.value[]]
                   19193: 
1.211     moko     19194:        * operators.ru.txt, operators.txt, src/classes/string.C:
1.95      moko     19195:          ^string.split[delim[;options]]
                   19196: 
                   19197: 2002-08-27  paf
                   19198: 
1.116     moko     19199:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     19200: 
1.211     moko     19201:        * operators.ru.txt, operators.txt, src/main/compile.tab.C,
                   19202:          src/main/compile.y: # now delimiter
1.95      moko     19203: 
                   19204:        * INSTALL: recommended latest gmime 1.0.5
                   19205: 
                   19206: 2002-08-26  paf
                   19207: 
                   19208:        * configure, configure.in: apache13/hook added to make dist.
                   19209: 
                   19210: 2002-08-23  paf
                   19211: 
                   19212:        * src/: include/pa_common.h, main/pa_common.C,
                   19213:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   19214:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   19215:          whatever] it's error now
                   19216: 
                   19217: 2002-08-21  paf
                   19218: 
1.116     moko     19219:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     19220: 
                   19221:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   19222:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   19223:          class".  compiled as if here they named base class
                   19224: 
                   19225:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   19226:          cloning constructor]
                   19227: 
                   19228:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   19229: 
1.150     moko     19230:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     19231:          $mail.received.file.value.content-type fixed
                   19232: 
                   19233: 2002-08-20  paf
                   19234: 
                   19235:        * src/classes/file.C: fixed language of file:file result
                   19236: 
1.211     moko     19237:        * operators.ru.txt, operators.txt, src/classes/void.C:
                   19238:          ^void.pos[...] = -1 merged from 3.0.0005
1.95      moko     19239: 
1.211     moko     19240:        * operators.ru.txt, operators.txt, src/classes/void.C:
                   19241:          ^void.pos[...] = -1
1.95      moko     19242: 
1.211     moko     19243:        * operators.ru.txt, operators.txt, src/classes/void.C:
                   19244:          ^void.length[] = 0 merged from 3.0.0005
1.95      moko     19245: 
1.211     moko     19246:        * src/classes/void.C, operators.ru.txt, operators.txt:
                   19247:          ^void.length[] = 0
1.95      moko     19248: 
                   19249: 2002-08-19  paf
                   19250: 
                   19251:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   19252:          work now
                   19253: 
                   19254:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   19255:          error in xnode, which were not catched in xdoc]
                   19256: 
                   19257:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   19258:          prepared:        // validate each document after load/create (?)
                   19259:                 //xmlDoValidityCheckingDefaultValue = 1;
                   19260: 
                   19261: 2002-08-15  paf
                   19262: 
                   19263:        * src/classes/classes.h: write to static var caused useless
                   19264:          Exception, introduced Methoded::put_element wich consumes those
                   19265: 
1.211     moko     19266:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
                   19267:          src/main/pa_common.C, src/types/pa_vcookie.C,
                   19268:          src/types/pa_vdate.h, src/types/pa_vresponse.C,
                   19269:          src/types/pa_vresponse.h: $response:field[date]
                   19270:          $response:field[$.xxx[date]]
1.95      moko     19271: 
                   19272:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   19273:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   19274:          ^hash::sql{bad}
                   19275: 
1.211     moko     19276:        * operators.ru.txt, operators.txt: $request:body unprecessed POST
                   19277:          request body
1.95      moko     19278: 
                   19279:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   19280: 
                   19281:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   19282:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   19283: 
1.211     moko     19284:        * operators.ru.txt, operators.txt, src/classes/form.C,
                   19285:          src/include/pa_pool.h, src/include/pa_request.h,
                   19286:          src/main/pa_pool.C, src/types/pa_vform.C, src/types/pa_vform.h:
                   19287:          planning/preparing_to $request:body r.post_data now const
1.95      moko     19288: 
                   19289:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   19290:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   19291:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   19292:          types/pa_vtable.h: instead of type() checking everywhere used
                   19293:          Value.as now user descendants can be used in params.
                   19294: 
                   19295:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   19296:          ^if($xtable) now OK
                   19297: 
                   19298:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   19299:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   19300:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   19301: 
                   19302: 2002-08-14  paf
                   19303: 
                   19304:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   19305:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   19306:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19307:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19308:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19309:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   19310:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   19311:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19312:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19313:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19314:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19315:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19316:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19317:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   19318:          & VClass
                   19319: 
                   19320:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   19321: 
                   19322:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   19323:          removed fixopt stupidity. on stupid linux use cd /document/root
                   19324:          ../cgi/parser3 script
                   19325: 
                   19326:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   19327:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   19328: 
                   19329:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   19330:          fixopt.h: fixopt now preprocesses command line params, splitting
                   19331:          them by space, excluding argv[0], argv[argc-1]
                   19332: 
                   19333:        * src/targets/cgi/parser3.C: -f config file
                   19334: 
                   19335:        * src/targets/cgi/parser3.C: fixed .log file dir
                   19336: 
                   19337: 2002-08-13  paf
                   19338: 
                   19339:        * src/types/pa_vobject.C: allow override parent variables, useful
                   19340:          for form descendants [in vobject too, were in vclass]
                   19341: 
                   19342:        * src/types/pa_vclass.C: allow override parent variables, useful
                   19343:          for form descendants
                   19344: 
                   19345:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   19346:          overwritten in derived(table)
                   19347: 
                   19348:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   19349:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   19350:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   19351:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19352:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   19353:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19354:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   19355:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19356:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   19357:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19358:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19359:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19360:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19361:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19362:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   19363:          Value::get_element(..., bool looking_down) [needed to exclude
                   19364:          endless recoursion]
                   19365: 
                   19366:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   19367:          fix bug with put endless recoursion todo: check 'as'
                   19368: 
                   19369:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   19370:          reorganized modules todo: fix bug with put endless recoursion
                   19371:          todo: check 'as'
                   19372: 
                   19373:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   19374:          in derived(table)
                   19375: 
                   19376:        * src/types/pa_vobject.h: derived classes can have fields of their
                   19377:          own now
                   19378: 
                   19379:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   19380:          fixed error message on using non-created table
                   19381: 
                   19382:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   19383:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   19384:          main/compile.C, main/compile.tab.C, main/execute.C,
                   19385:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19386:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19387:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   19388:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19389:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   19390:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19391:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19392:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19393:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19394:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   19395:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19396:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19397:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   19398:          looking down/up tree todo: fix error message on non-constructed
                   19399:          parents
                   19400: 
                   19401: 2002-08-12  paf
                   19402: 
                   19403:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   19404:          derived OK
                   19405: 
                   19406:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   19407:          thorough testing
                   19408: 
                   19409:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   19410:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   19411:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   19412:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   19413:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   19414:          ^base:create[] dynamic call rewritten todo: thorough testing
                   19415: 
                   19416:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   19417:          now instantates base class, remembers it and saves child in
                   19418:          parent VObject.get_class now returns last child = downward
                   19419:          virtual calls OK
                   19420: 
                   19421:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19422:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   19423:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   19424:          types/pa_vobject.h, types/pa_vresponse.h,
                   19425:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19426:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   19427:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   19428:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   19429:          instance]
                   19430: 
                   19431:        * src/main/pa_request.C: $response:body[file] content-type check
                   19432:          fixed [were bad when content-type is hash]
                   19433: 
                   19434: 2002-08-09  paf
                   19435: 
                   19436:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   19437:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   19438: 
                   19439: 2002-08-08  paf
                   19440: 
1.211     moko     19441:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   19442:          src/include/pa_globals.h, src/main/pa_globals.C: year column in
                   19443:          month calendar [week year]
1.95      moko     19444: 
                   19445:        * src/main/execute.C: error reporting on object writes to MAIN
                   19446:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   19447: 
1.211     moko     19448:        * operators.ru.txt, operators.txt, src/types/pa_vdate.h:
                   19449:          $date.yearday $date.daylightsaving
1.95      moko     19450: 
                   19451:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   19452:          use tainted data now. only she must specify the language.
                   19453: 
                   19454:          ^mail:send[     $.from[paf@mail.design.ru]
                   19455:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   19456:                $.text[^taint[uri][ìîñêâà]=] ]
                   19457: 
                   19458:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   19459:          now prints more precise origin
                   19460: 
                   19461:        * src/include/pa_string.h: String::first_char now not fails on
                   19462:          empty strings ^if(-f '') now ok and in 3 other places.
                   19463: 
1.211     moko     19464:        * operators.ru.txt, operators.txt, src/include/pa_string.h,
                   19465:          src/main/pa_string.C: String::first_char now not fails on empty
                   19466:          strings ^if(-f '') now ok and in 3 other places.
1.95      moko     19467: 
                   19468: 2002-08-07  paf
                   19469: 
                   19470:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   19471:          fixed
                   19472: 
                   19473:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   19474: 
                   19475:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   19476:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19477:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   19478:          mistakenly not completely transparent to object writes.
                   19479:          $hash[^if(1){$hash}] now works
                   19480: 
1.211     moko     19481:        * operators.ru.txt, operators.txt, src/classes/op.C:
                   19482:          ^cache...{...^cache<<to past...} now erasing cache file [there
                   19483:          were bad check on that]
1.95      moko     19484: 
                   19485:        * src/: classes/classes.dsp, classes/table.C,
                   19486:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   19487:          all Debug dirs in .dsp now named 'Debug'
                   19488: 
1.116     moko     19489:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     19490: 
1.211     moko     19491:        * operators.ru.txt, operators.txt, src/classes/mail.C:
                   19492:          exception_type  email.send
1.95      moko     19493: 
1.211     moko     19494:        * operators.ru.txt, operators.txt, src/types/pa_vmail.C:
                   19495:          exception_type  email.format
1.95      moko     19496: 
                   19497:        * src/types/pa_vmail.C: mail:send empty  email checked
                   19498: 
                   19499: 2002-08-06  paf
                   19500: 
1.211     moko     19501:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   19502:          src/include/pa_array.h, src/include/pa_table.h,
                   19503:          src/main/pa_array.C, src/main/pa_table.C:
1.95      moko     19504:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   19505: 
1.211     moko     19506:        * operators.ru.txt, operators.txt, src/classes/hash.C,
                   19507:          src/classes/string.C, src/classes/table.C: sql options can be
                   19508:          string now ^xxx:sql{...}[ #  $.default() }
1.95      moko     19509: 
                   19510:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   19511: 
                   19512:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   19513:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   19514:          $file.content-type [instead of .mime-type] now works for
                   19515:          file::stat also
                   19516: 
                   19517:        * src/main/pa_request.C: case insensitive mime_type_of
                   19518: 
                   19519: 2002-08-05  paf
                   19520: 
                   19521:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   19522: 
                   19523:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   19524: 
1.211     moko     19525:        * operators.ru.txt, operators.txt: comment on date:calendar week
                   19526:          column
1.95      moko     19527: 
                   19528:        * src/main/pa_common.C: write checked
                   19529: 
                   19530:        * src/main/: pa_common.C: write checked
                   19531: 
                   19532:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   19533: 
                   19534:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   19535:          month calendar week column [ISO 8601 Week Numbers]
                   19536: 
                   19537: 2002-08-02  paf
                   19538: 
                   19539:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   19540:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   19541:          DEBUG*
                   19542: 
                   19543:        * configure, configure.in, src/include/pa_version.h: release
                   19544:          3_0_0005
                   19545: 
                   19546:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   19547:          multipart post fixed
                   19548: 
1.211     moko     19549:        * operators.ru.txt, operators.txt, src/main/pa_request.C,
                   19550:          src/types/pa_vform.C: response transcoded source->client only
                   19551:          when text/* or simple onoverridden $response:body
1.95      moko     19552: 
                   19553: 2002-08-01  paf
                   19554: 
                   19555:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19556:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19557:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19558:          classes/op.C, classes/response.C, classes/string.C,
                   19559:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   19560:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   19561:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19562:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   19563:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19564:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   19565:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19566:          include/pa_socks.h, include/pa_sql_connection.h,
                   19567:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19568:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19569:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19570:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19571:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   19572:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   19573:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19574:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   19575:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   19576:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   19577:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19578:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19579:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19580:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   19581:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   19582:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   19583:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19584:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19585:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   19586:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   19587:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19588:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   19589:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19590:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19591:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19592:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   19593:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19594:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19595:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19596:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19597:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19598:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19599:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19600:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     19601:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     19602: 
                   19603:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   19604:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   19605:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   19606:          classes/math.C, classes/op.C, classes/response.C,
                   19607:          classes/string.C, classes/table.C, classes/void.C,
                   19608:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19609:          include/pa_array.h, include/pa_cache_managers.h,
                   19610:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19611:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19612:          include/pa_dictionary.h, include/pa_dir.h,
                   19613:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19614:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19615:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19616:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19617:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19618:          include/pa_stack.h, include/pa_string.h,
                   19619:          include/pa_stylesheet_connection.h,
                   19620:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19621:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19622:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   19623:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19624:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   19625:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19626:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19627:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19628:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19629:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   19630:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   19631:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19632:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19633:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   19634:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19635:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19636:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19637:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   19638:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19639:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19640:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   19641:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19642:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   19643:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   19644:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19645:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19646:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19647:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19648:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19649:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   19650:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19651:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19652:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19653:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   19654:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   19655:          types/Makefile.am: ident.C* removed
                   19656: 
1.211     moko     19657:        * operators.ru.txt, operators.txt, src/classes/file.C,
                   19658:          src/main/pa_request.C: file:find[/can/do/this/now.txt]
1.95      moko     19659: 
                   19660:        * src/targets/cgi/parser3.C: usage to stdout now
                   19661: 
                   19662: 2002-07-31  paf
                   19663: 
                   19664:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   19665: 
                   19666:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   19667:          default "postmaster"
                   19668: 
                   19669:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   19670:          -f postmaster now default sendmail key word "postmaster"
                   19671:          replaced to $.from
                   19672: 
                   19673: 2002-07-30  paf
                   19674: 
1.116     moko     19675:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   19676:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     19677: 
                   19678:        * src/main/pa_charset.C: comment
                   19679: 
                   19680:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   19681:          table, &#decimal;
                   19682: 
                   19683:        * src/main/pa_request.C: comment
                   19684: 
                   19685:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   19686:          paragraf]
                   19687: 
                   19688: 2002-07-11  paf
                   19689: 
                   19690:        * src/main/pa_exec.C: build command line badly added params twice
                   19691:          [and first time without ' ']. double wrong. fixed.
                   19692: 
                   19693:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   19694:          wich parser did not provide = reported badly.  fixed that.
                   19695: 
                   19696:        * src/classes/mail.C: $MAIL[ # xxx ]
                   19697: 
                   19698:          now ok
                   19699: 
1.211     moko     19700:        * operators.ru.txt, operators.txt: plan: sql detailed exception
1.95      moko     19701: 
                   19702: 2002-07-01  paf
                   19703: 
                   19704:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   19705:          [MForm.configure_admin were called when request.main_class ==0
                   19706: 
                   19707:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   19708: 
                   19709:        * src/classes/form.C: content_length type fix
                   19710: 
                   19711: 2002-06-30  paf
                   19712: 
                   19713:        * src/classes/mail.C: merged from 4
                   19714: 
                   19715:        * src/classes/mail.C: restored $MAIL
                   19716: 
                   19717: 2002-06-28  paf
                   19718: 
                   19719:        * configure, configure.in: removed paths.h
                   19720: 
1.116     moko     19721:        * configure, src/include/pa_version.h,
1.95      moko     19722:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   19723:          merged, makes updated
                   19724: 
1.211     moko     19725:        * ChangeLog, configure, operators.ru.txt, operators.txt,
                   19726:          src/classes/xdoc.C, src/include/pa_charset.h,
                   19727:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   19728:          src/include/pa_version.h, src/main/pa_charset.C,
                   19729:          src/main/pa_pool.C, src/targets/cgi/parser3.dsp,
                   19730:          src/targets/isapi/parser3isapi.dsp, src/types/pa_vmail.C: merged
                   19731:          latest updates to head
1.95      moko     19732: 
                   19733: 2002-06-27  paf
                   19734: 
                   19735:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   19736:          not error now
                   19737: 
1.211     moko     19738:        * operators.ru.txt, operators.txt, src/classes/xdoc.C,
                   19739:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19740:          src/include/pa_pool.h, src/main/pa_charset.C, src/main/pa_pool.C:
1.95      moko     19741:          ^xdoc::create[[uri]]... base uri for document being created,
                   19742:          imports and other relative file names would be relative to this
                   19743:          uri default uri=path_translated
                   19744: 
                   19745:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   19746: 
                   19747: 2002-06-26  paf
                   19748: 
                   19749:        * configure, configure.in, src/include/pa_version.h:
                   19750:          release_3_0_0004
                   19751: 
                   19752:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   19753:          0 now
                   19754: 
                   19755:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   19756: 
                   19757: 2002-06-25  paf
                   19758: 
                   19759:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   19760:          considered bad number now
                   19761: 
1.211     moko     19762:        * operators.ru.txt, operators.txt, src/classes/xdoc.C:
                   19763:          ^xdoc.transform[xdoc <<can be now
1.95      moko     19764: 
1.211     moko     19765:        * operators.ru.txt, operators.txt, src/classes/string.C:
                   19766:          ^string.normalize  [old name: optimize
1.95      moko     19767: 
                   19768:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   19769:          library configured
                   19770: 
                   19771:        * src/main/pa_request.C: configure_admin forced if no @conf
                   19772: 
1.211     moko     19773:        * operators.ru.txt, operators.txt, src/classes/math.C,
                   19774:          src/types/pa_vmail.C: ^math:crypt updated to generate random salt
                   19775:          when needed and to call system crypt() if not $apr1$ prefix
1.95      moko     19776: 
                   19777: 2002-06-24  paf
                   19778: 
                   19779:        * INSTALL: --with-static/shared-mailreceive described
                   19780: 
                   19781:        * src/include/pa_config_fixed.h: ssize_t fixed
                   19782: 
1.116     moko     19783:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19784:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     19785:          src/types/pa_vmail.C: $mail:received makes update
                   19786: 
                   19787:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   19788:          WITH_MAILRECEIVE
                   19789: 
                   19790:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   19791: 
                   19792:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   19793:          option, for $mail:receive
                   19794: 
                   19795:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   19796:          introducting $message:received ^mail:send rewritten with backward
                   19797:          comp
                   19798: 
                   19799:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19800:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19801:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   19802:          now
                   19803: 
1.211     moko     19804:        * operators.ru.txt, operators.txt, src/classes/mail.C,
                   19805:          src/include/Makefile.am, src/include/pa_charset.h,
                   19806:          src/include/pa_config_fixed.h, src/include/pa_request.h,
                   19807:          src/include/pa_string.h, src/include/pa_uue.h,
                   19808:          src/main/Makefile.am, src/main/main.dsp, src/main/pa_globals.C,
                   19809:          src/main/pa_request.C, src/main/pa_string.C, src/main/pa_uue.C,
1.95      moko     19810:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   19811:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   19812:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   19813:          uue to separate file introducting $message:received ^mail:send
                   19814:          rewritten with backward comp
                   19815: 
                   19816: 2002-06-21  paf
                   19817: 
1.116     moko     19818:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   19819:          co changes
1.95      moko     19820: 
1.116     moko     19821:        * configure, configure.in, src/lib/md5/Makefile.am,
                   19822:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   19823:          restructure .in and .am files appropriate changes
1.95      moko     19824: 
                   19825:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   19826:          pcre to libs/ added libs/md5 which is linked to non-apache
                   19827:          targets ^math:crypt[password;$apr1$salt]
                   19828: 
1.211     moko     19829:        * INSTALL, configure.in, operators.ru.txt, operators.txt,
                   19830:          parser3.dsw, src/Makefile.am, src/classes/Makefile.am,
1.95      moko     19831:          src/classes/classes.dsp, src/classes/math.C,
                   19832:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     19833:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   19834:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   19835:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   19836:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   19837:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   19838:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   19839:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   19840:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     19841:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   19842:          src/lib/pcre/pcre_parser_ctype.dsp,
                   19843:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   19844:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   19845:          src/main/compile.tab.C, src/main/main.dsp,
                   19846:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   19847:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   19848:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   19849:          to libs/ added libs/md5 which is linked to non-apache targets
                   19850:          ^math:crypt[password;$apr1$salt]
                   19851: 
                   19852: 2002-06-20  paf
                   19853: 
1.211     moko     19854:        * INSTALL, configure, configure.in, operators.ru.txt,
                   19855:          operators.txt, src/classes/file.C, src/classes/op.C,
                   19856:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   19857:          src/include/pa_request.h, src/main/execute.C,
                   19858:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   19859:          src/targets/isapi/parser3isapi.C, src/types/pa_vmethod_frame.h:
                   19860:          marged latest HEAD updates, mainly file:justname&co &
                   19861:          @auto/conf[filespec
1.95      moko     19862: 
1.211     moko     19863:        * operators.ru.txt, operators.txt, src/classes/file.C:
1.95      moko     19864:          !^file:dirname[/a/some.tar.gz]=/a
                   19865:              !^file:dirname[/a/b/]=/a
                   19866:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   19867:              !^file:justname[/a/some.tar.gz]=some.tar
                   19868:              !^file:justext[/a/some.tar.gz]=gz
                   19869: 
                   19870:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   19871:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   19872:          @conf/auto[filespec]
                   19873: 
1.116     moko     19874:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     19875: 
1.211     moko     19876:        * INSTALL, configure.in, operators.ru.txt, operators.txt,
                   19877:          src/doc/doxygen.cfg, src/include/pa_globals.h,
                   19878:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
                   19879:          parser3.conf renamed to auto.p
1.95      moko     19880: 
                   19881: 2002-06-18  paf
                   19882: 
                   19883:        * configure, configure.in, src/include/pa_version.h: version to
                   19884:          configure.in
                   19885: 
                   19886:        * INSTALL: reflected .conf.dist dir change
                   19887: 
1.150     moko     19888:        * Makefile.am, configure, configure.in,
1.116     moko     19889:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     19890:          .in & *.am updated
                   19891: 
                   19892:        * src/classes/file.C: strncasecmp
                   19893: 
                   19894:        * src/classes/file.C: strcasecmp
                   19895: 
1.150     moko     19896:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     19897: 
                   19898:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   19899:          insensitive check now
                   19900: 
                   19901:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   19902: 
                   19903:        * configure, configure.in, src/include/pa_pool.h,
                   19904:          src/include/pa_types.h: pack configure.in detection simplified.
                   19905:          figured out that gcc on sparc not that stupid as thought
                   19906:          previously: on sparc: when it sees packed class it modifies it's
                   19907:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   19908:          operations [st, lduh] so packed must be all parts of packed
                   19909:          class, i.e. it's parents&fields(classes).  for now it's only
                   19910:          String that packed and what was wrong is that it's parent -
                   19911:          Pooled, were not packed. fixed that.
                   19912: 
                   19913: 2002-06-14  paf
                   19914: 
1.211     moko     19915:        * operators.ru.txt, operators.txt: more precise xml-to-text options
1.95      moko     19916: 
1.211     moko     19917:        * operators.ru.txt, operators.txt, src/types/pa_vxnode.C: xnode
1.95      moko     19918:          attribute_node.name/value xnode pi.node.data
                   19919: 
                   19920: 2002-06-12  paf
                   19921: 
1.116     moko     19922:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   19923:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     19924: 
1.211     moko     19925:        * INSTALL, configure.in, operators.ru.txt, operators.txt,
                   19926:          etc/Makefile.am, src/include/pa_globals.h,
                   19927:          src/include/pa_request.h, src/main/compile.tab.C,
                   19928:          src/main/pa_globals.C, src/main/pa_request.C,
                   19929:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C:
                   19930:          parser3.conf now one and only
1.95      moko     19931: 
                   19932:        * src/classes/mail.C: sendmail -ti [default now]
                   19933: 
                   19934:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   19935:          to be strings. for convinient #ing
                   19936: 
                   19937:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19938:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   19939: 
                   19940:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   19941:          main/pa_globals.C, main/pa_request.C: @conf
                   19942: 
                   19943: 2002-06-11  paf
                   19944: 
                   19945:        * src/classes/file.C: check simplified
                   19946: 
                   19947:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   19948:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   19949:          valid prefix
                   19950: 
                   19951:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   19952:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   19953:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   19954: 
                   19955: 2002-06-10  paf
                   19956: 
1.211     moko     19957:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   19958:          src/include/pa_common.h, src/main/pa_common.C: lock failures
                   19959:          reported now
1.95      moko     19960: 
                   19961:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   19962:          string->double @ compile time were not-enough-checking...
                   19963: 
                   19964:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   19965:          autoconvert now ignored
                   19966: 
                   19967:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   19968:          check
                   19969: 
                   19970:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   19971:          $response:body content-type:name
                   19972: 
                   19973:        * configure, configure.in: hpux check, nsl link, no socket
                   19974: 
1.211     moko     19975:        * operators.ru.txt, operators.txt: old merge conflict removed
1.95      moko     19976: 
                   19977:        * configure, configure.in: pack even address access on sparc&co
                   19978:          arch checked in configure
                   19979: 
                   19980:        * configure, src/include/pa_version.h: makes
                   19981: 
                   19982:        * configure, configure.in, src/include/pa_version.h: makes
                   19983: 
                   19984:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   19985:          with charset even when all letters were 7bit one
                   19986: 
                   19987:        * src/main/pa_common.C: merged fixed -d (bug)
                   19988: 
                   19989:        * src/main/pa_common.C: fixed -d (bug)
                   19990: 
                   19991: 2002-06-03  paf
                   19992: 
1.211     moko     19993:        * ChangeLog, operators.ru.txt, operators.txt,
                   19994:          etc/parser3.charsets/windows-1251.cfg, src/classes/classes.dsp,
                   19995:          src/main/compile.tab.C, src/main/main.dsp, src/main/pa_globals.C,
1.95      moko     19996:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   19997:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   19998:          .dsp-s along with reorganized cvs modules dirs structure
                   19999: 
                   20000:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20001:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   20002:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   20003:          modules
                   20004: 
                   20005: 2002-05-28  paf
                   20006: 
                   20007:        * src/targets/cgi/parser3.C: info.uri now ""
                   20008: 
                   20009: 2002-05-17  paf
                   20010: 
                   20011:        * src/classes/: table.C: ^table.save << checked empty
                   20012:          pre/match/post columns
                   20013: 
                   20014: 2002-05-16  paf
                   20015: 
                   20016:        * src/classes/image.C: image::measure can png now
                   20017: 
                   20018: 2002-05-15  paf
                   20019: 
1.211     moko     20020:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20021:          ^date::create[%H:%M[:%S]] added
1.95      moko     20022: 
                   20023:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   20024: 
1.211     moko     20025:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20026:          ^date::create[%Y[-%m[-%d[ %H[:%M[:%S]]]]]] [-%m now
1.95      moko     20027: 
                   20028: 2002-05-14  paf
                   20029: 
                   20030:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   20031: 
                   20032: 2002-05-07  paf
                   20033: 
                   20034:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   20035:          src/include/pa_globals.h, src/include/pa_request.h,
                   20036:          src/include/pa_table.h, src/main/compile.tab.C,
                   20037:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   20038:          src/main/pa_request.C, src/main/pa_table.C,
                   20039:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   20040:          src/targets/isapi/parser3isapi.dsp,
                   20041:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   20042:          name2number field now &.  main_method_name now on Request pool
                   20043:          rather on global_pool [Junction+VJunction created on same pool as
                   20044:          name = were created on global pool, causing mem leaks]
                   20045: 
                   20046:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   20047:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   20048:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   20049:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   20050:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20051:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   20052:          field now &.  main_method_name now on Request pool rather on
                   20053:          global_pool [Junction+VJunction created on same pool as name =
                   20054:          were created on global pool, causing mem leaks]
                   20055: 
                   20056: 2002-05-06  paf
                   20057: 
                   20058:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20059:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   20060:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   20061: 
                   20062:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20063:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   20064:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   20065: 
                   20066: 2002-04-30  paf
                   20067: 
                   20068:        * configure, src/include/pa_version.h: version now not b
                   20069: 
                   20070:        * src/targets/cgi/parser3.C: request.uri now never 0
                   20071: 
                   20072: 2002-04-29  paf
                   20073: 
                   20074:        * configure.in: removed b
                   20075: 
                   20076:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   20077:          Exception::comment/type checked in (), no there's no empty
                   20078:          type/comment by default
                   20079: 
                   20080:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   20081:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   20082:          src/doc/value.dox, src/include/pa_exception.h,
                   20083:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   20084:          0001
                   20085: 
                   20086: 2002-04-26  paf
                   20087: 
                   20088:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   20089:          size reduced
                   20090: 
                   20091: 2002-04-25  paf
                   20092: 
                   20093:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   20094:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   20095:          now that took into account
                   20096: 
1.211     moko     20097:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20098:          ^date::create[2002-12-33 01:03:04]
1.95      moko     20099: 
1.211     moko     20100:        * ChangeLog, operators.ru.txt, operators.txt, src/classes/date.C:
1.95      moko     20101:          ^date::create[2002-12-33 01:03:04]
                   20102: 
                   20103:        * ChangeLog: updated changelog
                   20104: 
                   20105:        * src/classes/table.C: removed restriction on column count to
                   20106:          ^table.hash to work, now must be >0 [were >1]
                   20107: 
                   20108: 2002-04-24  paf
                   20109: 
                   20110:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20111:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20112:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   20113:          targets
                   20114: 
                   20115: 2002-04-23  paf
                   20116: 
1.211     moko     20117:        * operators.ru.txt, operators.txt, src/classes/string.C:
1.95      moko     20118:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   20119:          "junction used outside of context"]
                   20120: 
                   20121: 2002-04-22  paf
                   20122: 
                   20123:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   20124:          src/main/pa_string.C, src/types/pa_vstring.C,
                   20125:          src/types/pa_vstring.h: ^string.optimize[]
                   20126: 
                   20127:        * src/: include/pa_globals.h, include/pa_table.h,
                   20128:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   20129:          table template
                   20130: 
                   20131:        * src/classes/: string.C: optimize removed from string
                   20132:          .left/right/pos
                   20133: 
                   20134:        * src/main/execute.C: rolled back to
                   20135:          before_killing_userjunction_contexts
                   20136: 
                   20137:        * src/main/execute.C: user junctions context killed
                   20138: 
                   20139:        * src/main/execute.C: junctions to local contexts got
                   20140:          cleanized&checked later
                   20141: 
                   20142: 2002-04-19  paf
                   20143: 
                   20144:        * src/: classes/string.C, include/pa_request.h,
                   20145:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   20146:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   20147:          prior to .left .right .mid .pos .match when that is profitable,
                   20148:          and always before .replace when $ORIGINS(1) optimization disabled
                   20149:          economy from not wasting mem on lots of strings which occur by
                   20150:          lots of String:mid calls to get parts of source string between
                   20151:          found_occurances
                   20152: 
                   20153:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   20154:          ^file:list
                   20155: 
                   20156:        * src/: include/pa_globals.h, include/pa_table.h,
                   20157:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   20158:          globalized, not created @ each ^match anymore economy:
                   20159:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   20160: 
                   20161:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   20162:          removed from each String::match replace iteration, and made
                   20163:          stacked sizeof(VTable)=12bytes economy on each replace code
                   20164: 
                   20165:        * src/doc/footer.htm: 2001,
                   20166: 
                   20167:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   20168:          string.match[]['] option enables generation of $match.prematch
                   20169:          .match .postmatch columns
                   20170: 
                   20171:        * src/main/pa_string.C: String::match options analized without
                   20172:          cstr-ing them now
                   20173: 
                   20174:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   20175:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   20176:          config updated to doxygen 1.2.15, created helper which fixes
                   20177:          minor bugs in chm project files & htm tree.  changed extension to
                   20178:          .htm
                   20179: 
                   20180: 2002-04-18  paf
                   20181: 
                   20182:        * src/doc/doxygen.cfg: .chi generation disabled
                   20183: 
                   20184:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   20185:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   20186:          fields&methods
                   20187: 
                   20188:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   20189:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   20190:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   20191:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20192:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   20193:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   20194:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   20195:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   20196:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   20197:          VStateless_class to VObject
                   20198: 
                   20199:        * src/: main/pa_request.C, types/pa_valiased.h,
                   20200:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20201:          types/pa_vstring.h: VStateless_string_object speicalized light
                   20202:          version of VStateless_object
                   20203: 
                   20204:        * src/classes/op.C: ^throw comment param made optional
                   20205: 
                   20206:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   20207:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   20208:          and implemented down in VClass, fclass_alias removed,
                   20209: 
                   20210:        * src/types/pa_value.C: forced to cut that from .h because of
                   20211:          VStateless_class usage [undefined in .h]
                   20212: 
                   20213:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20214:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20215:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   20216:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   20217:          on each CALL]
                   20218: 
                   20219:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20220:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20221:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20222:          classes/response.C, classes/string.C, classes/table.C,
                   20223:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   20224:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   20225:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   20226:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   20227:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   20228:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   20229:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   20230:          removed Value::fname
                   20231: 
                   20232: 2002-04-17  paf
                   20233: 
                   20234:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   20235:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   20236:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   20237:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   20238:          state, PTHROW freshen to throw & co
                   20239: 
                   20240:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   20241: 
                   20242:        * src/classes/op.C: taint local result var bug fixed
                   20243: 
                   20244: 2002-04-16  paf
                   20245: 
                   20246:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   20247:          Attic asm.txt as most interesting
                   20248: 
                   20249:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   20250:          check, preventing content-length: 0 from appearing
                   20251: 
                   20252:        * src/main/execute.C: $result in @main now taken into account as in
                   20253:          usual functions
                   20254: 
                   20255:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   20256:          & @unhandled_exception now taken into account as in usual
                   20257:          functions
                   20258: 
                   20259:        * src/doc/postbuild.txt: instructions on post .html build
                   20260: 
                   20261:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   20262: 
                   20263:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   20264:          tainted
                   20265: 
                   20266:        * src/main/pa_request.C: uri in error log
                   20267: 
                   20268:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   20269:          cheched date:create(days) param for validity [later were assumed
                   20270:          valid and crashed on invalid onces]
                   20271: 
                   20272:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20273:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   20274:          and used that for removing VString wrapper
                   20275: 
                   20276:        * src/classes/op.C: exception2vhash file now tainted
                   20277: 
                   20278:        * src/classes/op.C: _process pseudo origin copied from local var to
                   20279:          heap
                   20280: 
                   20281:        * src/classes/op.C: extra check on empty file in origin in _execute
                   20282: 
                   20283: 2002-04-15  paf
                   20284: 
                   20285:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   20286: 
                   20287:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   20288:          functions
                   20289: 
                   20290:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   20291:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   20292:          started dual write_xxx_lang functions, if checked & works
                   20293: 
                   20294:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   20295:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   20296:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   20297:          unnecessary VString shells
                   20298: 
                   20299:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   20300:          prev changes]
                   20301: 
                   20302:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   20303:          classes/table.C, include/pa_request.h, main/execute.C,
                   20304:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   20305:          StringOrValue wcontext result, now ready for dual writes
                   20306: 
                   20307:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   20308:          checked that
                   20309: 
                   20310:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   20311:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   20312:          changed to OP_WRITE_VALUE in var get cases
                   20313: 
                   20314:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   20315:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   20316:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20317:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   20318:          switch in hash constructor fixed [were problems with using of
                   20319:          stacked wwrapper after it's death]
                   20320: 
                   20321: 2002-04-12  paf
                   20322: 
1.211     moko     20323:        * operators.ru.txt, operators.txt, src/classes/table.C:
                   20324:          table.select(expression) 0
1.95      moko     20325: 
                   20326: 2002-04-11  paf
                   20327: 
                   20328:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   20329:          Request::process_internal codeFrame & wwrapper stacked [not
                   20330:          wasting  heap anymore]
                   20331: 
                   20332: 2002-04-10  paf
                   20333: 
                   20334:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   20335:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   20336:          classes/string.C, classes/table.C, classes/void.C,
                   20337:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   20338:          main/pa_string.C: killed Request::process() wrapping
                   20339:          VString(String) in case we need only String
                   20340: 
                   20341:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20342:          killed 8 bytes from String.head
                   20343: 
                   20344: 2002-04-09  paf
                   20345: 
                   20346:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   20347:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   20348:          local*/char b[...];      a=b; situations
                   20349: 
1.211     moko     20350:        * operators.ru.txt, operators.txt, src/classes/xdoc.C: xslt params
                   20351:          made literal
1.95      moko     20352: 
                   20353:        * src/classes/xdoc.C: xslt params fixed
                   20354: 
                   20355:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   20356:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   20357:          not pool.malloc(MAX_NUMBER) but really neaded
                   20358: 
1.211     moko     20359:        * operators.ru.txt, operators.txt, src/classes/double.C,
                   20360:          src/classes/int.C: int/double.int/double(default)
1.95      moko     20361: 
                   20362: 2002-04-04  paf
                   20363: 
                   20364:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   20365:          [when reconstructing pieces were split by
                   20366:          max_integral(piece.size), thus some strings to replace happen to
                   20367:          be split into two = not replaced)
                   20368: 
                   20369:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   20370:          standalone version = current dir
                   20371: 
                   20372:        * src/targets/cgi/parser3.C: document root in standalone version =
                   20373:          current dir
                   20374: 
                   20375: 2002-04-03  paf
                   20376: 
                   20377:        * configure, configure.in: more checks on nonexistent charset
                   20378: 
1.116     moko     20379:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     20380: 
                   20381: 2002-04-02  paf
                   20382: 
                   20383:        * src/main/compile.C: parser.compile [exception name more like in
                   20384:          doc]
                   20385: 
                   20386: 2002-04-01  paf
                   20387: 
                   20388:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   20389:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   20390:          .content-type.charset, not .charset
                   20391: 
                   20392: 2002-03-29  paf
                   20393: 
                   20394:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   20395: 
1.211     moko     20396:        * operators.ru.txt, operators.txt, src/classes/date.C:
                   20397:          ^date::create now may not supply day, default 1.  checked 29.03
                   20398:          -> 29.02 roll on non 366 days' year.  | 31.05->31.04   roll
1.95      moko     20399: 
                   20400: 2002-03-28  paf
                   20401: 
1.211     moko     20402:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   20403:          src/classes/op.C, src/include/pa_globals.h,
                   20404:          src/include/pa_hash.h, src/main/pa_globals.C,
                   20405:          src/types/pa_vdate.h: ^cache[file][date]{    ^cache(seconds)
                   20406:          ^cache[date] }
1.95      moko     20407: 
                   20408:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   20409:          param
                   20410: 
                   20411: 2002-03-27  paf
                   20412: 
1.211     moko     20413:        * operators.ru.txt, operators.txt, src/classes/date.C,
                   20414:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   20415:          src/classes/hash.C, src/classes/image.C, src/classes/int.C,
                   20416:          src/classes/mail.C, src/classes/math.C, src/classes/op.C,
                   20417:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   20418:          src/classes/xdoc.C, src/classes/xnode.C,
                   20419:          src/include/pa_exception.h, src/include/pa_request.h,
                   20420:          src/include/pa_stylesheet_connection.h, src/main/compile.C,
                   20421:          src/main/compile_tools.C, src/main/execute.C,
1.95      moko     20422:          src/main/pa_array.C, src/main/pa_charset.C,
                   20423:          src/main/pa_charsets.C, src/main/pa_common.C,
                   20424:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   20425:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   20426:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   20427:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   20428:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   20429:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   20430:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   20431:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   20432:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   20433:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   20434:          src/types/pa_wwrapper.h: assigned exception types
                   20435: 
1.211     moko     20436:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   20437:          src/include/pa_config_fixed.h, src/include/pa_request.h,
                   20438:          src/main/execute.C, src/main/pa_request.C: decided agains
                   20439:          resetting exception_trace, just changed name
1.95      moko     20440: 
                   20441: 2002-03-26  paf
                   20442: 
                   20443:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   20444:          fixed
                   20445: 
                   20446:        * src/classes/op.C: forced language of $source field of exception
                   20447:          to 'tainted', so that sql-langed-frags could be outputed outside
                   20448:          of connect
                   20449: 
1.211     moko     20450:        * operators.ru.txt, operators.txt: removed date.roll limit of +-1
                   20451:          offset
1.95      moko     20452: 
                   20453:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   20454: 
1.211     moko     20455:        * operators.ru.txt, operators.txt, src/classes/date.C: fixed date
                   20456:          roll on daylightsaving days mktime took into account tm_isdst
                   20457:          flag, which remained from BEFORE roll, but should have been reset
1.95      moko     20458: 
                   20459: 2002-03-25  paf
                   20460: 
1.211     moko     20461:        * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
1.95      moko     20462:          http_site_config_filespec
                   20463: 
                   20464:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   20465:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   20466:          with any/both --disable-foreign-group-files --disable-execs
                   20467: 
                   20468:        * INSTALL: "--with=sendmail=COMMAND" comment
                   20469: 
                   20470:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   20471:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     20472:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   20473:          disables execs also.  introducing --sendmail
1.95      moko     20474: 
1.211     moko     20475:        * operators.ru.txt, operators.txt: pgsql options comment
1.95      moko     20476: 
                   20477:        * INSTALL: comment on --disable-link-stdcpp
                   20478: 
1.116     moko     20479:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20480:          libstdc++ link skipping configure option
1.95      moko     20481: 
                   20482:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   20483:          with error were put to cache with 'marked_to_rollback' flag, all
                   20484:          consequent even OK requests rolled back
                   20485: 
                   20486: 2002-03-22  paf
                   20487: 
                   20488:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   20489:          false return
                   20490: 
1.211     moko     20491:        * operators.ru.txt, operators.txt: few comments on sets
1.95      moko     20492: 
                   20493: 2002-03-18  paf
                   20494: 
1.211     moko     20495:        * operators.ru.txt, operators.txt, src/classes/op.C,
                   20496:          src/include/pa_exception.h, src/include/pa_globals.h,
                   20497:          src/include/pa_request.h, src/include/pa_stack.h,
                   20498:          src/main/pa_globals.C, src/main/pa_request.C: introducing ^try
1.95      moko     20499: 
                   20500:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   20501:          types/pa_vdouble.h: removed some tested @tests
                   20502: 
                   20503: 2002-03-15  paf
                   20504: 
1.211     moko     20505:        * operators.ru.txt, operators.txt, src/classes/table.C:
                   20506:          ^table.locate(logical expr)
1.95      moko     20507: 
                   20508: 2002-03-13  paf
                   20509: 
                   20510:        * src/main/pa_exception.C: checked not-pooled malloc
                   20511: 
                   20512: 2002-03-11  paf
                   20513: 
                   20514:        * INSTALL, configure, configure.in,
                   20515:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   20516: 
                   20517:        * src/main/pa_common.C: --disable-foreign-group-files
                   20518: 
                   20519:        * INSTALL: --disable-execs
                   20520: 
                   20521:        * src/main/pa_exec.C: --disable-execs
                   20522: 
                   20523:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20524:          --disable-execs
                   20525: 
                   20526:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   20527: 
                   20528:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   20529:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   20530: 
                   20531: 2002-03-05  paf
                   20532: 
1.211     moko     20533:        * operators.ru.txt, operators.txt, src/classes/date.C: date week
                   20534:          calendar columns named
1.95      moko     20535: 
1.211     moko     20536:        * operators.ru.txt, operators.txt, src/classes/date.C: date week
                   20537:          calendar columns named
1.95      moko     20538: 
                   20539:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   20540:          requires headers to be terminated with \r\n manually [refuses to
                   20541:          separate header/body itself]
                   20542: 
                   20543:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20544:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   20545: 
                   20546: 2002-03-04  paf
                   20547: 
                   20548:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   20549:          in PASS language
                   20550: 
                   20551:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   20552:          deserialize checks on broken file
                   20553: 
                   20554:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   20555:          parser3isapi.dsp: isapi updated
                   20556: 
                   20557: 2002-03-01  paf
                   20558: 
                   20559:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   20560: 
                   20561: 2002-02-28  paf
                   20562: 
                   20563:        * src/main/untaint.C: removed some debug comments
                   20564: 
                   20565:        * src/main/pa_charsets.C: when placing charset to cache using
                   20566:          global name now [were request]
                   20567: 
                   20568:        * configure, configure.in: apache module updated
                   20569: 
                   20570:        * src/main/pa_string.C: origin by first piece preferred before last
                   20571:          piece
                   20572: 
                   20573: 2002-02-27  paf
                   20574: 
                   20575:        * src/main/pa_charset.C: size_t
                   20576: 
                   20577:        * INSTALL: shared/static-xml with-pathlink
                   20578: 
1.211     moko     20579:        * operators.ru.txt, operators.txt: SMTP comment
1.95      moko     20580: 
                   20581: 2002-02-26  paf
                   20582: 
                   20583:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   20584: 
                   20585:        * src/classes/xnode.C: in some situation, xpath query returned
                   20586:          result with type NODESET, but empty nodeset member field, checked
                   20587:          that
                   20588: 
                   20589: 2002-02-22  paf
                   20590: 
                   20591:        * INSTALL: without-zlib comment
                   20592: 
                   20593:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   20594: 
                   20595:        * configure, configure.in: glib###.a detection fixed
                   20596: 
                   20597:        * INSTALL: hashfile removed from INSTALL
                   20598: 
1.116     moko     20599:        * Makefile.am: make update
1.95      moko     20600: 
                   20601:        * src/main/pa_string.C: string iterators fixed again, so were
                   20602:          String::join_chain
                   20603: 
                   20604:        * src/main/pa_string.C: string iterators fixed again, so were
                   20605:          String::join_chain
                   20606: 
                   20607:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   20608:          fixed again, so were String::join_chain
                   20609: 
                   20610:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   20611: 
1.211     moko     20612:        * operators.ru.txt, operators.txt, src/types/pa_vcookie.C: cookie
                   20613:          "expires=0" =  "session"
1.95      moko     20614: 
1.116     moko     20615:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20616:          --with-shared-xml --with-static-xml
1.95      moko     20617: 
                   20618:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20619:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20620:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   20621:          xalan&xml
                   20622: 
                   20623:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   20624: 
1.211     moko     20625:        * operators.ru.txt, operators.txt, src/classes/classes.dsp,
                   20626:          src/main/main.dsp, src/types/types.dsp: removed hashfile support
                   20627:          from sources for now
1.95      moko     20628: 
1.116     moko     20629:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     20630:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     20631:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   20632:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   20633:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     20634:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     20635:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   20636:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   20637:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     20638: 
                   20639: 2002-02-21  paf
                   20640: 
                   20641:        * src/main/untaint.C: removed debug code, activated commented-for
                   20642:          debug parts
                   20643: 
1.116     moko     20644:        * Makefile.am: make cvsupdate
1.95      moko     20645: 
                   20646:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20647:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   20648:          append_row, not at link zero now string to string appending works
                   20649: 
                   20650: 2002-02-20  paf
                   20651: 
                   20652:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   20653:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   20654:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   20655: 
                   20656:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20657:          economy: 22%
                   20658: 
                   20659:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20660:          space uptimized: string::link_row removed
                   20661: 
                   20662:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   20663:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   20664:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20665:          types/pa_vstring.h: speed uptimized: string::is_empty
                   20666: 
1.211     moko     20667:        * operators.ru.txt, operators.txt, src/include/pa_common.h,
1.95      moko     20668:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   20669:          src/include/pa_types.h, src/main/compile.tab.C,
                   20670:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   20671:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   20672:          string append optimiziation idea and estimates
                   20673: 
                   20674: 2002-02-19  paf
                   20675: 
                   20676:        * src/classes/math.C: not used directly [but erroreously reported
                   20677:          that 'is', thus registering twice&other probs]
                   20678: 
                   20679:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   20680:          to node [element]
                   20681: 
                   20682:        * src/main/compile.C: without string_origins parse error
                   20683:          file+line+col possible
                   20684: 
                   20685:        * src/main/: compile.C: without string_origins not worked
                   20686: 
                   20687: 2002-02-18  paf
                   20688: 
                   20689:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   20690:          trick i've installed into double::as_string
                   20691: 
                   20692:        * src/main/pa_globals.C: extern "C" was removed too fast
                   20693: 
                   20694:        * src/: include/pa_opcode.h, include/pa_request.h,
                   20695:          main/compile.tab.C, main/compile.y, main/execute.C,
                   20696:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   20697:          with string/nonstring values, now in expressions double/int
                   20698:          values are passed as-is, without stupid tostring/fromstring
                   20699:          conversions
                   20700: 
                   20701:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   20702:          __cplusplus } #endif
                   20703: 
                   20704:        * src/main/compile.tab.C: bison env set so one could compile
                   20705:          without cygwin installed
                   20706: 
                   20707:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   20708:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   20709:          gnome xml libs parser .dsp-s changed accordingly
                   20710: 
1.211     moko     20711:        * operators.ru.txt, operators.txt, src/targets/cgi/parser3.C:
                   20712:          PARSER_ROOT_CONFIG
1.95      moko     20713: 
1.211     moko     20714:        * operators.ru.txt, operators.txt, src/classes/date.C: date::create
                   20715:          [were date::set, with backward comp
1.95      moko     20716: 
                   20717:        * src/classes/math.C: math:random range check fixed
                   20718: 
                   20719:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   20720: 
                   20721:        * INSTALL: local install comment
                   20722: 
1.116     moko     20723:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     20724: 
1.116     moko     20725:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   20726:          src/include/pa_config_auto.h.in,
                   20727:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   20728:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     20729: 
1.211     moko     20730:        * operators.ru.txt, operators.txt: \ comment
1.95      moko     20731: 
                   20732: 2002-02-13  paf
                   20733: 
                   20734:        * src/include/pa_config_includes.h: sys/time time both included
                   20735:          now.  vaguely remember confilicts on this on some system [not on
                   20736:          six|ablv] so when would see them again would think up proper
                   20737:          check
                   20738: 
1.116     moko     20739:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20740:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     20741: 
                   20742:        * src/main/pa_common.C: truncation never occured when writing files
                   20743:          on unix [since i've changed cache mech] fix
                   20744: 
                   20745:        * src/main/pa_common.C: strnchr: sanity check added
                   20746: 
                   20747:        * etc/parser3.charsets/windows-1257.cfg: id added
                   20748: 
                   20749:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   20750:          baltic charset file generated, in generation script ispunct check
                   20751:          added
                   20752: 
                   20753: 2002-02-08  paf
                   20754: 
1.116     moko     20755:        * src/: include/Makefile.am, sql/Makefile.am,
                   20756:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     20757: 
                   20758:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   20759:          forgotten
                   20760: 
                   20761:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   20762: 
                   20763:        * INSTALL, README: install&others updated
                   20764: 
                   20765:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   20766: 
1.116     moko     20767:        * Makefile.am, configure, configure.in,
                   20768:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   20769:          src/classes/Makefile.am, src/main/Makefile.am,
                   20770:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   20771:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   20772:          works
1.95      moko     20773: 
                   20774:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20775:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20776:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   20777:          classes/math.C, classes/op.C, classes/response.C,
                   20778:          classes/string.C, classes/table.C, classes/void.C,
                   20779:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20780:          include/pa_array.h, include/pa_cache_managers.h,
                   20781:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20782:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20783:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20784:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20785:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20786:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20787:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20788:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20789:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20790:          include/pa_stack.h, include/pa_string.h,
                   20791:          include/pa_stylesheet_connection.h,
                   20792:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20793:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20794:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20795:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   20796:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20797:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20798:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20799:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20800:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20801:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   20802:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20803:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   20804:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20805:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   20806:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20807:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20808:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20809:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   20810:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   20811:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20812:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20813:          types/pa_vrequest.h, types/pa_vresponse.h,
                   20814:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20815:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   20816:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   20817:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   20818:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   20819:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   20820:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20821:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   20822:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   20823:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   20824:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   20825: 
                   20826:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20827:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20828:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20829:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20830:          classes/string.C, classes/table.C, classes/void.C,
                   20831:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20832:          include/pa_array.h, include/pa_cache_managers.h,
                   20833:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20834:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20835:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20836:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20837:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20838:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20839:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20840:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20841:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20842:          include/pa_stack.h, include/pa_string.h,
                   20843:          include/pa_stylesheet_connection.h,
                   20844:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20845:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20846:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20847:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   20848:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   20849:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20850:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20851:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20852:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20853:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20854:          main/pa_status_provider.C, main/pa_string.C,
                   20855:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20856:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20857:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20858:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20859:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20860:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20861:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20862:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20863:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20864:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20865:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20866:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20867:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20868:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20869:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   20870:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   20871:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20872:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   20873:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20874:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20875:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   20876:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   20877: 
                   20878: 2002-02-07  paf
                   20879: 
                   20880:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   20881: 
1.116     moko     20882:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   20883:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   20884:          added yet another locking function: fcntl
1.95      moko     20885: 
                   20886:        * config.sub: on cygwin configure passes it with strange i1586
                   20887:          const, hacked it to mean i586
                   20888: 
                   20889:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   20890:          disabled $if reference due to conflicts with local variables
                   20891: 
1.211     moko     20892:        * operators.ru.txt, operators.txt, src/classes/xdoc.C,
                   20893:          src/include/pa_config_fixed.h: xdoc::set obsolete now, now
                   20894:          xdoc::create, with both sences
                   20895: 
                   20896:        * operators.ru.txt, operators.txt, src/classes/table.C,
                   20897:          src/include/pa_array.h, src/include/pa_table.h,
                   20898:          src/main/pa_array.C, src/main/pa_table.C: table::create now //
                   20899:          'set' name obsolete now table clone.
1.95      moko     20900: 
1.211     moko     20901:        * operators.ru.txt, operators.txt, src/classes/string.C,
1.95      moko     20902:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   20903:          ^int/double/string.format now can be called with normal []
                   20904:          brackets, not stupid {} as it were implemented for some strange
                   20905:          reason.  retaining backward compatibility due to some
                   20906:          already-implemented servers
                   20907: 
                   20908:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   20909:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   20910:          operators now detected by check at name_without_curly_rdive_read
                   20911:          rule whether diving code constists only of
                   20912:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   20913:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   20914:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   20915: 
                   20916: 2002-02-06  paf
                   20917: 
                   20918:        * configure, configure.in: prefix expanded, grr
                   20919: 
1.211     moko     20920:        * operators.ru.txt, operators.txt, src/classes/mail.C: mail:send
                   20921:          config changed
1.95      moko     20922: 
                   20923: 2002-02-05  paf
                   20924: 
1.211     moko     20925:        * operators.ru.txt, operators.txt: regex options commented
1.95      moko     20926: 
                   20927:        * src/main/: pa_exec.C: argv0 now correct
                   20928: 
                   20929:        * src/types/pa_vstatus.C: status:rusage 3
                   20930: 
                   20931:        * src/types/pa_vstatus.C: status:rusage 2
                   20932: 
1.211     moko     20933:        * operators.ru.txt, operators.txt: status:rusage described int
                   20934:          operators
1.95      moko     20935: 
                   20936:        * src/types/pa_vstatus.C: status:rusage 1
                   20937: 
                   20938:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   20939:          src/types/types.dsp: status:rusage
                   20940: 
1.211     moko     20941:        * configure.in, operators.ru.txt, operators.txt,
                   20942:          src/classes/file.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     20943:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   20944:          src/main/pa_common.C: rewritten ^cache to use
                   20945:          non-blocking-exclusive-caches
                   20946: 
                   20947:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   20948:          [speed impact. was off for debugging purpose, but forgotten
                   20949:          afterwards]
                   20950: 
                   20951: 2002-02-01  paf
                   20952: 
                   20953:        * src/classes/op.C: file_write does EX lock after create, while
                   20954:          file_read does SH after open, so there's a moment after create
                   20955:          but before EX lock when read can sneak into, and read
                   20956:          just-created-for-writing-and-not-yet-locked file, added a check
                   20957:          for that in ^cache...read
                   20958: 
                   20959: 2002-01-31  paf
                   20960: 
                   20961:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   20962:          ^xxx:
                   20963: 
                   20964:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   20965:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   20966: 
                   20967:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   20968:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   20969:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   20970:          operators check 6.1 rewritten. now check is done at compile time
                   20971: 
                   20972:        * src/main/execute.C: operators check 5 floated up old error of
                   20973:          staying in 'entered class/object' state after $a($a..) it
                   20974:          prevented operators from being called thereafter
                   20975: 
                   20976:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20977:          main/execute.C: operators check 4 floated up old error of staying
                   20978:          in 'entered object' state after ^a.a(a) it prevented operators
                   20979:          from being called thereafter
                   20980: 
                   20981:        * src/main/execute.C: operators check 3 floated up old error of
                   20982:          staying in 'entered class' state after $a:a(a) it prevented
                   20983:          operators from being called thereafter
                   20984: 
                   20985:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   20986:          floated up old error of staying in 'entered class' state after
                   20987:          $a:a[a] it prevented operators from being called thereafter
                   20988: 
                   20989:        * src/main/execute.C: operators check, thay mistakenly seen in
                   20990:          $class:operator   $object.operators contexts
                   20991: 
                   20992:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   20993:          win32
                   20994: 
1.116     moko     20995:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   20996:          src/classes/Makefile.am, src/main/Makefile.am,
                   20997:          src/targets/cgi/Makefile.am,
1.95      moko     20998:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     20999:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     21000: 
1.116     moko     21001:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   21002:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   21003:          configure, configure.in, form.txt, ident.awk, install-sh,
                   21004:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
1.211     moko     21005:          operators.ru.txt, operators.txt, parser3.dsw, sql.txt, types.txt,
                   21006:          etc/Makefile.am, etc/parser3.charsets/Makefile.am,
1.95      moko     21007:          etc/parser3.charsets/koi8-r.cfg,
                   21008:          etc/parser3.charsets/windows-1250.cfg,
                   21009:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     21010:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   21011:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   21012:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   21013:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     21014:          straightened installation scripts procedure made
                   21015:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   21016:          change
                   21017: 
                   21018: 2002-01-30  paf
                   21019: 
                   21020:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   21021:          removed] those comments were a mistake, and prevented libltdl
                   21022:          from function properly
                   21023: 
                   21024: 2002-01-29  paf
                   21025: 
1.116     moko     21026:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   21027:          creation [modified acinclude.m4 which were creating int into just
                   21028:          assignment LIBTOOL=../libtool] added default system
                   21029:          config&charsetts prepared 'make install', now it installs
                   21030:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   21031:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     21032:          $sysconfdir/parser3.charsets respectively
                   21033: 
                   21034:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   21035:          main/pa_globals.C: few forgotten ifdef XML added
                   21036: 
                   21037: 2002-01-28  paf
                   21038: 
1.116     moko     21039:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     21040:          removed
                   21041: 
                   21042:        * src/main/pa_exception.C: dom|generic error output fix
                   21043: 
                   21044:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   21045: 
                   21046:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   21047: 
                   21048:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   21049:          [fixed as_node helper func to accept docs]
                   21050: 
                   21051:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   21052:          xdoc.importNode 0
                   21053: 
                   21054:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   21055: 
                   21056: 2002-01-25  paf
                   21057: 
                   21058:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   21059:          @SPECIAL now works OK
                   21060: 
                   21061:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   21062: 
                   21063:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   21064:          violation that added
                   21065: 
                   21066:        * src/classes/hash.C: unified  hash::sql, now
                   21067:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   21068: 
                   21069:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   21070:          ^file:lock[filename]{code}
                   21071: 
                   21072:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   21073:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   21074:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   21075:          to some pa_common funcs
                   21076: 
                   21077:        * src/: include/pa_charset.h, main/pa_globals.C:
                   21078:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   21079: 
                   21080:        * src/: include/pa_charset.h, main/pa_charset.C,
                   21081:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   21082:          not stupid illegal define
                   21083: 
                   21084: 2002-01-24  paf
                   21085: 
                   21086:        * src/include/pa_version.h: changed version number
                   21087: 
                   21088:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   21089:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21090:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   21091:          main/pa_db_connection.C, main/pa_db_table.C,
                   21092:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   21093:          hashfile without logfiles
                   21094: 
                   21095:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   21096:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   21097:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   21098:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   21099:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   21100:          cluttered disk without huge need]
                   21101: 
                   21102:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   21103:          handy macro, which is strangly abscent in dome lib
                   21104: 
                   21105:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   21106: 
                   21107:        * src/classes/xdoc.C: checked empty response
                   21108: 
                   21109:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   21110:          /, not self node]
                   21111: 
                   21112:        * src/classes/xnode.C: xnode.select returns array always now, in
                   21113:          case 'nothing found' returns empty array
                   21114: 
                   21115:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   21116:          be more tender with ctrl/c/v
                   21117: 
                   21118: 2002-01-23  paf
                   21119: 
                   21120:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   21121:          substituted.         // 2. when dom tree with entites goes under
                   21122:          transform text nodes        // got [erroreosly] cut on first
                   21123:          entity occurance
                   21124: 
                   21125:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   21126:          twice-converting
                   21127: 
                   21128:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   21129:          'e' in output this is for regretful twice-converting here:
                   21130:          $a(double value) when they write double falue  they convert it to
                   21131:          string first, thus %g were losing precesion.
                   21132: 
                   21133:          todo: think up some way to remove double->string string->double
                   21134:          twice-converting
                   21135: 
                   21136:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   21137:          %.20E now default float format this is for regretful
                   21138:          twice-converting here: $a(double value) when they write double
                   21139:          falue  they convert it to string first, thus %g were losing
                   21140:          precesion.
                   21141: 
                   21142:          todo: think up some way to remove double->string string->double
                   21143:          twice-converting
                   21144: 
                   21145:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   21146:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   21147:          reasons in comment inside
                   21148: 
                   21149:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   21150:          statically linked]
                   21151: 
                   21152:        * src/: include/pa_exception.h, main/compile.tab.C,
                   21153:          main/pa_exception.C: removed exception va_list constructor.  1.
                   21154:          not needed anymore 2. there were a conflict[causing errors]
                   21155:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   21156:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   21157:          ctor(, va_list) which, of course, caused gpf
                   21158: 
                   21159:        * src/main/pa_globals.C: removed debug xslt messages
                   21160: 
                   21161: 2002-01-22  paf
                   21162: 
                   21163:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   21164:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   21165:          helps compiling stylesheet properly.  example: this refused to
                   21166:          work,             <b>&laquo;<xsl:value-of select="@title"
                   21167:          />&raquo;</b> stranly worked only this way:
                   21168:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   21169: 
                   21170:          docs says "set it to 1", never going into details, so I decided
                   21171:          to try NOT to do that
                   21172: 
                   21173:        * src/classes/table.C: join behaived badly in case named tables
                   21174:          structure mismatched: 0 strings sneaked into dest failing
                   21175:          afterwards.  replaced them with empty strings
                   21176: 
                   21177: 2002-01-21  paf
                   21178: 
                   21179:        * src/main/pa_charset.C: checked empty transcoders in
                   21180:          transcode_cstr|buf
                   21181: 
                   21182:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   21183: 
                   21184:        * src/classes/xdoc.C: transform error source now
                   21185:          stylesheet_filespec
                   21186: 
1.116     moko     21187:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     21188:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   21189:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     21190:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   21191:          gnome
1.95      moko     21192: 
                   21193:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   21194:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   21195:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   21196:          xslt generic error 1
                   21197: 
                   21198:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   21199:          xml generic message 1
                   21200: 
                   21201:        * src/classes/table.C: ^table::load empty lines or #comments before
                   21202:          headline
                   21203: 
                   21204:        * src/: include/pa_array.h, include/pa_globals.h,
                   21205:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   21206:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   21207:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   21208:          errors 0
                   21209: 
                   21210: 2002-01-16  paf
                   21211: 
                   21212:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   21213:          classes/table.C, classes/void.C, classes/xdoc.C,
                   21214:          include/pa_db_connection.h, include/pa_request.h,
                   21215:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21216:          include/pa_stylesheet_connection.h,
                   21217:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   21218:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21219:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   21220:          stylesheet_connection auto destroyers to remaining gnome objects
                   21221: 
                   21222:        * src/classes/xdoc.C: few comments
                   21223: 
                   21224: 2002-01-15  paf
                   21225: 
                   21226:        * src/classes/xdoc.C: xdoc   file   save   string
                   21227: 
                   21228:          ready.  todo: error handling
                   21229: 
                   21230:        * src/classes/xdoc.C: xdoc save rewritten using
                   21231:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   21232:          result
                   21233: 
                   21234:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   21235:          started output options parsing
                   21236: 
                   21237: 2002-01-14  paf
                   21238: 
                   21239:        * src/classes/xdoc.C: method
                   21240: 
                   21241:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   21242:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   21243:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   21244:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   21245:          xslt transform0.  TODO:   use output options   handle errors
                   21246: 
                   21247:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   21248: 
                   21249: 2002-01-11  paf
                   21250: 
                   21251:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21252:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   21253:          partial logical && || evaluation
                   21254: 
                   21255:        * src/classes/xnode.C: xpath selectNodes
                   21256: 
                   21257:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   21258:          string/number/bool
                   21259: 
                   21260:        * src/classes/xnode.C: xpath selectNode 2
                   21261: 
                   21262:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   21263:          xpath selectNode 1
                   21264: 
                   21265: 2002-01-10  paf
                   21266: 
                   21267:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   21268: 
                   21269:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   21270:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   21271:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   21272:          refcounter]
                   21273: 
                   21274: 2001-12-29  paf
                   21275: 
                   21276:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   21277:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   21278:          glib works 0
                   21279: 
                   21280: 2001-12-28  paf
                   21281: 
                   21282:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   21283:          main/pa_exception.C: started glib transcoders
                   21284: 
                   21285:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   21286: 
                   21287:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   21288:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   21289:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   21290:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   21291:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   21292:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   21293:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   21294:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   21295: 
                   21296: 2001-12-27  paf
                   21297: 
                   21298:        * src/: include/pa_charset.h, include/pa_common.h,
                   21299:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   21300:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   21301:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21302:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   21303:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   21304:          from xalan&xerces, started the process.  globals [initialization
                   21305:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   21306:          calls
                   21307: 
                   21308:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   21309:          anymore
                   21310: 
                   21311: 2001-12-26  paf
                   21312: 
                   21313:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   21314:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   21315:          key globalized [bug]
                   21316: 
                   21317: 2001-12-25  paf
                   21318: 
                   21319:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   21320:          main/pa_string.C: table set & append changed splitting languages,
                   21321:          separators now can be clean AND as-is same to mail command line
                   21322:          $MAIN:MAIL.progX arguments
                   21323: 
                   21324: 2001-12-24  paf
                   21325: 
                   21326:        * src/classes/mail.C: one parted text messages - no multipart
                   21327:          mime-type anymore.  for convinient if $.attach-ments
                   21328: 
                   21329:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   21330:          main/pa_string.C: read from cache size check updated
                   21331: 
                   21332:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   21333: 
                   21334: 2001-12-21  paf
                   21335: 
                   21336:        * src/classes/date.C: date:sql-string now returns localtime
                   21337: 
                   21338:        * src/main/pa_request.C: $result in @main actually not working, to
                   21339:          hell with it for now
                   21340: 
                   21341:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   21342:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   21343:          @postprocess @exception
                   21344: 
                   21345:        * src/main/execute.C: junction evaluation canceled - endless
                   21346:          recursion detected
                   21347: 
                   21348: 2001-12-19  paf
                   21349: 
                   21350:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   21351:          intermediate
                   21352: 
                   21353:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   21354: 
                   21355:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   21356: 
                   21357:        * src/classes/op.C: ^cache keypath now relative
                   21358: 
                   21359:        * src/classes/mail.C: changed weighting prior to sort
                   21360: 
                   21361:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   21362:          were missing
                   21363: 
                   21364: 2001-12-17  paf
                   21365: 
                   21366:        * src/main/pa_charset.C: ifndef XML were bad type
                   21367: 
                   21368:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   21369:          outdated unset services_pool
                   21370: 
                   21371:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   21372:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   21373:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   21374: 
                   21375:        * src/main/untaint.C: allowed space in filespec
                   21376: 
                   21377:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   21378: 
                   21379:        * src/classes/image.C: no govno
                   21380: 
                   21381:        * src/classes/image.C: govno
                   21382: 
                   21383: 2001-12-16  paf
                   21384: 
                   21385:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   21386: 
                   21387:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   21388:          charset_connection&manager replaced by charset&charsets
                   21389: 
                   21390:        * src/main/pa_charset.C: name_cstr 0
                   21391: 
                   21392:        * src/main/untaint.C: uri lang now knows about client/source
                   21393:          charsets
                   21394: 
                   21395:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   21396:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21397:          include/pa_array.h, include/pa_cache_managers.h,
                   21398:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   21399:          include/pa_common.h, include/pa_db_connection.h,
                   21400:          include/pa_db_manager.h, include/pa_db_table.h,
                   21401:          include/pa_dictionary.h, include/pa_exception.h,
                   21402:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   21403:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   21404:          include/pa_sapi.h, include/pa_socks.h,
                   21405:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21406:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   21407:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21408:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   21409:          main/pa_charset.C, main/pa_charset_connection.C,
                   21410:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   21411:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   21412:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   21413:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   21414:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   21415:          types/types.dsp: introducing Charset
                   21416: 
                   21417: 2001-12-14  paf
                   21418: 
                   21419:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   21420:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   21421:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   21422:          uri lang
                   21423: 
                   21424:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   21425: 
                   21426:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   21427: 
                   21428:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   21429:          defalts_name global
                   21430: 
                   21431:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   21432:          include/pa_request.h, main/main.dsp,
                   21433:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   21434:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   21435:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   21436:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   21437:          changed charset model.  now important: $request:charset
                   21438:          $response:charset while $response:content-type.charset become
                   21439:          unimportant [informational]
                   21440: 
                   21441: 2001-12-13  paf
                   21442: 
                   21443:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   21444: 
                   21445:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   21446:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   21447:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   21448:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   21449:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   21450:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21451: 
                   21452:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   21453:          auto_ptr part other way, because of stupid gcc 2.96
                   21454:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   21455:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   21456:          FormatterListener] /usr/include/g++-3/memory:48:
                   21457:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   21458:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   21459: 
                   21460:        * src/classes/xdoc.C: removed extra inc
                   21461: 
                   21462:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   21463: 
                   21464:        * src/include/pa_types.h: msvc head debugging flag
                   21465: 
                   21466:        * src/classes/xdoc.C: freed up listener
                   21467: 
                   21468:        * src/classes/string.C: change msg '... code is not code'
                   21469: 
                   21470:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   21471:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21472:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   21473:          [past/future prob]
                   21474: 
                   21475:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21476:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   21477:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21478:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   21479: 
                   21480:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   21481:          main/pa_string.C: removed signed mismatch warnings
                   21482: 
                   21483:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   21484:          'expires' from header outputs
                   21485: 
                   21486:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   21487:          row ptr
                   21488: 
                   21489:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   21490:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   21491: 
                   21492:        * src/classes/xdoc.C: lang list updated
                   21493: 
                   21494: 2001-12-10  paf
                   21495: 
                   21496:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   21497: 
                   21498:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   21499:          erase files like that, knowing their full name introducing   //
                   21500:          theoretical problem with, for instance, "_2B" and "." fragments,
                   21501:          // they would yield the same    // because
                   21502:          need_file_encode('_')=false  // but we need to delete such files
                   21503:          somehow, getting names from ^index
                   21504: 
                   21505:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   21506:          string::join_chank break]
                   21507: 
                   21508: 2001-12-07  paf
                   21509: 
                   21510:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   21511:          include/pa_common.h, include/pa_config_auto.h.in,
                   21512:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21513:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   21514:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   21515:          types/pa_vhashfile.C: merged from r14_simple_cache
                   21516: 
                   21517:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   21518:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   21519:             lduh  [ %i2 + 1 ], %l0
                   21520: 
                   21521:          bus error, fixed that
                   21522: 
                   21523:        * src/main/pa_string.C: strange string deserialize bug on
                   21524:          client[pmts], a bit shortened,
                   21525: 
                   21526:        * src/include/pa_config_auto.h.in: makes
                   21527: 
                   21528:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   21529:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   21530:          file write shared lock file read
                   21531: 
                   21532:        * src/: classes/op.C, include/pa_common.h,
                   21533:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   21534: 
                   21535: 2001-12-06  paf
                   21536: 
                   21537:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21538:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   21539: 
                   21540:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   21541:          info
                   21542: 
                   21543:        * src/classes/hashfile.C: removed transaction from ^cache
                   21544: 
                   21545: 2001-12-05  paf
                   21546: 
                   21547:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   21548:          IIS5 there were a prob with illegal call check
                   21549: 
                   21550: 2001-12-04  paf
                   21551: 
                   21552:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21553:          main/pa_request.C: measures to log
                   21554: 
                   21555: 2001-11-23  paf
                   21556: 
                   21557:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21558:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   21559:          types/pa_vhashfile.C: merged from _0014, 1
                   21560: 
                   21561:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21562:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   21563:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   21564:          ^cache(33) would change
                   21565: 
                   21566:          0660 bits in file_write & hashfile create
                   21567: 
                   21568:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   21569:          after pa_string optimization]
                   21570: 
                   21571: 2001-11-22  paf
                   21572: 
                   21573:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21574:          table.offset[whence]
                   21575: 
                   21576:        * src/classes/op.C: process cstr(,connection)
                   21577: 
                   21578:        * src/classes/op.C: process now gets its body on current language,
                   21579:          not as-is
                   21580: 
                   21581:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   21582: 
                   21583:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   21584:          bit
                   21585: 
1.116     moko     21586:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     21587: 
                   21588: 2001-11-21  paf
                   21589: 
                   21590:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   21591:          <xsl:output output options made identical to xsl:output
                   21592:          attributes exclusion:    cdata-section-elements what xalan can do
                   21593:          but that not used now:    it can escape and remove CDATA sections
                   21594: 
                   21595:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   21596:          produced by xslt
                   21597: 
                   21598:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   21599: 
                   21600:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   21601: 
                   21602:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   21603:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   21604:          default language for {code}, it happen to change it's language
                   21605:          from CLEAN, so later refused to split by CLEAN \t
                   21606: 
                   21607: 2001-11-20  paf
                   21608: 
1.116     moko     21609:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   21610:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     21611:          bottom of dependeces, so that errors would popup quicklier, fixed
                   21612:          line numbering in table::sql
                   21613: 
                   21614: 2001-11-19  paf
                   21615: 
                   21616:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   21617:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   21618:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   21619:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   21620:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   21621:          at wcontext.write
                   21622: 
1.116     moko     21623:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     21624:          _set_new_handler
                   21625: 
1.116     moko     21626:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   21627:          set_new_handler in apache&isapi
1.95      moko     21628: 
                   21629: 2001-11-16  paf
                   21630: 
                   21631:        * src/targets/cgi/parser3.C: pool debug @ die
                   21632: 
                   21633:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21634:          removed 8 bytes from String, 2 bytes from
                   21635:          string::chunk::row::item
                   21636: 
                   21637:        * src/main/pa_string.C: removed 1+4 bytes from String
                   21638: 
                   21639:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21640:          types/pa_vstring.C: removed 1+4 bytes from String
                   21641: 
                   21642:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   21643:          0
                   21644: 
                   21645:        * src/: include/pa_globals.h, include/pa_string.h,
                   21646:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   21647:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   21648:          targets/cgi/parser3.C: introducing estimating
                   21649:          String::cstr_bufsize, 0
                   21650: 
                   21651:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   21652: 
                   21653:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   21654: 
                   21655:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21656:          include/pa_pool.h: die in pool::fail
                   21657: 
                   21658: 2001-11-15  paf
                   21659: 
                   21660:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   21661:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   21662:          dynamic buffer re-back now with counter
                   21663: 
                   21664:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   21665:          static buffer back
                   21666: 
                   21667:        * src/targets/cgi/parser3.C: std::
                   21668: 
                   21669:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   21670:          include/pa_config_includes.h: setnewhandler check
                   21671: 
1.116     moko     21672:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21673: 
                   21674:        * src/targets/cgi/parser3.C: set_new_handler started
                   21675: 
                   21676: 2001-11-14  paf
                   21677: 
                   21678:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21679:          was wrong
                   21680: 
                   21681:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21682:          was wrong
                   21683: 
                   21684:        * src/main/pa_request.C: z
                   21685: 
                   21686:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   21687:          full returns win32 -1 solaris >buffer_size
                   21688: 
                   21689:          checked all that
                   21690: 
                   21691:        * src/classes/op.C: ^untaint{body} as-is default now
                   21692: 
                   21693:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21694:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   21695:          with no_bad_constructors_try
                   21696: 
                   21697:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21698:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   21699:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   21700:          $bred[^int::int[]]
                   21701: 
                   21702:          now VObject creation moved into overriden
                   21703:          VClass::create_new_value, thus 0 from create_new_value means that
                   21704:          class has no ctors
                   21705: 
                   21706: 2001-11-13  paf
                   21707: 
                   21708:        * src/classes/classes.C: returned accedently removed if in foreach
                   21709:          callbacks [when hash no-0-restructure]
                   21710: 
                   21711: 2001-11-12  paf
                   21712: 
                   21713:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   21714:          passed as-is to method, xalan makes & into &amp; itself
                   21715: 
                   21716:        * src/classes/date.C: date.roll parser2 alg used
                   21717: 
                   21718:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   21719:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21720:          main/pa_dictionary.C, main/pa_hash.C,
                   21721:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   21722:          now does not containt 0 values. put 0 actullay removes.  no check
                   21723:          on 0 value in foreach now required
                   21724: 
                   21725: 2001-11-11  paf
                   21726: 
                   21727:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   21728: 
                   21729:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   21730: 
                   21731:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   21732:          driver initialize not const
                   21733: 
                   21734: 2001-11-10  paf
                   21735: 
                   21736:        * src/main/pa_exec.C: doc
                   21737: 
                   21738: 2001-11-09  paf
                   21739: 
                   21740:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   21741:          param properly
                   21742: 
                   21743:        * src/classes/string.C: string.save now does untainting before
                   21744:          saving
                   21745: 
                   21746:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   21747:          still cstr oriented]
                   21748: 
                   21749:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21750:          line endings fixing got rid of cstr, now must work ok with post
                   21751:          multipart
                   21752: 
                   21753:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   21754:          not file  also now
                   21755: 
                   21756: 2001-11-08  paf
                   21757: 
                   21758:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21759:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21760:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   21761:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   21762:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   21763:          simple parent, not second parent [gcc 2.96 strangly refused to
                   21764:          call virtual from second parent]
                   21765: 
1.116     moko     21766:        * src/: include/pa_common.h, main/Makefile.am,
                   21767:          targets/cgi/pa_pool.C: makes
1.95      moko     21768: 
                   21769:        * src/: include/pa_request.h, main/pa_request.C,
                   21770:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   21771:          'status' class enabler
                   21772: 
                   21773:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   21774: 
                   21775:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21776:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21777:          include/pa_stylesheet_manager.h, main/main.dsp,
                   21778:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   21779:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21780:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21781:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   21782:          todo: apache 'status' class enabler
                   21783: 
                   21784: 2001-11-05  paf
                   21785: 
                   21786:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   21787:          debug to normal
                   21788: 
                   21789:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   21790:          hence i removed skipping 0 values in hash::for_each-es we need to
                   21791:          check cleaned cache items manually. few more checks.
                   21792: 
                   21793:          expiring to 0 time was wrong, changed to 'now' time
                   21794: 
                   21795:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   21796:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   21797:          on apache already done :)
                   21798: 
                   21799:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   21800:          skipping 0 values in hash::for_each-es we need to check cleaned
                   21801:          cache items manually
                   21802: 
                   21803:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   21804:          parser_multithreaded check was wrong
                   21805: 
                   21806:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   21807:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21808:          classes/hashfile.C, classes/image.C, classes/int.C,
                   21809:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   21810:          classes/string.C, classes/table.C, classes/void.C,
                   21811:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21812:          include/pa_array.h, include/pa_charset_connection.h,
                   21813:          include/pa_charset_manager.h, include/pa_common.h,
                   21814:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21815:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21816:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   21817:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   21818:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   21819:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   21820:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   21821:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21822:          include/pa_stack.h, include/pa_string.h,
                   21823:          include/pa_stylesheet_connection.h,
                   21824:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21825:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   21826:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   21827:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   21828:          main/pa_charset_manager.C, main/pa_common.C,
                   21829:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21830:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   21831:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21832:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21833:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21834:          main/pa_status_provider.C, main/pa_string.C,
                   21835:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   21836:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21837:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21838:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   21839:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21840:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   21841:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21842:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   21843:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   21844:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   21845:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   21846:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   21847:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21848:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21849:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21850:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21851:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   21852:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   21853:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   21854:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21855:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   21856:          $status:db fixed used not initialized in db_connection & db_table
                   21857: 
                   21858:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   21859:          $status:charset
                   21860: 
                   21861:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   21862:          include/pa_stylesheet_connection.h,
                   21863:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   21864:          types/pa_vstatus.h: $status:stylesheet
                   21865: 
                   21866:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   21867:          include/pa_request.h, include/pa_sql_connection.h,
                   21868:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21869:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   21870:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21871:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   21872:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   21873:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   21874: 
                   21875: 2001-11-01  paf
                   21876: 
                   21877:        * src/include/pa_config_auto.h.in: makes
                   21878: 
                   21879:        * src/main/pa_hash.C: removed old extra include
                   21880: 
                   21881:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   21882:          checks [for hp, there are such in math.h]
                   21883: 
                   21884:        * src/classes/op.C: ^for endless loop check strightened
                   21885: 
                   21886:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   21887:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   21888:          co can use r.root to write their i & key,value there
                   21889: 
                   21890:        * src/classes/op.C: detected for var storage bug, fixed.
                   21891:          todo:foreach
                   21892: 
                   21893:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   21894:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   21895:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   21896:          changing of hash inside of foreach
                   21897: 
                   21898:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   21899:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   21900:          were hash.foreach
                   21901: 
                   21902:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   21903:          types/pa_vstring.C, types/pa_vstring.h:
                   21904:          ^foreach[key|value]{body}[[separator]|{separator}]
                   21905: 
                   21906:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   21907:          types/pa_vcookie.C: ^hash.delete[key]
                   21908: 
                   21909: 2001-10-31  paf
                   21910: 
                   21911:        * src/main/: compile.C, pa_common.C: completely empty file now
                   21912:          considered "read", not ignored [not perfect trick used]
                   21913: 
                   21914:        * src/main/pa_common.C: simplier common ifdefs
                   21915: 
                   21916:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   21917: 
                   21918:        * src/main/pa_db_connection.C: z
                   21919: 
                   21920:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   21921:          lockdetector flags
                   21922:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   21923: 
                   21924:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   21925:          from accidental show [imagine user forgot @exception]
                   21926: 
                   21927:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   21928: 
                   21929:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   21930:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   21931:          main/pa_common.C: ^string.save[[append;]path]
                   21932: 
                   21933:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21934:          main/execute.C: \ in expression: int divide 10/3=3
                   21935: 
                   21936:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   21937:          inside of ^cache
                   21938: 
                   21939:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   21940:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   21941:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   21942:          needed
                   21943: 
                   21944: 2001-10-30  paf
                   21945: 
                   21946:        * src/: classes/classes.dsp, main/main.dsp,
                   21947:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21948:          types/types.dsp: enabled debug incremental compile
                   21949: 
                   21950:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21951:          form post data line endings not reformatted now.
                   21952: 
                   21953:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   21954:          now required [had bug when file= has no value]
                   21955: 
                   21956:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   21957:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   21958:          cstr(asis) default param removed
                   21959: 
                   21960:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   21961: 
                   21962:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   21963: 
                   21964:        * src/include/pa_dir.h: LOAD_DIR fixed
                   21965: 
                   21966:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   21967:          was broken} fix_line_breaks
                   21968: 
                   21969:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   21970:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   21971:          packed with #pragma pack
                   21972: 
1.116     moko     21973:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     21974: 
                   21975: 2001-10-29  paf
                   21976: 
                   21977:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   21978: 
                   21979:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   21980:          string hash.puts
                   21981: 
                   21982:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   21983: 
                   21984:        * src/include/pa_sql_connection.h: there were one wrong
                   21985:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   21986: 
                   21987:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   21988:          param.someday either ifdef or remove it
                   21989: 
                   21990:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   21991: 
                   21992:        * src/main/untaint.C: optimizing returned after debugging
                   21993: 
                   21994:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   21995:          main/untaint.C: memory hunging #pragma pack(1)
                   21996: 
                   21997:          16 419 844 13 169 394
                   21998: 
                   21999:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   22000:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   22001:          places [todo:Array]
                   22002: 
                   22003:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   22004:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   22005:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   22006: 
                   22007:          total 5 652 652/158731 total 5 469 332/158731
                   22008: 
                   22009:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   22010:          Array:: without cache in get/put now
                   22011: 
                   22012:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   22013:          18:25:27 2001] total 5 652 652/158731
                   22014: 
                   22015:        * src/: include/pa_string.h, main/pa_string.C,
                   22016:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   22017:          now
                   22018: 
                   22019:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   22020:          18:11:53 2001] total 5796092/158731
                   22021: 
                   22022:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   22023:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   22024:          key ref now
                   22025: 
                   22026:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   22027:          17:11:17 2001] total 16867948/202658
                   22028: 
                   22029:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   22030:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   22031:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   22032:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   22033:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   22034:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   22035:          string::as_int/double now usually uses stack, not heap [200K out
                   22036:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   22037: 
                   22038:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   22039:          hiding bug]
                   22040: 
                   22041:        * src/Makefile.am: .am order
                   22042: 
                   22043:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   22044:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22045:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   22046:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   22047:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   22048:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   22049:          required "friend class"
                   22050: 
                   22051:          ../include/pa_request.h:51: friend declaration requires
                   22052:          class-key, i.e. `friend    class Temp_lang'
                   22053: 
                   22054:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   22055:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   22056:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   22057: 
                   22058:          the idea is to #1 jump to C++ some function to main body, where
                   22059:          every function stack frame has exception unwind information and
                   22060:          from there... #2 propagate_exception()
                   22061: 
                   22062: 2001-10-28  paf
                   22063: 
                   22064:        * src/main/pa_db_connection.C: removed old consts
                   22065: 
                   22066:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   22067:          with wrong type/cast]
                   22068: 
                   22069:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   22070:          translation
                   22071: 
1.116     moko     22072:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     22073:          remember to build DB2 with -fexceptions!!!
                   22074: 
                   22075:        * src/main/pa_db_table.C: DB_RMW defed
                   22076: 
                   22077:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   22078:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22079:          include/pa_db_table.h, main/pa_db_connection.C,
                   22080:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   22081: 
                   22082: 2001-10-27  paf
                   22083: 
                   22084:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22085:          include/pa_db_table.h, main/pa_db_connection.C,
                   22086:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   22087:          types/pa_vhashfile.C: DB2 ifdefs
                   22088: 
1.116     moko     22089:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   22090:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     22091:          makes with DB2
                   22092: 
1.116     moko     22093:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   22094:          types/Makefile.am: makes db
1.95      moko     22095: 
                   22096:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   22097:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   22098:          globals.C
                   22099: 
                   22100:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22101:          include/pa_db_table.h, main/pa_db_connection.C,
                   22102:          main/pa_db_table.C: ^hashfile.clear[]
                   22103: 
                   22104:        * src/classes/classes.awk: no $ in var names
                   22105: 
                   22106:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   22107:          connection&table [forgotten calls]
                   22108: 
                   22109: 2001-10-26  paf
                   22110: 
                   22111:        * src/main/pa_db_connection.C: db checkpoints
                   22112: 
                   22113:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   22114:          checkpoints
                   22115: 
                   22116:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   22117:          default. but entities still reparsed. todo: tothink
                   22118: 
                   22119:        * src/main/pa_db_connection.C: db recover mech 2
                   22120: 
                   22121:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22122:          include/pa_db_manager.h, include/pa_db_table.h,
                   22123:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   22124:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   22125:          types/pa_vhashfile.h: db connections & tables now cached at
                   22126:          create time & multithreaded
                   22127: 
                   22128:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   22129:          parsed_source
                   22130: 
                   22131:        * src/main/pa_db_connection.C: about to remove connection from
                   22132:          vhashfile
                   22133: 
                   22134:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   22135:          transaction commit/rollback responsibility left to parent [as it
                   22136:          sould - else there were a bug with double free]
                   22137: 
                   22138:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   22139:          responsibility left to parent [as it sould - else there were a
                   22140:          bug with double free]
                   22141: 
                   22142: 2001-10-25  paf
                   22143: 
                   22144:        * src/: classes/hashfile.C, include/pa_common.h,
                   22145:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22146:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   22147:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   22148:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   22149:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   22150:          yet]
                   22151: 
                   22152:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   22153: 
                   22154:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   22155:          transaction parent passed
                   22156: 
                   22157: 2001-10-24  parser
                   22158: 
1.116     moko     22159:        * src/classes/Makefile.am: makes
1.95      moko     22160: 
                   22161:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   22162:          isapi/pool_storage.h: pool_storage fixed
                   22163: 
                   22164:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   22165:          types/pa_vform.h: form fix_line_breaks
                   22166: 
1.116     moko     22167:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     22168: 
                   22169:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   22170:          targets/cgi/pool_storage.h: makes
                   22171: 
                   22172:        * src/sql/pa_sql_driver.h: version
                   22173: 
                   22174:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   22175:          types/pa_vform.C, types/pa_vform.h: .am
                   22176: 
                   22177:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   22178:          this: DB_RMW Acquire write locks instead of read locks when doing
                   22179:          the retrieval. Setting this flag may decrease the likelihood of
                   22180:          deadlock during a read-modify-write cycle by immediately
                   22181:          acquiring the write lock during the read part of the cycle so
                   22182:          that another thread of control acquiring a read lock for the same
                   22183:          item, in its own read-modify-write cycle, will not result in
                   22184:          deadlock
                   22185: 
                   22186:        * src/targets/isapi/parser3isapi.dsp: doc
                   22187: 
                   22188:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   22189: 
                   22190:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   22191: 
                   22192:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22193:          main/pa_db_connection.C: hashfile expired deleted from db when
                   22194:          get & iterate
                   22195: 
                   22196:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   22197:          expiring 1
                   22198: 
                   22199:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   22200: 
                   22201:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   22202:          db_connection not bothers with key when not returning expired
                   22203:          data
                   22204: 
                   22205:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   22206:          types/pa_vhashfile.C: db_cursor constructor public now
                   22207: 
                   22208:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   22209:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   22210:          stamped, todo: put_element analize
                   22211: 
                   22212:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   22213:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   22214:          serialize. todo stamp
                   22215: 
                   22216: 2001-10-23  parser
                   22217: 
                   22218:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   22219:          classes/image.C, classes/mail.C, classes/response.C,
                   22220:          classes/string.C, classes/table.C, classes/xdoc.C,
                   22221:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   22222:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   22223:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   22224:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   22225:          types/pa_vtable.C: ^hashfile.hash[]
                   22226: 
                   22227:        * src/: classes/hashfile.C, classes/xdoc.C,
                   22228:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   22229:          main/pa_globals.C: ifdefs so it compiled without db
                   22230: 
                   22231:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   22232:          include/pa_db_manager.h, main/pa_db_connection.C,
                   22233:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   22234:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   22235:          ^hashfile.delete[key]
                   22236: 
                   22237: 2001-10-22  parser
                   22238: 
                   22239:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   22240:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   22241: 
                   22242:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   22243:          classes/xnode.C, include/pa_charset_connection.h,
                   22244:          include/pa_db_connection.h, include/pa_db_manager.h,
                   22245:          include/pa_exception.h, include/pa_sapi.h,
                   22246:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   22247:          include/pa_stylesheet_connection.h,
                   22248:          include/pa_stylesheet_manager.h,
                   22249:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22250:          main/pa_db_connection.C, main/pa_db_manager.C,
                   22251:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   22252:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   22253:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   22254:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   22255:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   22256:          types/types.dsp: hashfile 0
                   22257: 
                   22258:        * src/types/pa_vhashfile.C: z
                   22259: 
                   22260:        * src/: classes/classes.dsp, classes/hashfile.C,
                   22261:          include/pa_config_fixed.h, main/execute.C,
                   22262:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   22263:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   22264: 
                   22265:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   22266: 
                   22267:        * src/: include/pa_exception.h, include/pa_request.h,
                   22268:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   22269:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22270:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   22271: 
                   22272: 2001-10-19  parser
                   22273: 
                   22274:        * src/include/pa_pool.h: header
                   22275: 
                   22276:        * src/main/pa_pool.C: auto compiled on gcc
                   22277: 
                   22278:        * src/classes/image.C: comment
                   22279: 
1.116     moko     22280:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     22281: 
                   22282:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22283:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22284:          types/pa_vxnode.h: xnode clone got freed
                   22285: 
                   22286:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   22287:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   22288:          can free up xalandomstring resulting from pool::transcode
                   22289: 
                   22290:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   22291:          include/pa_config_fixed.h, include/pa_exception.h,
                   22292:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   22293:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   22294:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   22295:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   22296:          from non-xml compile
                   22297: 
                   22298:        * src/main/pa_request.C: pool:: context - get_context
                   22299: 
                   22300:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   22301:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   22302:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   22303:          classes/string.C, classes/table.C, classes/void.C,
                   22304:          include/pa_config_fixed.h, include/pa_exception.h,
                   22305:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   22306:          main/compile.C, main/compile_tools.C, main/execute.C,
                   22307:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   22308:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   22309:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   22310:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   22311:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22312:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   22313:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   22314:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22315:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   22316:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   22317:          exceptions 0
                   22318: 
                   22319:        * src/classes/classes.awk: $ removed
                   22320: 
                   22321: 2001-10-18  parser
                   22322: 
                   22323:        * src/types/pa_vcookie.C: cookie:CLASS
                   22324: 
                   22325:        * src/main/main.dsp: project
                   22326: 
                   22327:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   22328:          set_document & ctor question "who owns document" solved
                   22329: 
                   22330:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   22331: 
                   22332:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   22333:          main/pa_pool.C: encoding in dom creating funcs
                   22334: 
                   22335:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   22336:          be transformed now
                   22337: 
                   22338:        * src/classes/xdoc.C: dom created by create can be transformed now
                   22339: 
                   22340:        * src/classes/xdoc.C: z
                   22341: 
                   22342:        * src/classes/xdoc.C: comment
                   22343: 
                   22344:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   22345:          create now uses XercesDocumentBridge, appendChild&co now works
                   22346: 
                   22347:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   22348:          @ recompile
                   22349: 
                   22350:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   22351:          $origin @exception[
                   22352: 
                   22353:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   22354:          tag names forced to XML lang
                   22355: 
                   22356:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   22357:          leechy-found bugs in code&doc fixed
                   22358: 
                   22359: 2001-10-17  parser
                   22360: 
                   22361:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   22362:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   22363:          n functionality preserved
                   22364: 
                   22365:        * src/types/pa_vimage.h: removed unused vimage::save
                   22366: 
                   22367: 2001-10-16  parser
                   22368: 
                   22369:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   22370: 
                   22371:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   22372: 
                   22373:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   22374: 
                   22375:        * src/classes/image.C: image.copy tolerance
                   22376: 
                   22377:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   22378:          ineffective, but works for small paleted image
                   22379: 
                   22380:        * src/types/pa_vimage.C: comment
                   22381: 
                   22382:        * src/classes/image.C: gd size/resize bugfix
                   22383: 
                   22384:        * src/: classes/classes.dsp, main/main.dsp,
                   22385:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22386:          types/types.dsp: ident >nul 2>&1
                   22387: 
                   22388:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   22389:          systems
                   22390: 
                   22391:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   22392:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   22393: 
                   22394: 2001-10-15  parser
                   22395: 
                   22396:        * src/main/execute.C: z
                   22397: 
                   22398:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   22399: 
                   22400:        * src/types/pa_vxnode.C:     document_type_node.
                   22401:                  !readonly attribute DOMString name
                   22402:              !notation_node.
                   22403:                  !readonly attribute DOMString publicId
                   22404:                  !readonly attribute DOMString systemId
                   22405: 
1.116     moko     22406:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   22407:          ::write badly passed string too transparently [failed to
                   22408:          intercept it]
1.95      moko     22409: 
                   22410:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   22411:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   22412:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   22413:          types/pa_vxnode.h: DOM1 major addtion, only few
                   22414:          attributes/methods left
                   22415: 
                   22416: 2001-10-13  parser
                   22417: 
                   22418:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22419:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   22420:          in main handler
                   22421: 
                   22422:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   22423:          cleanups & frees order
                   22424: 
                   22425:        * src/types/pa_vcode_frame.h: couple comments
                   22426: 
                   22427:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   22428:          transparent enough to handle hash if creation&passing
                   22429: 
                   22430:        * src/: include/pa_config_fixed.h, main/execute.C,
                   22431:          main/pa_exception.C: noticed that vcodeframe not transparent
                   22432:          enough, would change now
                   22433: 
                   22434: 2001-10-12  parser
                   22435: 
                   22436:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   22437:          fixed. initialization&free on each thread!
                   22438: 
                   22439:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   22440:          handling changed: now type of default param analized always, not
                   22441:          only at problem time, thus helping early problem spotting
                   22442: 
                   22443:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   22444:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   22445:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22446:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   22447:          multithread bug fixed. initialization&free on each thread!
                   22448: 
                   22449: 2001-10-11  parser
                   22450: 
                   22451:        * src/classes/xnode.C: xnode.selectSingle now
                   22452: 
                   22453:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   22454:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   22455:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   22456:          convertors out of Pool into Exception
                   22457: 
                   22458:        * src/main/pa_string.C: const
                   22459: 
                   22460:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   22461:          linked pieces of same language together prior to String::replace
                   22462: 
                   22463:        * src/classes/hash.C:     !^hash.add[addme]
                   22464:              !^hash.sub[subme]
                   22465:              !^a.union[b] = new
                   22466:              !^a.intersection[b] = new
                   22467:              !^a.intersects[b] = bool
                   22468: 
                   22469:        * src/classes/hash.C:     !^hash::append[append_from]
                   22470: 
                   22471:        * src/: classes/hash.C, types/pa_vhash.h:
                   22472:          !^hash::create[[copy_from]]
                   22473: 
                   22474:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22475:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   22476:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   22477:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   22478:          exception but somebody[value.bark] tried to throw it on it's pool
                   22479: 
1.116     moko     22480:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22481: 
                   22482: 2001-10-10  parser
                   22483: 
                   22484:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   22485: 
                   22486:        * src/main/: compile.tab.C, compile.y: ^a[
                   22487: 
                   22488:          @next_method  << now unclosed ] would be reported here
                   22489: 
                   22490:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   22491:          compile error
                   22492: 
                   22493: 2001-10-09  parser
                   22494: 
1.116     moko     22495:        * src/: classes/Makefile.am, main/Makefile.am,
                   22496:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     22497: 
                   22498:        * src/classes/Makefile.am: makes
                   22499: 
                   22500:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   22501:          win32 errors intercepted [xalan transformer patched and
                   22502:          incorporated]
                   22503: 
                   22504:        * src/: classes/classes.dsp, classes/xdoc.C,
                   22505:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22506:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22507:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   22508:          patches starting
                   22509: 
                   22510:        * src/classes/: string.C, table.C: ^string.save[file]
                   22511: 
                   22512:        * src/classes/: date.C, table.C: calendar moved to date
                   22513: 
                   22514:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   22515:          string/table]  now
                   22516: 
                   22517:        * src/classes/: op.C, table.C: z
                   22518: 
                   22519:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   22520:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   22521:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   22522:          be code [be string..]
                   22523: 
                   22524:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   22525:          table.C: lots of
                   22526:          params->as_int/double/as_string/as_junction/as_no_junction
                   22527:          messages added
                   22528: 
                   22529: 2001-10-08  parser
                   22530: 
                   22531:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   22532:          classes/table.C, classes/void.C, include/pa_request.h:
                   22533:          params->as_int/double message added
                   22534: 
                   22535:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   22536: 
                   22537:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   22538:          image:sector removed image:html internal "line-*" attribs
                   22539: 
                   22540:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   22541:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   22542: 
                   22543:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   22544:          way
                   22545: 
                   22546:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   22547:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   22548:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   22549: 
                   22550:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   22551:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   22552:          @ SAPI::log
                   22553: 
                   22554:        * src/main/untaint.C: \r to ' ' in origins mode
                   22555: 
                   22556:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   22557:          set]
                   22558: 
                   22559:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   22560:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   22561:          nonstandard liaison freed up
                   22562: 
                   22563: 2001-10-07  parser
                   22564: 
                   22565:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   22566:          project
                   22567: 
                   22568: 2001-10-05  parser
                   22569: 
                   22570:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   22571:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   22572:          from outputing to cerr.  lots of "todos"
                   22573: 
                   22574:        * src/main/untaint.C: http_header tainting more gentle with
                   22575:          enquoting now
                   22576: 
                   22577:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   22578:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   22579:          xml errorhandler.  fixed string.replace a little, read @test
                   22580: 
                   22581:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   22582:          *) does not have limit, and looks further eos, fixing....
                   22583: 
                   22584:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   22585: 
                   22586:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   22587: 
                   22588:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   22589:          bugfix
                   22590: 
1.116     moko     22591:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   22592:          $result[^[$p^]z] now works fine
1.95      moko     22593: 
                   22594:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   22595:          wrong. fixed it
                   22596: 
                   22597:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   22598:          of totable appered to be vital
                   22599: 
                   22600: 2001-10-04  parser
                   22601: 
                   22602:        * src/classes/image.C: ^image.length[text]
                   22603: 
                   22604: 2001-10-03  parser
                   22605: 
                   22606:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   22607: 
                   22608:        * src/main/pa_request.C: restored pcre defaulting in request
                   22609:          [mindlessly "optimized" yesterday] comment left
                   22610: 
                   22611: 2001-10-02  parser
                   22612: 
                   22613:        * src/: main/pa_charset_manager.C,
                   22614:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   22615:          needed
                   22616: 
                   22617:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   22618:          forgot non-xml pool.*charset needed
                   22619: 
                   22620:        * src/classes/table.C: # config comments fixed
                   22621: 
                   22622:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   22623:          charset_connection #comment now
                   22624: 
                   22625:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   22626:          options fixed to use release msvcrt lib
                   22627: 
                   22628:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   22629:          removed default - pcre handles that internally fixed bug on
                   22630:          not-cleaning tables [previously was calloced, now member]
                   22631: 
                   22632:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   22633:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   22634:          inside removed default - pcre handles that internally fixed bug
                   22635:          on not-cleaning tables [previously was calloced, now member]
                   22636: 
                   22637:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   22638:          tested charset reload on file change @ apache version = OK tested
                   22639:          freeing up prev encoding on adding new = OK
                   22640: 
                   22641: 2001-10-01  parser
                   22642: 
                   22643:        * src/main/pa_charset_connection.C: removed entitify external hack
                   22644:          [internal installed]
                   22645: 
1.116     moko     22646:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     22647: 
                   22648:        * src/: include/pa_charset_connection.h,
                   22649:          include/pa_charset_manager.h,
                   22650:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22651:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   22652:          main/pa_request.C: charset loading & caching mech 0
                   22653: 
                   22654:        * src/: include/pa_stylesheet_connection.h,
                   22655:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22656:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   22657:          & caching mech now
                   22658: 
                   22659: 2001-09-30  parser
                   22660: 
                   22661:        * src/main/pa_request.C: forgot to fill toTable
                   22662: 
                   22663:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   22664:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   22665:          failed on win32 for now..
                   22666: 
                   22667:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22668:          now charsets table configuration variable is: CHARSETS
                   22669: 
                   22670:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   22671:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   22672: 
                   22673:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   22674:          include/pa_request.h, main/pa_request.C: started ctype with
                   22675:          unicode values
                   22676: 
                   22677: 2001-09-28  parser
                   22678: 
                   22679:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   22680:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   22681:          string passed AS-IS now
                   22682: 
                   22683:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   22684:          way of user-configuring... todo: implement
                   22685: 
                   22686: 2001-09-27  parser
                   22687: 
                   22688:        * src/classes/table.C: table.sort changed to sort table itself
                   22689: 
                   22690:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   22691:          X^.getElementsByTagName[tagname] = array of xnode
                   22692:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   22693:          nodes removed - regretfully not supported @ xalan. maybe someday
                   22694:          would reimplement, if needed.
                   22695: 
                   22696:          win32build system: solved long waiting anti-non-started-apache
                   22697:          problem
                   22698: 
                   22699:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   22700:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22701:          types/types.dsp: win32 ident make system so not to rebuild
                   22702:          library [ident.C.new]
                   22703: 
                   22704: 2001-09-26  parser
                   22705: 
                   22706:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   22707:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   22708:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22709:          types/pa_vxnode.C, types/types.dsp: z
                   22710: 
                   22711:        * src/classes/classes.C: forgot one non-xml check
                   22712: 
1.116     moko     22713:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22714:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     22715: 
                   22716:        * src/targets/cgi/parser3.C: z
                   22717: 
                   22718:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   22719:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   22720: 
                   22721:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   22722:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22723:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   22724:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   22725:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   22726:          types/types.dsp: xdoc&xnode now
                   22727: 
                   22728:        * src/: classes/classes.C, classes/classes.awk,
                   22729:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   22730:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   22731:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   22732:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   22733:          classes/op.C, classes/response.C, classes/string.C,
                   22734:          classes/table.C, classes/void.C, include/pa_array.h,
                   22735:          include/pa_common.h, include/pa_config_fixed.h,
                   22736:          include/pa_config_includes.h, include/pa_dictionary.h,
                   22737:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   22738:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22739:          include/pa_socks.h, include/pa_sql_connection.h,
                   22740:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   22741:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   22742:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22743:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   22744:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22745:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   22746:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   22747:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   22748:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   22749:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22750:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   22751:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   22752:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   22753:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   22754:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   22755:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   22756:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   22757:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22758:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   22759:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   22760:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   22761:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   22762:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   22763:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   22764:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22765:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   22766:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22767:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   22768:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   22769:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   22770:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   22771:          main.dsp splitted to main+classes+types along to .am
                   22772: 
                   22773:        * src/classes/Makefile.am: removed useless var
                   22774: 
                   22775:        * src/: classes/classes.cmd, main/main.dsp,
                   22776:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   22777:          main.dsp
                   22778: 
                   22779: 2001-09-25  parser
                   22780: 
                   22781:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   22782:          1251 though, todo ICU
                   22783: 
1.116     moko     22784:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     22785:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     22786:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   22787:          types/pa_vdom.h: xml configure makes
1.95      moko     22788: 
                   22789: 2001-09-24  parser
                   22790: 
1.116     moko     22791:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   22792:          types/Makefile.am: makes
1.95      moko     22793: 
1.116     moko     22794:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     22795: 
                   22796:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   22797:          started unix makes update
                   22798: 
                   22799:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   22800:          started unix makes update
                   22801: 
                   22802:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   22803: 
                   22804:        * src/types/pa_value.h: z
                   22805: 
                   22806:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   22807:          bugs with usinge hash/table in expressions
                   22808: 
                   22809:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   22810:          resolved conflicts fixed [const]
                   22811: 
                   22812:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   22813:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   22814:          main/compile.C, main/compile.tab.C, main/compile.y,
                   22815:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   22816:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22817:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   22818:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   22819:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   22820:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   22821:          with before_xml [merge2 actually didn't happen - i've created
                   22822:          tags on wrong branch. so this merge is in fact re-merge]
                   22823: 
                   22824: 2001-09-21  parser
                   22825: 
                   22826:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22827:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   22828:          produced "" in make file and sadly wrong interpreted on load]
                   22829: 
1.116     moko     22830:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   22831:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   22832:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22833:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22834:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   22835:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   22836:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     22837: 
                   22838:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   22839:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   22840:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   22841:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22842:          main/pa_pool.C, main/pa_request.C,
                   22843:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   22844:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22845:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   22846:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   22847:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   22848:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   22849:          types/pa_vrequest.C, types/pa_vresponse.h,
                   22850:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   22851:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   22852:          created new projects for sql drivers [planning to remove sql
                   22853:          drivers from main cvs project] first, will join latest changes
                   22854: 
                   22855:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   22856:          pool.get_charset
                   22857: 
                   22858:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   22859:          pool.get_charset
                   22860: 
                   22861:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   22862:          pool.get_charset
                   22863: 
                   22864:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   22865:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   22866:          methods encoding to pool.get_charset
                   22867: 
                   22868:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   22869:          transcoder were created right "unsupported encoding" message.
                   22870:          not @ set time, but @ use time, so until xml output functions
                   22871:          .string, .file, .save used - no encoding name check occur
                   22872: 
                   22873:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   22874:          registration needed, pools are officially destructured
                   22875: 
                   22876: 2001-09-20  parser
                   22877: 
                   22878:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   22879: 
                   22880:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   22881:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   22882: 
                   22883:        * src/: classes/dnode.C, classes/dom.C,
                   22884:          include/pa_config_includes.h, include/pa_globals.h,
                   22885:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22886:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   22887:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22888:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   22889:          Pool::transcode 0
                   22890: 
                   22891:        * src/classes/dom.C: dom. string save file moved output xml options
                   22892:          to last param and made it optional
                   22893: 
                   22894:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   22895:          dnodes
                   22896:              !$attributenode.specified = boolean
                   22897:                      true if the attribute received its value explicitly
                   22898:          in the XML document,
                   22899:                      or if a value was assigned programatically with the
                   22900:          setValue function.
                   22901:                  false if the attribute value came from the default value
                   22902:          declared in the document's DTD.
                   22903:              !$pinode.target = target of this processing instruction
                   22904:                  XML defines this as being the first token following the
                   22905:          markup
                   22906:                  that begins the processing instruction.
                   22907:                  XPath:
                   22908:              !^node.select[xpath/query/expression] = hash of 0->node0
                   22909:          1->node1
                   22910:              !^node.select-single[xpath/query/expression] = first node if
                   22911:          any
                   22912: 
                   22913:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   22914:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   22915:          some 'const's added
                   22916: 
                   22917:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   22918:          expression context now, there value = size and boolean value
                   22919:          size!=0
                   22920: 
                   22921:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   22922:          can be used in expression context now, there value = size and
                   22923:          boolean value size!=0
                   22924: 
                   22925:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   22926:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   22927:          due to strange xalan bug
                   22928: 
                   22929: 2001-09-18  parser
                   22930: 
                   22931:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   22932:          classes/image.C, classes/op.C, classes/table.C,
                   22933:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22934:          include/pa_sql_driver_manager.h, main/compile.C,
                   22935:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   22936:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   22937:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22938:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22939:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   22940:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   22941:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   22942:          before_xml branch ^if(def $hash) now true only when
                   22943:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   22944: 
                   22945:        * src/: classes/op.C, main/execute.C: operators self changed to
                   22946:          root ^for variable context changed to self
                   22947: 
                   22948:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   22949:          dnode 1
                   22950: 
                   22951:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   22952:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   22953: 
                   22954:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   22955:          poly* fixed
                   22956: 
                   22957: 2001-09-17  parser
                   22958: 
                   22959:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   22960:          types/pa_vdom.h: started dnode+dom
                   22961: 
                   22962:          dnode     DOM methods:     $node.name     $node.value
                   22963:          ...others...
                   22964: 
                   22965:              ^node.xpath[/rates/USD] = hash
                   22966:                  $hash[
                   22967:                          $.0[node0]
                   22968:                          $.1[node1]
                   22969:                  ]
                   22970: 
                   22971:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   22972:          applies to all linear primitives
                   22973: 
                   22974:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   22975:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22976:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   22977:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   22978:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   22979:          dom(dnode)
                   22980: 
                   22981:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   22982:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22983:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   22984:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   22985:          name after '.'
                   22986: 
                   22987: 2001-09-15  parser
                   22988: 
                   22989:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   22990:          image: $line-width ^line(...)[****   style]
                   22991: 
                   22992:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   22993:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   22994:          pool_storage - cleanups first, allocations second.  apache wisely
                   22995:          does just like that
                   22996: 
                   22997:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   22998:          rewritten using template, no bugs now
                   22999: 
                   23000:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   23001:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23002:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   23003:          poorly started isapi pool_storage, would rewrite using template
                   23004:          now
                   23005: 
                   23006:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   23007:          include/pa_stylesheet_connection.h, main/main.dsp,
                   23008:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23009:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   23010:          xalan objects freed up [introducing Pool::register_cleanup]
                   23011: 
                   23012:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   23013:          comments
                   23014: 
                   23015: 2001-09-14  parser
                   23016: 
                   23017:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   23018:          z
                   23019: 
                   23020:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   23021:          classes/mail.C, include/pa_common.h,
                   23022:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   23023:          include/pa_stylesheet_connection.h,
                   23024:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   23025:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   23026:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   23027:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   23028:          compiled&cached
                   23029: 
                   23030: 2001-09-13  parser
                   23031: 
                   23032:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   23033:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   23034: 
                   23035:        * src/classes/dom.C: dom:file content-type(.method)
                   23036: 
                   23037:        * src/: include/pa_common.h, include/pa_globals.h,
                   23038:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   23039:          string now more informative error messages
                   23040: 
                   23041:        * src/: include/pa_globals.h, include/pa_request.h,
                   23042:          main/pa_request.C, targets/cgi/parser3.C,
                   23043:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   23044:          ParserSiteConfig .../parser3.conf
                   23045: 
                   23046:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   23047: 
                   23048: 2001-09-12  parser
                   23049: 
                   23050:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   23051:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   23052:          precise error reporting: "connection string must start with
                   23053:          protocol://" now
                   23054: 
                   23055:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   23056:          braced
                   23057: 
                   23058:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   23059:          lexer on LS_USER level did [] matching without setting nestage,
                   23060:          introduced special LS_NAME_SQUARE_PART state
                   23061: 
                   23062: 2001-09-11  parser
                   23063: 
                   23064:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   23065:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   23066:          languages+=xml
                   23067: 
                   23068:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   23069: 
                   23070:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   23071:          options:     $.method[xml|html|text] detection fixed
                   23072: 
                   23073:        * src/types/pa_vdom.h: messages
                   23074: 
                   23075:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   23076:          options:     $.method[xml|html|text] detection fixed
                   23077: 
                   23078: 2001-09-10  parser
                   23079: 
                   23080:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   23081:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   23082: 
                   23083:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   23084:          added]
                   23085: 
                   23086:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   23087:          ^dom.xslt[stylesheet filename] 0
                   23088: 
                   23089:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   23090:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   23091: 
                   23092:        * src/classes/dom.C: ^dom.file[encoding] = file
                   23093: 
                   23094:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   23095:          ^dom.save[encoding;filename]
                   23096: 
                   23097:        * src/classes/dom.C: ^dom.string[] 0
                   23098: 
                   23099:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   23100: 
                   23101:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   23102:          types/pa_vform.h: ^dom.save[b.xml] 0
                   23103: 
                   23104: 2001-09-08  parser
                   23105: 
                   23106:        * src/types/pa_vform.C: $form:tables.name.field
                   23107: 
                   23108: 2001-09-07  parser
                   23109: 
                   23110:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   23111:          $table)...
                   23112: 
                   23113:        * src/targets/cgi/parser3.C: z
                   23114: 
                   23115:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   23116:          from '' to int/double is 0]
                   23117: 
                   23118:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   23119:          $table) is false when table is empty
                   23120: 
                   23121:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   23122:          !$form:tables $atable[$form:tables.a]
                   23123:          ^atable.menu{a=$atable.element}[,]
                   23124: 
                   23125:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   23126:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   23127: 
1.116     moko     23128:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     23129:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   23130:          of dom
                   23131: 
                   23132:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   23133:          types/pa_vform.C, types/pa_vform.h: z
                   23134: 
                   23135:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   23136:          element [not last]
                   23137: 
1.116     moko     23138:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     23139:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   23140: 
                   23141: 2001-09-06  parser
                   23142: 
                   23143:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   23144:          table with one column 'element' and two rows: 1 and 2
                   23145: 
                   23146:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   23147:          table with one column 'element' and two rows: 1 and 2
                   23148: 
                   23149:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   23150:          bad int/double conversions, and now $form:nonexistent.int(88)
                   23151:          would return 88
                   23152: 
                   23153:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   23154:          types/pa_vhash.h: now there's special hash key '_default'
                   23155:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   23156:          $._default[xx] ] $hash.c
                   23157: 
                   23158:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   23159:          fixed [thanks, fif], ^; were treated there non-literally
                   23160: 
                   23161:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   23162:          doxygen
                   23163: 
                   23164:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   23165:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   23166:          types/pa_vtable.C: few #ifndef DOXYGEN
                   23167: 
                   23168: 2001-09-05  parser
                   23169: 
                   23170:        * src/classes/: string.C, table.C: sql options can be void [same as
                   23171:          image:html the other day]
                   23172: 
                   23173:        * src/targets/cgi/Makefile.am: .am undo
                   23174: 
                   23175:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   23176:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   23177:          macro expantion on param, simply qoutes whatever passed, undone
                   23178: 
                   23179:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   23180:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   23181:          STRINGIZE(name) #name invented
                   23182: 
                   23183:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   23184:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   23185:          MAIN_SQL_DRIVERS_NAME "drivers"
                   23186: 
                   23187:          moved to be availible to all users
                   23188: 
                   23189:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   23190:          SQL_DRIVER_CREATE_FUNC_NAME
                   23191: 
                   23192:        * src/classes/mail.C: MAIN:MAIL check fixed
                   23193: 
                   23194: 2001-09-04  parser
                   23195: 
                   23196:        * src/classes/image.C: image.html now can accept void params
                   23197: 
                   23198:        * src/targets/isapi/parser3isapi.C: z
                   23199: 
                   23200:        * src/targets/cgi/parser3.C: full_file_spec bug
                   23201: 
                   23202:        * src/targets/cgi/parser3.C: getenvcheck
                   23203: 
                   23204:        * src/targets/cgi/parser3.C: zz
                   23205: 
                   23206:        * src/targets/cgi/parser3.C: zzz
                   23207: 
                   23208:        * src/classes/date.C: date
                   23209: 
                   23210:        * src/classes/date.C: date:sql-string is now without ''
                   23211: 
1.116     moko     23212:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     23213:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   23214:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   23215: 
1.116     moko     23216:        * src/include/pa_config_auto.h.in: makes
1.95      moko     23217: 
                   23218: 2001-09-03  parser
                   23219: 
                   23220:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   23221: 
                   23222: 2001-09-01  parser
                   23223: 
                   23224:        * src/classes/image.C: letter_spacing
                   23225: 
                   23226:        * src/classes/image.C: image: font params changed
                   23227: 
                   23228:        * src/classes/image.C: image: as_int as_string used
                   23229: 
                   23230:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   23231:          analized
                   23232: 
                   23233: 2001-08-31  parser
                   23234: 
                   23235:        * src/targets/cgi/parser3.C: z
                   23236: 
1.116     moko     23237:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   23238:          cygwin
1.95      moko     23239: 
                   23240:        * src/classes/void.C: void:int/double += (default)
                   23241: 
                   23242:        * src/classes/image.C: image:font added space param image:font
                   23243:          changed charwidth alg, added kerning const[for now]
                   23244: 
                   23245:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   23246: 
                   23247: 2001-08-29  parser
                   23248: 
                   23249:        * src/main/pa_exception.C: exception redundant debug info
                   23250: 
                   23251: 2001-08-28  parser
                   23252: 
                   23253:        * src/classes/image.C: image error msgs
                   23254: 
                   23255:        * src/classes/image.C: image: gifsize little endian
                   23256: 
                   23257:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   23258:          doxygeneration
                   23259: 
                   23260:        * src/: classes/Makefile.am, main/Makefile.am,
                   23261:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   23262: 
                   23263:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   23264:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   23265: 
                   23266:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   23267: 
                   23268:        * src/classes/table.C: NO_STRING_ORIGIN check
                   23269: 
                   23270:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   23271:          storage class specifiers invalid in friend function declarations
                   23272: 
                   23273:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   23274:          main/untaint.C, targets/cgi/parser3.C,
                   23275:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   23276:          case of limit
                   23277: 
                   23278:        * src/: classes/file.C, main/pa_common.C: file:move
                   23279:          autocreate/remove dest/src dir
                   23280: 
                   23281:        * src/: classes/string.C, include/pa_dictionary.h,
                   23282:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   23283:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   23284:          to directory constructor.  string:replace
                   23285: 
                   23286: 2001-08-27  parser
                   23287: 
                   23288:        * src/classes/image.C: fixed jpgsize alg
                   23289: 
                   23290:        * src/classes/image.C: fixed jpgsize alg
                   23291: 
                   23292:        * src/main/pa_exception.C: z
                   23293: 
                   23294:        * src/main/pa_common.C: removed debug info from pa_common
                   23295: 
                   23296:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   23297:          [auto.p from current dir loading]
                   23298: 
1.116     moko     23299:        * src/: main/pa_common.C, main/pa_exception.C,
                   23300:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   23301:          for solaris -lsocket
1.95      moko     23302: 
                   23303: 2001-08-24  parser
                   23304: 
                   23305:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   23306: 
                   23307:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   23308: 
                   23309:        * src/targets/cgi/parser3.C: not cgi extra \n
                   23310: 
                   23311:        * src/main/pa_sql_driver_manager.C: z
                   23312: 
                   23313:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   23314:          sql* removed services from disconnect - cross-request ideological
                   23315:          probs.
                   23316: 
                   23317:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   23318:          cross-request ideological probs.  oracle - fixed bug: cs
                   23319:          allocated on request.pool and got freed before disconnect
                   23320: 
                   23321:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   23322:          mallocs fixed
                   23323: 
                   23324: 2001-08-23  parser
                   23325: 
                   23326:        * src/classes/file.C: minor bug in file:save fixed
                   23327: 
                   23328:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   23329: 
                   23330: 2001-08-22  parser
                   23331: 
                   23332:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   23333:          types/pa_vfile.h: file:load|save[text|binary;
                   23334: 
                   23335:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   23336: 
                   23337: 2001-08-21  parser
                   23338: 
                   23339:        * src/classes/: file.C, table.C: ^file:list
                   23340: 
                   23341: 2001-08-20  parser
                   23342: 
                   23343:        * src/: main/compile.tab.C, main/compile.y,
                   23344:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   23345:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   23346:          recousively caused problems: inc incremeted 123 literal!! fixed
                   23347: 
                   23348: 2001-08-10  parser
                   23349: 
                   23350:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   23351: 
                   23352:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   23353:          added
                   23354: 
                   23355:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   23356:          added
                   23357: 
                   23358:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   23359: 
                   23360:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   23361:          ''
                   23362: 
                   23363:        * src/main/: pa_request.C: wanted to make const int
                   23364:          MAX_EXECUTE_SECONDS=1;
                   23365: 
                   23366:          but couldnt, set_callback_and_alarm appeared to be not exported
                   23367:          :(
                   23368: 
                   23369:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   23370:          check but it weren't wise enough
                   23371: 
                   23372:          @parse[dateString][tmp]
                   23373:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   23374:          #end
                   23375: 
                   23376:          @main[] ^parse[2001-02-03]
                   23377: 
                   23378:        * src/classes/: table.C: table:sort now default desc
                   23379: 
                   23380:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   23381:          table.sort now creates new sorted table
                   23382: 
                   23383: 2001-08-09  parser
                   23384: 
                   23385:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   23386: 
                   23387:        * src/classes/hash.C: hash:_default now [was hash:default]
                   23388: 
                   23389:        * src/classes/op.C: case without switch check added
                   23390: 
                   23391:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   23392:          precise $ORIGINS(1)
                   23393: 
                   23394:        * src/main/Makefile.am: .am
                   23395: 
                   23396:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23397:          fixed
                   23398: 
                   23399:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   23400:          fixed
                   23401: 
                   23402: 2001-08-07  parser
                   23403: 
                   23404:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23405:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   23406:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   23407:          string, table
                   23408: 
                   23409:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   23410:          srand made working
                   23411: 
                   23412: 2001-08-06  parser
                   23413: 
                   23414:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   23415:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23416:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   23417:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   23418:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   23419: 
                   23420:        * src/main/pa_exec.C: exec win32 real filename
                   23421: 
                   23422:        * src/classes/file.C: exec stderr out
                   23423: 
                   23424:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   23425: 
                   23426: 2001-08-03  parser
                   23427: 
                   23428:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   23429: 
                   23430: 2001-08-02  parser
                   23431: 
                   23432:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   23433:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   23434: 
                   23435:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   23436:          get@execute, but needs array iterator, separate from array to
                   23437:          avoid it & use caching
                   23438: 
                   23439:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   23440:          bug fixed
                   23441: 
                   23442:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   23443:          main/execute.C, main/pa_globals.C: found another multithread bug
                   23444:          in op.C (last, last global var killed) :)
                   23445: 
                   23446: 2001-08-01  parser
                   23447: 
                   23448:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   23449:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   23450:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23451:          main/untaint.C: speeded up typo-html replacements. introducing
                   23452:          Dictionary with first-char caching
                   23453: 
                   23454: 2001-07-31  parser
                   23455: 
                   23456:        * src/types/Makefile.am: pa_vtable.C added to .am
                   23457: 
                   23458:        * src/main/compile.tab.C: added, so that could be compiled even on
                   23459:          non-bison-enabled platforms
                   23460: 
                   23461: 2001-07-28  parser
                   23462: 
                   23463:        * src/classes/table.C: table:hash always produces hash, when can't
                   23464:          - empty
                   23465: 
                   23466:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   23467:          skipped \n
                   23468: 
                   23469: 2001-07-27  parser
                   23470: 
                   23471:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   23472:          on int/double/string :sql without result and default
                   23473: 
                   23474: 2001-07-26  parser
                   23475: 
                   23476:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   23477:          OP
                   23478: 
                   23479:        * src/main/compile.y: $man[$.age[zzz]]  0
                   23480: 
                   23481:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   23482:          creation syntax problem persists. restored $: for a while.
                   23483:          thinking of $man[$.age[zzz]] syntax now
                   23484: 
                   23485:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23486:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   23487:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   23488:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   23489:          types/pa_wwrapper.h: fixing :: realization #1
                   23490: 
                   23491:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   23492:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   23493:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   23494:          prefix.  ordinary : remains for static accesses
                   23495: 
                   23496: 2001-07-25  parser
                   23497: 
                   23498:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   23499:          fields 2. methods 3. columns
                   23500: 
                   23501:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   23502:          quote.  optimized double&int tostring-s
                   23503: 
                   23504:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   23505:          whitespace before first method decl
                   23506: 
                   23507:        * src/classes/table.C: allowed nontable result in table:sql,
                   23508:          results in empty table
                   23509: 
                   23510:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   23511:          lines before first method decl
                   23512: 
                   23513:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   23514:          types/pa_vtable.h: ^table.record[] now $table.fields
                   23515: 
                   23516:        * src/main/compile.y: $var[] is now empty string, not void
                   23517: 
                   23518:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   23519:          void
                   23520: 
                   23521:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   23522:          main/pa_globals.C: match replace code context moved to implicit
                   23523:          $match context
                   23524: 
                   23525:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   23526:          main/compile_tools.h, main/execute.C: with killed, code storage
                   23527:          introduced with former 'with' syntax
                   23528: 
                   23529: 2001-07-24  parser
                   23530: 
                   23531:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   23532:          types/pa_value.h: first get_element, next get operator
                   23533: 
                   23534:        * src/main/compile.y: removed @end handling
                   23535: 
                   23536:        * src/main/: compile.C, compile.y: @end handling method2
                   23537: 
                   23538:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   23539:          file:move
                   23540: 
                   23541:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   23542:          fixed
                   23543: 
                   23544: 2001-07-23  parser
                   23545: 
                   23546:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   23547:          driver
                   23548: 
                   23549:        * src/classes/hash.C: changed sql driver query interface
                   23550: 
                   23551:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   23552:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   23553:          changed sql driver query interface
                   23554: 
                   23555: 2001-07-20  parser
                   23556: 
                   23557:        * src/types/pa_vrequest.C: X!$browser:type
                   23558: 
                   23559:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   23560:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   23561:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   23562:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   23563:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   23564:          types/pa_vobject.h, types/pa_vrequest.C,
                   23565:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   23566:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   23567:          BASE element globally removed
                   23568: 
                   23569: 2001-07-18  parser
                   23570: 
                   23571:        * src/classes/file.C: file:exec/cgi msg
                   23572: 
                   23573:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   23574: 
                   23575:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   23576: 
1.116     moko     23577:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   23578:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   23579:          removed $id from *.in *.am
1.95      moko     23580: 
                   23581:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   23582:          abbrevations
                   23583: 
                   23584:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   23585:          classes/string.C, classes/table.C, include/pa_globals.h,
                   23586:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   23587:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23588:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   23589:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   23590:          $ORIGINS(1) output tracing mode
                   23591: 
                   23592: 2001-07-13  parser
                   23593: 
                   23594:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23595:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   23596:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   23597:          second would not call first @auto
                   23598: 
                   23599:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   23600:          wrong, fixed
                   23601: 
                   23602: 2001-07-12  parser
                   23603: 
                   23604:        * src/types/pa_value.h: pa_value.putelement modification of system
                   23605:          classes prevented
                   23606: 
                   23607: 2001-07-11  parser
                   23608: 
                   23609:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   23610:          table $piece
                   23611: 
                   23612:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23613:          types/pa_vstateless_class.h: $file created by file:state +=
                   23614:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   23615:          get_junction-created objects [they were on wrong pool]
                   23616: 
                   23617: 2001-07-09  parser
                   23618: 
                   23619:        * src/main/untaint.C: qp wrong name
                   23620: 
                   23621:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   23622:          main/compile.y: date format 0
                   23623: 
                   23624: 2001-07-07  parser
                   23625: 
                   23626:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   23627:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   23628:          roll table calendar
                   23629: 
                   23630:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   23631:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   23632:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   23633:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   23634:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   23635:          string.  todo: sql, calendar
                   23636: 
                   23637: 2001-07-06  parser
                   23638: 
                   23639:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   23640:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   23641: 
                   23642: 2001-07-03  parser
                   23643: 
                   23644:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   23645:          classes/random.C, main/main.dsp: class random renamed to math,
                   23646:          operators became methods
                   23647: 
                   23648:        * src/classes/op.C:  pow sqrt
                   23649: 
                   23650:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   23651: 
                   23652: 2001-07-02  parser
                   23653: 
                   23654:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   23655:          'column'
                   23656: 
                   23657:        * src/classes/hash.C: ^hash.keys[]
                   23658: 
                   23659:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   23660: 
                   23661:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   23662:          'strings'
                   23663: 
                   23664: 2001-06-29  parser
                   23665: 
                   23666:        * src/main/: execute.C: /0  %0 checkes ver 2
                   23667: 
                   23668:        * src/main/execute.C: /0  %0 checke
                   23669: 
                   23670:        * src/classes/Makefile.am: nothing - void
                   23671: 
                   23672:        * src/classes/table.C: empty strings @ sql
                   23673: 
                   23674: 2001-06-28  parser
                   23675: 
                   23676:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23677:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23678:          classes/op.C, classes/random.C, classes/response.C,
                   23679:          classes/string.C, classes/table.C, classes/void.C,
                   23680:          main/compile.C, main/compile_tools.C, main/execute.C,
                   23681:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23682:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23683:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23684:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23685:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   23686:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   23687:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   23688:          $";
                   23689: 
                   23690:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23691:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23692:          classes/op.C, classes/random.C, classes/response.C,
                   23693:          classes/string.C, classes/table.C, classes/void.C,
                   23694:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23695:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23696:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23697:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23698:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23699:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     23700:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     23701: 
                   23702:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   23703:          $class:name: == ${class:name}:
                   23704: 
                   23705:        * src/classes/string.C: exactly one
                   23706: 
                   23707: 2001-06-27  parser
                   23708: 
                   23709:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   23710:          types/pa_vvoid.h: nothing renamed to void
                   23711: 
                   23712:        * src/classes/op.C: ^switch ^case
                   23713: 
                   23714:        * src/main/compile.y: nothing renamed to void
                   23715: 
                   23716:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   23717:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23718:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   23719:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   23720:          void
                   23721: 
                   23722:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   23723: 
                   23724: 2001-05-28  parser
                   23725: 
                   23726:        * src/doc/html2chm.cmd: removed >a
                   23727: 
                   23728:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   23729:          project options [some bugs]
                   23730: 
                   23731:        * src/doc/sources2html.cmd: z
                   23732: 
                   23733:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23734:          main/execute.C: operators are not in root class again
                   23735: 
                   23736: 2001-05-24  parser
                   23737: 
                   23738:        * src/targets/cgi/parser3.dsp: project file
                   23739: 
                   23740:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   23741:          ^log ^exp
                   23742: 
                   23743:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   23744:          conversions in @exception[params]
                   23745: 
                   23746:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   23747: 
                   23748: 2001-05-23  parser
                   23749: 
                   23750:        * src/main/pa_string.C: string cmp bug
                   23751: 
                   23752:        * src/classes/: mail.C, op.C: rem max 1000
                   23753: 
                   23754:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   23755:          LS_DEF_NAME
                   23756: 
                   23757: 2001-05-22  parser
                   23758: 
                   23759:        * src/classes/op.C: if params code-required
                   23760: 
                   23761: 2001-05-21  parser
                   23762: 
                   23763:        * src/types/pa_vstring.C: eoleof
                   23764: 
                   23765:        * src/classes/Makefile.am: .AM
                   23766: 
                   23767:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   23768: 
                   23769:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   23770: 
                   23771:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   23772:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   23773:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   23774:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   23775:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   23776:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   23777:          'nothing'
                   23778: 
                   23779:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   23780:          vstring::set_string
                   23781: 
                   23782:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   23783: 
                   23784:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   23785:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   23786:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   23787: 
                   23788:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   23789:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   23790:          hash:sql moved to main trunc. operators.txt updated
                   23791: 
                   23792:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   23793: 
                   23794:        * src/classes/op.C: z
                   23795: 
                   23796:        * src/: main/compile.C, classes/classes.C: 1
                   23797: 
                   23798:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23799:          main/execute.C: 0
                   23800: 
                   23801:        * src/main/execute.C: z
                   23802: 
                   23803:        * src/targets/cgi/parser3.C: z
                   23804: 
                   23805:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   23806:          site_auto_path "." in that case
                   23807: 
                   23808:        * src/targets/cgi/: parser3.C: z
                   23809: 
                   23810:        * src/main/pa_request.C: .am
                   23811: 
                   23812:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   23813:          pcre_tables=pcre_default_tables;
                   23814: 
                   23815: 2001-05-19  parser
                   23816: 
                   23817:        * src/main/pa_string.C: z
                   23818: 
                   23819:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   23820:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   23821:          target.
                   23822: 
                   23823:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   23824:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   23825:          used, 4* mem wasted
                   23826: 
                   23827:        * src/classes/string.C: root context in match replace body now
                   23828:          unchanged
                   23829: 
                   23830:        * src/types/pa_value.h: parameter # 1 based
                   23831: 
                   23832:        * src/main/pa_common.C: common:  actual filename '%s'
                   23833: 
                   23834:        * src/classes/string.C: z
                   23835: 
                   23836:        * src/classes/Makefile.am: classes/.am
                   23837: 
                   23838:        * src/classes/: Makefile.am: classes/.am
                   23839: 
                   23840:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   23841:          targets/cgi/pa_pool.C: classes/.am
                   23842: 
                   23843: 2001-05-18  parser
                   23844: 
1.116     moko     23845:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   23846:          pa_threads.C ins
1.95      moko     23847: 
                   23848:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   23849: 
                   23850: 2001-05-17  parser
                   23851: 
                   23852:        * src/: classes/string.C, include/pa_config_fixed.h,
                   23853:          include/pa_config_includes.h, main/compile.y,
                   23854:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   23855:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   23856:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   23857:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   23858:          most .C
                   23859: 
                   23860:        * src/doc/html2chm.cmd: z
                   23861: 
                   23862:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   23863:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   23864: 
                   23865:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   23866:          get_connection_from_cache
                   23867: 
                   23868:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   23869: 
                   23870:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   23871:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   23872:          cache expiration[use SQL_Driver::disconnect]
                   23873: 
                   23874:        * src/main/pa_table.C: table.locate current restored on "not found"
                   23875: 
                   23876:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   23877:          line no
                   23878: 
                   23879:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23880:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   23881: 
                   23882:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23883:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   23884:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   23885:          1driver and set_services fight for driver::fservices. before fix
                   23886: 
                   23887:        * src/: classes/op.C, include/pa_config_fixed.h,
                   23888:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   23889:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   23890:          own 1driver and set_services fight for driver::fservices. before
                   23891:          fix
                   23892: 
                   23893:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23894:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   23895:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   23896:          pa_threads.C
                   23897: 
                   23898:        * src/include/pa_threads.h: removed targets/parser
                   23899: 
                   23900:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   23901:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   23902:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   23903:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   23904:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   23905:          headers
                   23906: 
                   23907:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   23908:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   23909:          order prevented sqlmanager to see MULTYTHREAD define
                   23910: 
                   23911:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23912:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   23913:          put/gets
                   23914: 
                   23915:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   23916:          from hash.h
                   23917: 
                   23918:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23919:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   23920:          from cache ->set_services(&services);
                   23921: 
                   23922: 2001-05-16  parser
                   23923: 
                   23924:        * src/targets/cgi/parser3.C: z
                   23925: 
                   23926:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   23927:          debug, #ifdefed some.  would debug later, on more precise sample
                   23928:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   23929:          $name.$tail[$tail!] $name.$tail } ok3
                   23930: 
                   23931:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   23932:          removed array debug. before vstring rebasing
                   23933: 
                   23934:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   23935:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   23936:          array debugged; adjusted
                   23937: 
                   23938:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   23939:          SQL_Driver_manager line no for connect/charset errors
                   23940: 
                   23941: 2001-05-15  parser
                   23942: 
                   23943:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   23944:          main/pa_string.C: string+array made linear grows
                   23945: 
                   23946:        * src/: include/pa_string.h, main/pa_string.C,
                   23947:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   23948:          grow lineary, not exponentialy
                   23949: 
                   23950:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   23951:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   23952:          with fullchunk cmps
                   23953: 
                   23954:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   23955:          70041=           81
                   23956: 
                   23957:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   23958:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   23959:          malloc 27809390/368771, calloc 3232/83. would test now
                   23960: 
                   23961:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   23962:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   23963:          numbered params had wrong name - for instance: bad error message
                   23964:          in ^for[] bad body type. fixed
                   23965: 
                   23966: 2001-05-14  parser
                   23967: 
                   23968:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   23969:          main/untaint.C: ^string.upper|lower[]
                   23970: 
                   23971: 2001-05-11  parser
                   23972: 
                   23973:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   23974:          classes/string.C, classes/table.C, classes/unknown.C,
                   23975:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   23976:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   23977:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   23978: 
                   23979:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   23980:          .dsp for win32tools
                   23981: 
                   23982: 2001-05-11  paf
                   23983: 
                   23984:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   23985:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   23986:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   23987:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   23988: 
                   23989: 2001-05-10  paf
                   23990: 
                   23991:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   23992:          for C++, that's all
                   23993: 
1.116     moko     23994:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   23995:          pa_config_includes.h: inline wonders
1.95      moko     23996: 
                   23997:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   23998:          doc/doxygen.cmd: hash.C added
                   23999: 
                   24000:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   24001: 
                   24002:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   24003:          menthod
                   24004: 
                   24005:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   24006:          pa_vstateless_object.h: changed priority: field before method
                   24007:          lookup in vclass & vobject
                   24008: 
                   24009:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   24010:          grammar: priorities changes [lowerd && prior] vobject: now first
                   24011:          fields, next methods
                   24012: 
                   24013: 2001-05-08  paf
                   24014: 
                   24015:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   24016:          bark=false. fixed
                   24017: 
                   24018:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   24019:          types/pa_vmethod_frame.h: hash:default works at last!
                   24020: 
                   24021:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   24022:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   24023:          hash:default
                   24024: 
                   24025:        * src/classes/table.C: z
                   24026: 
                   24027:        * src/classes/table.C: table:hash always hash of hash now
                   24028: 
                   24029:        * src/classes/table.C: table:empty return bool now
                   24030: 
                   24031:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   24032:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   24033:          types/pa_vtable.h: table:hash
                   24034: 
                   24035:        * src/classes/table.C: table:record have name
                   24036: 
                   24037:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   24038:          returns vunknown
                   24039: 
                   24040:        * src/classes/: double.C, int.C, op.C, string.C:
                   24041:          int,double,string:int[] double[] string:length[] results now have
                   24042:          hames
                   24043: 
                   24044:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   24045:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   24046:          now return bool
                   24047: 
                   24048:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   24049:          in method checkparams again. fixed
                   24050: 
                   24051: 2001-05-07  paf
                   24052: 
                   24053:        * src/doc/chm.cmd: cmd
                   24054: 
                   24055:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   24056:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   24057:          types/pa_value.h: method reported errors on wrong pool
                   24058: 
                   24059:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   24060:          now
                   24061: 
                   24062:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   24063:          include/code.h, include/pa_opcode.h, main/compile.C,
                   24064:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   24065:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24066:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   24067:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   24068:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   24069:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   24070:          types/pa_vrequest.h, types/pa_vresponse.h,
                   24071:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   24072:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   24073:          types/pa_wwrapper.h: pa_code.h
                   24074: 
                   24075:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   24076: 
                   24077:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   24078:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   24079:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   24080:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   24081:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   24082:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   24083:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   24084:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   24085:          types/pa_vtable.h: dox, split by not clean parts also
                   24086: 
                   24087:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   24088:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   24089:          'dir' fields & co. more
                   24090: 
                   24091:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   24092:          so to enable 'dir' fields & co.
                   24093: 
                   24094:        * src/main/compile.y: grammar: @end
                   24095: 
                   24096: 2001-05-04  paf
                   24097: 
                   24098:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   24099:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   24100: 
                   24101:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   24102:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   24103:          classes/op.C, classes/random.C, classes/response.C,
                   24104:          classes/string.C, classes/table.C, classes/unknown.C,
                   24105:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   24106:          method dox
                   24107: 
                   24108: 2001-05-03  paf
                   24109: 
                   24110:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   24111:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   24112:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   24113:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   24114:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   24115:          main/pa_request.C: dox splitted .dox files and added some
                   24116: 
                   24117:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   24118: 
                   24119: 2001-05-02  paf
                   24120: 
                   24121:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   24122:          by file_name  language now
                   24123: 
                   24124: 2001-04-28  paf
                   24125: 
                   24126:        * src/classes/classes.inc: removed classes.inc
                   24127: 
                   24128:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   24129:          from .am
                   24130: 
                   24131:        * src/classes/classes.awk: skipped classes in .awk
                   24132: 
                   24133:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   24134:          classes/classes.inc, classes/double.C, classes/file.C,
                   24135:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   24136:          classes/string.C, classes/table.C, classes/unknown.C,
                   24137:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   24138:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24139:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   24140:          pa_methoded back to classes/classes.h
                   24141: 
                   24142:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   24143: 
                   24144:        * src/: classes/Makefile.am, classes/classes.awk,
                   24145:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   24146:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   24147: 
                   24148:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   24149:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   24150:          classes/response.C, classes/string.C, classes/table.C,
                   24151:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   24152:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   24153:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   24154:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   24155:          include|main/pa_methoded
                   24156: 
                   24157:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   24158:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   24159: 
                   24160:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   24161:          moved some configured data to request::classes_conf moved some
                   24162:          string crations from globals to M...  [works]
                   24163: 
                   24164:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   24165:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   24166:          main/pa_request.C: moved some configured data to
                   24167:          request::classes_conf moved some string crations from globals to
                   24168:          M...
                   24169: 
                   24170:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   24171:          about to move configured data to special request hash
                   24172: 
                   24173:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   24174:          classes/form.C, classes/mail.C, include/pa_request.h,
                   24175:          main/pa_request.C: configure started
                   24176: 
                   24177:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   24178:          2. todo: methoded-configure
                   24179: 
                   24180:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24181:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24182:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24183:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   24184:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   24185:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24186:          classes/random.C, classes/response.C, classes/string.C,
                   24187:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   24188:          include/pa_request.h, main/compile.y, main/execute.C,
                   24189:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24190:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24191:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   24192:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   24193:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   24194:          types/pa_vrequest.h, types/pa_vresponse.h,
                   24195:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   24196:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   24197:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   24198:          methoded-configure
                   24199: 
                   24200:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   24201:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   24202:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   24203:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   24204: 
                   24205:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   24206:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   24207:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24208:          classes/random.C, classes/response.C, classes/string.C,
                   24209:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   24210:          main/compile.y, main/execute.C, main/pa_globals.C,
                   24211:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   24212:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   24213:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   24214:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   24215:          beautifying just compiled. todo: debug, configure
                   24216: 
                   24217: 2001-04-27  paf
                   24218: 
                   24219:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   24220:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   24221:          beautifying -99
                   24222: 
                   24223:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   24224:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   24225:          classes/classes.h, classes/double.C, classes/file.C,
                   24226:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   24227:          classes/op.C, classes/random.C, classes/response.C,
                   24228:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   24229:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24230:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   24231:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   24232:          types/pa_vunknown.h: beautifying -100
                   24233: 
                   24234:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   24235: 
                   24236:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   24237:          classes/_op.h, classes/_random.h, classes/_table.h,
                   24238:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   24239:          classes/op.C, classes/random.C, classes/response.C,
                   24240:          classes/string.C, classes/table.C, classes/unknown.C,
                   24241:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24242:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24243:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   24244:          beautifying
                   24245: 
                   24246: 2001-04-26  paf
                   24247: 
                   24248:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   24249: 
                   24250:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   24251:          documentation ++
                   24252: 
                   24253:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   24254:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24255:          targets/cgi/pa_pool.C: code documentation ++
                   24256: 
                   24257:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   24258:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24259:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   24260:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   24261:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   24262:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   24263:          types/pa_vrequest.C, types/pa_vrequest.h,
                   24264:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   24265:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   24266:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   24267:          code documentation ++
                   24268: 
                   24269:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   24270:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   24271:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   24272:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   24273:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   24274:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   24275:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   24276:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   24277: 
                   24278:        * src/main/: pa_request.C, pa_string.C: z
                   24279: 
                   24280:        * src/: include/pa_common.h, include/pa_types.h,
                   24281:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   24282:          connection caching fixed.  request-pooled-url were stored into
                   24283:          global connectioncache
                   24284: 
                   24285: 2001-04-25  paf
                   24286: 
                   24287:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   24288:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   24289: 
                   24290:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   24291:          main/execute.C, main/pa_common.C: -d
                   24292: 
                   24293:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   24294:          illegal call check a bit improved, but still under iis no mapping
                   24295:          of dir with parser allowed!
                   24296: 
                   24297: 2001-04-24  paf
                   24298: 
                   24299:        * src/targets/Makefile.am: apache module lib .am
                   24300: 
                   24301:        * src/main/pa_exec.C: windows32 buildCommand
                   24302: 
                   24303: 2001-04-23  paf
                   24304: 
                   24305:        * src/targets/cgi/Makefile.am: win32 conditional
                   24306: 
                   24307:        * src/targets/cgi/Makefile.am: win32 conditional
                   24308: 
                   24309:        * src/targets/cgi/Makefile.am: liblink
                   24310: 
                   24311:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   24312:          vfile fields return type
                   24313: 
                   24314:        * src/types/pa_vfile.h: vfile fields return type
                   24315: 
                   24316:        * src/include/pa_config_auto.h.in: .h.in
                   24317: 
                   24318:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   24319:          types/Makefile: makefiles removed
                   24320: 
                   24321:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   24322:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   24323: 
                   24324:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   24325:          [tested: i & g ]
                   24326: 
                   24327:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   24328:          @test noticed series in isapi, check how initialize_random_class
                   24329:          is called! [must be called only once]
                   24330: 
                   24331:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   24332:          would not be 'unknown column'
                   24333: 
                   24334:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   24335:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   24336: 
                   24337:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   24338:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   24339:          [now doesnt]
                   24340: 
                   24341:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   24342: 
                   24343:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   24344:          /cgi-bin/parser3/auto.p
                   24345: 
                   24346:        * src/main/untaint.C: untaint without charset
                   24347: 
                   24348:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24349:          main/pa_common.C: common: file_write /// @test mkdirs
                   24350:          file_delete rmdirs
                   24351: 
                   24352:        * src/main/untaint.C: mail header only once to =?
                   24353: 
                   24354:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   24355:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   24356:          main/untaint.C: untaint -        @test optimize whitespaces for
                   24357:          all but 'html'
                   24358: 
                   24359:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   24360:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24361:          main/untaint.C: untaint -  @test mail-header
                   24362: 
                   24363: 2001-04-20  paf
                   24364: 
                   24365:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   24366:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   24367:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24368:          targets/cgi/parser3.C: $MAIN:LOCALE
                   24369: 
                   24370:        * src/main/untaint.C: z
                   24371: 
                   24372:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   24373: 
                   24374: 2001-04-19  paf
                   24375: 
                   24376:        * src/main/compile_tools.h: $a$b bugfix
                   24377: 
                   24378:        * src/targets/cgi/parser3.C: z
                   24379: 
                   24380:        * src/classes/file.C: z
                   24381: 
                   24382:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   24383:          done: header to $fields. waits for header '\' tricks
                   24384: 
                   24385:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24386:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   24387:          changed urlencode here and in untaint.C to HTTP standard's " and
                   24388:          \" mech
                   24389: 
                   24390:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   24391:          http://alx/~paf/ doesnt load /auto.p
                   24392: 
                   24393: 2001-04-18  paf
                   24394: 
                   24395:        * src/main/pa_request.C: 1
                   24396: 
                   24397:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   24398:          linux @alx
                   24399: 
                   24400: 2001-04-17  paf
                   24401: 
                   24402:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   24403:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   24404:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   24405:          enabled
                   24406: 
                   24407:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24408:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24409:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24410:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24411:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   24412:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   24413:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24414:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   24415:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   24416:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   24417:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   24418:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   24419:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   24420:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   24421: 
                   24422:        * src/: include/pa_sql_driver_manager.h,
                   24423:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   24424:          types/pa_vimage.h: sql driver interface now has initialize(client
                   24425:          .so)
                   24426: 
                   24427: 2001-04-16  paf
                   24428: 
                   24429:        * src/Makefile.am: compile2 cygwin
                   24430: 
                   24431:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   24432:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   24433: 
                   24434:        * src/targets/cgi/Makefile.am: compile0 jav
                   24435: 
                   24436:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   24437:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   24438:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   24439:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24440:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   24441:          classes/mail.C, classes/op.C, classes/random.C,
                   24442:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24443:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   24444:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   24445:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24446:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   24447:          compile-1
                   24448: 
                   24449: 2001-04-15  paf
                   24450: 
                   24451:        * src/classes/op.C: z
                   24452: 
                   24453:        * src/classes/table.C: table:empty +=process
                   24454: 
                   24455:        * src/types/pa_value.h: MethodParams !junction
                   24456: 
                   24457:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   24458:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   24459:          classes/random.C, classes/response.C, classes/string.C,
                   24460:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   24461:          MethodParams everywhere
                   24462: 
                   24463:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   24464:          types/pa_vmethod_frame.h: MethodParams in op.C
                   24465: 
                   24466: 2001-04-12  paf
                   24467: 
                   24468:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   24469: 
                   24470:        * src/: classes/_unknown.h, classes/unknown.C,
                   24471:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   24472:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   24473: 
                   24474:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   24475: 
                   24476:        * src/classes/image.C: image:gif now does not have params
                   24477: 
                   24478:        * src/classes/image.C:
                   24479:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   24480: 
                   24481:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   24482:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   24483:          for var now written not to r.wcontext, but to r.root cleared
                   24484:          "entered_object" state
                   24485: 
                   24486: 2001-04-11  paf
                   24487: 
                   24488:        * src/classes/image.C: image:create image:load
                   24489: 
                   24490:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   24491:          just compiled
                   24492: 
                   24493:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24494:          todo: gif without file
                   24495: 
                   24496:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24497:          started porting to Pooled descendant
                   24498: 
                   24499:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   24500:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   24501:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   24502:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   24503: 
                   24504:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   24505:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   24506:          end. switching to python imaging lib
                   24507: 
                   24508:        * src/main/main.dsp: gd+smtp made separate libs
                   24509: 
                   24510:        * src/: include/pa_globals.h, include/pa_string.h,
                   24511:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24512:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   24513:          length
                   24514: 
                   24515:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   24516:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   24517:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   24518:          UL_FILE_NAME of posted file name
                   24519: 
                   24520:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   24521:          post [broke when moved post read to core]
                   24522: 
                   24523: 2001-04-10  paf
                   24524: 
                   24525:        * src/classes/image.C: image:html done
                   24526: 
                   24527:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   24528: 
                   24529:        * src/classes/image.C: z
                   24530: 
                   24531:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   24532:          forgotten!
                   24533: 
                   24534:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24535:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24536:          types/pa_vimage.h: image:measure -90
                   24537: 
                   24538:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24539:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   24540:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24541:          classes/_table.h, classes/file.C, classes/mail.C,
                   24542:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   24543:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   24544:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   24545:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   24546:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   24547:          compiled
                   24548: 
                   24549:        * src/classes/mail.C: minor bug with unclear from/to
                   24550: 
                   24551:        * src/classes/mail.C: sendmail unix skipping defaults
                   24552: 
                   24553:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   24554:          sendmail unix added defaults
                   24555: 
                   24556:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   24557: 
                   24558:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   24559: 
                   24560: 2001-04-09  paf
                   24561: 
                   24562:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   24563:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   24564:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   24565:          targets/isapi/parser3isapi.dsp: all targets exec
                   24566: 
                   24567:        * src/: include/pa_sapi.h, include/pa_string.h,
                   24568:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24569:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   24570:          args in apache:util.script
                   24571: 
                   24572:        * src/include/pa_string.h: written but not tested exec with env for
                   24573:          unix
                   24574: 
                   24575:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   24576:          targets/cgi/parser3.C: exec win32 env
                   24577: 
                   24578:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   24579:          0
                   24580: 
                   24581:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   24582:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24583:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   24584:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   24585: 
                   24586:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   24587:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   24588: 
                   24589:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   24590:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   24591: 
                   24592:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   24593:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   24594:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24595:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24596:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   24597:          exec class just compiled. moved post read to request core
                   24598: 
                   24599:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   24600:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   24601:          main/pa_globals.C, targets/cgi/parser3.C,
                   24602:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   24603:          are already read by vform
                   24604: 
                   24605: 2001-04-08  paf
                   24606: 
                   24607:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   24608:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   24609:          uuencode. string<<
                   24610: 
                   24611: 2001-04-07  paf
                   24612: 
                   24613:        * src/classes/mail.C: z
                   24614: 
                   24615:        * src/classes/mail.C: z
                   24616: 
                   24617:        * src/classes/mail.C: ^mail[$attach
                   24618: 
                   24619:        * src/classes/mail.C: ^attach dead end
                   24620: 
                   24621:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   24622:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24623:          targets/isapi/parser3isapi.C: mail:send 1
                   24624: 
                   24625:        * src/: classes/mail.C, main/pa_request.C: z
                   24626: 
                   24627:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   24628:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   24629:          compiled
                   24630: 
                   24631:        * src/classes/mail.C: +=
                   24632: 
                   24633:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   24634:          prepared
                   24635: 
                   24636:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   24637:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   24638:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24639:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   24640: 
                   24641: 2001-04-06  paf
                   24642: 
                   24643:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   24644:          main/pa_string.C: table:dir 1
                   24645: 
                   24646:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   24647:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   24648: 
                   24649:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   24650:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   24651:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   24652:          main/pa_request.C: renamed 'root' to 'op'
                   24653: 
                   24654:        * src/classes/: _op.h, op.C: renamed from 'root'
                   24655: 
                   24656:        * src/types/pa_valiased.C: another root inherititance skipped
                   24657: 
                   24658:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   24659:          root methods of parent class. just 'ROOT' class
                   24660: 
                   24661:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   24662:          @office
                   24663: 
                   24664:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   24665: 
                   24666: 2001-04-05  paf
                   24667: 
                   24668:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   24669:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   24670:          constructor flag dropped at get_method_frame and remembered into
                   24671:          method_frame
                   24672: 
                   24673:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24674:          classes/table.C, main/pa_request.C: junction to code&expression
                   24675:          in errors
                   24676: 
                   24677:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24678:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   24679:          $LOCALE:ctype[Russian_Russia.1251]
                   24680: 
                   24681:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24682:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   24683:          main/pa_table.C: hash now not thread-safe.
                   24684: 
                   24685:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24686:          main/untaint.C: z
                   24687: 
                   24688:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24689:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   24690:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   24691:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   24692:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   24693: 
                   24694:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24695:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   24696: 
                   24697:        * src/classes/table.C: select * from hren error contains statement
                   24698: 
                   24699:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24700:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   24701:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   24702: 
                   24703:        * src/: classes/root.C, include/pa_sql_connection.h,
                   24704:          include/pa_sql_driver.h, main/main.dsp,
                   24705:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   24706:          services for conv memory & error reporting
                   24707: 
                   24708: 2001-04-04  paf
                   24709: 
                   24710:        * src/doc/doxygen.cfg: z
                   24711: 
                   24712:        * src/include/pa_sql_driver.h: mysql connect
                   24713: 
                   24714:        * src/include/pa_sql_driver.h: mysql info
                   24715: 
                   24716:        * src/: classes/root.C, include/pa_sql_driver.h,
                   24717:          include/pa_sql_driver_manager.h, main/main.dsp,
                   24718:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   24719: 
                   24720:        * src/sql/Makefile.am: forgot to add mysql client
                   24721: 
                   24722:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   24723:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   24724:          [forgot to add libltdl, added]
                   24725: 
                   24726:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   24727:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   24728:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   24729:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24730:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24731:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   24732:          -1000 just compiled
                   24733: 
                   24734:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24735:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   24736:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   24737: 
                   24738: 2001-04-03  paf
                   24739: 
                   24740:        * src/types/pa_vform.C: z
                   24741: 
                   24742:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   24743:          assigned lang
                   24744: 
                   24745:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   24746:          {}[]< empty []
                   24747: 
                   24748:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   24749:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   24750:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   24751: 
                   24752:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24753:          string:match replace strange matches
                   24754: 
                   24755:        * src/classes/string.C: string:match replace 0
                   24756: 
                   24757:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   24758:          prepared 2
                   24759: 
                   24760:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24761:          string:match replace prepared
                   24762: 
                   24763:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24764:          string:match replace -11
                   24765: 
                   24766:        * src/: classes/string.C, include/pa_globals.h,
                   24767:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   24768:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   24769: 
                   24770:        * src/: classes/string.C, include/pa_globals.h,
                   24771:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   24772:          main/pa_string.C: string:match [search] -1 just compiled
                   24773: 
                   24774:        * src/types/pa_vstring.C: z
                   24775: 
                   24776:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   24777:          classes/int.C, classes/response.C, classes/root.C,
                   24778:          classes/string.C, classes/table.C, include/pa_string.h,
                   24779:          main/pa_string.C: string:match -10 [frame]
                   24780: 
                   24781:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   24782:          main/pa_request.C: z
                   24783: 
                   24784:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   24785:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   24786:          todo/tests
                   24787: 
                   24788:        * src/include/pa_common.h: z
                   24789: 
                   24790:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   24791:          main/pa_request.C, targets/cgi/parser3.C,
                   24792:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   24793:          content-disposition
                   24794: 
                   24795:        * src/: include/pa_common.h, include/pa_globals.h,
                   24796:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24797:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   24798: 
                   24799:        * src/: include/pa_common.h, include/pa_request.h,
                   24800:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   24801:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24802:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   24803:          response:body
                   24804: 
                   24805:        * src/classes/table.C: table:append now uses string::split
                   24806: 
                   24807:        * src/classes/table.C: z
                   24808: 
                   24809:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24810:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   24811:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   24812:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   24813:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   24814:          string::pos & cmp & piece bugs fixed.  string::split new
                   24815:          table:load separated from set table:set implemented with clean \n
                   24816:          \t searches
                   24817: 
                   24818: 2001-04-02  paf
                   24819: 
                   24820:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24821:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   24822:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24823:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   24824:          it in table:set/load
                   24825: 
                   24826:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   24827:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   24828: 
                   24829:        * src/classes/random.C: random:generate 1
                   24830: 
                   24831:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   24832:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24833:          types/pa_value.h: random:generate
                   24834: 
                   24835: 2001-03-30  paf
                   24836: 
                   24837:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   24838:          todo: table flip and append. string::pos
                   24839: 
                   24840:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   24841:          classes/response.C, classes/root.C, classes/string.C,
                   24842:          classes/table.C, main/compile.y, main/execute.C,
                   24843:          types/pa_value.h, types/pa_vstateless_class.C,
                   24844:          types/pa_vstateless_class.h: static|dynamic|any method
                   24845:          registration
                   24846: 
                   24847:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   24848:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24849:          table:flip
                   24850: 
                   24851: 2001-03-29  paf
                   24852: 
                   24853:        * src/classes/string.C: string:xsplit forgot that they must result
                   24854:          in 1 row N column [not vice versa]
                   24855: 
                   24856:        * src/classes/string.C: z
                   24857: 
                   24858:        * src/classes/string.C: string: rsplit
                   24859: 
                   24860:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24861:          string: lsplit
                   24862: 
                   24863:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   24864:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   24865:          lsplit -1
                   24866: 
                   24867:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   24868:          string: pos
                   24869: 
                   24870:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24871:          string: pos -1
                   24872: 
                   24873:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   24874:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   24875:          main/untaint.C: string: left right mid
                   24876: 
                   24877:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   24878:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   24879:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   24880:          and [;] are different now.
                   24881: 
                   24882:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24883:          main/untaint.C: pool.request undone
                   24884: 
                   24885:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24886:          main/untaint.C: pool.request
                   24887: 
                   24888: 2001-03-28  paf
                   24889: 
                   24890:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24891:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24892:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   24893:          $request:browser [.type .version]; unknown.get_double now = 0.
                   24894: 
                   24895:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24896:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   24897:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   24898:          types/pa_vform.C: file:load autodetection of mime-type by
                   24899:          user-file-name
                   24900: 
                   24901:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   24902:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   24903:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   24904: 
                   24905:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   24906:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   24907:          write. must be self.set
                   24908: 
                   24909:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24910:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   24911: 
                   24912:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   24913:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   24914:          types/pa_vtable.h: table:locate just compiled
                   24915: 
                   24916: 2001-03-27  paf
                   24917: 
                   24918:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   24919:          code-params2, fixed ntfs hardlink slow dir update
                   24920: 
                   24921:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   24922:          types/pa_wcontext.h: fixed r/w context of code-params
                   24923: 
                   24924:        * src/: classes/table.C, main/execute.C: about to change junction
                   24925:          rcontext!!
                   24926: 
                   24927:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24928:          classes/string.C, classes/table.C, main/compile_tools.C,
                   24929:          main/execute.C, main/pa_request.C, main/untaint.C,
                   24930:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   24931:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24932:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   24933:          types/pa_vunknown.h: sort 0
                   24934: 
                   24935:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   24936:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   24937:          renamed to are_static_calls_disabled
                   24938: 
                   24939:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   24940:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   24941:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24942:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   24943: 
                   24944:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   24945: 
                   24946:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   24947:          started table:sort fixed minor bug in #...^{
                   24948: 
                   24949:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   24950:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   24951:          decided to have as it were. stepped back.  grammar: added 'in'
                   24952:          'is' 'lt'&co follow-space check
                   24953: 
                   24954: 2001-03-26  paf
                   24955: 
                   24956:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24957:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   24958:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24959:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   24960:          invocation in ^process
                   24961: 
                   24962:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   24963: 
                   24964:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   24965:          main/pa_array.C: table:record
                   24966: 
                   24967:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   24968:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24969:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   24970:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24971:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   24972:          types/pa_vtable.h: z
                   24973: 
                   24974:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   24975:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   24976:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24977:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   24978:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   24979:          method realisations on 'self' validity - they now can simply
                   24980:          assume that 'self' is V{Proper} .
                   24981: 
                   24982: 2001-03-25  paf
                   24983: 
                   24984:        * src/main/untaint.C: z
                   24985: 
                   24986:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   24987:          lowlevel - it initialization could be skipped if failed in @auto.
                   24988:          so that exception report would use some table
                   24989: 
                   24990:        * src/main/pa_request.C: table empty lines ignored. system-default
                   24991:          content type assigned in output:result [can fail in main:auto and
                   24992:          skipped normal defaults extraction]
                   24993: 
                   24994:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   24995:          bug
                   24996: 
                   24997:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   24998:          processing to table [except preliminary \r\n \r \n replacements
                   24999:          to "\n"]
                   25000: 
                   25001:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   25002:          move all the processing to table
                   25003: 
                   25004:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   25005:          main/pa_table.C, main/untaint.C: returned table originating.
                   25006:          useful for reporting typo table problems origin. think would be
                   25007:          useful somewhere else
                   25008: 
                   25009:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   25010: 
                   25011:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   25012:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   25013:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   25014:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   25015:          types/pa_vcookie.h: typo & typo-default
                   25016: 
                   25017: 2001-03-24  paf
                   25018: 
                   25019:        * src/main/pa_common.C: z
                   25020: 
                   25021:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   25022:          targets/cgi/parser3.C: html-typo 2
                   25023: 
                   25024:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   25025:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   25026:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   25027:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   25028:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   25029:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   25030:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   25031:          noticed double default content-type prob. run cgi.cmd tomorrow
                   25032:          first html-typo sample. detected << problem: they become ltlt too
                   25033:          fast
                   25034: 
                   25035:        * src/main/compile.y: z
                   25036: 
                   25037:        * src/main/: compile.y, compile_tools.h: #comment
                   25038: 
                   25039:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   25040:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   25041:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   25042:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   25043:          stringified
                   25044: 
                   25045:        * src/types/pa_valiased.C: decided to String-ify file_read
                   25046: 
                   25047:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   25048:          isapi/parser3isapi.dsp: cgi: sapi::log
                   25049: 
                   25050:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   25051:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   25052:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   25053:          error log experiments failed - cgi under iis got no access to
                   25054:          log. registereventsource simply failed with 5(illegal call) code,
                   25055:          while worked OK as standalone executable.  isapi: used
                   25056:          HSE_APPEND_LOG_PARAMETER feature
                   25057: 
                   25058:        * src/: include/pa_common.h, include/pa_globals.h,
                   25059:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   25060:          targets/isapi/parser3isapi.C: fixed default content-type
                   25061:          allocation storage
                   25062: 
                   25063:        * src/: include/pa_globals.h, include/pa_request.h,
                   25064:          main/pa_globals.C, main/pa_request.C: z
                   25065: 
                   25066:        * src/: include/pa_array.h, include/pa_hash.h,
                   25067:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   25068:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   25069:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   25070:          content-type
                   25071: 
                   25072:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   25073:          sanity
                   25074: 
                   25075:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   25076:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   25077:          away freeze mech.  no danger now for you can't do
                   25078:          ^request:process[@new-method[] body] trick anymore.  still
                   25079:          remains $some_instance.process[@new-method[] possibility] but
                   25080:          would leave it as a feature.  see index for sample
                   25081: 
                   25082:        * src/: include/pa_common.h, main/pa_common.C,
                   25083:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   25084:          monkey every target
                   25085: 
                   25086:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   25087:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   25088:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   25089: 
                   25090: 2001-03-23  paf
                   25091: 
                   25092:        * src/: include/pa_pool.h, main/pa_request.C,
                   25093:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   25094:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   25095:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   25096: 
                   25097:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   25098: 
                   25099:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   25100:          it would be better to rewrite as filter then to deal with pool
                   25101: 
                   25102:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   25103:          now like in cgi, not from APPL_PHYSICAL_PATH
                   25104: 
                   25105:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25106:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   25107:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   25108:          include/pa_version.h, main/compile.y, main/execute.C,
                   25109:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   25110:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25111:          main/untaint.C, targets/cgi/parser3.C,
                   25112:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   25113:          cgi: reinvent document_root and request_uri under iis. autoconf
                   25114:          updated. introducing ap_config_includes
                   25115: 
                   25116:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   25117: 
                   25118:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   25119: 
                   25120:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   25121:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   25122:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   25123:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   25124: 
                   25125:        * src/: include/pa_globals.h, main/pa_request.C,
                   25126:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25127:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   25128:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   25129: 
                   25130:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   25131:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   25132:          isapi minor env beauty
                   25133: 
                   25134:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   25135:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   25136:          isapi document_root 0
                   25137: 
                   25138: 2001-03-22  paf
                   25139: 
                   25140:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   25141: 
                   25142:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   25143:          isapi/parser3isapi.C: z
                   25144: 
                   25145:        * src/: include/pa_pool.h, main/pa_request.C,
                   25146:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   25147: 
                   25148:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   25149:          kill.pl: isapi added utils
                   25150: 
                   25151:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   25152:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   25153:          types/pa_vform.C: isapi 0
                   25154: 
                   25155:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   25156:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25157:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   25158:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   25159:          started isapi
                   25160: 
                   25161:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   25162:          some comments
                   25163: 
                   25164:        * src/: include/pa_globals.h, include/pa_request.h,
                   25165:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   25166:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   25167:          parser_root_auto_path parser_site_auto_path
                   25168: 
                   25169:        * src/types/pa_vcookie.C: cookie attr decoded
                   25170: 
                   25171: 2001-03-21  paf
                   25172: 
                   25173:        * src/targets/cgi/parser3.C: z
                   25174: 
                   25175:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   25176: 
                   25177:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   25178:          types/pa_venv.h: in cookie & env. todo:post
                   25179: 
                   25180:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   25181:          classes/root.C, classes/table.C, include/pa_array.h,
                   25182:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   25183:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   25184:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   25185:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25186:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   25187:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   25188:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   25189:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   25190:          shifted apache branch on main trunc
                   25191: 
                   25192:        * src/: include/pa_common.h, include/pa_globals.h,
                   25193:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   25194:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   25195:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   25196:          starting mod_parser3
                   25197: 
                   25198:        * src/targets/cgi/parser3.C: starting mod_parser3
                   25199: 
                   25200: 2001-03-20  paf
                   25201: 
                   25202:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   25203:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   25204:          win32 ifdefs work and add ifdef unistd
                   25205: 
                   25206:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   25207:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   25208:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   25209:          z
                   25210: 
                   25211:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   25212:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   25213:          locking
                   25214: 
                   25215:        * src/: classes/Makefile.am, types/Makefile.am: z
                   25216: 
                   25217:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   25218:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   25219:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   25220:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   25221:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   25222:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   25223:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   25224: 
                   25225:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   25226:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   25227: 
                   25228:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   25229:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   25230:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   25231:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   25232:          types/pa_vform.h: z
                   25233: 
                   25234:        * src/include/pa_string.h: z
                   25235: 
                   25236:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   25237:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   25238:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   25239:          :Value
                   25240: 
                   25241:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   25242:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   25243:          :VStateless_object
                   25244: 
                   25245:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   25246:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   25247:          :VStateless_object
                   25248: 
                   25249:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   25250:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   25251: 
                   25252:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   25253:          types/pa_valiased.h, types/pa_value.h,
                   25254:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   25255:          types/pa_vstateless_object.h: moved common get_element part from
                   25256:          stateless object&class into VAliased
                   25257: 
                   25258:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   25259:          classes/table.C, main/execute.C, main/main.dsp,
                   25260:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   25261:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   25262:          now :Value
                   25263: 
                   25264:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   25265:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   25266:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   25267: 
                   25268:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   25269:          doxx
                   25270: 
                   25271:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   25272:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   25273:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   25274:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   25275:          and ^file:save
                   25276: 
                   25277: 2001-03-19  paf
                   25278: 
                   25279:        * src/types/pa_vfile.C: z
                   25280: 
                   25281:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   25282:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   25283:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   25284:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   25285: 
                   25286:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   25287:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   25288:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   25289:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   25290:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   25291:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   25292:          types/pa_vfile.h: file class just compiled
                   25293: 
                   25294:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   25295:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   25296:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   25297:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   25298:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   25299: 
                   25300:        * src/include/pa_pool.h: z
                   25301: 
                   25302:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   25303:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   25304:          Hash::Value to Val so to doxygen would finlly stop confusing
                   25305:          those Value-s
                   25306: 
                   25307:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   25308:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   25309:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25310:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25311:          include/pa_types.h, main/compile.C, main/compile.y,
                   25312:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   25313:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   25314:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   25315:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25316:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   25317: 
                   25318:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   25319:          derivates somehow unlinked. don't know why yet
                   25320: 
                   25321:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   25322:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   25323:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   25324:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25325:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   25326:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25327:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   25328: 
                   25329:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   25330:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   25331:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   25332:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   25333:          types/pa_vrequest.h: doc: detected Value derivates prob
                   25334: 
                   25335:        * src/include/pa_globals.h: z
                   25336: 
                   25337:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   25338:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   25339:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   25340:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   25341:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   25342:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   25343:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   25344:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   25345: 
                   25346: 2001-03-18  paf
                   25347: 
                   25348:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   25349:          cookie: allowed access to hash-assigned
                   25350: 
                   25351:        * src/targets/cgi/parser3.C: z
                   25352: 
                   25353:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   25354:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   25355:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   25356:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25357:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   25358:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   25359:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   25360:          types/pa_vunknown.h: cookie class
                   25361: 
                   25362:        * src/main/pa_request.C: zero length output allowed
                   25363: 
                   25364:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   25365:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   25366: 
                   25367:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   25368:          lang switch
                   25369: 
                   25370:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   25371:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25372:          types/pa_value.h, types/pa_vhash.h:
                   25373:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   25374: 
                   25375:        * src/main/execute.C: z
                   25376: 
                   25377:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   25378:          targets/cgi/parser3.C: taint[uri
                   25379: 
                   25380:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   25381:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   25382:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   25383:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   25384: 
                   25385:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   25386:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   25387:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   25388:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   25389:          bool tainted) ctor
                   25390: 
                   25391:        * src/: include/pa_hash.h, include/pa_request.h,
                   25392:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   25393:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   25394:          targets/cgi/parser3.C: proper @exceptions params tainting
                   25395: 
                   25396:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   25397:          response fields to header
                   25398: 
                   25399:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   25400:          z
                   25401: 
                   25402:        * src/: classes/_response.h, classes/response.C,
                   25403:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   25404:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   25405:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   25406:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   25407:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   25408:          $response: 0  request::core exception rethrow
                   25409: 
                   25410: 2001-03-16  paf
                   25411: 
                   25412:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   25413:          types/pa_vrequest.h: native method' class call with less params
                   25414:          then needed error reporting
                   25415: 
                   25416:        * src/: classes/_request.h, classes/request.C,
                   25417:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   25418:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25419:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   25420:          types/pa_vrequest.h: $request : query :uri
                   25421: 
                   25422:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   25423:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   25424:          types/pa_wcontext.h: $result
                   25425: 
                   25426:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   25427: 
                   25428:        * src/: classes/double.C, include/code.h, main/compile.y,
                   25429:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   25430:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   25431: 
                   25432:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   25433:          main/compile.y, main/execute.C, types/pa_value.h,
                   25434:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   25435:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   25436:          wcontext conflict
                   25437: 
                   25438:        * src/: main/execute.C, types/pa_value.h,
                   25439:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   25440:          $string.field
                   25441: 
                   25442: 2001-03-15  paf
                   25443: 
                   25444:        * src/main/pa_request.C: news sample
                   25445: 
                   25446:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   25447:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   25448: 
                   25449:        * src/main/: compile.y, execute.C: z
                   25450: 
                   25451:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   25452:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   25453:          pre pre works
                   25454: 
                   25455:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25456:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   25457:          fillfields just compiled
                   25458: 
                   25459: 2001-03-14  paf
                   25460: 
                   25461:        * src/: include/pa_request.h, main/pa_request.C,
                   25462:          targets/cgi/parser3.C: z
                   25463: 
                   25464:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   25465:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   25466:          types/pa_vstring.h: limits -1
                   25467: 
                   25468:        * src/: include/pa_globals.h, include/pa_request.h,
                   25469:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   25470:          main/pa_request.C, targets/cgi/parser3.C,
                   25471:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   25472:          request_info -1
                   25473: 
                   25474:        * src/: include/pa_globals.h, main/pa_globals.C,
                   25475:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   25476:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   25477:          vform_fields_fill
                   25478: 
                   25479:        * src/targets/cgi/parser3.C: #  if MSVC
                   25480: 
                   25481:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   25482:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   25483: 
                   25484:        * src/targets/cgi/parser3.C: z
                   25485: 
                   25486:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   25487:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   25488:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   25489:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   25490:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   25491:          types/pa_vunknown.h: global handler, exceptions in parser3
                   25492: 
                   25493: 2001-03-13  paf
                   25494: 
                   25495:        * src/: classes/form.C, main/compile.y, main/core.C,
                   25496:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   25497:          types/pa_vform.h, types/pa_vstateless_class.C,
                   25498:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   25499:          instead
                   25500: 
                   25501:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25502:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   25503:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   25504:          started cgi target
                   25505: 
                   25506:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25507:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   25508:          before error show with parser
                   25509: 
                   25510:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   25511:          include/pa_request.h, main/core.C, main/pa_request.C,
                   25512:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   25513: 
                   25514:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   25515: 
                   25516:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   25517:          parser3.C: renamed targets/ parser to cgi
                   25518: 
                   25519:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   25520:          classes/root.C, classes/string.C, classes/table.C,
                   25521:          include/pa_request.h, types/pa_vhash.h: z
                   25522: 
                   25523:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25524:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   25525:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   25526:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25527:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   25528:          [historical moment :)]
                   25529: 
                   25530:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   25531:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   25532: 
                   25533:        * src/types/pa_venv.h: $ENV 1
                   25534: 
                   25535:        * src/main/execute.C: z
                   25536: 
                   25537:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   25538:          future methods of ENV constructor if
                   25539: 
                   25540:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   25541:          class
                   25542: 
                   25543:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25544:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25545:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25546:          classes/string.C, classes/table.C, include/pa_request.h,
                   25547:          main/compile.C, main/compile_tools.h, main/core.C,
                   25548:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25549:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25550:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25551:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25552:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25553:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25554: 
                   25555:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25556:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25557:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25558:          classes/string.C, classes/table.C, include/pa_request.h,
                   25559:          main/compile.C, main/compile_tools.h, main/core.C,
                   25560:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25561:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25562:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25563:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25564:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25565:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25566: 
                   25567:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   25568:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   25569:          yesterdays bad decision on execute_static_method
                   25570: 
                   25571:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   25572: 
                   25573:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25574:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   25575: 
                   25576:        * src/main/pa_request.C: z
                   25577: 
                   25578:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25579:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   25580: 
                   25581:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25582:          include/pa_pool.h, main/pa_request.C:
                   25583:          restructure_exceptions_dead_end
                   25584: 
                   25585:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   25586:          allowed ; inside {} to break params
                   25587: 
                   25588:        * src/classes/root.C: ^eval
                   25589: 
                   25590:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   25591:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   25592:          string ^format
                   25593: 
                   25594:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   25595:          'bad' but not 'enough'
                   25596: 
                   25597:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   25598:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   25599:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   25600:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   25601:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   25602: 
                   25603:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25604:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   25605:          types/pa_vint.h: ^for
                   25606: 
                   25607: 2001-03-12  paf
                   25608: 
                   25609:        * src/classes/table.C: table ^empty
                   25610: 
                   25611:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   25612: 
                   25613:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   25614:          ^offset ^line ^count
                   25615: 
                   25616:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   25617:          ^abs()  ^sign()
                   25618: 
                   25619:        * src/classes/: root.C, table.C: ^use
                   25620: 
                   25621:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25622:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   25623:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   25624:          ^while. switched off wcontext.constructing after write(value) or
                   25625:          auto-vhash-constructing
                   25626: 
                   25627:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25628:          main/pa_request.C: fail_if_junction_ helper func
                   25629: 
                   25630:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25631:          include/pa_request.h, main/execute.C, main/main.dsp,
                   25632:          main/pa_common.C, main/pa_request.C: ^process error point by
                   25633:          actual method_name, not source.  ^load
                   25634: 
                   25635:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   25636: 
                   25637:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   25638:          classes/_table.h, classes/table.C, main/untaint.C: z
                   25639: 
                   25640:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   25641:          include/pa_table.h, main/core.C, main/execute.C,
                   25642:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   25643:          types/pa_value.h: table:set 0
                   25644: 
                   25645:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   25646:          include/pa_request.h, include/pa_table.h, main/core.C,
                   25647:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   25648:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   25649:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   25650:          types/pa_vstring.h: freeze, ^table:create[] -1
                   25651: 
                   25652:        * src/: classes/root.C, types/pa_value.h: z
                   25653: 
                   25654:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   25655:          get_method in couple places optimizing them
                   25656: 
                   25657:        * src/classes/root.C: z
                   25658: 
                   25659:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   25660:          zeroing
                   25661: 
                   25662:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25663:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   25664:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   25665:          main/compile.y, main/compile_tools.h, main/execute.C,
                   25666:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25667:          types/pa_vmframe.h: ^process. actual names to store param and
                   25668:          check_actual_numbered_params for better place diagnostics
                   25669: 
                   25670:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   25671:          method-junctions bug fixed
                   25672: 
                   25673:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   25674:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   25675: 
                   25676: 2001-03-11  paf
                   25677: 
                   25678:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   25679:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   25680:          VDouble VInt base now VObject_base - without fields
                   25681: 
                   25682:        * src/: classes/root.C, include/core.h, main/core.C: z
                   25683: 
                   25684:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25685:          classes/string.C, include/core.h, include/pa_hash.h,
                   25686:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   25687:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   25688: 
                   25689:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25690:          include/pa_request.h, main/execute.C: intercept_string
                   25691: 
                   25692:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25693:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   25694: 
                   25695:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   25696:          ^inc-s(expr)
                   25697: 
                   25698:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25699:          classes/_root.h, classes/_string.h, classes/double.C,
                   25700:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25701:          include/code.h, include/core.h, include/pa_array.h,
                   25702:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25703:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25704:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25705:          include/pa_types.h, main/compile.C, main/compile.y,
                   25706:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25707:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25708:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   25709:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25710:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25711:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25712:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25713:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25714:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25715:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   25716: 
                   25717:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   25718: 
                   25719:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25720:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   25721: 
                   25722:        * src/: include/pa_valiased.h, include/pa_value.h,
                   25723:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25724:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25725:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25726:          include/pa_vobject.h, include/pa_vstring.h,
                   25727:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25728:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   25729:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   25730:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   25731:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25732:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25733:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25734:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25735:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25736:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   25737:          include/
                   25738: 
                   25739: 2001-03-10  paf
                   25740: 
                   25741:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25742:          main/pa_request.C: run+auto=run
                   25743: 
                   25744:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   25745: 
                   25746:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25747:          classes/_root.h, classes/_string.h, classes/double.C,
                   25748:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25749:          include/code.h, include/core.h, include/pa_array.h,
                   25750:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25751:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25752:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25753:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   25754:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25755:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25756:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25757:          include/pa_vobject.h, include/pa_vstring.h,
                   25758:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25759:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   25760:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25761:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   25762:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   25763:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25764:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   25765:          main/pa_wcontext.C: sources header
                   25766: 
                   25767:        * src/main/pa_request.C: auto..
                   25768: 
                   25769:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25770:          main/pa_request.C: auto tree0
                   25771: 
                   25772:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   25773:          main/core.C, main/pa_request.C: names to core.C
                   25774: 
                   25775:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   25776:          include/pa_request.h, main/core.C, main/execute.C,
                   25777:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   25778: 
                   25779:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   25780:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   25781:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25782:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   25783: 
                   25784:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   25785:          @auto[] realised. auto.p scan togo
                   25786: 
                   25787:        * src/: include/pa_request.h, main/execute.C: autocalc
                   25788:          code-junctions result now have names
                   25789: 
                   25790:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25791:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   25792:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   25793:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   25794: 
                   25795:        * src/classes/env.C: env:file/line
                   25796: 
                   25797:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   25798:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   25799:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   25800:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   25801:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25802:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   25803:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   25804: 
                   25805:        * src/include/pa_vclass.h: const fight to go
                   25806: 
                   25807:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25808:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   25809:          main/main.dsp: env0
                   25810: 
                   25811:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   25812:          classes/_string.h, classes/double.C, classes/int.C,
                   25813:          classes/root.C, classes/string.C, include/pa_request.h,
                   25814:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   25815:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   25816:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   25817:          main/pa_wcontext.C: ^lang prepare0
                   25818: 
                   25819: 2001-03-09  paf
                   25820: 
                   25821:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   25822:          construct proper naming
                   25823: 
                   25824:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   25825:          classes/double.C, classes/int.C, classes/root.C,
                   25826:          classes/string.C, include/code.h, include/pa_value.h,
                   25827:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   25828:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25829:          main/compile.y, main/compile_tools.C, main/core.C,
                   25830:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   25831:          and ^double[]. fixed expr type
                   25832: 
                   25833:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25834:          ^string.length[]
                   25835: 
                   25836: 2001-03-08  paf
                   25837: 
                   25838:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   25839: 
                   25840:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   25841:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25842:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   25843:          derivated from vobject
                   25844: 
                   25845:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   25846:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   25847: 
                   25848:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   25849:          remained clone conseqs
                   25850: 
                   25851:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   25852: 
                   25853:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   25854: 
                   25855:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   25856:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   25857:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   25858:          include/pa_vobject.h, include/pa_vstring.h,
                   25859:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25860:          main/execute.C: withoud cloning. didn't need it actually, params
                   25861:          got passed from out unnamed ewpool
                   25862: 
                   25863:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   25864:          include/pa_vjunction.h, include/pa_vobject.h,
                   25865:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   25866: 
                   25867:        * src/: include/pa_bool.h, include/pa_double.h,
                   25868:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   25869:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   25870:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25871:          include/pa_vobject.h, include/pa_vstring.h,
                   25872:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25873:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   25874:          to give params proper names
                   25875: 
                   25876:        * src/main/pa_wcontext.C: z
                   25877: 
                   25878:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   25879:          unknown values in get_element and unfilled params. removed wrong
                   25880:          name change in get_element
                   25881: 
                   25882:        * src/main/execute.C: z
                   25883: 
                   25884:        * src/main/execute.C: fixed problems calling operators in
                   25885:          constructors
                   25886: 
                   25887:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   25888:          detected problems calling operators in constructors
                   25889: 
                   25890:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25891:          autocalc def to string
                   25892: 
                   25893:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   25894:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   25895: 
                   25896:        * src/classes/root.C: added root.c
                   25897: 
                   25898:        * src/: include/pa_request.h, include/pa_value.h,
                   25899:          include/pa_vcframe.h, include/pa_vmframe.h,
                   25900:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25901:          main/core.C, main/execute.C, main/pa_cframe.C,
                   25902:          main/pa_wcontext.C: 'if' just compiled
                   25903: 
                   25904:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   25905:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25906:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   25907:          main/pa_wcontext.C: z
                   25908: 
                   25909:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   25910:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   25911:          with parameter names  in operator methods
                   25912: 
                   25913:        * src/main/compile.y: minor renamings in .y
                   25914: 
                   25915:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25916:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   25917:          @BASE.  changed 'RUN' assignment mech
                   25918: 
                   25919:        * src/main/execute.C: z
                   25920: 
                   25921:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25922:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   25923:          static. so to enable runtime ^use
                   25924: 
                   25925:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   25926: 
                   25927:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25928:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   25929: 
                   25930:        * src/main/execute.C: root root in code-junction
                   25931: 
                   25932: 2001-03-07  paf
                   25933: 
                   25934:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   25935:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   25936: 
                   25937:        * src/: include/pa_stack.h, include/pa_value.h,
                   25938:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   25939:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   25940:          fixed rwcontext of {} params up
                   25941: 
                   25942:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   25943: 
                   25944:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   25945: 
                   25946:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   25947:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   25948:          main/pa_hash.C: expr def in -f
                   25949: 
                   25950:        * src/main/: compile.y, execute.C: expr calls
                   25951: 
                   25952:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   25953:          fixed
                   25954: 
                   25955:        * src/main/compile.y: expr quoted code
                   25956: 
                   25957:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   25958:          support0
                   25959: 
                   25960:        * src/main/compile.y: expr string comparisons 0
                   25961: 
                   25962:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   25963:          main/pa_string.C: just compiled lt&co
                   25964: 
                   25965:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   25966:          $field not a $var.field
                   25967: 
                   25968: 2001-03-06  paf
                   25969: 
                   25970:        * src/main/compile.y: .y expr visible-shorter
                   25971: 
                   25972:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   25973:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   25974:          logical
                   25975: 
                   25976:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   25977:          skipping whitespace in yylex
                   25978: 
                   25979:        * src/include/pa_vbool.h: forgot this
                   25980: 
                   25981:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   25982:          string ops in expressions 0
                   25983: 
                   25984:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   25985:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   25986:          main/execute.C, main/main.dsp: !~
                   25987: 
                   25988:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   25989:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   25990:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25991:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25992:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25993:          main/compile_tools.h, main/execute.C: +-*/
                   25994: 
                   25995:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   25996:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   25997: 
                   25998:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   25999:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   26000: 
                   26001:        * src/main/compile.y: expr grammar-1
                   26002: 
                   26003:        * src/main/compile.y: expr lexx1
                   26004: 
                   26005:        * src/main/: compile.y, execute.C, main.dsp: z
                   26006: 
                   26007:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   26008:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   26009:          main/execute.C: expr lex0 exec-1
                   26010: 
                   26011:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   26012: 
                   26013: 2001-02-26  paf
                   26014: 
                   26015:        * src/main/compile.y: max_string in yyerror bug fix
                   26016: 
                   26017: 2001-02-25  paf
                   26018: 
                   26019:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   26020:          include/pa_wcontext.h, main/execute.C: VAliased3
                   26021: 
                   26022:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   26023: 
                   26024:        * src/main/execute.C: VAliased1
                   26025: 
                   26026:        * src/: include/pa_request.h, include/pa_value.h,
                   26027:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   26028:          VAliased0
                   26029: 
                   26030:        * src/: include/pa_pool.h, include/pa_request.h,
                   26031:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   26032:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   26033:          VAliased just compiled
                   26034: 
                   26035:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   26036:          include/pa_vobject.h, main/execute.C: alias dead end
                   26037: 
                   26038:        * src/: include/pa_value.h, include/pa_vclass.h,
                   26039:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   26040:          main/main.dsp: no not get fields into interm VFielded class.
                   26041:          fields & staticfields 1
                   26042: 
                   26043:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   26044:          include/pa_vobject.h, include/pa_wcontext.h,
                   26045:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   26046:          main/main.dsp: would now get fields into interm VFielded class
                   26047: 
                   26048:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   26049:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   26050:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   26051:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   26052:          main/pa_wcontext.C: virtuals2
                   26053: 
                   26054:        * src/main/compile.y: : 1
                   26055: 
                   26056:        * src/main/compile.y: rethought to $class:static.field.subfield
                   26057: 
                   26058:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   26059:          $class:element
                   26060: 
                   26061:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   26062:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   26063:          main/pa_wcontext.C: before execute class calls rewrite
                   26064: 
                   26065:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   26066:          name RUN, also alias
                   26067: 
                   26068:        * src/main/compile.y: escaping bug
                   26069: 
                   26070:        * src/: include/pa_request.h, include/pa_value.h,
                   26071:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   26072:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   26073: 
                   26074:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   26075:          include/pa_vmframe.h, include/pa_vobject.h,
                   26076:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   26077:          main/compile_tools.h, main/execute.C: ^class:method() just
                   26078:          compiled
                   26079: 
                   26080: 2001-02-24  paf
                   26081: 
                   26082:        * src/main/main.dsp: no bison -d
                   26083: 
                   26084:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   26085:          class' err msg wrong
                   26086: 
                   26087:        * src/main/compile.y: z
                   26088: 
                   26089:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   26090: 
                   26091:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   26092:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   26093: 
                   26094:        * src/: include/pa_vclass.h, main/core.C: z
                   26095: 
                   26096:        * src/: include/pa_value.h, include/pa_vclass.h,
                   26097:          include/pa_vobject.h, main/main.dsp: vobject00
                   26098: 
                   26099:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   26100:          60% from 1 were 0
                   26101: 
                   26102:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   26103:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   26104:          as bad as you've named it: wcontext.value() was not a perfect
                   26105:          idea
                   26106: 
                   26107:        * src/main/execute.C: codeframe1
                   26108: 
                   26109:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   26110:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   26111:          include/pa_vjunction.h, include/pa_vmframe.h,
                   26112:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   26113:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   26114:          just compiled
                   26115: 
                   26116:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   26117:          ideology @: ^x{$a()) must construct current wcontext element, so
                   26118:          smart wcontext handling needed
                   26119: 
                   26120:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   26121:          klinch
                   26122: 
                   26123:        * src/main/: compile.y, execute.C: fixed empty constructor
                   26124:          optimized empty case. failed on calls - produced empty string
                   26125:          param
                   26126: 
                   26127:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   26128: 
                   26129:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   26130:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   26131:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   26132:          main/execute.C: code junctions0. something wrong with last \n
                   26133:          macrotemplate strip
                   26134: 
                   26135:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   26136:          main/pa_value.C: minor error reporting format beautifyings
                   26137: 
                   26138:        * src/: include/pa_value.h, include/pa_vclass.h,
                   26139:          include/pa_vframe.h, main/core.C, main/execute.C,
                   26140:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   26141:          junctions0
                   26142: 
                   26143: 2001-02-23  paf
                   26144: 
                   26145:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   26146:          pa_wwrapper.h: lara came, can't work, sorry :(
                   26147: 
                   26148:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   26149:          junction
                   26150: 
                   26151:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   26152:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   26153:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   26154: 
                   26155:        * src/: include/pa_hash.h, include/pa_value.h,
                   26156:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   26157:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   26158:          done
                   26159: 
                   26160:        * src/include/pa_wcontext.h: z
                   26161: 
                   26162:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   26163:          wrong grammar in complex constructor case
                   26164: 
                   26165:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   26166: 
                   26167:        * src/main/execute.C: with result rwpool
                   26168: 
                   26169:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   26170:          main/main.dsp: value named
                   26171: 
                   26172:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   26173:          strign 2 value in 2 places in execute
                   26174: 
                   26175:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   26176:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   26177:          wcontext.put_element when wcontext fvalue==0
                   26178: 
                   26179: 2001-02-22  paf
                   26180: 
                   26181:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   26182:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   26183:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   26184: 
                   26185:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   26186:          erroreos checkout
                   26187: 
                   26188:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   26189: 
                   26190:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   26191:          main/compile_tools.h, main/pa_array.C: $self.get
                   26192: 
                   26193:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   26194: 
                   26195:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   26196:          bit. finished now.
                   26197: 
                   26198:        * src/main/compile.y: $: finished
                   26199: 
                   26200:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   26201: 
                   26202:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   26203:          main/execute.C: OP_STRING better then some xxx _VALUE
                   26204: 
                   26205:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   26206:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   26207:          string to vstring it .y all
                   26208: 
                   26209:        * src/: include/pa_request.h, include/pa_stack.h,
                   26210:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   26211:          all
                   26212: 
                   26213:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   26214:          precise parse error line:col
                   26215: 
                   26216:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   26217:          main/pa_hash.C, main/pa_pool.C: TRY...
                   26218: 
                   26219:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26220:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   26221:          main/compile.C, main/compile.y, main/compile_tools.C,
                   26222:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   26223:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   26224:          main/pa_table.C: removed exception from request
                   26225: 
                   26226:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   26227:          some forgotten
                   26228: 
                   26229:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   26230:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   26231:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   26232:          get/put simple vars to VClass works0
                   26233: 
                   26234:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   26235:          main/pa_string.C: in process, but found that exceptions are too
                   26236:          global
                   26237: 
                   26238:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   26239:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   26240:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   26241:          seems wcontext must write strings regardles of fvalue!=0
                   26242: 
                   26243: 2001-02-21  paf
                   26244: 
                   26245:        * src/main/execute.C: tired :)
                   26246: 
                   26247:        * src/main/: compile.C, compile.y, execute.C: store0
                   26248: 
                   26249:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   26250:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   26251:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   26252:          main/execute.C, main/main.dsp, main/pa_array.C,
                   26253:          main/pa_request.C: get put -1 [just compiled]
                   26254: 
                   26255:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   26256:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   26257:          main/main.dsp, main/pa_request.C: request core methods0
                   26258: 
                   26259:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   26260:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   26261:          execute
                   26262: 
                   26263:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   26264:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   26265:          methods and one_big_piece. now compile returns array<method*>
                   26266: 
                   26267:        * src/main/compile.y: more straightforward yylex[end]
                   26268: 
                   26269:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   26270:          string.operator==(char*)
                   26271: 
                   26272:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   26273:          main/execute.C, main/pa_array.C: after array.const get wonders
                   26274: 
                   26275:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   26276:          pa_string.h, pa_value.h: struck with const array.gets
                   26277: 
                   26278:        * src/main/: execute.C: z
                   26279: 
                   26280:        * src/main/: compile.y, execute.C: z
                   26281: 
                   26282:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   26283:          processing in eval & yyerror so it wouldn't cause memleaks.
                   26284: 
                   26285:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   26286:          parse error positions. leaving RIGHTMOST position as
                   26287:          @file[line:col]
                   26288: 
                   26289:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   26290:          main/compile_tools.h: line numbers needed. would add them to .y
                   26291:          now internally. externally it's not as precise as needed
                   26292: 
                   26293:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   26294:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   26295:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   26296:          compiler works ok
                   26297: 
                   26298: 2001-02-20  paf
                   26299: 
                   26300:        * src/main/: compile.C, compile.y, compile_tools.C,
                   26301:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   26302:          not perfect
                   26303: 
                   26304:        * src/: include/code.h, include/compile.h, include/execute.h,
                   26305:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   26306:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26307:          main/compile.C, main/compile.y, main/compile_tools.C,
                   26308:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   26309:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   26310:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   26311:          compiled.  execute=dump for now
                   26312: 
                   26313:        * src/main/core.C: core rewrite using yacc investigations now will
                   26314:          be compile[yacc]/execute[opcodes]
                   26315: 
                   26316: 2001-02-15  paf
                   26317: 
                   26318:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   26319:          rewrite as turing machine? for it seems it would be it's too many
                   26320:          ifs with this syntax now
                   26321: 
                   26322: 2001-02-14  paf
                   26323: 
                   26324:        * src/main/core.C: get_params 1
                   26325: 
                   26326:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   26327:          :( ]
                   26328: 
                   26329:        * src/main/core.C: varios breaks
                   26330: 
                   26331:        * src/main/core.C: get names 3
                   26332: 
                   26333:        * src/main/core.C: get names 2
                   26334: 
                   26335:        * src/main/core.C: get names 1
                   26336: 
                   26337:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   26338:          names 0
                   26339: 
                   26340:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   26341:          text repassing2 operator static vars
                   26342: 
                   26343:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   26344:          main/pa_string.C: process text repassing
                   26345: 
                   26346:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   26347:          module:calls changes
                   26348: 
                   26349: 2001-02-13  paf
                   26350: 
                   26351:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   26352:          ^class:calls[] started
                   26353: 
                   26354:        * src/: include/pa_value.h, main/core.C: z
                   26355: 
                   26356:        * src/main/core.C: operators : and self. prefixes
                   26357: 
                   26358:        * src/main/core.C: z
                   26359: 
                   26360:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   26361:          tested
                   26362: 
                   26363:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   26364:          optimized
                   26365: 
                   26366:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   26367:          would change privates to better support optimization
                   26368: 
                   26369:        * src/: include/pa_string.h, main/pa_string.C:
                   26370:          String_iterator::skip_to todo:optimize
                   26371: 
                   26372: 2001-02-12  paf
                   26373: 
                   26374:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   26375:          String_iterator
                   26376: 
                   26377:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   26378:          comments
                   26379: 
                   26380:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   26381:          self/methodref joined
                   26382: 
                   26383: 2001-02-11  paf
                   26384: 
                   26385:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   26386:          main/main.dsp: core started.  core.C, context&value .h
                   26387: 
                   26388:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26389:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26390:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   26391: 
                   26392: 2001-01-30  paf
                   26393: 
                   26394:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   26395:          comments
                   26396: 
                   26397:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   26398:          main/pa_pool.C: moved pa_pool.C to be target specific
                   26399: 
                   26400:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26401:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   26402:          to & changes
                   26403: 
                   26404:        * src/: include/pa_exception.h, include/pa_pool.h,
                   26405:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   26406:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   26407:          re-associated. that's much better even removed 'die' necessety
                   26408: 
                   26409:        * src/: include/pa_error.h, include/pa_exception.h,
                   26410:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   26411:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   26412:          targets/Makefile.am: lowered targets/parser into subdir, added
                   26413:          parser_Pool(Pool) failed to add. would think..
                   26414: 
                   26415:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   26416:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   26417:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   26418:          hence lots of 'const'
                   26419: 
                   26420:        * src/: include/pa_error.h, include/pa_request.h,
                   26421:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   26422:          main/pa_table.C: Error fixed
                   26423: 
                   26424: 2001-01-29  paf
                   26425: 
                   26426:        * src/: include/pa_array.h, include/pa_common.h,
                   26427:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   26428:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   26429:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   26430:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   26431: 
                   26432:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26433:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26434:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   26435:          main/pa_string.C, main/pa_table.C: Request Error Table
                   26436: 
                   26437:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   26438:          templates"
                   26439: 
                   26440:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   26441:          main/main.dsp, main/pa_array.C: templates failed no template
                   26442:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   26443:          2.95.2-6 from latest cygwin]
                   26444: 
                   26445:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26446:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   26447:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   26448:          main/pa_table.C: Table started would test template Array now
                   26449: 
                   26450:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26451:          String originating
                   26452: 
                   26453:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   26454:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   26455:          SYNCHRONIZED(thread_safe)
                   26456: 
                   26457:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   26458:          parts to top
                   26459: 
                   26460:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   26461:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   26462:          see: needed only in global Hash now, made Hash:: put/get
                   26463:          SYNCHRONIZED
                   26464: 
                   26465:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   26466:          main/pa_threads.C: added pa_threads
                   26467: 
                   26468:          Mutex
                   26469: 
                   26470:        * src/include/pa_hash.h: some comments
                   26471: 
                   26472:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   26473:          Array& operator += (Array& src)
                   26474: 
                   26475:        * src/main/pa_array.C: expand not convinient, would rewrite
                   26476: 
                   26477:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   26478:          (Array& src)
                   26479: 
                   26480:          rethought, would change now
                   26481: 
                   26482: 2001-01-27  paf
                   26483: 
                   26484:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   26485:          caching
                   26486: 
                   26487:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26488:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   26489:          cache rethought to chunk caching
                   26490: 
                   26491:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   26492:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26493:          main/pa_hash.C, main/pa_string.C: Array 0
                   26494: 
                   26495:        * src/main/pa_string.C: String::operator ==
                   26496: 
                   26497:        * src/main/pa_hash.C: String(&String)
                   26498: 
                   26499:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   26500: 
                   26501:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   26502:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   26503:          pa_hash[forgotten]
                   26504: 
                   26505: 2001-01-26  paf
                   26506: 
                   26507:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26508:          removed templates [vc++ suxx]
                   26509: 
                   26510:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   26511:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   26512: 
                   26513:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   26514: 
1.119     moko     26515:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     26516: 
1.119     moko     26517:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     26518:          check
                   26519: 
                   26520:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   26521:          dynamic row_count
                   26522: 
                   26523:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26524:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26525:          targets/Makefile.am: Initial revision
                   26526: 
                   26527:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26528:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26529:          targets/Makefile.am: creating parser3 module
                   26530: 

E-mail: