Annotation of parser3/ChangeLog, revision 1.207

1.207   ! moko        1: 2024-11-25  moko
        !             2: 
        !             3:        * src/main/pa_exec.C: separated cmd_quote and exe_quote (related to
        !             4:          bug #1239)
        !             5: 
        !             6: 2024-11-24  moko
        !             7: 
        !             8:        * src/main/pa_exec.C: added cmd.exe specific
        !             9: 
        !            10:        * tests/: 441.html, cat-windows.sh, cat.sh, results/441.processed:
        !            11:          tests for ^file::exec env and args tainting tests (related to bug
        !            12:          #1239)
        !            13: 
        !            14:        * src/main/pa_exec.C: shell_quote added (partial fix for bug #1239)
        !            15: 
        !            16:        * src/include/pa_config_includes.h: added recommendations for
        !            17:          libxslt.a and and libexslt.a compilation under cygwin
        !            18: 
        !            19:        * tests/results/102.processed: $form:fields.value is now writable,
        !            20:          as $form:value (related to feature #1254)
        !            21: 
        !            22:        * src/include/pa_config_includes.h: cigwin compilation fixes
        !            23: 
        !            24: 2024-11-23  moko
        !            25: 
        !            26:        * tests/httpd/site/run_server.sh: to simplify testing
        !            27: 
        !            28:        * tests/httpd/: 030.txt, 031.curl, 040.txt, ok.log, run_tests.sh,
        !            29:          site/form.html: $form:files and $form:elements tests added, tests
        !            30:          with curl supported (related to feature #1254)
        !            31: 
        !            32:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_vform.C,
        !            33:          types/pa_vform.h: $form:elements implemented, VForm::get_element
        !            34:          uses faster SYMBOLS_EQ, hashes no longer copied when using
        !            35:          $form:fields/tables/files/imap and can be edited (implements
        !            36:          feature #1254)
        !            37: 
        !            38:        * src/main/pa_http.C: pa_send added to handle partial writes (fixes
        !            39:          bug #1261)
        !            40: 
1.206     moko       41: 2024-11-17  moko
                     42: 
                     43:        * tests/: 440.html, results/440.processed: tests for
                     44:          ^table.array[], offset restoration, iterators robust tests
                     45:          (related to bug #1258, features #1259 and #1260)
                     46: 
                     47:        * tests/: 439.html, results/439.processed: array and hash iterators
                     48:          robust tests (related to feature #1260)
                     49: 
                     50:        * src/: classes/array.C, classes/table.C, include/pa_array.h,
                     51:          include/pa_table.h: Array_robust_iterator added and used in cases
                     52:          where array can be modified during iteration (implements feature
                     53:          #1260)
                     54: 
                     55:        * src/classes/table.C: ^table.array[], ^table.array[column name],
                     56:          ^table.array{code} added (implements feature #1259)
                     57: 
                     58: 2024-11-16  moko
                     59: 
                     60:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: fixed
                     61:          table current row restoration after exception and table changes
                     62:          (fixes bug #1258)
                     63: 
                     64: 2024-11-13  moko
                     65: 
                     66:        * src/classes/table.C: minor optimization
                     67: 
                     68:        * src/main/pa_string.C: \r added to default ^string.trim chars list
                     69:          (https://www.parser.ru/forum/?id=86648)
                     70: 
1.205     moko       71: 2024-11-11  moko
                     72: 
1.206     moko       73:        * src/classes/classes.C: set_base commented
                     74: 
                     75:        * src/classes/: classes.C, xdoc.C: cleanup after classes.awk
                     76:          deleted
                     77: 
                     78:        * src/classes/classes.vcproj: no more classes.awk and classes.inc
                     79: 
                     80:        * src/classes/: Makefile.am, classes.awk: no more classes.awk and
                     81:          classes.inc
                     82: 
                     83:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                     84:          main/pa_globals.C: classes.awk is useless, preparing to delete it
                     85: 
1.205     moko       86:        * src/classes/classes.h: temp fix
                     87: 
                     88: 2024-11-10  moko
                     89: 
                     90:        * src/: classes/date.C, classes/file.C, classes/image.C,
                     91:          classes/op.C, main/pa_string.C: minor optimization
                     92: 
                     93:        * src/: classes/date.C, classes/file.C, classes/image.C,
                     94:          classes/op.C, main/pa_string.C: typo fixed
                     95: 
                     96:        * src/: classes/classes.awk, classes/classes.h, classes/date.C,
                     97:          classes/file.C, classes/image.C, classes/op.C,
                     98:          main/pa_charsets.C, main/pa_string.C: singletones used to reduce
                     99:          memory allocation befor main(). Only 3 allocations in chatsets
                    100:          left (implements feature #1257)
                    101: 
                    102:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C:
                    103:          minor naming convention fix
                    104: 
                    105:        * tests/: 437.html, 438.html, httpd/ok.log, httpd/site/029.html,
                    106:          results/436.processed, results/437.processed,
                    107:          results/438.processed: tests for @unhandled_exception processing
                    108:          (related to feature #1256)
                    109: 
                    110:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    111:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    112:          targets/isapi/parser3isapi.C: Exceptions in @unhandled_exception
                    113:          are now processed in request::core for correct logging and
                    114:          reporting (feature #1256)
                    115: 
                    116:        * src/: include/pa_sapi.h, main/pa_request.C,
                    117:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    118:          targets/isapi/parser3isapi.C: unhandled exception now called if
                    119:          exception occures during $response:download processing (related
                    120:          to bug #1255)
                    121: 
                    122:        * etc/auto.p.in: better 404 error reporting
                    123: 
                    124: 2024-11-09  moko
                    125: 
                    126:        * src/main/pa_memory.C: more detailed usage comment
                    127: 
                    128:        * src/main/pa_memory.C: usage commented
                    129: 
                    130:        * src/main/pa_memory.C: minor cleanup
                    131: 
                    132:        * src/types/: pa_varray.h, pa_vregex.h: warnings war
                    133: 
                    134:        * tests/: 436.html, httpd/029.txt, httpd/ok.log,
                    135:          httpd/site/029.html, results/436.processed: test for exception in
                    136:          $response:download[] added
                    137: 
                    138:        * src/targets/cgi/parser3.C: sync CGI mode behavior with httpd mode
                    139:          and avoid exit status 1 on die
                    140: 
                    141:        * tests/results/: 007.processed, 019.processed, 098.processed,
                    142:          103.processed, 233.processed: windows headers matter for binary
                    143:          files
                    144: 
                    145:        * tests/httpd/ok.log: tests results updated as extra headers now
                    146:          cleared on error (related to bug #1255)
                    147: 
                    148:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    149:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    150:          targets/isapi/parser3isapi.C: headers buffering to avoid extra
                    151:          headers in errors, custom send_error in cgi/httpd mode to avoid
                    152:          memory allocations (fixes bug #1255)
                    153: 
                    154: 2024-11-07  moko
                    155: 
                    156:        * tests/: 264.html, results/264.processed: tests updated to test
                    157:          removal of only trailing empty arguments for backward
                    158:          compatibility (related to feature #1252)
                    159: 
                    160:        * src/classes/file.C: remove trailing empty arguments for backward
                    161:          compatibility (related to feature #1252)
                    162: 
                    163: 2024-11-05  moko
                    164: 
                    165:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: avoid GPF in very
                    166:          low memory case, when static initialization failed even before
                    167:          main() start
                    168: 
                    169: 2024-11-04  moko
                    170: 
                    171:        * configure, src/include/pa_config_auto.h.in,
                    172:          src/include/pa_config_fixed.h: _locking no longer used
                    173: 
                    174:        * configure.ac: _locking no longer used (related to bug #1231)
                    175: 
                    176:        * src/main/pa_os.C: lock error fine-tuning (related to bug #1231)
                    177: 
                    178:        * src/main/pa_os.C: lock errors tuning (related to bug #1231)
                    179: 
                    180:        * src/lib/sdbm/: pa_file_io.C, pa-include/pa_file_io.h: remove
                    181:          unused
                    182: 
                    183:        * src/: lib/sdbm/pa_file_io.C, main/pa_common.C: errno should not
                    184:          be used on locking errors (related to bug #1231)
                    185: 
                    186:        * src/main/pa_os.C: GetLastError used as errno is not set (related
                    187:          to bug #1231)
                    188: 
                    189:        * src/main/pa_os.C: under windows _locking replaced with LockFileEx
                    190:          allowing shared lock to work (fixes bug #1231)
                    191: 
                    192:        * INSTALL: actualized, minor fixes
                    193: 
                    194:        * etc/auto.p.in: default LIMITS added
                    195: 
                    196:        * AUTHORS: links actualized
                    197: 
                    198:        * src/: classes/array.C, classes/bool.C, classes/classes.C,
                    199:          classes/classes.awk, classes/classes.h, classes/curl.C,
                    200:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                    201:          classes/hash.C, classes/hashfile.C, classes/image.C,
                    202:          classes/inet.C, classes/int.C, classes/json.C, classes/mail.C,
                    203:          classes/math.C, classes/memcached.C, classes/memory.C,
                    204:          classes/op.C, classes/reflection.C, classes/regex.C,
                    205:          classes/response.C, classes/string.C, classes/table.C,
                    206:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    207:          include/pa_array.h, include/pa_base64.h,
                    208:          include/pa_cache_managers.h, include/pa_charset.h,
                    209:          include/pa_charsets.h, include/pa_common.h,
                    210:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    211:          include/pa_dictionary.h, include/pa_dir.h,
                    212:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    213:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    214:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    215:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    216:          include/pa_request_charsets.h, include/pa_request_info.h,
                    217:          include/pa_sapi.h, include/pa_socks.h,
                    218:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    219:          include/pa_stack.h, include/pa_string.h,
                    220:          include/pa_stylesheet_connection.h,
                    221:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    222:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    223:          include/pa_uue.h, include/pa_xml_exception.h,
                    224:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    225:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    226:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    227:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    228:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    229:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    230:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    231:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    232:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    233:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    234:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    235:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    236:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    237:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    238:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    239:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    240:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    241:          main/untaint.C, sql/pa_sql_driver.h,
                    242:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    243:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    244:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    245:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    246:          types/pa_value.h, types/pa_varray.C, types/pa_varray.h,
                    247:          types/pa_vbool.h, types/pa_vcaller_wrapper.h, types/pa_vclass.C,
                    248:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                    249:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                    250:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                    251:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                    252:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                    253:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                    254:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                    255:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                    256:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                    257:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                    258:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                    259:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                    260:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                    261:          types/pa_vresponse.C, types/pa_vresponse.h,
                    262:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    263:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    264:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    265:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    266:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    267:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    268:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    269: 
1.203     moko      270: 2024-10-28  moko
                    271: 
1.204     moko      272:        * src/classes/array.C: avoid invalidate()
                    273: 
                    274:        * src/: classes/array.C, types/pa_varray.h: minor optimization for
                    275:          fused to survive in ^array::copy[$a] (related to feature #930)
                    276: 
                    277:        * src/types/pa_varray.h: minor optimization as last element is
                    278:          allways defined if present
                    279: 
1.203     moko      280:        * tests/: 435.html, results/435.processed: tests for
                    281:          ^hash.set[first|last;value], ^hash.set([-+]index)[value] and same
                    282:          for array added (related to feature #1253)
                    283: 
                    284:        * src/classes/array.C: typo fixed
                    285: 
                    286:        * src/classes/: array.C, hash.C: ^hash.set[first|last;value] +
                    287:          ^hash.set([-+]index)[value], and same for array added (implements
                    288:          feature #1253)
                    289: 
                    290:        * tests/results/: 246.processed, 298.processed, 342.processed,
                    291:          389.processed, 397.processed, 430.processed, 432.processed: tests
                    292:          results update after minor exceptions texts fixes
                    293: 
                    294: 2024-10-27  moko
                    295: 
                    296:        * src/: classes/array.C, classes/hash.C, classes/math.C,
                    297:          classes/reflection.C, classes/string.C, classes/table.C,
                    298:          main/pa_string.C, types/pa_varray.h, types/pa_vfile.C,
                    299:          types/pa_vmethod_frame.h: handy as_index() added, several
                    300:          exceptions texts fixed (related to feature #930)
                    301: 
                    302:        * src/: classes/array.C, types/pa_varray.h: non-working
                    303:          $array.fields removed, ^array.delete[index] supported (related to
                    304:          feature #930)
                    305: 
                    306:        * tests/: 431.html, results/431.processed: tests updated after
                    307:          ^a.delete[3] supported
                    308: 
                    309:        * tests/: 431.html, 434.html, results/434.processed: tests for last
                    310:          element used, push/pop, exceptions during arguments processing
                    311:          and used caching (related to feature #930)
                    312: 
                    313:        * src/: classes/array.C, types/pa_varray.h: change_used added for
                    314:          better used caching and now no issues if exception occures during
                    315:          append arguments processing (related to feature #930)
                    316: 
                    317:        * src/: classes/array.C, types/pa_varray.h: ^array.push[] /
                    318:          ^array.pop[] added, last element is allways used (related to
                    319:          feature #930)
                    320: 
                    321: 2024-10-26  moko
                    322: 
                    323:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.C,
                    324:          types/pa_varray.h: confirm_all_used added where possible (related
                    325:          to feature #930)
                    326: 
                    327:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    328:          small array optimizations (related to feature #930)
                    329: 
                    330:        * src/types/pa_varray.h: DEBUG_ARRAY_USED added to simplify testing
                    331: 
                    332:        * tests/: 431.html, results/431.processed: test for
                    333:          ^array.compact[undef] added
                    334: 
                    335:        * src/classes/array.C: ^array.compact[] now have optional 'undef'
                    336:          argument to also compact undefined elements (related to feature
                    337:          #930)
                    338: 
                    339: 2024-10-24  moko
                    340: 
                    341:        * src/: classes/array.C, types/pa_varray.C, types/pa_varray.h:
                    342:          VArray::hash is used rarery, no longer caching the result
                    343: 
                    344:        * tests/results/432.processed: testing removed from tests
                    345: 
                    346: 2024-10-23  moko
                    347: 
                    348:        * tests/: 431.html, results/431.processed: ^array.compact[] test
                    349:          added
                    350: 
                    351:        * src/: classes/array.C, types/pa_varray.h: ^array.compact[] added
                    352: 
                    353:        * tests/: 432.html, results/432.processed: testing ^array.at[] for
                    354:          both "solid" and "sparse" arrays
                    355: 
                    356:        * src/classes/array.C: ^array.at[] speedup for "solid" arrays
                    357: 
                    358: 2024-10-22  moko
                    359: 
                    360:        * tests/results/264.processed: spelling
                    361: 
                    362:        * src/classes/file.C: spelling
                    363: 
                    364:        * tests/: 264.html, cat-windows.sh, cat.sh, results/264.processed:
                    365:          tests updated after ^file::exec[cmd;;$array] implemented and
                    366:          empty arguments not skipped (related to feature #1252)
                    367: 
                    368:        * src/classes/file.C: ^file::exec[cmd;;$array] supported
                    369:          (implements feature #1252) bugfix: empty arguments no longer
                    370:          skipped
                    371: 
1.205     moko      372: 2024-10-21  moko
                    373: 
                    374:        * tests/httpd/: 001.txt, 002.txt, 003.txt, 004.txt, 005.txt,
                    375:          007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, 013.txt,
                    376:          014.txt, 015.txt, 016.txt, 017.txt, 018.txt, 019.txt, 020.txt,
                    377:          021.txt, 022.txt, 023.txt, 024.txt, 025.txt, 026.txt, 027.txt,
                    378:          028.txt, 030.txt, ok.log, run_tests.sh, site/httpd.p,
                    379:          site/index.html, site/test.txt: httpd tests added
                    380: 
1.202     moko      381: 2024-10-20  moko
                    382: 
                    383:        * src/classes/string.C: warnings war
                    384: 
                    385:        * src/: main/pa_string.C, classes/array.C: warnings war
                    386: 
                    387:        * src/classes/json.C: warnings war
                    388: 
                    389:        * src/classes/image.C: warnings war
                    390: 
                    391:        * src/: classes/table.C, types/pa_varray.C: warnings war
                    392: 
                    393:        * src/classes/array.C: warning war
                    394: 
                    395:        * src/: classes/classes.vcproj, types/types.vcproj: vcproj: +=array
                    396: 
                    397:        * src/main/main.vcproj: warnings war
                    398: 
                    399: 2024-10-19  moko
                    400: 
                    401:        * tests/427.html: test updated after constructors renamed
                    402: 
                    403: 2024-10-18  moko
                    404: 
                    405:        * tests/: 421.html, 430.html, 431.html, 432.html, 433.html,
                    406:          results/421.processed, results/430.processed,
                    407:          results/431.processed: test updated after constructors renamed
                    408: 
                    409:        * src/classes/array.C: create -> copy, new -> create according to
                    410:          https://www.parser.ru/forum/?id=86603 discussion (related to
                    411:          feature #930)
                    412: 
                    413: 2024-10-16  moko
                    414: 
                    415:        * src/classes/json.C: $json:array[array or hash] added to provide
                    416:          more backward compatibility (implements feature #1251)
                    417: 
                    418: 2024-10-15  moko
                    419: 
                    420:        * tests/: 421.html, results/421.processed: test results updated
                    421:          after missing constuctor error check added and array is_index
                    422:          check added
                    423: 
                    424:        * src/main/execute.C: absent constructor message fixed
                    425: 
1.201     moko      426: 2024-10-13  moko
                    427: 
                    428:        * src/types/pa_varray.h: ^array.$i[arg] is rare, thus checking i
                    429:          with is_index() before calling index() for better error reporting
                    430:          in method name typo (was invalid number, not method not found
                    431:          exception).
                    432: 
                    433: 2024-10-08  moko
                    434: 
                    435:        * src/types/pa_varray.C: Visual Studio compatibilty issues fixed
                    436: 
                    437:        * src/include/pa_array.h: warnings war
                    438: 
1.200     moko      439: 2024-10-05  moko
                    440: 
                    441:        * src/classes/table.C: ^table.cells[] / ^table.cells(limit) added,
                    442:          returns current row cells array (implements feature #1250)
                    443: 
                    444:        * tests/: 405.html, results/169.processed, results/405.processed:
                    445:          tests updated after ^string.split[;a] implemented (related to
                    446:          feature #1249)
                    447: 
                    448:        * src/classes/string.C: ^string.split[] - 'a' option added for
                    449:          splitting into an array (implements feature #1249)
                    450: 
                    451: 2024-10-04  moko
                    452: 
                    453:        * tests/: 431.html, results/431.processed: final code coverage
                    454:          array tests
                    455: 
                    456:        * src/: classes/array.C, include/pa_array.h, types/pa_varray.h:
                    457:          array: confirm_all_used() added and used where possible, expand()
                    458:          now expends faster
                    459: 
                    460: 2024-10-03  moko
                    461: 
                    462:        * tests/: 357.html, results/auto.p: max_recoursion -> max_recursion
                    463: 
                    464:        * tests/: 256.html, results/256.processed: test for
                    465:          $.date[unix-timestamp] handling large dates
                    466: 
                    467:        * src/: classes/file.C, classes/op.C, classes/reflection.C,
                    468:          classes/string.C, classes/table.C, include/pa_common.h,
                    469:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                    470:          types/pa_vdate.C, types/pa_vmethod_frame.h, types/pa_vtable.C:
                    471:          format replaced with pa_uitoa where applicable,
                    472:          $.date[unix-timestamp] fixed for handling large dates
                    473: 
                    474:        * tests/: 433.html, results/433.processed: more tests, including
                    475:          test for possible endless recursion in ^o.GET[]
                    476: 
                    477:        * src/types/pa_vobject.C: bugfix: detecting possible endless
                    478:          recursion in get_scalar_value inside ^o.GET[]
                    479: 
                    480:        * src/: classes/json.C, include/pa_request.h, main/execute.C,
                    481:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.C:
                    482:          Temp_recursion class added; spelling: $LIMITS.max_recoursion ->
                    483:          $LIMITS.max_recursion
                    484: 
                    485: 2024-10-02  moko
                    486: 
                    487:        * tests/: 253.html, 287.html, 430.html, 431.html, 433.html,
                    488:          results/253.processed, results/287.processed,
                    489:          results/430.processed, results/433.processed: more tests for full
                    490:          array and json code coverage
                    491: 
                    492:        * tests/: 433.html, results/433.processed: tests for hash functions
                    493:          with array param
                    494: 
                    495:        * src/classes/: array.C, hash.C: ^hash::create[$array] optimized
                    496: 
                    497:        * tests/: 432.html, results/432.processed: modified ^hash.at tests
                    498:          in 246.html used to test ^array.at, same result produced
                    499: 
                    500:        * tests/: 430.html, 431.html, results/430.processed,
                    501:          results/431.processed: more array tests for 100% code coverage
                    502:          (related to feature #930)
                    503: 
                    504:        * tests/: 427.html, 430.html, results/427.processed,
                    505:          results/430.processed: first portion of array tests added
                    506:          (related to feature #930)
                    507: 
                    508:        * src/classes/array.C: allow only whitespace string as argument for
                    509:          add and join
                    510: 
                    511:        * src/classes/array.C: add behavour for array synced with hash
                    512: 
                    513: 2024-09-30  moko
                    514: 
                    515:        * tests/: 429-sql.html, results/429-sql.processed: code coverage
                    516:          tests added
                    517: 
                    518:        * src/classes/array.C: $.distinct should not be used unless
                    519:          $.sparse(true)
                    520: 
                    521:        * tests/: 429-sql.html, results/388-sql.processed,
                    522:          results/429-sql.processed: tests for ^array::sql{}, including
                    523:          multi_statements mode (related to feature #930)
                    524: 
1.199     moko      525: 2024-09-29  moko
                    526: 
                    527:        * src/classes/array.C: synced ^array::sql multi_statements logic
                    528:          with ^hash::sql new behavour
                    529: 
                    530: 2024-09-28  moko
                    531: 
                    532:        * tests/: 428-sql.html, results/388-sql.processed,
                    533:          results/428-sql.processed: tests updated after column names were
                    534:          fixed in multi_statements mode (related to feature #1197)
                    535: 
                    536:        * src/classes/hash.C: column names are fixed for most cases in
                    537:          multi_statements mode (related to feature #1197)
                    538: 
                    539:        * tests/: 428-sql.html, results/195.processed,
                    540:          results/224.processed, results/239.processed,
                    541:          results/254.processed, results/261.processed,
                    542:          results/306.processed, results/333.processed,
                    543:          results/341.processed, results/343.processed,
                    544:          results/344.processed, results/348.processed,
                    545:          results/364.processed, results/389.processed,
                    546:          results/390.processed, results/415.processed,
                    547:          results/420.processed, results/421.processed: tests results
                    548:          updated after error messages spelling minor fixes
                    549: 
                    550:        * src/types/: pa_value.h, pa_vstateless_class.h: a bit more
                    551:          spelling
                    552: 
                    553:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                    554:          classes/image.C, classes/math.C, classes/string.C,
                    555:          classes/table.C, lib/memcached/pa_memcached.C, main/compile.y,
                    556:          main/execute.C, main/pa_charset.C, main/pa_common.C,
                    557:          main/pa_http.C, main/pa_request.C, main/pa_socks.C,
                    558:          main/pa_sql_driver_manager.C, types/pa_value.C, types/pa_value.h,
                    559:          types/pa_vmail.C, types/pa_vobject.C,
                    560:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    561:          types/pa_vxdoc.C: minor error messages spelling fixes
                    562: 
                    563:        * src/: classes/array.C, types/pa_varray.h: initial ^array::sql{}
                    564:          implementation (related to feature #930)
                    565: 
                    566:        * tests/: 388-sql.html, results/388-sql.processed: test results
                    567:          updated after rows number ^file::sql{} check added
                    568: 
                    569:        * src/classes/file.C: rows number now checked in ^file::sql{}
                    570: 
                    571:        * tests/: 428-sql.html, results/428-sql.processed: more tests
                    572: 
                    573:        * tests/: 428-sql.html, results/428-sql.processed: more
                    574:          multi_statements testing before bugfix
                    575: 
                    576:        * tests/: 388-sql.html, 428-sql.html, results/388-sql.processed,
                    577:          results/428-sql.processed: support for multiple sql test files
                    578:          added
                    579: 
                    580:        * tests/: 388-sql.html, results/388-sql.processed: more sql testing
                    581: 
                    582:        * src/classes/hash.C: more accurate one_bool_column processing
                    583: 
                    584:        * tests/: 427.html, results/427.processed: Constructors as methods
                    585:          behavour documented in test
                    586: 
                    587:        * src/classes/hash.C: HashStringValue::Iterator used for options
                    588: 
                    589:        * tests/: 388-sql.html, results/388-sql.processed: even more tests
                    590: 
                    591:        * tests/: 388-sql.html, results/388-sql.processed: a bit more
                    592:          testing
                    593: 
                    594:        * tests/results/367-curl.processed: test result updated after
                    595:          server charset changed
                    596: 
                    597:        * tests/results/347-curl.processed: error messages updated
                    598: 
                    599:        * tests/results/: 346-curl.processed, 379-curl.processed,
                    600:          394-curl.processed: tests results updated after Type -> Exception
                    601:          type replacement
                    602: 
                    603:        * tests/results/388-sql.processed: tests result updated after Type
                    604:          -> Exception type
                    605: 
                    606: 2024-09-27  moko
                    607: 
                    608:        * src/classes/hash.C: minor simplification
                    609: 
                    610: 2024-09-24  moko
                    611: 
                    612:        * src/main/pa_string.C: atoui error messages improved
                    613: 
                    614:        * tests/: 165.html, 312.html, results/165.processed,
                    615:          results/312.processed, results/379.processed: tests updated after
                    616:          default endless loop limit increased, atoi error messages
                    617:          improved
                    618: 
                    619:        * src/classes/hash.C: VBool::get used, unification
                    620: 
1.198     moko      621: 2024-09-22  moko
                    622: 
                    623:        * src/classes/array.C: minor simplification
                    624: 
                    625:        * src/classes/array.C: ^array.left(N),
                    626:          ^array.right(N),^array.mid(P;N) added (related to feature #930)
                    627: 
                    628:        * src/: classes/array.C, include/pa_request.h, main/pa_request.C,
                    629:          types/pa_varray.C, types/pa_varray.h: $MAIN:LIMITS.max_array_size
                    630:          added, default 1000000 (related to feature #930)
                    631: 
                    632:        * tests/: 426.html, results/426.processed: test for negative limit
                    633:          and offset processing for table options added
                    634: 
                    635:        * src/: classes/table.C, include/pa_array.h, main/pa_table.C:
                    636:          bugfix: negative limit and offset processing for table options
                    637:          fixed
                    638: 
                    639: 2024-09-21  moko
                    640: 
                    641:        * src/: classes/array.C, types/pa_varray.h: join supports hash;
                    642:          ^for added that also iterates holes; ^remove added (related to
                    643:          feature #930)
                    644: 
                    645:        * src/classes/array.C: ^array.join[$another_array; $.limit(N)
                    646:          $.offset(M) ] added (related to feature #930)
                    647: 
                    648: 2024-09-20  moko
                    649: 
                    650:        * src/: classes/array.C, types/pa_varray.h: array:
                    651:          +foreach[value]{code}, + add[hash with numeric keys] (related to
                    652:          feature #930)
                    653: 
                    654: 2024-09-19  moko
                    655: 
                    656:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h,
                    657:          main/execute.C, types/pa_varray.h: OP_CONSTRUCT_ARRAY added to
                    658:          support $a[v1;v2;...] syntax (related to feature #930)
                    659: 
                    660: 2024-09-17  moko
                    661: 
                    662:        * src/: classes/reflection.C, include/pa_request.h,
                    663:          main/compile_tools.h, main/pa_request.C:
                    664:          ^reflection:class_alias[existing class name;alias class name]
                    665:          added. The array class can now be redefined regardless of the
                    666:          $.replace(bool) option value (related to feature #930)
                    667: 
                    668:        * src/main/: compile.y, compile_tools.h: class_add return value
                    669:          inverted to add it to request class
                    670: 
                    671:        * src/: classes/array.C, include/pa_array.h, include/pa_request.h,
                    672:          include/pa_stack.h, types/pa_varray.C, types/pa_varray.h,
                    673:          types/pa_vmethod_frame.h: array: fused -> fsize, fit(index) to
                    674:          resize if required. spared array - added fused, append.
                    675: 
1.197     moko      676: 2024-09-16  moko
                    677: 
                    678:        * src/types/pa_varray.h: get moved to where it belongs
                    679: 
                    680: 2024-09-15  moko
                    681: 
                    682:        * src/: include/pa_array.h, types/pa_varray.h: more agressive
                    683:          expansion to minimize reallocs: fallocated/32 -> fallocated/4
                    684: 
                    685:        * tests/: 421.html, results/323.processed, results/421.processed:
                    686:          tests updated after 'spared-array' class renamed to 'array'
                    687:          following a discussion on the forum (related to feature #930)
                    688: 
                    689:        * src/: include/pa_array.h, types/pa_value.h, types/pa_varray.h,
                    690:          types/pa_vmail.C: initial SparseArray separation from Array,
                    691:          parser class now 'array'
                    692: 
                    693: 2024-09-14  moko
                    694: 
                    695:        * tests/: 030.html, results/030.processed: out of range expires
                    696:          check added
                    697: 
                    698:        * src/types/pa_vcookie.C: VDate range is narrower than gmtime, thus
                    699:          checking expires time using VDate
                    700: 
                    701: 2024-09-13  moko
                    702: 
                    703:        * src/: classes/array.C, classes/curl.C, classes/date.C,
                    704:          classes/file.C, classes/hash.C, classes/image.C, classes/json.C,
                    705:          classes/memcached.C, classes/op.C, classes/regex.C,
                    706:          classes/string.C, classes/xdoc.C, classes/xnode.C,
                    707:          main/execute.C, main/pa_http.C, main/pa_request.C,
                    708:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                    709:          types/pa_vclass.h, types/pa_vcookie.C, types/pa_vhashfile.C,
                    710:          types/pa_vmail.C, types/pa_vobject.C, types/pa_vobject.h,
                    711:          types/pa_vxdoc.C, types/pa_vxdoc.h: optimization: Value::as()
                    712:          removed as dynamic_cast is faster, Value::is() is still required
                    713:          for is operator.
                    714: 
                    715: 2024-09-12  moko
                    716: 
                    717:        * src/: classes/file.C, classes/image.C, classes/reflection.C,
                    718:          classes/table.C, classes/xnode.C, include/pa_array.h,
                    719:          include/pa_string.h, main/pa_common.C, main/pa_request.C,
                    720:          main/pa_string.C, targets/cgi/pa_sapi_info.h, types/pa_vform.C,
                    721:          types/pa_vhash.h, types/pa_vtable.C, types/pa_vxnode.C: faster
                    722:          templated pa_itoa/pa_uitoa added to work with any integer type,
                    723:          String::Body::Format removed
                    724: 
                    725: 2024-09-10  moko
                    726: 
                    727:        * src/classes/array.C: append and insert methods added to
                    728:          sparse-array (related to feature #930)
                    729: 
                    730:        * tests/: 253.html, 255.html, 421.html, results/421.processed:
                    731:          tests updated after sparse-array was added to avoid ^json:parse[]
                    732:          using it in old tests (related to feature #930)
                    733: 
                    734:        * src/: classes/array.C, classes/json.C, types/pa_varray.C,
                    735:          types/pa_varray.h: sparse-array class added (initial feature #930
                    736:          implementation)
                    737: 
                    738:        * src/: classes/Makefile.am, types/Makefile.am: Makefiles update
                    739:          for sparse-array class files (related to feature #930)
                    740: 
                    741:        * src/: classes/json.C, include/pa_array.h, types/pa_value.h,
                    742:          types/pa_vhash.h: VArray support functions without actual VArray
                    743:          files (related to feature #930)
                    744: 
1.196     moko      745: 2024-09-07  moko
                    746: 
                    747:        * src/: classes/curl.C, classes/string.C, classes/table.C,
                    748:          include/pa_array.h, main/execute.C, main/pa_dictionary.C,
                    749:          main/pa_http.C, main/pa_sql_driver_manager.C,
                    750:          main/pa_stylesheet_manager.C, main/pa_table.C, types/pa_vclass.C,
                    751:          types/pa_vmethod_frame.C, types/pa_vstateless_class.C,
                    752:          types/pa_vtable.C, types/pa_wcontext.C: Array::Iterator unified
                    753:          with Hash::Iterator, has_next() replaced with operator bool
                    754:          (related to feature #930)
                    755: 
                    756:        * src/: classes/string.C, include/pa_array.h, main/pa_http.C,
                    757:          main/pa_table.C, types/pa_vclass.C, types/pa_vmethod_frame.C,
                    758:          types/pa_vstateless_class.C: Array class extended,
                    759:          Array::Iterator added and used (related to feature #930)
                    760: 
1.195     moko      761: 2024-08-26  moko
                    762: 
                    763:        * src/targets/cgi/parser3.C: under Windows back_slashes_to_slashes
                    764:          should be used on argv[0] as well to match document root.
                    765: 
1.194     moko      766: 2024-08-25  moko
                    767: 
                    768:        * src/main/pa_request.C: be more specific
                    769: 
                    770:        * src/targets/cgi/parser3.C: parser3 t.html now behaves identically
                    771:          to /usr/bin/parser3 t.html in terms of /etc/parser3/auto.p load
                    772:          (fixes bug #1244)
                    773: 
                    774:        * src/targets/cgi/parser3.C: avoid "parser allready configured"
                    775:          exception when ./parser3.cgi <file> is used; rsplit(..., '/') ||
                    776:          rsplit(..., '\\') is not correct when / and \ are mixed in path
                    777: 
                    778:        * src/targets/cgi/parser3.C: full_disk_path now uses pa_strcat()
                    779: 
1.193     moko      780: 2024-07-24  moko
                    781: 
                    782:        * src/: include/pa_config_includes.h, lib/gd/gifio.C,
                    783:          main/execute.C, main/pa_string.C: Warning war: clang changed
                    784:          -Wdeprecated-register warning to -Wregister, it's easier to
                    785:          remove all register vars then continue this fight. :)
                    786: 
                    787:        * src/main/: compile.y, compile.tab.C: warning war: register
                    788:          removed
                    789: 
1.192     moko      790: 2024-07-14  moko
                    791: 
                    792:        * src/targets/cgi/pa_sapi_info.h: When accessing $env:name,
                    793:          checking the HTTP request environment; if the variable is not
                    794:          present, checking the web server process environment (implements
                    795:          feature #1242)
                    796: 
1.191     moko      797: 2024-05-26  moko
                    798: 
                    799:        * tests/: 195.html, 229.html, results/096.processed,
                    800:          results/097.processed, results/158.processed,
                    801:          results/186.processed, results/273.processed,
                    802:          results/293.processed, results/317.processed,
                    803:          results/389.processed, results/402.processed: tests updated as
                    804:          single quote now escaped with &apos; in HTML tainting mode
                    805:          (related to feature #1241)
                    806: 
                    807:        * src/main/untaint.C: single quote now escaped with &apos; in HTML
                    808:          tainting mode (implements feature #1241)
                    809: 
                    810:        * tests/results/: 020.processed, 021.processed, 026.processed,
                    811:          042.processed, 043.processed, 057.processed, 110.processed,
                    812:          115.processed, 116.processed, 117.processed, 118.processed,
                    813:          119.processed, 120.processed, 125.processed, 126.processed,
                    814:          128.processed, 130.processed, 131.processed, 132.processed,
                    815:          133.processed, 135.processed, 136.processed, 138.processed,
                    816:          139.processed, 140.processed, 145.processed, 150.processed,
                    817:          151.processed, 165.processed, 174.processed, 181.processed,
                    818:          182.processed, 192.processed, 193.processed, 201.processed,
                    819:          213.processed, 224.processed, 226.processed, 230.processed,
                    820:          239.processed, 240.processed, 244.processed, 253.processed,
                    821:          254.processed, 261.processed, 264.processed, 269.processed,
                    822:          274.processed, 275.processed, 288.processed, 294.processed,
                    823:          296.processed, 303.processed, 306.processed, 307.processed,
                    824:          308.processed, 311.processed, 312.processed, 314.processed,
                    825:          315.processed, 316.processed, 320.processed, 323.processed,
                    826:          324.processed, 325.processed, 328.processed, 330.processed,
                    827:          332.processed, 333.processed, 337.processed, 338.processed,
                    828:          341.processed, 342.processed, 343.processed, 344.processed,
                    829:          345.processed, 348.processed, 352.processed, 356.processed,
                    830:          357.processed, 363.processed, 364.processed, 368.processed,
                    831:          372.processed, 373.processed, 376.processed, 378.processed,
                    832:          379.processed, 385.processed, 386.processed, 387.processed,
                    833:          389.processed, 390.processed, 395.processed, 397.processed,
                    834:          398.processed, 399.processed, 404.processed, 406.processed,
                    835:          413.processed, 414.processed, 420.processed, 421.processed,
                    836:          424.processed, auto.p: Type -> Exception type for readability
                    837: 
                    838:        * tests/: 119.html, 165.html, 175.html, 192.html, 213.html,
                    839:          217.html, 230.html, 240.html, 298.html, 380.html, 415.html,
                    840:          results/119.processed, results/165.processed,
                    841:          results/175.processed, results/192.processed,
                    842:          results/213.processed, results/217.processed,
                    843:          results/230.processed, results/240.processed,
                    844:          results/298.processed, results/380.processed,
                    845:          results/415.processed: try-catch, try-catch-comment used
                    846: 
                    847: 2024-05-21  moko
                    848: 
                    849:        * tests/: 169.html, 180.html, 195.html, 224.html, 246.html,
                    850:          results/180.processed, results/195.processed,
                    851:          results/224.processed, results/auto.p: @try-catch-comment added
                    852:          and used
                    853: 
                    854:        * tests/: 175.html, 256.html, 269.html, 283.html, 341.html,
                    855:          415.html, results/269.processed, results/283.processed,
                    856:          results/auto.p: more tests are updated to prepare for apostrophe
                    857:          escaping in HTML tainting
                    858: 
                    859:        * tests/results/: 181.processed, 294.processed, 296.processed,
                    860:          315.processed, 379.processed, 389.processed, auto.p:
                    861:          $exception.comment printed as-is for whitespace reporting and to
                    862:          prepare for apostrophe escaping in HTML mode
                    863: 
1.190     moko      864: 2024-05-11  moko
                    865: 
                    866:        * tests/: 099.html, 100.html, results/099.processed,
                    867:          results/100.processed: a test for non-UTF-8 filename* added
                    868:          (related to feature #1240)
                    869: 
                    870:        * tests/: 293.html, results/293.processed: tainting modes tests
                    871:          added
                    872: 
                    873:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    874:          309.processed, 310.processed, 419.processed: tests results
                    875:          updated after filename* added (related to feature #1240)
                    876: 
                    877:        * src/: include/pa_common.h, main/pa_request.C: The filename*
                    878:          parameter was added to the Content-Disposition header to conform
                    879:          with RFC 6266, with code provided by Sumo (implements feature
                    880:          #1240)
                    881: 
                    882: 2024-05-10  moko
                    883: 
                    884:        * src/main/pa_http.C: Testing shows that TCP_NODELAY has no
                    885:          positive performance effect in our case
                    886: 
1.189     moko      887: 2024-03-27  moko
                    888: 
                    889:        * src/lib/pcre/pcre_internal.vcproj: pa_config_includes.h used
                    890:          (related to feature #1236)
                    891: 
                    892: 2024-03-15  moko
                    893: 
                    894:        * tests/: 413.html, results/413.processed: test for object still
                    895:          can be used as file parameter (related to bug #1218)
                    896: 
                    897:        * src/types/: pa_vobject.C, pa_vobject.h: regression fix: object
                    898:          still can be used in file context (fixes bug #1218)
                    899: 
                    900: 2024-03-14  moko
                    901: 
                    902:        * src/include/pa_string.h: ArrayString get() null result assert
                    903:          also added (related to bug #1238)
                    904: 
                    905:        * src/types/: pa_vstring.h, pa_vtable.C: VString() optimized;
                    906:          VString::empty() used instead of new VString()
                    907: 
                    908: 2024-03-12  moko
                    909: 
                    910:        * tests/: 379-curl.html, 379.html, results/379-curl.processed,
                    911:          results/379.processed: test added for cookie without value
                    912:          (related to bug #1238)
                    913: 
                    914:        * src/include/pa_string.h: In assertions enabled mode, ArrayString
                    915:          values are now required to be non-null (related to bug #1238)
                    916: 
                    917:        * src/main/pa_http.C: cookies without value are now parsed
                    918:          correctly (fixed bug #1238)
                    919: 
                    920: 2024-03-11  moko
                    921: 
                    922:        * tests/run_parser.sh: for better error reporting
                    923: 
1.188     moko      924: 2023-12-30  moko
                    925: 
                    926:        * tests/: 038.html, results/038.processed: test for atan2 added
                    927: 
                    928: 2023-12-29  moko
                    929: 
                    930:        * src/classes/math.C: atan2(y,x) math function added
                    931: 
1.187     moko      932: 2023-12-14  moko
                    933: 
                    934:        * tests/212.html: pcre2 compatibility (related to feature #1236)
                    935: 
                    936:        * tests/: 425.html, results/425.processed: test for pcre/pcre2
                    937:          exceptions and behavour added (related to feature #1236)
                    938: 
                    939: 2023-12-13  moko
                    940: 
                    941:        * buildall: by default parser is now bundled with pcre2 10.42,
                    942:          --without-pcre2 option added to build with pcre-8.45 (related to
                    943:          feature #1236)
                    944: 
                    945: 2023-12-12  moko
                    946: 
                    947:        * configure.ac, src/include/pa_config_auto.h.in: pcre2 library
                    948:          support added (implements feature #1236)
                    949: 
                    950:        * src/: include/pa_charset.h, include/pa_config_includes.h,
                    951:          lib/pcre/pa_pcre_internal.h, lib/pcre/pa_pcre_valid_utf8.c,
                    952:          main/pa_common.C, main/pa_globals.C, types/pa_vregex.C,
                    953:          types/pa_vregex.h: Adopted patch from Yavor Doganov
                    954:          <yavor@gnu.org> to add pcre2 library support (implements feature
                    955:          #1236)
                    956: 
1.186     moko      957: 2023-11-28  moko
                    958: 
                    959:        * src/include/pa_config_includes.h: warnings war continues
                    960: 
                    961:        * src/include/pa_config_includes.h: warning war
                    962: 
                    963:        * tests/: 424.html, results/424.processed: tests for '+' and '-'
                    964:          number strings, whitespace and sign in exception messages
                    965:          (related to bug #1234)
                    966: 
1.185     moko      967: 2023-11-26  moko
                    968: 
                    969:        * tests/: 274.html, results/224.processed, results/274.processed:
                    970:          tests for date double, int, bool added (related to feature #1235)
                    971: 
                    972:        * src/: classes/date.C, types/pa_vdate.h: double,int,bool methods
                    973:          added for date class (implements feature #1235)
                    974: 
                    975: 2023-11-23  moko
                    976: 
                    977:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C: '+'
                    978:          and '-' strings are no longer can be treated as number 0,
                    979:          exception thrown (fixes bug #1234)
                    980: 
1.184     moko      981: 2023-11-18  moko
                    982: 
                    983:        * src/include/pa_types.h: minor
                    984: 
                    985:        * src/include/pa_dir.h: MAXPATH in UTF-16 chars, not bytes
                    986: 
                    987:        * tests/: 389.html, results/389.processed: error messages for some
                    988:          OS differs a bit, reducing failing tests for them
                    989: 
                    990: 2023-11-17  moko
                    991: 
                    992:        * tests/: 423.html, results/423.processed: test for optional
                    993:          @auto[] inheritance added (related to feature #1233)
                    994: 
                    995:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                    996:          types/pa_vstateless_class.C: optional @auto[] inheritance
                    997:          implemented if defined with two args (path, class name)
                    998:          (implements feature #1233)
                    999: 
                   1000:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   1001:          include/pa_random.h, include/pa_types.h, main/pa_common.C,
                   1002:          types/pa_vdouble.h, types/pa_vint.h: clip2int,clip2uint added to
                   1003:          sync double->int overflow behavour under different architectures
                   1004:          (fixes bug #1232)
                   1005: 
                   1006:        * tests/: 422.html, results/422.processed: int clipping added
                   1007: 
                   1008: 2023-11-16  moko
                   1009: 
                   1010:        * tests/: 422.html, results/422.processed: test for int and uint
                   1011:          overflow in ^n.format[d/u/x]
                   1012: 
                   1013:        * src/classes/math.C: bugfix: crc32 should not be negative (under
                   1014:          Apple M1 when negative double converts to uint the result is 0)
                   1015:          and crc32 should be 32 bits
                   1016: 
                   1017:        * src/main/pa_common.C: avoid (uint)<negative double> conversion as
                   1018:          on Apple M1 it's 0
                   1019: 
                   1020:        * src/classes/file.C: bugfix: crc32 should not be negative (under
                   1021:          Apple M1 when negative double converts to uint the result is 0)
                   1022:          and crc32 should be 32 bits
                   1023: 
1.183     moko     1024: 2023-10-07  moko
                   1025: 
                   1026:        * src/: main/execute.C, types/pa_vdate.h: volatile added to sync
                   1027:          behavour with other OP_NUM_*, related to bug #1230
                   1028: 
                   1029: 2023-10-06  moko
                   1030: 
                   1031:        * tests/: 338.html, results/338.processed: test for bug #1230 added
                   1032: 
                   1033:        * src/: main/execute.C, types/pa_vdate.h: force double operands to
                   1034:          be converted to double to avoid 80 bit operations in x87 mode
                   1035:          (fixes bug #1230)
                   1036: 
                   1037: 2023-10-05  moko
                   1038: 
                   1039:        * tests/420.html: add feature FEATURE_GET_ELEMENT4CALL disabled
                   1040:          compatibility
                   1041: 
                   1042:        * tests/337.html: 2work without FEATURE_GET_ELEMENT4CALL
                   1043: 
                   1044:        * tests/: 421.html, results/421.processed: test to cover all
                   1045:          classes and objects nonexistent method and field exceptions
                   1046:          (related to feature #1080 and #1227)
                   1047: 
                   1048:        * tests/results/: 182.processed, 324.processed: undefined method ->
                   1049:          <type> method not found exception (related to feature #1080)
                   1050: 
                   1051:        * src/types/: pa_vbool.h, pa_vconsole.h, pa_vdouble.h, pa_vint.h,
                   1052:          pa_vregex.C, pa_vstateless_object.h: + VSimple_stateless_object,
                   1053:          "element can not be fetched from" for them, "field not found" for
                   1054:          all other types (related to bug #1227)
                   1055: 
                   1056: 2023-10-03  moko
                   1057: 
                   1058:        * src/types/pa_vstateless_class.h: "Source: <method name>, Comment:
                   1059:          <type> method not found" exception now thrown for static calls
                   1060:          instead of "undefined method" without class name (related to
                   1061:          feature #1080)
                   1062: 
                   1063: 2023-10-02  moko
                   1064: 
                   1065:        * src/types/: pa_vdouble.h, pa_vhash.h, pa_vint.h, pa_vobject.C,
                   1066:          pa_vstateless_object.h, pa_vstring.h, pa_vtable.C: "Source:
                   1067:          <method name>, Comment: <type> method not found" exception now
                   1068:          thrown for all dynamic objects instead of "undefined method"
                   1069:          without class name (implements feature #1080)
                   1070: 
1.182     moko     1071: 2023-10-01  moko
                   1072: 
                   1073:        * src/classes/json.C: we don't have a dynamic json object.
                   1074: 
                   1075: 2023-09-28  moko
                   1076: 
                   1077:        * tests/: 420.html, results/261.processed, results/420.processed:
                   1078:          tests updated after bug #1228 fix reverted
                   1079: 
                   1080:        * src/types/pa_vstring.h: revering fix for bug #1228, as empty or
                   1081:          whitespace string is hash compatible, so we don't want $s.key to
                   1082:          return a junction
                   1083: 
                   1084:        * tests/: 261.html, 420.html, results/261.processed,
                   1085:          results/420.processed: test for bug #1227 added, test updated
                   1086:          after bug #1228 fixed
                   1087: 
                   1088:        * src/types/: pa_vdouble.h, pa_vint.h: $int.field and $double.field
                   1089:          now throws exception as $non-empty-string.field (fixes bug #1227)
                   1090: 
                   1091:        * src/types/pa_vstring.h: allow $string.method access (fixes bug
                   1092:          #1228)
                   1093: 
                   1094: 2023-09-26  moko
                   1095: 
                   1096:        * AUTHORS, aclocal.m4, configure, src/classes/bool.C,
                   1097:          src/classes/classes.C, src/classes/classes.awk,
                   1098:          src/classes/classes.h, src/classes/curl.C, src/classes/date.C,
                   1099:          src/classes/double.C, src/classes/file.C, src/classes/form.C,
                   1100:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   1101:          src/classes/inet.C, src/classes/int.C, src/classes/json.C,
                   1102:          src/classes/mail.C, src/classes/math.C, src/classes/memcached.C,
                   1103:          src/classes/memory.C, src/classes/op.C, src/classes/reflection.C,
                   1104:          src/classes/regex.C, src/classes/response.C,
                   1105:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   1106:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   1107:          src/include/pa_array.h, src/include/pa_base64.h,
                   1108:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   1109:          src/include/pa_charsets.h, src/include/pa_common.h,
                   1110:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   1111:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   1112:          src/include/pa_exception.h, src/include/pa_exec.h,
                   1113:          src/include/pa_globals.h, src/include/pa_hash.h,
                   1114:          src/include/pa_http.h, src/include/pa_memory.h,
                   1115:          src/include/pa_opcode.h, src/include/pa_operation.h,
                   1116:          src/include/pa_os.h, src/include/pa_pool.h,
                   1117:          src/include/pa_random.h, src/include/pa_request.h,
                   1118:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   1119:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   1120:          src/include/pa_sql_connection.h,
                   1121:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   1122:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   1123:          src/include/pa_stylesheet_manager.h, src/include/pa_symbols.h,
                   1124:          src/include/pa_table.h, src/include/pa_threads.h,
                   1125:          src/include/pa_types.h, src/include/pa_uue.h,
                   1126:          src/include/pa_xml_exception.h, src/include/pa_xml_io.h,
                   1127:          src/lib/gd/gif.C, src/lib/gd/gif.h, src/lib/gd/gifio.C,
                   1128:          src/lib/ltdl/configure, src/lib/md5/pa_md5.h,
                   1129:          src/lib/md5/pa_md5c.c, src/lib/memcached/pa_memcached.C,
                   1130:          src/lib/memcached/pa_memcached.h, src/lib/punycode/pa_idna.c,
                   1131:          src/lib/punycode/pa_idna.h, src/lib/sdbm/pa_file_io.C,
                   1132:          src/lib/sdbm/pa_strings.C, src/lib/smtp/comms.C,
                   1133:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h, src/main/compile.C,
                   1134:          src/main/compile.tab.C, src/main/compile.y,
                   1135:          src/main/compile_tools.C, src/main/compile_tools.h,
                   1136:          src/main/execute.C, src/main/pa_base64.C,
                   1137:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   1138:          src/main/pa_charsets.C, src/main/pa_common.C,
                   1139:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   1140:          src/main/pa_exception.C, src/main/pa_exec.C,
                   1141:          src/main/pa_globals.C, src/main/pa_http.C, src/main/pa_memory.C,
                   1142:          src/main/pa_os.C, src/main/pa_pool.C, src/main/pa_random.C,
                   1143:          src/main/pa_request.C, src/main/pa_socks.C,
                   1144:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   1145:          src/main/pa_stylesheet_connection.C,
                   1146:          src/main/pa_stylesheet_manager.C, src/main/pa_symbols.C,
                   1147:          src/main/pa_table.C, src/main/pa_threads.C, src/main/pa_uue.C,
                   1148:          src/main/pa_xml_exception.C, src/main/pa_xml_io.C,
                   1149:          src/main/untaint.C, src/main/helpers/simple_folding.pl,
                   1150:          src/sql/pa_sql_driver.h, src/targets/apache/mod_parser3.c,
                   1151:          src/targets/apache/mod_parser3_core.C,
                   1152:          src/targets/apache/pa_httpd.h, src/targets/cgi/parser3.C,
                   1153:          src/targets/isapi/parser3isapi.C, src/types/pa_junction.h,
                   1154:          src/types/pa_method.h, src/types/pa_property.h,
                   1155:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   1156:          src/types/pa_vcaller_wrapper.h, src/types/pa_vclass.C,
                   1157:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   1158:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   1159:          src/types/pa_vcookie.h, src/types/pa_vdate.C,
                   1160:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   1161:          src/types/pa_venv.C, src/types/pa_venv.h, src/types/pa_vfile.C,
                   1162:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vform.h,
                   1163:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   1164:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   1165:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   1166:          src/types/pa_vint.h, src/types/pa_vjunction.C,
                   1167:          src/types/pa_vjunction.h, src/types/pa_vmail.C,
                   1168:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   1169:          src/types/pa_vmemcached.C, src/types/pa_vmemcached.h,
                   1170:          src/types/pa_vmemory.h, src/types/pa_vmethod_frame.C,
                   1171:          src/types/pa_vmethod_frame.h, src/types/pa_vobject.C,
                   1172:          src/types/pa_vobject.h, src/types/pa_vregex.C,
                   1173:          src/types/pa_vregex.h, src/types/pa_vrequest.C,
                   1174:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   1175:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   1176:          src/types/pa_vstateless_class.h,
                   1177:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   1178:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   1179:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   1180:          src/types/pa_vtable.h, src/types/pa_vvoid.C,
                   1181:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   1182:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   1183:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   1184:          src/types/pa_wwrapper.h: copyright, authors actualized
                   1185: 
1.181     moko     1186: 2023-08-20  moko
                   1187: 
                   1188:        * tests/: 141.html, results/141.processed: test for ^math:uuid7[]
                   1189:          commited (related to feature #1219)
                   1190: 
                   1191: 2023-08-16  moko
                   1192: 
                   1193:        * src/main/pa_random.C: replaced clock precision with monotonicity
                   1194:          counter, good for Windows version with low clock frequency
                   1195:          (related to feature #1229)
                   1196: 
                   1197: 2023-08-15  moko
                   1198: 
                   1199:        * src/: main/pa_random.C, types/pa_vstatus.C: win32 compatibility
                   1200:          fixes related to feature #1229
                   1201: 
                   1202:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C,
                   1203:          types/pa_vstatus.C: ^math:uuid7 added, code provided by Sumo
                   1204:          (implements feature #1229)
                   1205: 
1.180     moko     1206: 2023-08-02  moko
                   1207: 
                   1208:        * tests/: results/417.processed, 417.html: test for empty string
                   1209:          match after last char added (related to bug #1224)
                   1210: 
                   1211:        * src/main/pa_string.C: avoid prestart++ after last char on zero
                   1212:          length match (related to bug #1224)
                   1213: 
1.179     moko     1214: 2022-11-22  moko
                   1215: 
                   1216:        * tests/: 419.html, results/419.processed: test for L_URI and path
                   1217:          removeal from filename added (related to bug #1204)
                   1218: 
                   1219:        * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394
                   1220:          commit (related to bug #1204), L_HTTP_HEADER is incorrect for
                   1221:          attribute value, L_URI should be used
                   1222: 
1.178     moko     1223: 2022-09-21  moko
                   1224: 
                   1225:        * src/targets/cgi/parser3.C: more clear error messages
                   1226: 
                   1227:        * src/targets/cgi/parser3.C: only SAPI_Info_CGI can read POST,
                   1228:          SAPI_Info will return 0 in read_post and post_size !=
                   1229:          content_length will be thrown
                   1230: 
1.177     moko     1231: 2022-08-23  moko
                   1232: 
                   1233:        * src/types/pa_vmail.C: .tables addes as .raw contains only last
                   1234:          header value
                   1235: 
                   1236: 2022-08-22  moko
                   1237: 
                   1238:        * tests/: 418.html, results/418.processed: test for
                   1239:          ^hash_a.intersection[hash_b; $.order[self|arg] ] added (related
                   1240:          to #1225)
                   1241: 
                   1242:        * src/classes/hash.C: keep old behavoir by default
                   1243: 
                   1244:        * src/classes/hash.C: ^hash_a.intersection[hash_b;
                   1245:          $.order[self|arg] ] added (implements #1215)
                   1246: 
1.176     moko     1247: 2022-03-21  moko
                   1248: 
                   1249:        * src/main/pa_charset.C: bugfix: +static xml_encoding_handlers as
                   1250:          xmlInitCharEncodingHandlers is called in libxml static
                   1251:          initializers before gc_substitute_memory_management_functions in
                   1252:          pa_globals and thus gc may not see reference to our
                   1253:          xmlCharEncodingHandler and free it.
                   1254: 
1.175     moko     1255: 2022-01-26  moko
                   1256: 
                   1257:        * src/targets/cgi/parser3.C: argv[0] -> parser3_filespec
                   1258: 
1.174     moko     1259: 2021-12-28  moko
                   1260: 
                   1261:        * tests/: 417.html, results/417.processed: test for empty string
                   1262:          match added (related to bug #1224)
                   1263: 
                   1264:        * src/main/pa_string.C: empty string match now works (fixes bug
                   1265:          #1224)
                   1266: 
1.173     moko     1267: 2021-12-24  moko
                   1268: 
                   1269:        * tests/: 415_dir/29.p, results/415.processed: yet another test
                   1270: 
                   1271: 2021-12-23  moko
                   1272: 
                   1273:        * src/: classes/table.C, main/pa_request.C: warnings war
                   1274: 
                   1275:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   1276:          main/pa_http.C, targets/cgi/parser3.C: MSVC SOCKET warnings war
                   1277: 
                   1278: 2021-12-21  moko
                   1279: 
                   1280:        * tests/: 416.html, results/416.processed: test for ^break[] in
                   1281:          ^hash/table.select[] (related to feature #1222)
                   1282: 
                   1283:        * src/classes/: hash.C, table.C: ^break[] support for
                   1284:          ^hash/table.select[] (implements feature #1222)
                   1285: 
1.172     moko     1286: 2021-11-30  moko
                   1287: 
                   1288:        * src/targets/cgi/parser3.C: default sock_ready interval changed to
                   1289:          0.5 sec
                   1290: 
1.171     moko     1291: 2021-11-10  moko
                   1292: 
                   1293:        * tests/results/415.processed: more syntax errors tests added
                   1294: 
                   1295:        * tests/415_dir/: 20.p, 21.p, 22.p, 23.p, 24.p, 25.p, 26.p, 27.p,
                   1296:          28.p: minor syntax error tests
                   1297: 
                   1298:        * src/main/pa_exception.C: pa_strdup added for compatibility
                   1299: 
                   1300:        * src/classes/curl.C: hint to call ^curl:options[
                   1301:          $.library[correct.libcurl.so.name] ] added if default load fails.
                   1302: 
                   1303: 2021-11-09  moko
                   1304: 
                   1305:        * src/main/compile.y: error message can be on stack
                   1306: 
                   1307:        * src/main/pa_xml_io.C: strcat replaced with pa_strcat
                   1308: 
                   1309:        * src/main/pa_charset.C: memcpy is more correct and efficient in
                   1310:          this case then strncpy
                   1311: 
                   1312:        * src/: classes/image.C, types/pa_vrequest.C: pa_strdup used
                   1313:          instead of strcpy where possible
                   1314: 
                   1315:        * src/: classes/op.C, main/pa_exception.C: "%s" format now can be
                   1316:          used to avoid MAX_STRING limit in Exception comment
                   1317: 
                   1318:        * tests/results/415.processed: compiler exceptions are no longer
                   1319:          limited to MAX_STRING
                   1320: 
                   1321:        * src/main/: compile.y, compile_tools.h: Parse_control uses const
                   1322:          char * instead of fixed buffer
                   1323: 
                   1324:        * tests/: 415.html, 415_dir/01.p, 415_dir/02.p, 415_dir/03.p,
                   1325:          415_dir/04.p, 415_dir/05.p, 415_dir/06.p, 415_dir/07.p,
                   1326:          415_dir/08.p, 415_dir/09.p, 415_dir/10.p, 415_dir/11.p,
                   1327:          415_dir/12.p, 415_dir/13.p, 415_dir/14.p, 415_dir/15.p,
                   1328:          results/415.processed: tests for parser.compile exceptions added
                   1329: 
                   1330: 2021-11-08  moko
                   1331: 
                   1332:        * src/: classes/math.C, include/pa_common.h, main/compile.y,
                   1333:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C, main/pa_http.C,
                   1334:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   1335:          types/pa_vdate.C: pa_strncpy added ans used to avoid strncpy
                   1336:          drawbacks
                   1337: 
1.170     moko     1338: 2021-11-06  moko
                   1339: 
                   1340:        * src/classes/inet.C: ^inet:hostname[] added by sumo@ patch
                   1341:          (implements feature #1219)
                   1342: 
                   1343:        * tests/: 414.html, results/414.processed: test for
                   1344:          ^hash.rename[from;to] added (related to feature #1144)
                   1345: 
                   1346: 2021-11-05  moko
                   1347: 
                   1348:        * src/classes/hash.C: ^hash.rename[ $.from[to] ... ] support added
                   1349:          (related to feature #1144)
                   1350: 
                   1351: 2021-11-04  moko
                   1352: 
                   1353:        * src/: classes/hash.C, include/pa_hash.h: ^hash.rename[from;to]
                   1354:          added (implements feature #1144)
                   1355: 
1.169     moko     1356: 2021-10-19  moko
                   1357: 
                   1358:        * tests/: 413.html, results/413.processed: test for hash no longer
                   1359:          is accepted as file parameter (related to bug #1218)
                   1360: 
                   1361:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1362:          classes/math.C, classes/xdoc.C, types/pa_value.C,
                   1363:          types/pa_value.h, types/pa_vfile.h, types/pa_vmail.C: hash no
                   1364:          longer is accepted as file parameter (fixes bug #1218)
                   1365: 
1.168     moko     1366: 2021-07-19  moko
                   1367: 
                   1368:        * src/targets/cgi/parser3.C: waitpid in file::exec returned "No
                   1369:          child processes" when SIGCHLD was SIG_IGN (fixes bug #1215)
                   1370: 
1.167     moko     1371: 2021-04-16  moko
                   1372: 
                   1373:        * src/types/pa_vmail.C: message can be null when e-mail is broken,
                   1374:          processing it leads to assertions.
                   1375: 
1.166     moko     1376: 2021-03-25  moko
                   1377: 
                   1378:        * tests/: 412.html, results/412.processed: test to demonstrate bug
                   1379:          #1213
                   1380: 
1.165     moko     1381: 2021-02-12  moko
                   1382: 
                   1383:        * tests/: 360.html, results/360.processed, results/363.processed:
                   1384:          parser method call in expression mode no longer differs from call
                   1385:          in string mode (related to feature #1211)
                   1386: 
                   1387: 2021-02-11  moko
                   1388: 
                   1389:        * src/types/pa_vmail.C: mail parsing with Windows line endings
                   1390:          fixed (bug #1212)
                   1391: 
                   1392:        * src/types/pa_vmethod_frame.h: no more difference inside @test[]
                   1393:          when called $v[^test[]] vs $v(^test[]), numbers are converted to
                   1394:          strings in both calls (implements feature #1211)
                   1395: 
1.164     moko     1396: 2021-01-28  moko
                   1397: 
                   1398:        * buildall, etc/auto.p.in: to remove last patch in debian package
                   1399: 
                   1400:        * configure, configure.ac, src/include/pa_version.h: 3.4.6 ->
                   1401:          3.4.7b
                   1402: 
1.162     moko     1403: 2021-01-21  moko
                   1404: 
                   1405:        * src/main/pa_http.C: no alarm() in file::load when web server mode
                   1406:          is MULTITHREADED
                   1407: 
1.157     moko     1408: 2021-01-20  moko
                   1409: 
1.161     moko     1410:        * src/targets/apache/mod_parser3.c: it is more correct to recommend
                   1411:          'a2enmod mpm_prefork'
                   1412: 
1.160     moko     1413:        * src/targets/apache/mod_parser3.c: prefork name is now
                   1414:          'libapache2-mpm-itk'
                   1415: 
                   1416:        * src/targets/apache/mod_parser3_core.C: last regular malloc
                   1417:          removed
                   1418: 
1.159     moko     1419:        * src/targets/isapi/Makefile.am: -pa_threads.C
                   1420: 
1.158     moko     1421:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                   1422:          3.4.6
                   1423: 
1.157     moko     1424:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                   1425: 
                   1426:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                   1427:          /httpd.p
                   1428: 
                   1429:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                   1430:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                   1431:          #1203)
                   1432: 
                   1433: 2021-01-19  moko
                   1434: 
                   1435:        * buildall: --disable-parallel-mark added to avoid "number of
                   1436:          processors" threads creation for heap marking as it conflicts
                   1437:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                   1438:          limits threads)
                   1439: 
1.156     moko     1440: 2021-01-16  moko
                   1441: 
                   1442:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                   1443:          main/pa_globals.C, main/pa_memory.C,
                   1444:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                   1445:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                   1446:          feature #1209)
                   1447: 
                   1448: 2021-01-15  moko
                   1449: 
                   1450:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                   1451:          3.4.6rc
                   1452: 
                   1453:        * src/classes/json.C: get_delim added for delimiter caching (10%
                   1454:          faster on large json)
                   1455: 
                   1456: 2021-01-14  moko
                   1457: 
                   1458:        * operators.txt: updated with 3.4.6 changes
                   1459: 
                   1460:        * tests/results/224.processed: test result modified after
                   1461:          today(shift) implemented
                   1462: 
                   1463:        * tests/: 407.html, results/407.processed: test for ^hash.select
                   1464:          option $.default(bool) added (related to feature #1172)
                   1465: 
                   1466:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                   1467:          (related to feature #1172)
                   1468: 
                   1469:        * tests/: 141.html, results/141.processed: test modified for
                   1470:          feature #1185.
                   1471: 
                   1472:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                   1473:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                   1474:          options $.lower(bool) (implements feature #1185)
                   1475: 
                   1476: 2021-01-11  moko
                   1477: 
                   1478:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                   1479:          #1192)
                   1480: 
                   1481:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                   1482:          added (related to feature #1192)
                   1483: 
1.155     moko     1484: 2021-01-05  moko
                   1485: 
                   1486:        * tests/: 270.html, results/270.processed: test modified to work
                   1487:          under Windows
                   1488: 
                   1489:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                   1490:          4 windows
                   1491: 
                   1492:        * tests/: 410.html, results/410.processed: test for
                   1493:          $CLASS-GETTER-PROTECTED(false) added
                   1494: 
                   1495: 2021-01-04  moko
                   1496: 
                   1497:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                   1498:          $MAIN:LOCALS(true) added
                   1499: 
1.154     moko     1500: 2021-01-03  moko
                   1501: 
                   1502:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                   1503:          types/pa_vclass.h, types/pa_vstateless_class.C,
                   1504:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                   1505:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                   1506:          #1207)
                   1507: 
                   1508: 2021-01-02  moko
                   1509: 
                   1510:        * etc/auto.p.in: minor
                   1511: 
                   1512:        * src/main/pa_request.C: sending headers only after opening file to
                   1513:          allow error reporting if file was not opened (foreign group,
                   1514:          etc).
                   1515: 
                   1516: 2020-12-31  moko
                   1517: 
                   1518:        * src/: include/pa_request.h, main/pa_request.C,
                   1519:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                   1520: 
                   1521:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   1522:          main/pa_request.C: get_class_ref added and used
                   1523: 
                   1524:        * etc/auto.p.in: @CLASS httpd added
                   1525: 
                   1526:        * etc/auto.p.in: @auto[] is now first
                   1527: 
                   1528: 2020-12-30  moko
                   1529: 
                   1530:        * tests/: 408.html, results/408.processed: test for bug #1166
                   1531:          (windows only) added
                   1532: 
                   1533:        * src/main/pa_common.C: create_dir_for_file should not create dir
                   1534:          for trailing / (fixes bug #1166)
                   1535: 
                   1536:        * tests/: 341.html, results/341.processed: tests for
                   1537:          ^nameless_table.hash[] added (related to feature #1138)
                   1538: 
                   1539:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                   1540:          (implements feature #1138), extra fields in named tables no
                   1541:          longer ignored (implements feature #1138)
                   1542: 
                   1543:        * tests/results/390.processed: updated after exception text change
                   1544: 
                   1545: 2020-12-29  moko
                   1546: 
                   1547:        * tests/: 407.html, results/407.processed: +$._default check
                   1548: 
                   1549:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                   1550: 
                   1551:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                   1552:          and ^hash.reverse[] added (releated to feature #1172)
                   1553: 
                   1554:        * src/classes/hash.C:
                   1555:          ^hash.select[key;value](bool-condition)[options hash] +
                   1556:          ^hash.reverse[] added (implements feature #1172)
                   1557: 
                   1558:        * src/types/pa_vtable.h: warning war
                   1559: 
                   1560:        * src/include/pa_config_fixed.h: win32 fix
                   1561: 
1.153     moko     1562: 2020-12-27  moko
                   1563: 
                   1564:        * tests/: 406.html, results/406.processed: test results updated
                   1565: 
                   1566:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                   1567:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                   1568:          spelling
                   1569: 
                   1570: 2020-12-26  moko
                   1571: 
                   1572:        * tests/: 406.html, results/406.processed: tests for
                   1573:          ^table.rename[] added (related to feature #1148)
                   1574: 
                   1575:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   1576:          ^table.rename[column name from;column name to], ^table.rename[
                   1577:          $.[column name from][column name to] ... ] added (implements
                   1578:          feature #1148)
                   1579: 
                   1580: 2020-12-25  moko
                   1581: 
                   1582:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                   1583:          request_info now on stack to avoid yet another THREAD_LOCAL
                   1584:          memory deallocation issue (now with cookies), explained in #1203
                   1585: 
                   1586:        * src/types/pa_vcookie.C: fields should be inited
                   1587: 
                   1588: 2020-12-24  moko
                   1589: 
                   1590:        * src/include/pa_stylesheet_connection.h: looks like
                   1591:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                   1592:          sure libxml bug, but we have GC anyway, so we just remove this
                   1593:          call and see...
                   1594: 
                   1595:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                   1596:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                   1597:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                   1598:          abort.c:65:8     frame #3: 0x00000000004da663
                   1599:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                   1600:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                   1601:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                   1602:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                   1603:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                   1604:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                   1605:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                   1606:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                   1607:           frame #8: 0x000000000050d35c
                   1608:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                   1609:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                   1610:           frame #10: 0x00000000004436e5
                   1611:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                   1612:          [inlined]
                   1613:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                   1614:          pa_stylesheet_connection.h:62:3
                   1615: 
                   1616: 2020-12-23  moko
                   1617: 
                   1618:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                   1619: 
                   1620:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                   1621:          ^image::measure[; $.video(true) ] added
                   1622: 
                   1623:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                   1624:          httpd mode for unknown reasons
                   1625: 
                   1626: 2020-12-22  moko
                   1627: 
                   1628:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                   1629:          error_log uri of currently processed document", but never used
                   1630:          and conflicts with how libgc stops threads on FreeBSD (#define
                   1631:          SIG_SUSPEND SIGUSR1), thus removed.
                   1632: 
                   1633: 2020-12-21  moko
                   1634: 
                   1635:        * src/main/pa_request.C: +comment
                   1636: 
1.151     moko     1637: 2020-12-20  moko
                   1638: 
1.152     moko     1639:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                   1640:          it is more safe to have versions of pa_strdup with one and two
                   1641:          arguments, as helper_length=0 not always mean that strlen()
                   1642:          should be called, but means zero.
                   1643: 
                   1644:        * src/targets/isapi/parser3isapi.C: minor
                   1645: 
                   1646:        * src/main/pa_http.C: +valid_http_method
                   1647: 
1.151     moko     1648:        * src/: include/pa_http.h, main/pa_http.C,
                   1649:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                   1650: 
                   1651: 2020-12-17  moko
                   1652: 
                   1653:        * tests/: 405.html, results/405.processed: test for split by regex
                   1654:          added (related to feature #1160)
                   1655: 
                   1656:        * src/classes/string.C: split by regex implemented (feature #1160)
                   1657: 
                   1658:        * src/classes/string.C: minor
                   1659: 
                   1660:        * tests/: 404.html, results/404.processed: test for whitespace
                   1661:          string is now OK for table argument (related to feature #1169)
                   1662: 
                   1663:        * src/: classes/image.C, classes/string.C, classes/table.C,
                   1664:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                   1665:          argument (as with hash) (implements feature #1169)
                   1666: 
                   1667:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                   1668:          limit for comment (fixes bug #1102)
                   1669: 
                   1670:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                   1671: 
                   1672:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                   1673: 
                   1674:        * src/include/pa_config_includes.h: HAVE_TLS used
                   1675: 
                   1676:        * configure.ac: +TLS check
                   1677: 
                   1678:        * src/main/pa_http.C: content logging added
                   1679: 
                   1680:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                   1681:          clear_response_headers added
                   1682: 
                   1683: 2020-12-16  moko
                   1684: 
                   1685:        * buildall: as we now use threads, libatomic_ops still required for
                   1686:          some OS.
                   1687: 
                   1688:        * src/main/pa_request.C: whitespace
                   1689: 
                   1690:        * src/: include/pa_request.h, main/pa_request.C:
                   1691:          Request::Exception_trace::table extracted and used
                   1692: 
                   1693:        * src/main/pa_request.C: moving output_result call outside of try
                   1694:          as network exceptions should not be handled by parser code
                   1695: 
                   1696:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                   1697:          logging network exchange
                   1698: 
                   1699:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                   1700:          via network if it was network write error.
                   1701: 
                   1702:        * src/targets/cgi/parser3.C: log -> pa_log
                   1703: 
                   1704:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                   1705: 
                   1706:        * src/main/pa_threads.C: getpid() if no gettid() found
                   1707: 
                   1708:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   1709:          we need to ignore "void" connections from browsers (browsers open
                   1710:          connections in advance and they will be empty if user does not
                   1711:          request more pages)
                   1712: 
                   1713: 2020-12-15  moko
                   1714: 
                   1715:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                   1716: 
                   1717:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                   1718:          RequestController not needed in httpd mode
                   1719: 
                   1720:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1721:          classes/classes.h, classes/curl.C, classes/date.C,
                   1722:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1723:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1724:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1725:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1726:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1727:          classes/string.C, classes/table.C, classes/void.C,
                   1728:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1729:          include/pa_array.h, include/pa_base64.h,
                   1730:          include/pa_cache_managers.h, include/pa_charset.h,
                   1731:          include/pa_charsets.h, include/pa_common.h,
                   1732:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1733:          include/pa_dictionary.h, include/pa_dir.h,
                   1734:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1735:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1736:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1737:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1738:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1739:          include/pa_sapi.h, include/pa_socks.h,
                   1740:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1741:          include/pa_stack.h, include/pa_string.h,
                   1742:          include/pa_stylesheet_connection.h,
                   1743:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1744:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1745:          include/pa_uue.h, include/pa_xml_exception.h,
                   1746:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1747:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1748:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1749:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1750:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1751:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1752:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1753:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                   1754:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   1755:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   1756:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   1757:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   1758:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                   1759:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   1760:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   1761:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                   1762:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1763:          main/untaint.C, sql/pa_sql_driver.h,
                   1764:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1765:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                   1766:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   1767:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   1768:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                   1769:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   1770:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   1771:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                   1772:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                   1773:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   1774:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                   1775:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   1776:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   1777:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   1778:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                   1779:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   1780:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   1781:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   1782:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   1783:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1784:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1785:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1786:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1787:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1788:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1789:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   1790: 
                   1791:        * src/main/pa_request.C: old compilers support
                   1792: 
                   1793:        * tests/: 362.html, results/362.processed: test updated after
                   1794:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                   1795:          #1108)
                   1796: 
                   1797:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                   1798:          removed, as xsltFreeStylesheet has side effects on original doc.
                   1799:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                   1800:          not updated after xdoc modification (part 3 of test 362).
                   1801:          (related to bug #1108)
                   1802: 
                   1803:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                   1804: 
                   1805:        * src/: classes/memory.C, include/pa_memory.h,
                   1806:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                   1807:          PA_GC_GCOLLECT used
                   1808: 
                   1809:        * src/include/pa_memory.h: +PA_GC_COLLECT
                   1810: 
                   1811:        * src/targets/cgi/parser3.C: msvs support fixes
                   1812: 
                   1813:        * src/lib/gc/include/gc.h: more cleanup
                   1814: 
                   1815:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                   1816: 
                   1817:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                   1818:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                   1819: 
                   1820:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                   1821: 
                   1822:        * configure.ac: pthread.h added to checked headers
                   1823: 
                   1824:        * src/classes/table.C: string stream is back :)
                   1825: 
                   1826:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                   1827:          exists
                   1828: 
                   1829:        * src/main/pa_globals.C: GC_dont_gc replaced
                   1830: 
                   1831:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                   1832:          left to simplify adding new functions.  depricated GC_dont_gc
                   1833:          replaced with GC_disable and GC_enable calls.
                   1834: 
                   1835:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                   1836:          CORD_from_file* not used and thus removed
                   1837: 
                   1838:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                   1839: 
                   1840: 2020-12-14  moko
                   1841: 
                   1842:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                   1843:          referenced elsewhere, or GC will collect it.
                   1844: 
                   1845:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                   1846:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                   1847:          elsewhere, or GC will collect them (and we'll get GPF in
                   1848:          multithreaded enviroment).  May be it can be also fixed by some
                   1849:          GC call, not sure. But this fix costs nothing (but hours of
                   1850:          debugging to find the issue :).
                   1851: 
1.150     moko     1852: 2020-12-11  moko
                   1853: 
                   1854:        * configure.ac: gettid() check added
                   1855: 
                   1856:        * src/main/pa_threads.C: HAVE_GETTID used
                   1857: 
                   1858:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                   1859: 
                   1860:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                   1861:          version for isapi/cgi/apache
                   1862: 
                   1863:        * buildall: threads are now required.
                   1864: 
                   1865:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                   1866:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1867:          main/main.vcproj: pa_threads.C moved to main
                   1868: 
                   1869:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                   1870:          isapi/pa_threads.C: pa_threads.C moved to main
                   1871: 
                   1872:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                   1873:          targets/apache/Makefile.am: pa_threads.C moved to main
                   1874: 
                   1875:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                   1876: 
                   1877:        * src/: include/pa_stylesheet_connection.h,
                   1878:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                   1879:          and weird GPF in multithreaded httpd is gone
                   1880: 
                   1881:        * src/include/: pa_stylesheet_connection.h,
                   1882:          pa_sql_driver_manager.h: whitespace
                   1883: 
                   1884:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                   1885: 
                   1886:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   1887:          main/pa_stylesheet_manager.C: whitespace, warning war
                   1888: 
                   1889:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                   1890:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                   1891:          parser_multithreaded never used
                   1892: 
                   1893:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                   1894: 
                   1895: 2020-12-10  moko
                   1896: 
                   1897:        * src/: include/pa_config_includes.h, include/pa_http.h,
                   1898:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                   1899:          MULTITHREADED and PARALLEL httpd server modes
                   1900: 
                   1901:        * src/main/pa_globals.C: GC_java_finalization is depricated
                   1902: 
                   1903: 2020-12-09  moko
                   1904: 
                   1905:        * etc/auto.p.in: + @httpd-main
                   1906: 
                   1907:        * src/: include/pa_common.h, main/pa_request.C,
                   1908:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                   1909:          work
                   1910: 
                   1911:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   1912:          slow file_read_binary no longer used, send_range added
                   1913: 
                   1914: 2020-12-08  moko
                   1915: 
                   1916:        * src/main/pa_request.C: >4Gb support
                   1917: 
                   1918:        * src/targets/cgi/parser3.C: msvc warning war
                   1919: 
                   1920:        * src/: include/pa_config_includes.h, main/pa_http.C,
                   1921:          main/pa_request.C: msvc warnings war
                   1922: 
                   1923:        * src/classes/image.C: warning war
                   1924: 
                   1925:        * src/classes/table.C: MSVC warning war
                   1926: 
                   1927:        * src/targets/cgi/parser3.C: msvc warnings war
                   1928: 
                   1929:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                   1930:          added
                   1931: 
1.149     moko     1932: 2020-12-07  moko
                   1933: 
1.150     moko     1934:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                   1935:          avoid logging beside system-wide auto.p
                   1936: 
                   1937:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                   1938: 
                   1939:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                   1940:          configure options added:
                   1941: 
                   1942:          --with-system-cfg=FILE  to specify system-wide auto.p
                   1943:          --with-system-log=FILE  to specify system-wide parser3.log
                   1944: 
                   1945:        * Makefile.am: bin no longer exists
                   1946: 
                   1947:        * configure, configure.ac: auto.p moved to etc to simplify debian
                   1948:          package
                   1949: 
                   1950:        * buildall: auto.p and parser3.charsets moved to their default
                   1951:          location after install
                   1952: 
                   1953:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                   1954: 
                   1955:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                   1956: 
1.149     moko     1957:        * src/targets/cgi/parser3.C: locate_config call returned to
                   1958:          original place as it requires pa_thread_request() under Windows
                   1959: 
                   1960:        * src/targets/cgi/parser3.C: renaming
                   1961: 
                   1962: 2020-12-06  moko
                   1963: 
                   1964:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                   1965:          check added
                   1966: 
                   1967: 2020-12-04  moko
                   1968: 
                   1969:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   1970:          main/pa_request.C: unified uint64_t lseek implemented to support
                   1971:          >4Gb files under x86, including Windows
                   1972: 
                   1973: 2020-12-02  moko
                   1974: 
                   1975:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                   1976:          with max_file_size
                   1977: 
                   1978:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   1979:          support for processing files sized >4Gb on 32 bit planforms
                   1980: 
                   1981:        * tests/399.html: file moved
                   1982: 
                   1983:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                   1984: 
                   1985:        * src/targets/cgi/pa_sapi_info.h: warning war
                   1986: 
                   1987:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                   1988:          warning war
                   1989: 
                   1990: 2020-12-01  moko
                   1991: 
                   1992:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                   1993: 
                   1994:        * src/classes/image.C: for "size not found" exception to be shown
                   1995:          if size not found until eof
                   1996: 
                   1997:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                   1998:          bit linux)
                   1999: 
                   2000:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                   2001:          #1188)
                   2002: 
                   2003: 2020-11-30  moko
                   2004: 
                   2005:        * src/classes/image.C: definitions moved closer to code
                   2006: 
                   2007:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                   2008:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                   2009:          395_dir/3_VP8X.webp, results/395.processed,
                   2010:          results/396.processed: tests for ^image::measure[] .webp support
                   2011:          added, all image files moved into one directory (related to
                   2012:          feature #1188)
                   2013: 
                   2014:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                   2015:          #1188)
                   2016: 
1.148     moko     2017: 2020-11-29  moko
                   2018: 
                   2019:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                   2020:          processing, unnessesary defines removed
                   2021: 
                   2022: 2020-11-24  moko
                   2023: 
                   2024:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   2025:          309.processed, 310.processed: Content-Disposition: inline
                   2026:          returned
                   2027: 
                   2028:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                   2029:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                   2030:          ] added (related to bug #1204)
                   2031: 
                   2032:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                   2033:          ] supported to avoid Content-Disposition: inline;
                   2034:          filename="<file>.ext" but still set Content-Type for ext (related
                   2035:          to bug #1204)
                   2036: 
1.147     moko     2037: 2020-11-22  moko
                   2038: 
                   2039:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   2040:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                   2041: 
                   2042:        * src/main/pa_request.C: content_disposition_inline returned.
                   2043: 
                   2044: 2020-11-17  moko
                   2045: 
                   2046:        * src/main/pa_request.C: empty main method name support
                   2047: 
                   2048:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                   2049:          config_handler added, stdout flush added.
                   2050: 
                   2051: 2020-11-16  moko
                   2052: 
                   2053:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                   2054: 
                   2055:        * tests/results/: 099.processed, 205.processed, 237.processed,
                   2056:          309.processed, 310.processed: Content-Disposition: inline is not
                   2057:          required and should not contain filename="<name>"
                   2058: 
                   2059:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                   2060:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2061:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                   2062: 
1.146     moko     2063: 2020-11-14  moko
                   2064: 
                   2065:        * src/targets/cgi/parser3.C: spelling
                   2066: 
                   2067:        * src/targets/cgi/parser3.C: renaming
                   2068: 
                   2069:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                   2070:          relocated
                   2071: 
                   2072:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                   2073:          before request processing, which is weired
                   2074: 
                   2075: 2020-11-13  moko
                   2076: 
                   2077:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                   2078:          copied in httpd.
                   2079: 
                   2080: 2020-11-12  moko
                   2081: 
                   2082:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                   2083: 
                   2084:        * src/: include/pa_request.h, main/pa_request.C,
                   2085:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                   2086: 
                   2087:        * src/main/pa_http.C: URI validation added
                   2088: 
                   2089:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                   2090:          can't be empty but can be null.  httpd-main is now main method
                   2091:          name for httpd mode
                   2092: 
                   2093: 2020-11-11  moko
                   2094: 
                   2095:        * src/main/pa_request.C: path_translated can be null in httpd mode
                   2096: 
                   2097:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                   2098:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   2099:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   2100:          main/pa_request.C: r.absolute -> r.full_disk_path
                   2101: 
                   2102:        * src/targets/cgi/parser3.C: if filename to process is not
                   2103:          specified, auto.p should be present.
                   2104: 
1.145     moko     2105: 2020-11-03  moko
                   2106: 
                   2107:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                   2108: 
                   2109:        * src/main/pa_request.C: content_disposition_inline is the default,
                   2110:          not required.
                   2111: 
1.144     moko     2112: 2020-10-29  moko
                   2113: 
                   2114:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                   2115:          ^use[file; $.main(true) ] implemented for auto.p processing and
                   2116:          path_translated changing to correct relative files path
                   2117:          calculation in httpd mode
                   2118: 
                   2119:        * src/: include/pa_request.h, main/pa_request.C:
                   2120:          fail_on_read_problem removed, as it allways true, as if should
                   2121:          be.
                   2122: 
                   2123:        * src/: include/pa_request.h, main/pa_request.C,
                   2124:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2125:          targets/isapi/parser3isapi.C: clearing config_filespec when
                   2126:          config was not found, thus flag not required and removed.
                   2127: 
                   2128: 2020-10-28  moko
                   2129: 
                   2130:        * tests/: 402.html, results/402.processed: error reporting test
                   2131: 
                   2132:        * src/main/execute.C: better error reporting when
                   2133:          $result[^hash::create[]] in @main.
                   2134: 
                   2135:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                   2136:          + minor optimization
                   2137: 
                   2138:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   2139:          main/pa_xml_io.C: execute_*_method simplified and unified
                   2140: 
                   2141: 2020-10-27  moko
                   2142: 
                   2143:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                   2144: 
                   2145:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   2146:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   2147:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                   2148:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                   2149:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                   2150:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                   2151:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                   2152:          longer used in object-prototype mode
                   2153: 
                   2154:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                   2155:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                   2156:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                   2157:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                   2158:          $form:name[value] features
                   2159: 
1.143     moko     2160: 2020-10-18  moko
                   2161: 
                   2162:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                   2163: 
                   2164: 2020-10-15  moko
                   2165: 
                   2166:        * src/main/pa_http.C: url no longer needed as
                   2167:          ALTER_EXCEPTION_SOURCE is used
                   2168: 
                   2169:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                   2170:          main/pa_http.C: check_file_size filespec is now optional
                   2171: 
                   2172:        * src/: classes/curl.C, include/pa_exception.h,
                   2173:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                   2174:          ALTER_EXCEPTION_COMMENT added for better error reporting
                   2175: 
                   2176:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                   2177:          results/346-curl.processed, results/379-curl.processed,
                   2178:          results/379.processed: test results updated as load now provides
                   2179:          better error reporting + curl responses updated
                   2180: 
                   2181: 2020-10-14  moko
                   2182: 
                   2183:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                   2184:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                   2185:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                   2186:          checked. 10 is now default base, no hex autodetect by default
                   2187: 
                   2188:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2189:          connection socket closing in destructor + accept exception
                   2190:          handling
                   2191: 
                   2192:        * src/targets/cgi/parser3.C: warning war
                   2193: 
                   2194:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                   2195:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2196:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                   2197:          exception handling unified
                   2198: 
                   2199: 2020-10-13  moko
                   2200: 
                   2201:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                   2202:          autodetection
                   2203: 
                   2204:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                   2205: 
                   2206:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                   2207: 
                   2208:        * src/main/pa_http.C: warning war
                   2209: 
1.142     moko     2210: 2020-10-12  moko
                   2211: 
1.143     moko     2212:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                   2213:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                   2214:          unhandled exception code optimization
                   2215: 
                   2216:        * src/targets/cgi/parser3.C: request_info now global variable
                   2217: 
                   2218:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                   2219:          class
                   2220: 
                   2221:        * src/: include/pa_http.h, main/pa_http.C,
                   2222:          targets/cgi/pa_sapi_info.h: read_post implemented
                   2223: 
1.142     moko     2224:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                   2225:          [host:]port syntax support in httpd mode
                   2226: 
                   2227:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                   2228:          targets/cgi/parser3.C: populate_env added
                   2229: 
                   2230:        * src/include/pa_hash.h: to make get(char *) compiling in
                   2231:          HashStringString
                   2232: 
                   2233: 2020-10-10  moko
                   2234: 
                   2235:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   2236:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                   2237: 
                   2238:        * src/: include/pa_http.h, include/pa_request_info.h,
                   2239:          main/pa_http.C, main/pa_string.C,
                   2240:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                   2241:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   2242:          types/pa_vrequest.C: initial httpd mode implementation
                   2243: 
1.141     moko     2244: 2020-10-04  moko
                   2245: 
                   2246:        * src/targets/cgi/parser3.C: options together
                   2247: 
                   2248: 2020-09-30  moko
                   2249: 
                   2250:        * src/main/pa_http.C: renamed
                   2251: 
1.140     moko     2252: 2020-08-14  moko
                   2253: 
                   2254:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                   2255:          src/targets/cgi/Makefile.am: no httpd as separate library
                   2256: 
                   2257: 2020-08-13  moko
                   2258: 
                   2259:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                   2260:          unhandled exception handler to report 500 instead of 200 it was
                   2261:          before.
                   2262: 
                   2263:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                   2264: 
                   2265:        * src/: include/pa_sapi.h, main/untaint.C,
                   2266:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2267:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                   2268:          thus replaced with SAPI::die and removed
                   2269: 
                   2270:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                   2271:          cgi/parser3.C: whitespace
                   2272: 
                   2273:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                   2274: 
                   2275: 2020-08-12  moko
                   2276: 
                   2277:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                   2278:          removed, whitespace was: SIGPIPE received while executing code.
                   2279:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                   2280:          cl=0]
                   2281: 
                   2282:        * parser3.sln: + httpd.vcproj
                   2283: 
                   2284: 2020-08-11  moko
                   2285: 
                   2286:        * src/targets/cgi/Makefile.am: +libhttpd
                   2287: 
                   2288:        * configure.ac, src/lib/Makefile.am: +libhttpd
                   2289: 
1.139     moko     2290: 2020-07-13  moko
                   2291: 
                   2292:        * tests/: 401.html, results/401.processed: test for hash key does
                   2293:          not keep language, but tainted in foreach.
                   2294: 
1.138     moko     2295: 2020-07-01  moko
                   2296: 
                   2297:        * tests/: 235.html, results/235.processed: test result updated as
                   2298:          messages before attachments implemented (feature #1176)
                   2299: 
1.137     moko     2300: 2020-06-27  moko
                   2301: 
                   2302:        * tests/: 400.html, results/400.processed: test updated to check
                   2303:          ^return{code}
                   2304: 
                   2305:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                   2306:          fixed
                   2307: 
                   2308: 2020-06-26  moko
                   2309: 
                   2310:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                   2311:          added (related to https://www.parser.ru/forum/?id=85319)
                   2312: 
                   2313:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                   2314:          when $result assignment was last statement in the method
                   2315:          (https://www.parser.ru/forum/?id=85319)
                   2316: 
1.136     moko     2317: 2020-05-23  moko
                   2318: 
                   2319:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                   2320:          whitespace, unused level removed
                   2321: 
                   2322: 2020-05-19  moko
                   2323: 
                   2324:        * src/types/pa_vmail.C: whitespace
                   2325: 
                   2326:        * src/types/pa_vmail.C: files should be processed last (related to
                   2327:          feature #1176)
                   2328: 
1.135     moko     2329: 2020-05-12  moko
                   2330: 
                   2331:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                   2332:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                   2333: 
                   2334:        * configure.ac: FreeBSD1X.X check added to avoid
                   2335:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                   2336: 
1.134     moko     2337: 2020-02-26  moko
                   2338: 
                   2339:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                   2340:          compilation issue (related to bug #1201)
                   2341: 
                   2342:        * src/main/pa_common.C: entry_readable -> entry_exists,
                   2343:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                   2344:          -f and -d now works under Windows in UTF-8 with Russian
                   2345:          filenames.
                   2346: 
                   2347:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                   2348:          advice (related to feature #1199)
                   2349: 
                   2350: 2020-02-25  moko
                   2351: 
                   2352:        * buildall: --silent removed
                   2353: 
                   2354:        * configure.ac: gmime-3.0 support
                   2355: 
                   2356:        * buildall: --with-system-mailreceive option added to build with
                   2357:          system libgmime
                   2358: 
                   2359:        * src/types/pa_vmail.C: avoiding
                   2360:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                   2361:          to feature #1199)
                   2362: 
1.133     moko     2363: 2020-02-18  moko
                   2364: 
                   2365:        * src/classes/op.C: windows x64 debug mode compile fix
                   2366: 
                   2367:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                   2368:          change (releated to feature #1200)
                   2369: 
                   2370:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2371:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                   2372:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                   2373:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                   2374:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2375:          targets/apache/ApacheModuleParser3.vcproj,
                   2376:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2377:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2378:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                   2379:          dependency (related to feature #1200)
                   2380: 
1.132     moko     2381: 2020-02-12  moko
                   2382: 
                   2383:        * src/types/pa_vmail.C: minimize diff
                   2384: 
                   2385:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                   2386:          #1199)
                   2387: 
1.131     moko     2388: 2020-01-18  moko
                   2389: 
                   2390:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                   2391: 
1.130     moko     2392: 2019-12-28  moko
                   2393: 
                   2394:        * src/targets/cgi/parser3.C: avoid empty ?
                   2395: 
                   2396: 2019-12-27  moko
                   2397: 
                   2398:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                   2399:          DOCUMENT_ROOT (related to feature #1164)
                   2400: 
                   2401:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                   2402:          fcgiwrap setup (implements feature #1164)
                   2403: 
                   2404:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                   2405:          but no issues found (related to feature #1164)
                   2406: 
                   2407:        * src/targets/cgi/parser3.C: actualized
                   2408: 
                   2409: 2019-12-26  moko
                   2410: 
                   2411:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                   2412:          removed
                   2413: 
                   2414:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                   2415:          removed
                   2416: 
                   2417:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   2418:          allocation errors, we don't want default gc warnings (without
                   2419:          timestamp and URI).
                   2420: 
                   2421:        * src/: classes/memory.C, main/pa_globals.C,
                   2422:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   2423:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   2424:          pa_globals_init
                   2425: 
                   2426:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   2427:          initialization used (optimization)
                   2428: 
                   2429:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   2430:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   2431:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   2432:          (optimization)
                   2433: 
1.129     moko     2434: 2019-12-09  moko
                   2435: 
                   2436:        * src/include/pa_config_fixed.h: warning war
                   2437: 
1.128     moko     2438: 2019-12-08  moko
                   2439: 
                   2440:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   2441:          process grammar under Unix.
                   2442: 
                   2443: 2019-12-07  moko
                   2444: 
                   2445:        * tests/389.html: For Windows XP. :)
                   2446: 
                   2447:        * tests/388-sql.html: Windows compatibility added
                   2448: 
                   2449: 2019-12-06  moko
                   2450: 
                   2451:        * src/targets/cgi/parser3.C: warning war
                   2452: 
                   2453:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   2454:          == sizeof(CORD)) to avoid aligning bugs in future
                   2455: 
                   2456:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   2457:          XML_STATIC
                   2458: 
                   2459:        * src/include/pa_request.h: StackItem() not required
                   2460: 
                   2461:        * src/include/pa_stack.h: warning war
                   2462: 
                   2463:        * src/include/pa_config_includes.h: GCC warning silenced
                   2464: 
                   2465:        * src/include/pa_memory.h: warning war: the program should also
                   2466:          define 'void operator delete [](void*, std::size_t)'
                   2467:          [-Wsized-deallocation]
                   2468: 
                   2469:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   2470: 
                   2471:        * src/classes/string.C: not reqired cast removed
                   2472: 
                   2473:        * src/classes/string.C: not reqired cast removed
                   2474: 
                   2475: 2019-12-05  moko
                   2476: 
                   2477:        * src/lib/sdbm/pa_file_io.C: warning war
                   2478: 
                   2479:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   2480:          enum Language : size_t - required for VS2015+ to make
                   2481:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   2482:          without it (related to feature #1198)
                   2483: 
                   2484: 2019-12-04  moko
                   2485: 
                   2486:        * src/main/pa_base64.C: unsigned char -> uchar
                   2487: 
                   2488:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   2489:          as other libs
                   2490: 
                   2491:        * src/include/pa_version.h: +amd64
                   2492: 
                   2493: 2019-12-03  moko
                   2494: 
                   2495:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   2496:          release
                   2497: 
                   2498:        * src/include/pa_config_includes.h: warning war
                   2499: 
                   2500:        * src/classes/image.C: warning war
                   2501: 
                   2502:        * src/main/pa_globals.C: x64 libs support
                   2503: 
                   2504:        * src/include/pa_config_includes.h: warning war
                   2505: 
                   2506:        * src/types/pa_method.h: warning war
                   2507: 
1.127     moko     2508: 2019-11-28  moko
                   2509: 
                   2510:        * src/classes/math.C: vs2003 compatibility + warning war
                   2511: 
                   2512:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   2513:          libxml2-2.9.9 (related to feature #1136)
                   2514: 
                   2515:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   2516:          typecast for more compatibility (related to feature #1136)
                   2517: 
                   2518:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   2519:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   2520:          feature #1136)
                   2521: 
                   2522: 2019-11-26  moko
                   2523: 
                   2524:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   2525:          removed (it was failing in $$var case), condition added
                   2526: 
1.126     moko     2527: 2019-11-25  moko
                   2528: 
                   2529:        * tests/: 397.html, 399.html, results/141.processed,
                   2530:          results/399.processed: base64 options tested
                   2531: 
                   2532:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   2533: 
                   2534:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   2535:          implemented (feature #986)
                   2536: 
                   2537:        * src/main/pa_cache_managers.C: whitespace
                   2538: 
                   2539:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   2540:          ^base64 encode options added (related to feature #986)
                   2541: 
                   2542:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   2543:          pa_base64_encode(file) removed - more memory, but faster and less
                   2544:          code (related fo feature #986)
                   2545: 
                   2546: 2019-11-24  moko
                   2547: 
                   2548:        * tests/: 155.html, results/155.processed: limit and offset in
                   2549:          ^table::load[] now supported, thus test added
                   2550: 
                   2551:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   2552:          main/pa_common.C: optimization: offset and limit options parsing
                   2553:          moved inside file_load.
                   2554: 
                   2555: 2019-11-23  moko
                   2556: 
                   2557:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   2558:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   2559:          optimization: file_read replaced with simplified file_read_binary
                   2560: 
                   2561:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   2562:          types/pa_vform.C: whitespace
                   2563: 
                   2564:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   2565:          removed
                   2566: 
                   2567: 2019-11-21  moko
                   2568: 
                   2569:        * tests/: 193.html, results/193.processed, results/389.processed:
                   2570:          test results updated as now base64 does not discard tail without
                   2571:          padding (related to feature #986)
                   2572: 
                   2573: 2019-11-20  moko
                   2574: 
                   2575:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   2576:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   2577:          pa_base64_decode (related to feature #986)
                   2578: 
                   2579:        * tests/398.html: tests for base64 decode added (related to feature
                   2580:          #986)
                   2581: 
                   2582:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   2583:          support, padding inside base 64 supported (related to feature
                   2584:          #096)
                   2585: 
                   2586: 2019-11-19  moko
                   2587: 
                   2588:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   2589:          FreeBSD 12
                   2590: 
1.125     moko     2591: 2019-11-16  moko
                   2592: 
                   2593:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   2594:          support added, step support removed (related to #986)
                   2595: 
                   2596: 2019-11-15  moko
                   2597: 
                   2598:        * src/classes/math.C: using log since log2 is not present on
                   2599:          FreeBSD < 8.4 (related to feature #1177)
                   2600: 
                   2601:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   2602:          pa_base64_size extracted and used for files as well (related to
                   2603:          feature 986)
                   2604: 
                   2605: 2019-11-14  moko
                   2606: 
                   2607:        * tests/: 397.html, results/397.processed: + content check
                   2608: 
                   2609:        * tests/: 141.html, results/141.processed: make test resuls more
                   2610:          readable
                   2611: 
                   2612:        * tests/: 397.html, results/193.processed, results/397.processed:
                   2613:          test results updated after \x00 character was disabled in
                   2614:          math:convert string mode (related to feature #1177)
                   2615: 
                   2616:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   2617:          converting to string (as in base64, related to feature #1177)
                   2618: 
                   2619:        * src/classes/file.C: more correct arguments separation
                   2620: 
                   2621:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   2622:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2623:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   2624:          options added, but not yet implemented (related to feature #986)
                   2625: 
                   2626:        * src/classes/math.C: whitespace
                   2627: 
                   2628: 2019-11-13  moko
                   2629: 
                   2630:        * tests/: 397.html, results/397.processed: +tainting test (related
                   2631:          to feature #1177)
                   2632: 
                   2633:        * src/classes/math.C: as we now produce not only digits, result
                   2634:          should be tainted (related to feature #1177)
                   2635: 
                   2636:        * src/main/pa_base64.C: whitespace
                   2637: 
                   2638:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   2639:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   2640:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   2641:          implementation moved from pa_common.h and pa_common.C
                   2642: 
                   2643: 2019-11-12  moko
                   2644: 
                   2645:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   2646:          as ^math:convert now supports arbitrary precision
                   2647: 
                   2648: 2019-11-11  moko
                   2649: 
                   2650:        * tests/results/389.processed: uctualized error message
                   2651: 
                   2652:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   2653:          ^math:convert added (related to feature #1177)
                   2654: 
                   2655:        * src/classes/math.C: ^math:convert now supports arbitrary
                   2656:          precision, alphabet support added (implements feature #1177)
                   2657: 
1.124     moko     2658: 2019-11-06  moko
                   2659: 
                   2660:        * tests/: 181.html, results/181.processed: entities usage added,
                   2661:          more entites load tests (related to bug #842 discussion)
                   2662: 
                   2663: 2019-11-05  moko
                   2664: 
                   2665:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   2666:          call from xmlFileOpen if http://localhost/<file> was not found
                   2667:          (related to bug #842)
                   2668: 
                   2669:        * src/main/pa_xml_io.C: rename
                   2670: 
                   2671:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   2672: 
                   2673:        * src/main/pa_xml_io.C: whitespace
                   2674: 
1.123     moko     2675: 2019-10-31  moko
                   2676: 
                   2677:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   2678:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   2679:          #1181)
                   2680: 
1.122     moko     2681: 2019-10-25  moko
                   2682: 
                   2683:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   2684:          queries tests
                   2685: 
                   2686: 2019-10-24  moko
                   2687: 
                   2688:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   2689:          pgsql driver test
                   2690: 
                   2691:        * tests/: 388-sql.html, results/388-sql.processed:
                   2692:          multi_statements=1 now tested, mysql test now supported
                   2693:          (connection must be specified in [parser3] section in .my.cnf)
                   2694:          related to issues #1195 and #1194
                   2695: 
1.121     moko     2696: 2019-09-11  moko
                   2697: 
                   2698:        * src/classes/int.C: whitespace
                   2699: 
                   2700:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   2701:          exception test
                   2702: 
                   2703:        * tests/results/388-sql.processed: sql queries now shown (related
                   2704:          to feature #1196)
                   2705: 
                   2706:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   2707:          with old parser versions.
                   2708: 
                   2709:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   2710:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   2711:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   2712:          instead of connect string in query_event_handlers exceptions
                   2713:          (implements feature #1196)
                   2714: 
1.120     moko     2715: 2019-09-06  moko
                   2716: 
                   2717:        * tests/388-sql.html: mysql compat
                   2718: 
                   2719:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   2720:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   2721:          sql_ variables declaration moved to pa_common.h
                   2722: 
1.116     moko     2723: 2019-01-15  moko
                   2724: 
                   2725:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   2726:          logically sorted
                   2727: 
                   2728: 2018-12-27  moko
                   2729: 
                   2730:        * src/include/pa_config_includes.h: warning war:
                   2731:          -Wdeprecated-register added for C++ 17
                   2732: 
                   2733: 2018-10-15  moko
                   2734: 
                   2735:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   2736:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   2737:          --with-xml=/usr/local/
                   2738: 
                   2739: 2018-09-24  moko
                   2740: 
                   2741:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   2742:          ^image::measure[] now supports tiff added (related to feature
                   2743:          #1188)
                   2744: 
                   2745:        * src/classes/image.C: ^image::measure[] now supports tiff
                   2746:          (implements feature #1188)
                   2747: 
                   2748: 2018-09-20  moko
                   2749: 
                   2750:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   2751:          files measure added (related to ticket #1188)
                   2752: 
                   2753:        * src/classes/image.C: measure of bmp files implemented (related to
                   2754:          ticket #1188)
                   2755: 
                   2756: 2018-09-18  moko
                   2757: 
                   2758:        * tests/: 394-curl.html, results/394-curl.processed,
                   2759:          results/auto.p: test for bug #1187 (max_file_size check for head
                   2760:          requests) added
                   2761: 
                   2762: 2018-08-24  moko
                   2763: 
                   2764:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   2765:          response content-length check is required (fixes bug #1187)
                   2766: 
                   2767: 2018-05-11  moko
                   2768: 
                   2769:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   2770:          $.append(bool) ] option added (related to feature #919)
                   2771: 
                   2772:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   2773:          from misha@ patch (implements feature #919)
                   2774: 
                   2775: 2018-03-22  moko
                   2776: 
                   2777:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   2778:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   2779:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   2780:          Windows-only problem.
                   2781: 
                   2782:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   2783:          build fix)
                   2784: 
                   2785: 2018-02-03  moko
                   2786: 
                   2787:        * src/main/execute.C: removes irrelevant lines from exception stack
                   2788:          trace when exceptions occurs in assigment (fixes bug #1165)
                   2789: 
                   2790:        * tests/: 393.html, results/393.processed: test for behavour after
                   2791:          "Property can not be created, already exists field with that
                   2792:          name" exception removed (related to feature #1183)
                   2793: 
                   2794:        * src/types/pa_vclass.C: "Property can not be created, already
                   2795:          exists field with that name" exception removed (implements
                   2796:          feature #1183)
                   2797: 
                   2798: 2018-01-19  moko
                   2799: 
                   2800:        * src/classes/string.C: whitespace
                   2801: 
                   2802:        * src/classes/string.C: whitespace
                   2803: 
                   2804:        * tests/: 392.html, results/392.processed: test for
                   2805:          ^regex::create[$regex] added (related to feature #1135)
                   2806: 
                   2807:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   2808:          ^regex::create[$regex] added (implements feature #1135)
                   2809: 
                   2810:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   2811:          commented define added (related to feature #1157)
                   2812: 
                   2813: 2018-01-17  moko
                   2814: 
                   2815:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   2816: 
                   2817: 2018-01-15  moko
                   2818: 
                   2819:        * tests/: 390.html, results/390.processed: real path replaced by
                   2820:          stub
                   2821: 
                   2822:        * tests/: 391.html, results/391.processed: test for feature #1181
                   2823:          (XML_PARSE_HUGE exception) added
                   2824: 
                   2825: 2018-01-11  moko
                   2826: 
                   2827:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   2828:          XML_PARSE_HUGE option passed by default (implements feature
                   2829:          #1181)
                   2830: 
                   2831:        * src/classes/string.C: whitespace
                   2832: 
                   2833: 2017-12-10  moko
                   2834: 
                   2835:        * tests/: 389.html, 390.html, results/389.processed,
                   2836:          results/390.processed: image code coverage tests added (related
                   2837:          to feature #1125)
                   2838: 
                   2839: 2017-12-08  moko
                   2840: 
                   2841:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   2842:          results/346-curl.processed, results/388-sql.processed,
                   2843:          results/389.processed: more code coverage tests
                   2844: 
                   2845:        * tests/: 264.html, results/264.processed: code coverage for
                   2846:          ^file::exec[]
                   2847: 
                   2848: 2017-12-07  moko
                   2849: 
                   2850:        * tests/: 174.html, 388-sql.html, 389.html,
                   2851:          results/388-sql.processed, results/389.processed,
                   2852:          results/174.processed: more coverage tests
                   2853: 
                   2854:        * src/classes/math.C: exception text actualized
                   2855: 
                   2856: 2017-12-06  moko
                   2857: 
                   2858:        * tests/388-sql.html: $SQL can be here
                   2859: 
                   2860:        * tests/results/auto.p: $SQL not required here
                   2861: 
                   2862:        * tests/: 388-sql.html, 389.html, Makefile,
                   2863:          results/388-sql.processed, results/389.processed, results/auto.p:
                   2864:          code coverage tests for sql (using sqlite) and int/double/bool
                   2865:          added (related to feature #1125)
                   2866: 
                   2867:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   2868:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   2869:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   2870:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   2871:          targets/apache/ApacheModuleParser3Core.vcproj,
                   2872:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   2873:          types/types.vcproj: gc\include no longer required
                   2874: 
                   2875:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   2876:          required
                   2877: 
                   2878:        * src/: classes/Makefile.am, classes/table.C,
                   2879:          include/pa_config_includes.h, include/pa_string.h,
                   2880:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   2881:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   2882:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   2883:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   2884:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   2885:          used, we now include it directly
                   2886: 
                   2887: 2017-12-04  moko
                   2888: 
                   2889:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   2890:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   2891:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   2892:          where required
                   2893: 
                   2894:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   2895:          now can be used to trace memory allocations
                   2896: 
                   2897:        * src/: classes/table.C, include/pa_config_includes.h,
                   2898:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   2899:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   2900:          method removes, libcord also can work without libgc
                   2901: 
                   2902:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   2903: 
                   2904: 2017-11-29  moko
                   2905: 
                   2906:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   2907:          are not present (related to feature #1173)
                   2908: 
                   2909:        * tests/346-curl.html: test updated to test curl content-length bug
                   2910:          (related to feature #1173)
                   2911: 
                   2912:        * tests/results/346-curl.processed: more test for content-length
                   2913:          curl bug (related to feature #1173)
                   2914: 
                   2915:        * tests/results/346-curl.processed: test results updated after
                   2916:          #1173 implemented
                   2917: 
                   2918: 2017-11-28  moko
                   2919: 
                   2920:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   2921:          (related to feature #1173)
                   2922: 
                   2923: 2017-11-27  moko
                   2924: 
                   2925:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   2926:          $.http_version[version string] added (implements feature #1173),
                   2927:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   2928:          where $post(true) bug existed.
                   2929: 
                   2930: 2017-11-18  moko
                   2931: 
                   2932:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   2933: 
                   2934:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   2935:          feature #1170)
                   2936: 
                   2937: 2017-11-17  moko
                   2938: 
                   2939:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   2940:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   2941:          with delete usage check only under Debian 9 (related to feature
                   2942:          #1170)
                   2943: 
                   2944: 2017-11-16  moko
                   2945: 
                   2946:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   2947:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   2948:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   2949:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   2950:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   2951:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   2952:          stubs defend from accidental use (implements feature #1170)
                   2953: 
                   2954: 2017-06-24  moko
                   2955: 
                   2956:        * configure.ac: minor fix: thanks to alx@
                   2957: 
1.115     moko     2958: 2017-05-29  moko
                   2959: 
                   2960:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   2961:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   2962:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   2963: 
                   2964:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   2965:          ignored, =?UTF-8?Q?= should start in case of leading space
                   2966:          (related to bug #123)
                   2967: 
                   2968:        * buildall: echo -n -> printf for OS X. :)
                   2969: 
                   2970: 2017-05-25  moko
                   2971: 
                   2972:        * tests/: 288.html, results/288.processed: test updated afted
                   2973:          setting $o.prop without setter exception removed (related to
                   2974:          feature #1157)
                   2975: 
                   2976:        * src/types/pa_vclass.C: no more "this property has no setter
                   2977:          method" when setting $o.prop without setter (implements feature
                   2978:          #1157)
                   2979: 
                   2980:        * buildall: echo \c -> echo -n for FreeBSD
                   2981: 
                   2982:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   2983:          src/types/pa_vdouble.h: isfinite now checked in configure
                   2984: 
                   2985:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   2986:          upgraded to automake 1.15
                   2987: 
                   2988: 2017-05-23  moko
                   2989: 
                   2990:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   2991:          defined
                   2992: 
                   2993: 2017-05-22  moko
                   2994: 
                   2995:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   2996: 
                   2997:        * buildall: extern CFLAGS setting support
                   2998: 
                   2999:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   3000: 
                   3001:        * buildall: http -> https
                   3002: 
                   3003:        * buildall: gc-7.2f -> gc-7.6.0
                   3004: 
                   3005: 2017-05-20  moko
                   3006: 
                   3007:        * buildall: https, pcre, xml, xslt updated to current versions
                   3008:          (related to feature #1136)
                   3009: 
                   3010: 2017-05-19  moko
                   3011: 
                   3012:        * tests/097.html: after parser.ru moved to https
                   3013: 
                   3014: 2017-05-17  moko
                   3015: 
                   3016:        * tests/results/: 175.processed, 372.processed: tests resuls
                   3017:          updated after lintian spelling typos fixed (related to bug #1156)
                   3018: 
                   3019:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   3020:          classes/string.C, classes/table.C, main/pa_charset.C,
                   3021:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   3022:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   3023:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   3024: 
                   3025:        * tests/results/096.processed: +XMP
                   3026: 
                   3027:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   3028:          $.xmp(true) options tested (test for feature #1154)
                   3029: 
                   3030:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   3031:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   3032:          fetched by default! (implements feature #1154)
                   3033: 
                   3034: 2017-05-16  moko
                   3035: 
                   3036:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   3037:          allowed (related to feature #1154)
                   3038: 
                   3039:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3040:          initial XMP implementation - without options and transcode
                   3041:          (related to feature #1154)
                   3042: 
                   3043: 2017-05-12  moko
                   3044: 
                   3045:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   3046:          image: exif moved to ffields, skipped in ^image.html[] where
                   3047:          iterators now used (preparation for feature #1154)
                   3048: 
                   3049: 2017-05-05  moko
                   3050: 
                   3051:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   3052:          results/387.processed: test for circular class inheritance check
                   3053:          added (related to bug #1150)
                   3054: 
                   3055:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   3056:          added (fixes endless add_derived bug #1150)
                   3057: 
                   3058: 2017-05-04  moko
                   3059: 
                   3060:        * tests/: 386.html, results/386.processed: test for
                   3061:          $table.value(number) added (related to feature #1152)
                   3062: 
                   3063:        * src/types/pa_vtable.C: table put_element: column value must be
                   3064:          string  - > column value must be string compatible to allow
                   3065:          $t.value(1) (implements feature #1152)
                   3066: 
                   3067: 2017-05-03  moko
                   3068: 
                   3069:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   3070:          (related to feature #1151)
                   3071: 
                   3072:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   3073:          not possible, removing test (related to feature #1151)
                   3074: 
                   3075:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   3076:          get_element_method added and used to allow $use[$method] and
                   3077:          $autouse[$method] (implements feature 1151)
                   3078: 
                   3079:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   3080:          variable added (related to feature #1151)
                   3081: 
                   3082:        * tests/results/226.processed: actualized after ^try-catch used
                   3083: 
                   3084:        * tests/: 226.html, 385.html, results/385.processed: test for
                   3085:          @autouse in variable added
                   3086: 
                   3087:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   3088: 
1.114     moko     3089: 2017-02-27  moko
                   3090: 
                   3091:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   3092: 
1.113     moko     3093: 2017-02-20  moko
                   3094: 
                   3095:        * operators.txt: actualization + beauty
                   3096: 
                   3097: 2017-02-16  moko
                   3098: 
                   3099:        * tests/: 384.html, results/384.processed: test for
                   3100:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   3101:          #1089)
                   3102: 
                   3103:        * tests/: 384.html, results/384.processed: test for
                   3104:          ^reflection:mixin[] added (related to feature #1089)
                   3105: 
                   3106:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   3107: 
1.112     moko     3108: 2017-02-15  moko
                   3109: 
                   3110:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   3111:          fixed
                   3112: 
                   3113:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   3114:          test added (related to feature #1069)
                   3115: 
                   3116:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   3117:          compilation without HASH_ORDER fixed
                   3118: 
                   3119:        * src/: classes/reflection.C, include/pa_hash.h:
                   3120:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   3121:          feature #1069)
                   3122: 
                   3123: 2017-02-14  moko
                   3124: 
                   3125:        * tests/: 152.html, results/152.processed: test for $._default hash
                   3126:          added (related to bug #1131)
                   3127: 
                   3128:        * tests/: 277.html, results/277.processed: test for hash with only
                   3129:          $._default is now defined (related to bug #1131)
                   3130: 
                   3131:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   3132:          (fixed bug #1131)
                   3133: 
                   3134: 2017-02-13  moko
                   3135: 
                   3136:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   3137: 
                   3138:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   3139:          results/320.processed, results/375.processed, results/auto.p:
                   3140:          cat-windows.sh support added
                   3141: 
                   3142:        * tests/375.html: Windows support
                   3143: 
                   3144:        * tests/270.html: documented
                   3145: 
                   3146:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   3147:          (not backslashes) even under Windows (broke test 270)
                   3148: 
                   3149: 2017-02-12  moko
                   3150: 
                   3151:        * tests/: descript.ion, todo.txt: cleanup
                   3152: 
                   3153: 2017-02-09  moko
                   3154: 
                   3155:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   3156:          run_tests.cmd: Windows compatibility
                   3157: 
                   3158:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   3159:          incorrectly (GMT) if parser is called from cygwin
                   3160: 
1.111     moko     3161: 2017-02-08  moko
                   3162: 
1.112     moko     3163:        * operators.txt: actualization 15% completed
                   3164: 
                   3165:        * operators.txt: cp1251 -> utf-8
                   3166: 
                   3167:        * NEWS, README: minor update
                   3168: 
                   3169:        * src/include/pa_config_includes.h: warning war continues
                   3170: 
                   3171:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   3172:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   3173:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   3174:          gcc 6.x issues fixed
                   3175: 
1.111     moko     3176:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3177:          classes/classes.h, classes/curl.C, classes/date.C,
                   3178:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3179:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3180:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3181:          classes/memcached.C, classes/memory.C, classes/op.C,
                   3182:          classes/reflection.C, classes/regex.C, classes/response.C,
                   3183:          classes/string.C, classes/table.C, classes/void.C,
                   3184:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3185:          include/pa_array.h, include/pa_cache_managers.h,
                   3186:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3187:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3188:          include/pa_dictionary.h, include/pa_dir.h,
                   3189:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3190:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3191:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3192:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3193:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3194:          include/pa_sapi.h, include/pa_socks.h,
                   3195:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3196:          include/pa_stack.h, include/pa_string.h,
                   3197:          include/pa_stylesheet_connection.h,
                   3198:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   3199:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   3200:          include/pa_uue.h, include/pa_xml_exception.h,
                   3201:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   3202:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   3203:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   3204:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   3205:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   3206:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   3207:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   3208:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   3209:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   3210:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   3211:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   3212:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3213:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3214:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3215:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   3216:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   3217:          main/untaint.C, sql/pa_sql_driver.h,
                   3218:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   3219:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   3220:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   3221:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   3222:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   3223:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   3224:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   3225:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   3226:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   3227:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   3228:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   3229:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   3230:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   3231:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   3232:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   3233:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   3234:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   3235:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3236:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3237:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3238:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3239:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3240:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3241:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3242:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3243:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3244:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3245:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   3246:          2015->2017
                   3247: 
1.110     moko     3248: 2017-02-07  moko
                   3249: 
                   3250:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   3251: 
                   3252: 2017-02-06  moko
                   3253: 
                   3254:        * src/main/pa_common.C: minor fixes, whitespace
                   3255: 
                   3256:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   3257:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   3258:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   3259:          now used (implements feature #1081)
                   3260: 
                   3261:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   3262: 
                   3263: 2017-02-01  moko
                   3264: 
                   3265:        * src/include/pa_request.h: cleanup
                   3266: 
                   3267: 2017-01-30  moko
                   3268: 
                   3269:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   3270: 
                   3271: 2017-01-29  moko
                   3272: 
                   3273:        * tests/: 383.html, results/383.processed: test for
                   3274:          ^reflection:stack[] added (related to feature #1052)
                   3275: 
                   3276:        * src/classes/reflection.C: else added
                   3277: 
                   3278:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   3279:          $.max_file_lock_wait added (implements feature #1128)
                   3280: 
                   3281: 2017-01-28  moko
                   3282: 
                   3283:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   3284:          body and other cases tests added (related to featue #1014)
                   3285: 
                   3286:        * src/classes/curl.C: bug if response is empty fixed (related to
                   3287:          feature #1014)
                   3288: 
                   3289: 2017-01-27  moko
                   3290: 
                   3291:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   3292:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   3293:          added (implements feature #1052)
                   3294: 
                   3295: 2017-01-25  moko
                   3296: 
                   3297:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   3298:          method test added
                   3299: 
                   3300: 2017-01-23  moko
                   3301: 
                   3302:        * src/classes/reflection.C: optimization: options->get replaced by
                   3303:          hash iterator
                   3304: 
                   3305:        * tests/: 381.html, results/381.processed: now -> fixed date
                   3306: 
                   3307:        * src/main/pa_request.C: warning war
                   3308: 
                   3309:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   3310:          5Mb (fixes bug #1058)
                   3311: 
                   3312:        * src/classes/curl.C: warning war
                   3313: 
                   3314:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   3315:          $.one-line(true) option added (related to feature #1124)
                   3316: 
                   3317:        * src/: classes/json.C, types/pa_value.h: $json-string
                   3318:          $.one-line(true|false) options is now supported (implements
                   3319:          feature #1124)
                   3320: 
                   3321:        * tests/: 380.html, results/380.processed: test for modified
                   3322:          $.max_file_size added (related to bug #1014)
                   3323: 
                   3324:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   3325:          load added (related to bug #1014)
                   3326: 
                   3327:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   3328:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   3329:          in curl / file load from disk and http, http file load rewritten
                   3330:          (related to bug #1014)
                   3331: 
                   3332: 2017-01-18  moko
                   3333: 
                   3334:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   3335:          added (related to feature #66)
                   3336: 
                   3337:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   3338:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   3339:          (related to feature #66)
                   3340: 
                   3341: 2017-01-17  moko
                   3342: 
                   3343:        * tests/: 377.html, results/377.processed: test for different
                   3344:          combinations of breaks in body and delimiter (related to bug
                   3345:          #1077)
                   3346: 
                   3347:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   3348:          added (related to bug #1077)
                   3349: 
                   3350:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   3351:          passed to native method" exception added to avoid bugs due to
                   3352:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   3353:          after ^break[] (related to bug #1077)
                   3354: 
                   3355: 2017-01-14  moko
                   3356: 
                   3357:        * tests/: 330.html, results/330.processed: test results updated
                   3358:          after ^break[] bugs where fixed (related to bug #1077)
                   3359: 
                   3360:        * tests/: 329.html, results/329.processed: test results updated
                   3361:          after ^break[] bugs where fixed (related to bug #1077)
                   3362: 
                   3363:        * tests/results/320.processed: ^return[] added
                   3364: 
                   3365: 2017-01-13  moko
                   3366: 
                   3367:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   3368:          classes/table.C, include/pa_request.h, main/execute.C,
                   3369:          main/pa_request.C, targets/cgi/parser3.C,
                   3370:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   3371:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   3372:          checked after each possible process/execute call (fixes bug
                   3373:          #1077)
                   3374: 
                   3375: 2016-12-29  moko
                   3376: 
                   3377:        * src/main/pa_common.C: warning war
                   3378: 
                   3379:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   3380:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   3381:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   3382:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   3383:          (related to feature #1014)
                   3384: 
                   3385:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   3386:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   3387:          (related to feature #1014)
                   3388: 
                   3389: 2016-12-28  moko
                   3390: 
                   3391:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   3392:          warning war
                   3393: 
                   3394: 2016-12-26  moko
                   3395: 
                   3396:        * tests/: 341.html, results/341.processed: test for
                   3397:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   3398: 
                   3399:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   3400:          (related to feature #1057)
                   3401: 
                   3402:        * src/types/pa_vdate.C: warning war continues...
                   3403: 
                   3404:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   3405:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   3406: 
                   3407:        * src/lib/gd/gifio.C: warning war / cleanup
                   3408: 
                   3409:        * src/lib/json/pa_json.C: warning war
                   3410: 
                   3411:        * src/classes/hash.C: warning war
                   3412: 
                   3413:        * src/types/pa_vfile.C: warning war
                   3414: 
                   3415:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   3416:          -Wall warning war continues
                   3417: 
                   3418:        * configure.ac: --with-build-warnings actualized
                   3419: 
                   3420: 2016-12-25  moko
                   3421: 
                   3422:        * src/main/pa_exec.C: -wAll warning war
                   3423: 
                   3424:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   3425:          -wAll warning war
                   3426: 
                   3427:        * src/: include/pa_common.h, include/pa_sapi.h,
                   3428:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   3429:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   3430:          -wAll warning war
                   3431: 
                   3432: 2016-12-23  moko
                   3433: 
                   3434:        * src/lib/ltdl/Makefile.am: extra dist added
                   3435: 
                   3436:        * tests/results/344.processed: test result updated after $file.text
                   3437:          prefetched in ^hash::create[$file] (related to feature #1075)
                   3438: 
                   3439:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   3440:          ^hash::create[$file] (related to feature #1075)
                   3441: 
                   3442: 2016-12-22  moko
                   3443: 
                   3444:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   3445:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   3446:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   3447:          #1014 under 32-bit unix versions)
                   3448: 
                   3449: 2016-12-21  moko
                   3450: 
                   3451:        * tests/: 375.html, results/375.processed: test for exec returning
                   3452:          stated file added (related to feature #1119)
                   3453: 
                   3454:        * src/classes/file.C: load should not return file with null body
                   3455:          (fixes bug #1119)
                   3456: 
                   3457: 2016-12-14  moko
                   3458: 
                   3459:        * tests/: 374.html, results/374.processed: test for $method.name
                   3460:          added (related to feature #1117) plus method returning junction
                   3461:          test
                   3462: 
                   3463: 2016-12-13  moko
                   3464: 
                   3465:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   3466:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   3467:          (implements feature #1117)
                   3468: 
                   3469:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   3470:          HEAD and TRACE can't have body (implements feature #1116)
                   3471: 
                   3472: 2016-12-09  moko
                   3473: 
                   3474:        * tests/: 373.html, results/373.processed: tests for
                   3475:          ^reflection:tainting added (related to feature #1098)
                   3476: 
                   3477:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   3478:          change (related to feature #1098)
                   3479: 
                   3480: 2016-12-06  moko
                   3481: 
                   3482:        * src/: classes/reflection.C, include/pa_string.h,
                   3483:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   3484:          feature #1098)
                   3485: 
                   3486: 2016-12-05  moko
                   3487: 
                   3488:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   3489:          (fixes bug #1114)
                   3490: 
                   3491: 2016-12-04  moko
                   3492: 
                   3493:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   3494:          check added
                   3495: 
                   3496: 2016-12-03  moko
                   3497: 
                   3498:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   3499:          to test value.as_hash() usage
                   3500: 
                   3501:        * src/classes/curl.C: value.as_hash() used for correct hash
                   3502:          processing
                   3503: 
                   3504:        * src/classes/reflection.C: exceptions texts fixes
                   3505: 
                   3506: 2016-12-02  moko
                   3507: 
                   3508:        * tests/: 372.html, results/372.processed: tests for
                   3509:          ^reflection:create[ $.class[name] $.constructor[name]
                   3510:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   3511:          feature #1094)
                   3512: 
                   3513:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   3514:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   3515:          will be called in ~VNativeMethodFrame
                   3516: 
                   3517:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   3518:          ] minor fix
                   3519: 
                   3520:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   3521:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   3522:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   3523:          now supported (implements feature #1094) value::as_hash added
                   3524:          (and should be used everywhere)
                   3525: 
                   3526:        * src/classes/reflection.C: cleanup
                   3527: 
                   3528: 2016-12-01  moko
                   3529: 
                   3530:        * tests/: 356.html, results/356.processed: test for method
                   3531:          junctions class name added to the resulting hash added (related
                   3532:          to feature #1068)
                   3533: 
                   3534:        * src/classes/reflection.C: for method junctions class name added
                   3535:          to the resulting hash (related to feature #1068)
                   3536: 
                   3537: 2016-11-30  moko
                   3538: 
                   3539:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   3540:          exception (related to bug #1113)
                   3541: 
                   3542:        * src/types/pa_vhashfile.C: whitespace
                   3543: 
                   3544:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   3545:          #1113)
                   3546: 
                   3547:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3548:          229.processed, 239.processed, 244.processed, 246.processed,
                   3549:          314.processed, 352.processed: tests results updated after method
                   3550:          call exceptions improved as method now keeps its name
                   3551: 
                   3552:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   3553:          types/pa_vmethod_frame.h: method call exceptions improved as
                   3554:          method now keeps its name
                   3555: 
                   3556:        * tests/: 224.html, 239.html, results/224.processed,
                   3557:          results/239.processed: tests and tests results updated after
                   3558:          Request::construct exception changed
                   3559: 
                   3560:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   3561:          exception optimized
                   3562: 
                   3563:        * tests/: 371.html, results/371.processed: test for
                   3564:          WWrapper.get_element call in $.name.key[value] code added
                   3565:          (related to feature #1091)
                   3566: 
                   3567:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   3568:          in $.name.key[value] code (related to feature #1091)
                   3569: 
                   3570: 2016-11-29  moko
                   3571: 
                   3572:        * src/classes/op.C: VS warning war
                   3573: 
                   3574:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   3575:          C4239: nonstandard extension used : 'return' : conversion from
                   3576:          'Value' to 'Value &' (related to feature #1020)
                   3577: 
                   3578:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   3579:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   3580:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   3581:          to feature #1020)
                   3582: 
                   3583:        * src/main/execute.C: VS warning war
                   3584: 
                   3585:        * src/targets/cgi/parser3.C: VS compatibility fix
                   3586: 
                   3587:        * src/include/pa_request.h: VS warning war
                   3588: 
                   3589:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   3590:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   3591: 
                   3592:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   3593:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   3594:          $.stdin[$binary_file] (fixes bug #1044)
                   3595: 
                   3596: 2016-11-28  moko
                   3597: 
                   3598:        * src/main/pa_exec.C: whitespace
                   3599: 
                   3600:        * src/main/pa_request.C: whitespace
                   3601: 
                   3602:        * tests/: 369.html, results/369.processed: test for
                   3603:          $response:status usage added (related to feature #1099)
                   3604: 
                   3605:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   3606:          if < 100 (implements feature #1099)
                   3607: 
                   3608:        * src/targets/cgi/parser3.C: whitespace
                   3609: 
                   3610:        * src/targets/cgi/parser3.C: whitespace
                   3611: 
                   3612:        * tests/: 368.html, results/368.processed: test updated after
                   3613:          ^reflection:filename[$method] added (related to feature #1053)
                   3614: 
                   3615:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   3616:          main/compile.y, main/execute.C, main/pa_request.C,
                   3617:          types/pa_vclass.h: filename -> filespec,
                   3618:          ^reflection:filename[$method] added (related to feature #1053)
                   3619: 
                   3620: 2016-11-27  moko
                   3621: 
                   3622:        * tests/: 368.html, results/368.processed: test for
                   3623:          reflection:filename[$class or object] added (related to feature
                   3624:          #1053)
                   3625: 
                   3626:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   3627:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   3628:          object] added (implements feature #1053)
                   3629: 
                   3630: 2016-11-26  moko
                   3631: 
                   3632:        * src/: include/pa_request_info.h,
                   3633:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3634:          remove_absolute_uri -> strip_absolute_uri
                   3635: 
                   3636: 2016-11-25  moko
                   3637: 
                   3638:        * src/: include/pa_request_info.h,
                   3639:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   3640:          request_info.remove_absolute_uri added to remove possible
                   3641:          http://site.name/ from $request:uri (implements feature #1112)
                   3642: 
                   3643: 2016-11-24  moko
                   3644: 
                   3645:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   3646:          previous request headers clearing after redirect added (related
                   3647:          to bug #1109)
                   3648: 
                   3649:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   3650:          response headers from previous requests are now cleared, only
                   3651:          last request headers are collected (fixes bug #1109)
                   3652: 
                   3653:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   3654:          tests results updated as method name now added to the resulting
                   3655:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3656:          feature #1068)
                   3657: 
                   3658:        * src/classes/reflection.C: method name now added to the resulting
                   3659:          hash for new syntax only (Imp1 compatimility fixed, related to
                   3660:          feature #1068)
                   3661: 
                   3662:        * tests/results/366.processed: test for native and parser
                   3663:          implementation of ^use[] logic (related to feature #1074)
                   3664: 
                   3665:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   3666:          for native and parser implementation of ^use[] logic (related to
                   3667:          feature #1074)
                   3668: 
                   3669: 2016-11-23  moko
                   3670: 
                   3671:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   3672:          main/pa_request.C: @USE file now implemented as ^use[file;
                   3673:          $.origin[origin_file] ] (implements feature #1074)
                   3674: 
1.109     moko     3675: 2016-11-21  moko
                   3676: 
1.110     moko     3677:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   3678:          3.4.4 and $caller.method now tested (related to feature #1110)
                   3679: 
                   3680:        * tests/: 364.html, results/364.processed: $caller usage in
                   3681:          different contexts now tested (related to feature #1110)
                   3682: 
                   3683:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   3684: 
                   3685:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   3686: 
1.109     moko     3687:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   3688:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   3689:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   3690:          used (implements feature #1110)
                   3691: 
                   3692: 2016-11-20  moko
                   3693: 
                   3694:        * src/types/pa_vdouble.h: whitespace
                   3695: 
                   3696: 2016-11-11  moko
                   3697: 
                   3698:        * tests/: 363.html, results/363.processed: more tests for feature
                   3699:          #1091 (how parser methods work in expression context)
                   3700: 
                   3701:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   3702:          expressions strings are now written as strings, not values by
                   3703:          write_as_string (related to feature #1091)
                   3704: 
                   3705:        * src/classes/op.C: to make more correct behavour in expression
                   3706:          context
                   3707: 
                   3708: 2016-11-07  moko
                   3709: 
                   3710:        * tests/: 362.html, results/362.processed: test for
                   3711:          xsltParseStylesheetDoc caching as xsl modification after it added
                   3712:          (related to bug #1108)
                   3713: 
                   3714:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   3715:          result now cached as xdoc is modified after it (fixes bug #1108)
                   3716: 
                   3717: 2016-11-06  moko
                   3718: 
                   3719:        * src/types/pa_vxdoc.h: whitespace
                   3720: 
                   3721: 2016-11-05  moko
                   3722: 
                   3723:        * src/types/pa_vmethod_frame.h: cleanup
                   3724: 
                   3725: 2016-11-03  moko
                   3726: 
                   3727:        * tests/results/244.processed: more correct exception after method
                   3728:          frames separation
                   3729: 
                   3730:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   3731: 
                   3732:        * src/types/pa_method.h: optimization: params_count added
                   3733: 
                   3734:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   3735:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   3736:          types/pa_value.C, types/pa_vmethod_frame.C,
                   3737:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   3738:          VMethodFrame now divided into VNativeMethodFrame,
                   3739:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   3740:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   3741:          and used (related to feature #1104)
                   3742: 
                   3743: 2016-11-02  moko
                   3744: 
                   3745:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   3746:          classes/double.C, classes/file.C, classes/hash.C,
                   3747:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3748:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3749:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   3750:          classes/regex.C, classes/string.C, classes/table.C,
                   3751:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   3752:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   3753:          r.write (implements feature #1091)
                   3754: 
                   3755:        * src/main/execute.C: cleanup (related to feature #1104)
                   3756: 
                   3757:        * src/: include/pa_request.h, main/execute.C,
                   3758:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   3759:          added, in_expression removed (implements feature #1104)
                   3760: 
                   3761: 2016-10-31  moko
                   3762: 
                   3763:        * src/types/pa_value.C: whitespace
                   3764: 
                   3765: 2016-10-28  moko
                   3766: 
                   3767:        * tests/results/244.processed: updated after error reporting fixed
                   3768:          in pa_wcontext.C
                   3769: 
                   3770:        * src/types/pa_wcontext.C: error reporting fixed
                   3771: 
                   3772:        * src/types/pa_wcontext.h: whitespace
                   3773: 
                   3774:        * src/classes/image.C: not fully readed entries are no longer
                   3775:          processed (fixes bug #1106)
                   3776: 
                   3777: 2016-10-26  moko
                   3778: 
                   3779:        * src/classes/image.C: whitespace
                   3780: 
                   3781:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   3782:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   3783:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   3784:          longer required (related to feature #1091)
                   3785: 
                   3786:        * tests/results/: 264.processed, 350.processed: test results update
                   3787:          reverted (whitespace optimization) after write_no_lang removed :)
                   3788:          (related to feature #1091)
                   3789: 
                   3790:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   3791:          classes/string.C, classes/table.C, classes/void.C,
                   3792:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   3793:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   3794:          equal write_pass_lang (related to feature #1091)
                   3795: 
                   3796:        * tests/results/: 264.processed, 350.processed: test results
                   3797:          updated (whitespace optimization) after write_assign_lang removed
                   3798:          (related to feature #1091)
                   3799: 
                   3800:        * tests/: 361.html, results/361.processed: test for non-string
                   3801:          ^untaint added (related to feature #1091)
                   3802: 
                   3803:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   3804:          classes/hash.C, classes/op.C, classes/string.C,
                   3805:          include/pa_request.h, main/execute.C: optimization:
                   3806:          write_assign_lang removed as not required (first part of feature
                   3807:          #1091 implementation)
                   3808: 
1.108     moko     3809: 2016-10-12  moko
                   3810: 
                   3811:        * tests/: 360.html, results/360.processed: more test code (related
                   3812:          to feature #1104)
                   3813: 
                   3814:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   3815:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   3816:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   3817:          WContext is next task (implements feature #1104)
                   3818: 
                   3819:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   3820:          / CO_WITHOUT_WCONTEXT
                   3821: 
                   3822:        * tests/: 360.html, results/360.processed: test for in expression
                   3823:          state (related to feature #1104)
                   3824: 
                   3825: 2016-10-11  moko
                   3826: 
                   3827:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   3828: 
                   3829:        * src/classes/op.C: default value removed from initializer
                   3830: 
                   3831:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   3832: 
                   3833:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   3834: 
                   3835: 2016-10-10  moko
                   3836: 
                   3837:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   3838:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   3839:          to feature #42)
                   3840: 
                   3841:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   3842:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   3843: 
                   3844: 2016-10-08  moko
                   3845: 
                   3846:        * src/classes/double.C: whitespace
                   3847: 
                   3848: 2016-10-07  moko
                   3849: 
                   3850:        * src/types/pa_vmethod_frame.h: reorder
                   3851: 
                   3852: 2016-10-06  moko
                   3853: 
                   3854:        * src/classes/date.C: typo
                   3855: 
                   3856:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   3857: 
                   3858:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   3859:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   3860:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   3861:          Value*
                   3862: 
                   3863:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   3864: 
                   3865:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   3866:          removed; first as_* code rewrite
                   3867: 
                   3868: 2016-10-05  moko
                   3869: 
                   3870:        * src/include/pa_request.h: whitespace
                   3871: 
                   3872:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   3873:          intercept_string added (related to feature #1097)
                   3874: 
                   3875:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   3876:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   3877:          optimization: intercept_string removed (implements feature #1097)
                   3878: 
                   3879:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   3880: 
                   3881:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   3882:          from VCodeFrame and WWrapper as not required
                   3883: 
                   3884: 2016-10-04  moko
                   3885: 
                   3886:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   3887:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   3888:          classes/int.C, classes/json.C, classes/op.C,
                   3889:          classes/reflection.C, classes/string.C, classes/table.C,
                   3890:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   3891:          proces_to_value -> process after StringOrValue removed (related
                   3892:          to feature #1020)
                   3893: 
                   3894:        * src/classes/form.C: whitespace
                   3895: 
                   3896:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   3897: 
                   3898:        * tests/: 357.html, 358.html, results/357.processed,
                   3899:          results/358.processed, results/auto.p: test for @conf
                   3900:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   3901: 
                   3902: 2016-10-03  moko
                   3903: 
                   3904:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   3905:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   3906:          supported (implements feature #42)
                   3907: 
                   3908:        * src/types/pa_vregex.h: no reason for VRegex to be
                   3909:          is_evaluated_expr
                   3910: 
                   3911:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   3912:          (implements feature #1095)
                   3913: 
                   3914: 2016-10-01  moko
                   3915: 
                   3916:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   3917:          false by default (related to feature #1089)
                   3918: 
                   3919: 2016-09-30  moko
                   3920: 
                   3921:        * src/types/pa_wcontext.h: cleanup
                   3922: 
                   3923: 2016-09-29  moko
                   3924: 
                   3925:        * src/main/execute.C: whitespace
                   3926: 
                   3927:        * src/include/pa_request.h: whitespace
                   3928: 
                   3929:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   3930:          classes/op.C, classes/table.C, include/pa_request.h,
                   3931:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   3932:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   3933:          StringOrValue removed as it just slows down and adds complexity
                   3934:          (implements feature #1020)
                   3935: 
                   3936: 2016-09-28  moko
                   3937: 
                   3938:        * tests/: 356.html, results/266.processed, results/321.processed,
                   3939:          results/356.processed: tests updated after name was added to
                   3940:          method_info hash, test for ^reflection:method_info[junction]
                   3941:          added (related to feature #1068)
                   3942: 
                   3943:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   3944:          supported, method name added to the resulting hash (implements
                   3945:          feature #1068)
                   3946: 
                   3947:        * tests/: 276.html, results/276.processed: more tests for
                   3948:          ^reflection:delete[]
                   3949: 
                   3950:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   3951:          didn't work on class and could damage native objects (like file)
                   3952: 
                   3953: 2016-09-26  moko
                   3954: 
                   3955:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   3956:          results/345.processed, results/346-curl.processed,
                   3957:          results/347-curl.processed, results/348.processed: numbers added
                   3958:          to simplify diff analysis
                   3959: 
                   3960:        * tests/: 352.html, results/352.processed: test result updated as
                   3961:          method name used
                   3962: 
                   3963:        * src/classes/reflection.C: method name used
                   3964: 
                   3965:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   3966:          its name
                   3967: 
                   3968:        * src/types/pa_method.h: whitespace
                   3969: 
                   3970:        * src/classes/reflection.C: both method and field with one name can
                   3971:          exist.
                   3972: 
                   3973:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   3974:          feature #1089)
                   3975: 
                   3976:        * tests/: 355.html, results/355.processed: property appears in
                   3977:          derived class if added in base test added
                   3978: 
                   3979:        * src/types/pa_vstateless_class.h: get_method declaration +
                   3980:          whitespace
                   3981: 
                   3982:        * tests/: 354.html, results/354.processed: nice test from method
                   3983:          and property with one name in class added
                   3984: 
                   3985: 2016-09-23  moko
                   3986: 
                   3987:        * src/classes/reflection.C: ^reflection:method usage documented
                   3988: 
                   3989: 2016-09-22  moko
                   3990: 
                   3991:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   3992:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   3993:          compile warning and GPF occures on VS2003 (related to feature
                   3994:          #1087)
                   3995: 
                   3996:        * tests/: 350.html, results/350.processed: test added for
                   3997:          $.encloser[] support in ^table::create (related to feature #11)
                   3998: 
                   3999:        * src/classes/table.C: another minor fix (related to feature #11)
                   4000: 
1.107     moko     4001: 2016-09-21  moko
                   4002: 
                   4003:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   4004: 
                   4005:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   4006:          classes/json.C, classes/string.C, classes/table.C,
                   4007:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4008:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4009:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   4010:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   4011:          pa_charsets, vs2015 warning war
                   4012: 
                   4013:        * src/classes/table.C: vs2015 warning war
                   4014: 
                   4015:        * src/types/pa_vdate.C: vs2015 warning war
                   4016: 
                   4017:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   4018: 
                   4019:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   4020:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   4021: 
                   4022:        * src/main/pa_common.C: vs2015 compilation fixes
                   4023: 
                   4024:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   4025:          vs2015 compilation fixes
                   4026: 
                   4027:        * src/main/pa_charset.C: vs2015 warning war
                   4028: 
                   4029:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   4030: 
                   4031:        * src/main/pa_charset.C: vs2015 warning war
                   4032: 
                   4033:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   4034: 
                   4035:        * src/types/pa_vdate.C: vs2015 compilation fix
                   4036: 
                   4037:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   4038: 
                   4039:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   4040:          VS2015 compilation fixes
                   4041: 
                   4042:        * src/classes/table.C: minor fix (related to feature #11)
                   4043: 
                   4044:        * tests/results/282.processed: no longer skipping extra enclosers
                   4045:          (related to feature #11)
                   4046: 
                   4047:        * src/classes/table.C: minor fix + no longer skipping extra
                   4048:          enclosers (related to feature #11)
                   4049: 
                   4050:        * src/classes/table.C: minor optimization (related to feature #11)
                   4051: 
                   4052:        * src/classes/table.C: minor fix and optimization (related to
                   4053:          feature #11)
                   4054: 
                   4055: 2016-09-20  moko
                   4056: 
                   4057:        * tests/: 353.html, results/353.processed: test for
                   4058:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   4059:          added (related to bug #1090)
                   4060: 
                   4061:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   4062:          one_big_piece (fixes bug #1090)
                   4063: 
                   4064:        * tests/: 229.html, results/229.processed: code coverage tests
                   4065: 
                   4066:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   4067:          body) was called
                   4068: 
                   4069:        * src/classes/op.C: whitespace
                   4070: 
                   4071:        * tests/: 323.html, results/323.processed: test for code junction
                   4072:          should not be returned by ^reflection:class, ^reflection:base
                   4073: 
                   4074:        * src/classes/reflection.C: bugfix: code junction should not be
                   4075:          returned by ^reflection:class, ^reflection:base
                   4076: 
                   4077:        * tests/: 323.html, 352.html, results/352.processed: no more
                   4078:          exception for ^reflection:method[class;no-such-method] (related
                   4079:          to feature #1087)
                   4080: 
                   4081:        * src/classes/reflection.C:
                   4082:          ^reflection:method[class;no-such-method] : exception -> void
                   4083:          (related to feature #1087)
                   4084: 
                   4085:        * src/include/pa_request.h: request::write_value added to allow
                   4086:          write value without convertion (related to issue #1091)
                   4087: 
                   4088: 2016-09-19  moko
                   4089: 
                   4090:        * src/main/pa_random.C: windows build fix
                   4091: 
                   4092:        * src/types/pa_vhash.h: warning war
                   4093: 
                   4094: 2016-09-14  moko
                   4095: 
                   4096:        * tests/: 352.html, 552.html, results/352.processed,
                   4097:          results/552.processed: test for ^reflection:method[] extension
                   4098:          added (related to feature #1087)
                   4099: 
                   4100:        * tests/: 552.html, results/552.processed: test for
                   4101:          ^reflection:method[] extension added (related to feature #1087)
                   4102: 
                   4103:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   4104:          dynamic_cast check added (related to feature #1087)
                   4105: 
                   4106:        * tests/: 351.html, results/351.processed: test for @auto[]
                   4107:          inheritance bug diring ^process[] added (related to bug #1088)
                   4108: 
                   4109:        * src/: classes/op.C, main/pa_request.C,
                   4110:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   4111:          disable it inheritance during ^process (fixes bug #1088)
                   4112: 
                   4113:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   4114:          added (implements feature #1087)
                   4115: 
                   4116: 2016-09-13  moko
                   4117: 
                   4118:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   4119:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   4120:          to feature #1086)
                   4121: 
                   4122:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   4123:          types/pa_vobject.C: objects now are not class instances, but have
                   4124:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   4125:          in @conf (implements feature #1086)
                   4126: 
                   4127: 2016-09-08  moko
                   4128: 
                   4129:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   4130:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   4131:          include/pa_string.h: cleanup: string::split limit argument
                   4132:          removed as no longer required, pos_after no longer reference
                   4133:          (related to feature #11)
                   4134: 
                   4135:        * src/classes/table.C, tests/results/348.processed: now exception
                   4136:          is rised when invalid option is passed to ^table::create[]
                   4137: 
                   4138:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   4139:          coverage tests
                   4140: 
                   4141:        * tests/: 348.html, results/348.processed: code coverage tests
                   4142:          added
                   4143: 
                   4144:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   4145:          tests
                   4146: 
                   4147:        * tests/: 035.html, results/035.processed, results/272.processed:
                   4148:          tests updated after $.encloser[] support for ^table::create
                   4149:          implementation (related to feature #11)
                   4150: 
                   4151:        * src/classes/table.C: $.encloser[] support for ^table::create
                   4152:          finally added (implements feature #11)
                   4153: 
                   4154: 2016-09-07  moko
                   4155: 
                   4156:        * src/include/pa_string.h: added StringSplitHelper as friend
                   4157:          (related to feature #11)
                   4158: 
                   4159:        * src/include/pa_string.h: body and langs now protected, not
                   4160:          private to allow inheritance (related to feature #11)
                   4161: 
                   4162:        * src/classes/table.C: lsplit optimized before cloning for
                   4163:          ^table::create with $.encloser[] (related to feature #11)
                   4164: 
                   4165:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   4166:          added and used (related to feature #11)
                   4167: 
                   4168:        * src/classes/table.C: spelling:
                   4169: 
                   4170:          TableSeparators -> TableControlChars column -> separator
                   4171:          separators -> control_chars
                   4172: 
                   4173: 2016-09-06  moko
                   4174: 
                   4175:        * src/main/pa_string.C: whitespace
                   4176: 
                   4177:        * src/main/pa_string.C: whitespace
                   4178: 
                   4179: 2016-09-01  moko
                   4180: 
                   4181:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   4182:          results OS-independent
                   4183: 
                   4184:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   4185:          compiler (related to feature #1042)
                   4186: 
                   4187: 2016-08-15  moko
                   4188: 
                   4189:        * src/include/pa_string.h: whitespace
                   4190: 
                   4191:        * src/classes/table.C: whitespace
                   4192: 
1.106     moko     4193: 2016-08-05  moko
                   4194: 
                   4195:        * tests/: 344.html, results/344.processed: test for
                   4196:          ^hash::create[$file] added (related to feature #1075)
                   4197: 
                   4198:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   4199:          supported (implements feature #1075)
                   4200: 
                   4201: 2016-08-04  moko
                   4202: 
                   4203:        * tests/: 341.html, results/341.processed: more code coverage tests
                   4204: 
                   4205:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4206:          coverage tests for curl
                   4207: 
                   4208:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   4209:          coverage tests for curl
                   4210: 
                   4211:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   4212:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   4213:          test added
                   4214: 
                   4215:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   4216:          coverage tests for curl
                   4217: 
                   4218: 2016-08-03  moko
                   4219: 
                   4220:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   4221:          until it will be loaded, allowing to find existing library.
                   4222: 
                   4223:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   4224:          results/347-curl.processed: more code coverage tests for curl
                   4225: 
                   4226:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   4227:          results/339-curl.processed, results/346-curl.processed: curl
                   4228:          functionality tests
                   4229: 
                   4230: 2016-08-02  moko
                   4231: 
                   4232:        * tests/: 339.html, results/339.processed: test for tables in
                   4233:          ^file:load[] and ^curl:load[] (commented) added (related to
                   4234:          feature #1042)
                   4235: 
                   4236:        * tests/: 345.html, results/345.processed: code coverage tests for
                   4237:          file class
                   4238: 
                   4239:        * tests/: 344.html, results/344.processed: code coverage tests
                   4240: 
                   4241:        * tests/: 344.html, results/344.processed: mdate removed from
                   4242:          output
                   4243: 
                   4244:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   4245:          fcontent.is_text_mode() if not set (related to feature #1061)
                   4246: 
                   4247:        * tests/: 344.html, results/344.processed: more tests
                   4248: 
                   4249:        * tests/: 343.html, 344.html, results/343.processed,
                   4250:          results/344.processed: tests for ^file::create[ $.from-charset
                   4251:          and $.to-charset ] (related to feature #1061)
                   4252: 
                   4253:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4254:          aset_text_mode argument optimized
                   4255: 
                   4256:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4257:          checkBOM now used in detect_binary_content (related to feature
                   4258:          #1061)
                   4259: 
                   4260:        * src/main/pa_request.C: load_charset no longer required to_upper
                   4261: 
                   4262:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   4263:          preserves original file mode (if no $.mode specified)
                   4264: 
                   4265:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   4266:          ^file::create now supports $.from-charset[] and $.to-charset
                   4267:          options (implements feature #1061), automatic transcode is done
                   4268:          if text file is created from binary file and charset is detected.
                   4269: 
                   4270: 2016-07-30  moko
                   4271: 
                   4272:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   4273:          feature #1057)
                   4274: 
                   4275:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   4276:          added (related to feature #1057)
                   4277: 
                   4278:        * tests/: 286.html, results/286.processed: code tests coverage
                   4279: 
                   4280: 2016-07-29  moko
                   4281: 
                   4282:        * src/classes/table.C: table size should be checked inside menu and
                   4283:          foreach (related to feature #858)
                   4284: 
                   4285:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   4286:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   4287:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   4288:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   4289:          charsets.get now does str_upper inside (related to feature #1061)
                   4290: 
                   4291:        * tests/: 342.html, results/342.processed: more code coverage tests
                   4292: 
                   4293:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   4294:          + foreach test added (related to feature #858)
                   4295: 
                   4296:        * tests/: 341.html, results/341.processed: tests for
                   4297:          ^table.hash[]{code} added + code coverage tests (related to
                   4298:          feature #1057)
                   4299: 
                   4300:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   4301:          value} support (implements feature #1057)
                   4302: 
                   4303:        * src/classes/table.C: whitespace
                   4304: 
                   4305: 2016-07-28  moko
                   4306: 
                   4307:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   4308:          from URL, if not specified query string removed from url-based
                   4309:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   4310:          #1042)
                   4311: 
                   4312: 2016-07-27  moko
                   4313: 
                   4314:        * tests/: 340.html, results/340.processed: test for
                   4315:          transcode_text_result=false added (related to issue #1042)
                   4316: 
                   4317: 2016-07-26  moko
                   4318: 
                   4319:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   4320:          is folder and ends with /) (related to feature #1042)
                   4321: 
                   4322:        * src/main/pa_http.C: whitespace optimizaion
                   4323: 
                   4324:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   4325:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   4326:          multiple headers, ^file::load supports headers transcoding
                   4327:          (implements feature #1042)
                   4328: 
                   4329: 2016-07-25  moko
                   4330: 
                   4331:        * src/include/pa_common.h: PA_DEFAULT added
                   4332: 
                   4333: 2016-07-22  moko
                   4334: 
                   4335:        * tests/: 338.html, results/338.processed: test for
                   4336:          $date.field(value) added (related to feature #1066)
                   4337: 
                   4338:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4339:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   4340:          feature #1066)
                   4341: 
1.105     moko     4342: 2016-07-21  moko
                   4343: 
                   4344:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   4345:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   4346:          arguments removed; image.C - absolute path shown in exception
                   4347:          (implements feature #1071)
                   4348: 
                   4349:        * tests/: 235.html, results/235.processed: test and test result
                   4350:          updated after static boundary in mail and Errors-To: mail header
                   4351:          removed (related to feature #1047)
                   4352: 
                   4353:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   4354:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   4355:          used, static boundary in mail removed, Errors-To: mail header
                   4356:          removed (implements feature #1047)
                   4357: 
                   4358: 2016-07-20  moko
                   4359: 
                   4360:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   4361:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   4362:          issue #1051)
                   4363: 
                   4364:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   4365:          request.classes(): Value -> VStateless_class, part 2 (related to
                   4366:          issue #1051)
                   4367: 
                   4368:        * tests/results/: 224.processed, 323.processed: classes without
                   4369:          methods should not be methoded (related to issue #1051)
                   4370: 
                   4371:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   4372:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   4373:          -> VStateless_class, part 1 (related to issue #1051)
                   4374: 
                   4375:        * tests/: 337.html, results/337.processed: test for
                   4376:          ^reflection:fields_reference[] and VHashReference class added
                   4377:          (related to feature #1072)
                   4378: 
                   4379:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   4380:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   4381:          and VHashReference added, allowing ^reflection:fields_reference[]
                   4382:          implementation (closes feature #1072)
                   4383: 
                   4384: 2016-07-19  moko
                   4385: 
                   4386:        * tests/: 323.html, results/323.processed: we want to see
                   4387:          "methoded"
                   4388: 
                   4389:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   4390:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   4391:          #1059)
                   4392: 
                   4393:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   4394:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   4395:          somebody_entered_some_class, $BASE:property works again,
                   4396:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   4397: 
                   4398: 2016-07-14  moko
                   4399: 
                   4400:        * tests/: 335.html, results/335.processed: test for feature #1055
                   4401:          added
                   4402: 
                   4403:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   4404:          feature: ^hash.contains[_default] added (implements feature
                   4405:          #1055)
                   4406: 
                   4407: 2016-07-13  moko
                   4408: 
                   4409:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   4410:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   4411: 
                   4412: 2016-07-05  moko
                   4413: 
                   4414:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   4415:          in ^hash.foreach (related to feature #1073)
                   4416: 
                   4417: 2016-07-04  moko
                   4418: 
                   4419:        * tests/: 134.html, 281.html, results/134.processed,
                   4420:          results/281.processed: tests updated after hash blocking removed
                   4421:          (related to feature #1073)
                   4422: 
                   4423:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   4424:          no longer blocks on change during foreach (implements feature
                   4425:          #1073)
                   4426: 
                   4427: 2016-06-17  moko
                   4428: 
                   4429:        * tests/: 330.html, results/330.processed: try exception source
                   4430:          test added (related to bug in #1062)
                   4431: 
                   4432:        * tests/: 334.html, results/334.processed: Exception stack trace
                   4433:          test added (related to bug in $1062)
                   4434: 
                   4435:        * src/classes/op.C: Exception trace now correctly restored and
                   4436:          errors reported (related to bug #1062)
                   4437: 
1.104     moko     4438: 2016-05-25  moko
                   4439: 
                   4440:        * src/main/compile.y: minor cleanup + beauty
                   4441: 
                   4442: 2016-05-24  moko
                   4443: 
                   4444:        * tests/: 333.html, results/333.processed: more exceptions testing
                   4445: 
                   4446:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   4447:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   4448:          features #1056, #1026)
                   4449: 
                   4450:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   4451:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   4452:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   4453:          (implements feature #1056)
                   4454: 
                   4455:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4456:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   4457:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   4458:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   4459:          feature #1026)
                   4460: 
                   4461:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   4462:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   4463:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   4464:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   4465:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   4466:          feature #1026)
                   4467: 
                   4468:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   4469:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   4470:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   4471:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   4472: 
                   4473:        * src/main/main.vcproj: + ps_symbols
                   4474: 
                   4475:        * src/: include/Makefile.am, include/pa_string.h,
                   4476:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   4477:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   4478:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4479:          types/pa_vstateless_class.C: initial implementation for symbols
                   4480:          cache (related to feature #1026)
                   4481: 
                   4482:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   4483: 
                   4484:        * src/main/pa_globals.C: minor cleanup
                   4485: 
                   4486: 2016-05-19  moko
                   4487: 
                   4488:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   4489:          (related to feature #1046)
                   4490: 
                   4491:        * tests/: 331.html, results/331.processed: test for
                   4492:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   4493:          (related to feature #1051)
                   4494: 
                   4495:        * src/main/compile.y:
                   4496:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   4497:          (implements feature #1054)
                   4498: 
                   4499: 2016-05-18  moko
                   4500: 
                   4501:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   4502:          "column not found" exception for ^table.no-such-method[] (related
                   4503:          to feature #1046)
                   4504: 
                   4505:        * tests/: 261.html, results/261.processed: test added and updated
                   4506:          after feature #1046 implementation
                   4507: 
                   4508:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   4509:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   4510:          ^string.contains added for hash compatibility, $string.method no
                   4511:          longer returns stting method (implements feature #1046)
                   4512: 
                   4513: 2016-05-12  moko
                   4514: 
                   4515:        * src/classes/curl.C: content-type response header no longer
                   4516:          ignored (fixes issue #1045)
                   4517: 
                   4518:        * tests/: 330.html, results/330.processed: test for incomplete
                   4519:          finally execution when break occures added (related to issue
                   4520:          #1077)
                   4521: 
                   4522:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   4523:          executing catch and finally code (fixes issue #1062)
                   4524: 
                   4525: 2016-05-11  moko
                   4526: 
                   4527:        * tests/: 329.html, results/329.processed: test for invalid
                   4528:          ^break[] behavour added (bug #1077)
                   4529: 
                   4530:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   4531: 
                   4532: 2016-04-24  moko
                   4533: 
                   4534:        * src/types/pa_vstateless_class.h: warning war
                   4535: 
                   4536: 2016-04-17  moko
                   4537: 
                   4538:        * tests/: 328.html, results/328.processed: test for
                   4539:          ^break(condition) and ^continue(condition) (related to feature
                   4540:          #1063)
                   4541: 
                   4542:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   4543:          implemented (feature #1063)
                   4544: 
                   4545: 2016-04-12  moko
                   4546: 
                   4547:        * tests/results/280.processed: ordered hash now used for class
                   4548:          methods and properties (test results updated for feature #1069)
                   4549: 
                   4550:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   4551:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   4552:          failed (related to issue #1051)
                   4553: 
                   4554:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   4555:          are printed to check inheritance (related to feature #1051)
                   4556: 
1.103     moko     4557: 2016-04-09  moko
                   4558: 
                   4559:        * tests/results/320.processed: ordered hash now used for class
                   4560:          methods and properties (test results updated for feature #1069)
                   4561: 
                   4562:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   4563:          methods and properties (implements feature #1069)
                   4564: 
                   4565:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   4566:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   4567:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   4568:          feature #1051)
                   4569: 
                   4570: 2016-04-07  moko
                   4571: 
                   4572:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   4573:          (related to feature #1051)
                   4574: 
                   4575:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   4576:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   4577:          string constants deduplication (related to feature #1051)
                   4578: 
                   4579:        * tests/results/224.processed: test result updated (related to
                   4580:          feature #1051)
                   4581: 
                   4582:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   4583:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   4584:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   4585:          types/pa_vstatus.h: classes hash now contains only
                   4586:          VStateless_class derived objects, .CLASS is also allways
                   4587:          VStateless_class derived object (related to feature #1051).
                   4588: 
                   4589: 2016-04-06  moko
                   4590: 
                   4591:        * tests/results/323.processed: test result updated after feature
                   4592:          #1051 implementation
                   4593: 
                   4594:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   4595:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   4596:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   4597:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   4598:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4599:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   4600:          classes, type() moved from VStateless_class to VClass and
                   4601:          Methoded (implements feature #1051)
                   4602: 
                   4603: 2016-04-04  moko
                   4604: 
                   4605:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   4606:          beauty: put_class added (related to feature #1051)
                   4607: 
                   4608: 2016-04-01  moko
                   4609: 
                   4610:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   4611:          229.processed, 244.processed, 246.processed, 316.processed: test
                   4612:          results updated as class.type() removed from error messages, only
                   4613:          type() left (related to feature #1051)
                   4614: 
                   4615:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   4616:          classes/op.C, classes/reflection.C, main/compile.y,
                   4617:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   4618:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   4619:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   4620:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   4621:          from VStateless_class, type() is used instead (related to feature
                   4622:          #1051)
                   4623: 
                   4624:        * src/classes/mail.C: old logic restored.
                   4625: 
                   4626:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   4627:          classes/classes.h, classes/curl.C, classes/date.C,
                   4628:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   4629:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   4630:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   4631:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   4632:          classes/regex.C, classes/response.C, classes/string.C,
                   4633:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   4634:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   4635:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   4636:          feature #1051)
                   4637: 
                   4638: 2016-03-30  moko
                   4639: 
                   4640:        * tests/: 327.html, results/224.processed, results/327.processed:
                   4641:          test for TZ specification in ^date::create[], TZ is kept during
                   4642:          ^date::create[$dt] (related to feature #1048)
                   4643: 
                   4644:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   4645:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   4646:          feature #1048)
                   4647: 
                   4648: 2016-03-29  moko
                   4649: 
                   4650:        * tests/: 315.html, results/315.processed: test for timezone format
                   4651:          +HHmm added (related to feature #1065)
                   4652: 
                   4653:        * src/classes/date.C: timezone format +HHmm now supported
                   4654:          (implements feature #1065)
                   4655: 
                   4656: 2016-03-28  moko
                   4657: 
                   4658:        * tests/: 202.html, results/131.processed, results/202.processed,
                   4659:          results/224.processed, results/256.processed,
                   4660:          results/315.processed: test results updated after %.2d now
                   4661:          default for hours offset in iso-string (was %2d), test for
                   4662:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4663:          added (related to feature #1065)
                   4664: 
                   4665: 2016-03-27  moko
                   4666: 
                   4667:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   4668:          feature #1065)
                   4669: 
                   4670:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   4671:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   4672:          added (implements feature #1065)
                   4673: 
                   4674: 2016-03-24  moko
                   4675: 
                   4676:        * tests/: 202.html, results/202.processed: test $date.week added
                   4677:          (related to bug #1067)
                   4678: 
                   4679:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   4680:          date (fix for bug #1067)
                   4681: 
                   4682: 2016-03-10  moko
                   4683: 
                   4684:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   4685: 
1.102     moko     4686: 2015-12-07  moko
                   4687: 
                   4688:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   4689:          .CLASS_NAME optimization added (related to feature #844)
                   4690: 
                   4691: 2015-11-17  moko
                   4692: 
                   4693:        * tests/: 323.html, results/323.processed: order added
                   4694: 
                   4695:        * tests/: 325.html, results/325.processed: double range test added
                   4696:          (related to bug #1049)
                   4697: 
                   4698: 2015-11-16  moko
                   4699: 
                   4700:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   4701:          added to disallow NaN and Infinity (fixes bug #1049)
                   4702: 
                   4703: 2015-11-11  moko
                   4704: 
                   4705:        * tests/324.html: parser 3.4.3 execution support added (related to
                   4706:          feature #1017)
                   4707: 
                   4708:        * tests/: 324.html, results/324.processed: test for
                   4709:          GET_ELEMENT4CALL feature added (feature #1017)
                   4710: 
1.101     moko     4711: 2015-10-29  moko
                   4712: 
                   4713:        * operators.txt: updated for 3.4.4
                   4714: 
                   4715:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   4716: 
                   4717:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   4718:          (related to bug #1043)
                   4719: 
                   4720: 2015-10-28  moko
                   4721: 
                   4722:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   4723:          hangup during ^file::exec (fixes bug #1043)
                   4724: 
1.100     moko     4725: 2015-10-27  moko
                   4726: 
                   4727:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   4728: 
1.99      moko     4729: 2015-10-26  moko
                   4730: 
1.100     moko     4731:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   4732:          (related to issue #1041)
                   4733: 
                   4734:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   4735:          Copyright year updated
                   4736: 
1.99      moko     4737:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   4738:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   4739:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   4740:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   4741:          classes/mail.C, classes/math.C, classes/memcached.C,
                   4742:          classes/memory.C, classes/op.C, classes/reflection.C,
                   4743:          classes/regex.C, classes/response.C, classes/string.C,
                   4744:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   4745:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   4746:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   4747:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   4748:          include/pa_dictionary.h, include/pa_dir.h,
                   4749:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   4750:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   4751:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   4752:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   4753:          include/pa_request_charsets.h, include/pa_request_info.h,
                   4754:          include/pa_sapi.h, include/pa_socks.h,
                   4755:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   4756:          include/pa_stack.h, include/pa_string.h,
                   4757:          include/pa_stylesheet_connection.h,
                   4758:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   4759:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   4760:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   4761:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   4762:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   4763:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   4764:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   4765:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   4766:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   4767:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   4768:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   4769:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   4770:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   4771:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   4772:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   4773:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   4774:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   4775:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   4776:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   4777:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   4778:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   4779:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   4780:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   4781:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   4782:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   4783:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   4784:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   4785:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   4786:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   4787:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   4788:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   4789:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   4790:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   4791:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   4792:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   4793:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   4794:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   4795:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   4796:          types/pa_vresponse.C, types/pa_vresponse.h,
                   4797:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   4798:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   4799:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   4800:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   4801:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4802:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   4803:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   4804: 
                   4805:        * src/targets/cgi/parser3.C: year updated
                   4806: 
                   4807:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   4808:          issue #1041)
                   4809: 
                   4810:        * tests/: 323.html, results/323.processed: test for base classes
                   4811:          added
                   4812: 
                   4813:        * tests/: 261.html, results/261.processed: updated after better
                   4814:          error reporting done for $string.key exception
                   4815: 
                   4816:        * src/types/pa_vstring.h: better error report for $string.key
                   4817:          exception
                   4818: 
                   4819:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   4820:          copied as VObject::get_element4call to remove extra virtual call
                   4821: 
                   4822:        * tests/: 322.html, results/322.processed: test for
                   4823:          ^reflection:is[] added (related to feature #1041)
                   4824: 
                   4825:        * src/classes/reflection.C: ^reflection:is empty value is void
                   4826:          (related to feature #1041)
                   4827: 
                   4828:        * src/classes/reflection.C:
                   4829:          ^reflection:is[class_name|code|method;[context;]element_name]
                   4830:          added (implements feature #1041)
                   4831: 
                   4832: 2015-10-24  moko
                   4833: 
                   4834:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   4835: 
1.98      moko     4836: 2015-10-22  moko
                   4837: 
                   4838:        * tests/: 321.html, results/321.processed: test for
                   4839:          ^reflection:method_info[] file detection added
                   4840: 
                   4841:        * tests/: 320.html, results/320.processed: test for
                   4842:          ^reflection:class_by_name[class_name] added (related to feature
                   4843:          #993)
                   4844: 
                   4845:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   4846:          added (implements feature #993)
                   4847: 
                   4848:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   4849:          (related to feature #1017)
                   4850: 
                   4851:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   4852:          added (related to issue #1039)
                   4853: 
                   4854:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   4855:          #1039)
                   4856: 
                   4857:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   4858:          for VDate
                   4859: 
                   4860:        * tests/results/182.processed: updated after feature #1038
                   4861:          implemented
                   4862: 
                   4863:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   4864:          compile-time exception origin added (test for feature #1039)
                   4865: 
                   4866:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   4867:          main/pa_request.C: exception unification: compile-time exceptions
                   4868:          now have origin, @USE origins also tracked (implements feature
                   4869:          #1039)
                   4870: 
                   4871: 2015-10-20  moko
                   4872: 
                   4873:        * src/main/pa_request.C: cleanup
                   4874: 
                   4875: 2015-10-15  moko
                   4876: 
                   4877:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   4878: 
                   4879:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   4880:          types/pa_vtable.C: new feature: no more $table.method and
                   4881:          $hash.method, aliases for _at, _count, _key (related to feature
                   4882:          #1017)
                   4883: 
1.97      moko     4884: 2015-10-14  moko
                   4885: 
1.98      moko     4886:        * tests/: 317.html, results/317.processed: test for
                   4887:          ^string.unescape[] added (related to feature #120)
                   4888: 
1.97      moko     4889:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   4890:          defined" bug (described in issue #1036)
                   4891: 
                   4892:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   4893:          (test for bug #1037)
                   4894: 
                   4895:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   4896:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   4897:          it's not enforced, skips BOM signature if it complies charset
                   4898:          (fixes bug #1037)
                   4899: 
                   4900: 2015-10-13  moko
                   4901: 
                   4902:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   4903:          linking
                   4904: 
                   4905:        * src/classes/inet.C: vs2003 compilation fix
                   4906: 
                   4907:        * src/classes/math.C: warning war
                   4908: 
                   4909:        * src/lib/punycode/pa_punycode.c: warning war
                   4910: 
                   4911: 2015-10-12  moko
                   4912: 
                   4913:        * src/lib/punycode/pa_punycode.c: warning war
                   4914: 
                   4915:        * parser3.sln: moved parser3 first, to make it default startup
                   4916:          project
                   4917: 
                   4918:        * buildall: parser "mirror" now used for external libs sources
                   4919:          (implements feature #1036)
                   4920: 
                   4921:        * buildall: most external libs are updated to their current
                   4922:          versions (related to feature #1036)
                   4923: 
                   4924:        * src/classes/image.C: more tags added
                   4925: 
                   4926:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   4927: 
                   4928: 2015-10-11  moko
                   4929: 
                   4930:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   4931: 
                   4932: 2015-10-09  moko
                   4933: 
                   4934:        * src/classes/curl.C: pa_strdup added for strings from curl
                   4935:          (related to feature #1035)
                   4936: 
                   4937:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   4938:          ULLONG_MAX definition
                   4939: 
                   4940:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   4941:          (implements feature #1035)
                   4942: 
                   4943:        * src/main/pa_charset.C: String::Body(String::C) used
                   4944: 
                   4945:        * src/main/pa_charset.C: exceptions unified
                   4946: 
                   4947:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   4948:          unified
                   4949: 
                   4950:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   4951:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   4952:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   4953:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   4954:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   4955:          String::Body(String::C) constructor added (related to bug #957)
                   4956: 
                   4957:        * src/classes/file.C: minor optimization
                   4958: 
                   4959:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   4960:          Cord(char*) autocreation (related to bug #957)
                   4961: 
                   4962:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   4963: 
                   4964:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   4965:          String(char*, Lang, length) removed, String(C(), Lang) used
                   4966:          instead (related to bug #957)
                   4967: 
                   4968: 2015-10-08  moko
                   4969: 
                   4970:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   4971:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   4972:          main/untaint.C: Now char * is converted to CORD only using
                   4973:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   4974: 
                   4975:        * src/include/pa_hash.h: fixed compilation without
                   4976:          HASH_CODE_CACHING
                   4977: 
                   4978:        * src/classes/string.C:
                   4979:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   4980:          feature #120)
                   4981: 
                   4982:        * src/main/pa_common.C: reduce js flags checks count (related to
                   4983:          feature #120)
                   4984: 
1.96      moko     4985: 2015-10-07  moko
                   4986: 
                   4987:        * tests/: 275.html, results/275.processed: test modified after
                   4988:          unsigned long long int support implemented (feature #1034)
                   4989: 
                   4990:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   4991:          pa_atoul added for unsigned long long int support
                   4992: 
                   4993: 2015-10-06  moko
                   4994: 
                   4995:        * src/types/pa_vdate.C: INT_MAX used
                   4996: 
                   4997: 2015-10-03  moko
                   4998: 
                   4999:        * tests/: 302.html, results/302.processed: test for bug #1023
                   5000:          (\u2028, \u2029 escaping) added
                   5001: 
                   5002:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   5003:          json:string[] (fixes bug #1023)
                   5004: 
                   5005: 2015-09-29  moko
                   5006: 
                   5007:        * tests/305.html: try-catch added for OS without ipv6 support
                   5008: 
                   5009:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   5010:          compilation
                   5011: 
                   5012:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   5013:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   5014:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   5015:          implemented to distinguish ^hash.method from $hash.field
                   5016:          (implements feature #1017)
                   5017: 
                   5018:        * src/lib/punycode/pa_punycode.c: warning war
                   5019: 
                   5020:        * src/include/pa_config_includes.h: warning war
                   5021: 
                   5022:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   5023: 
                   5024:        * src/include/pa_config_includes.h: warning war
                   5025: 
                   5026:        * src/include/pa_hash.h: clang compilation fix
                   5027: 
                   5028: 2015-09-27  moko
                   5029: 
                   5030:        * src/main/compile.tab.C: Bison 3 is now default
                   5031: 
                   5032:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   5033: 
                   5034: 2015-09-25  moko
                   5035: 
                   5036:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   5037:          works with undefined HASH_ORDER (related to feature #196)
                   5038: 
                   5039: 2015-09-24  moko
                   5040: 
                   5041:        * tests/: 027.html, results/027.processed: test modified to test
                   5042:          ^hash.sort (feature #196)
                   5043: 
                   5044:        * src/: classes/hash.C, include/pa_hash.h:
                   5045:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   5046:          added (implements feature #196)
                   5047: 
                   5048:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   5049:          (exception handling in non-cached ^cache), plus for "it does not
                   5050:          have logical value" and "$exception.handled value must be either
                   5051:          boolean or string 'cache'" exceptions.
                   5052: 
                   5053:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   5054:          code (fixes bug #1025)
                   5055: 
1.95      moko     5056: 2015-09-23  moko
                   5057: 
                   5058:        * src/classes/table.C: warning war
                   5059: 
                   5060:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   5061: 
                   5062:        * src/classes/file.C: warning war
                   5063: 
                   5064:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   5065: 
                   5066:        * src/: main/pa_request.C, classes/date.C: warning war
                   5067: 
                   5068:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   5069: 
                   5070:        * tests/: 122.html, results/122.processed: win sync: to remove
                   5071:          differences with OS that doesn't keep timezone change history
                   5072: 
                   5073:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   5074:          TZ change (related to feature #36)
                   5075: 
                   5076:        * tests/: 075.html, results/075.processed: win sync: to remove
                   5077:          differences with OS that doesn't keep timezone change history
                   5078: 
                   5079:        * tests/: 315.html, results/315.processed: win sync: to remove
                   5080:          differences with OS that doesn't keep timezone change history
                   5081: 
                   5082:        * tests/: 256.html, results/256.processed: win sync: to remove
                   5083:          differences with OS that doesn't keep timezone change history
                   5084: 
                   5085:        * tests/: 124.html, results/124.processed: win results sync: to
                   5086:          avoid hitting time change hole.
                   5087: 
                   5088:        * src/types/pa_vdate.C: static returned. :)
                   5089: 
                   5090: 2015-09-22  moko
                   5091: 
                   5092:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   5093: 
                   5094:        * tests/results/131.processed: more tests for feature #1032
                   5095: 
                   5096:        * src/classes/date.C: minor fix related to feature #1032
                   5097: 
                   5098:        * operators.txt: ISO date creation documented (related to feature
                   5099:          #1032)
                   5100: 
                   5101:        * operators.txt: iso-string documented (related to feature #1032)
                   5102: 
                   5103:        * tests/: 315.html, results/315.processed: more tests added
                   5104:          (related to feature #1032)
                   5105: 
                   5106:        * tests/: 131.html, results/131.processed: date range checks
                   5107:          updated (related to feature #36)
                   5108: 
                   5109:        * tests/: 315.html, results/057.processed, results/315.processed:
                   5110:          test added for ISO date support (related to issue #315)
                   5111: 
                   5112:        * src/classes/date.C: more readable exceptions in date creation
                   5113:          (related to ticket #1032)
                   5114: 
                   5115: 2015-09-18  moko
                   5116: 
                   5117:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   5118:          added (related to issue #1032)
                   5119: 
                   5120:        * tests/results/256.processed, src/classes/json.C: iso-string
                   5121:          documented (related to issue #1032)
                   5122: 
                   5123:        * tests/: 256.html, results/256.processed: ISO date check added
                   5124:          (related to issue #1032)
                   5125: 
                   5126:        * tests/: 057.html, results/057.processed, results/224.processed:
                   5127:          tests results updated after ISO date support implemented (related
                   5128:          to feature #1032)
                   5129: 
                   5130:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   5131:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   5132:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   5133:          added (implements feature #1032)
                   5134: 
                   5135: 2015-09-05  moko
                   5136: 
                   5137:        * operators.txt: actualized
                   5138: 
                   5139:        * operators.txt: date changes documented (related to ticket #36)
                   5140: 
                   5141: 2015-09-04  moko
                   5142: 
                   5143:        * src/types/pa_vdate.C: warning war
                   5144: 
                   5145:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   5146: 
                   5147: 2015-09-03  moko
                   5148: 
                   5149:        * tests/results/096.processed: test result updated for 0..9999 year
                   5150:          date range support (related to feature #36)
                   5151: 
                   5152:        * tests/: 314.html, results/314.processed: test for
                   5153:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   5154:          bug #1031)
                   5155: 
                   5156:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   5157:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   5158: 
1.116     moko     5159:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   5160:          configure.in -> configure.ac
1.95      moko     5161: 
1.116     moko     5162:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   5163:          correct timezone check for FreeBSD Warning war: configure.in ->
                   5164:          configure.ac
1.95      moko     5165: 
                   5166:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     5167:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   5168:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   5169:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   5170:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   5171:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   5172:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     5173:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   5174:          check added
                   5175: 
                   5176:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   5177: 
                   5178:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   5179:          for new date implementation (related to feature #36)
                   5180: 
                   5181:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   5182:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   5183:          types/pa_vdate.h: new double date implementation with internal
                   5184:          support for extended 0..9999 year range, default timezone support
                   5185:          (related to feature #36)
                   5186: 
                   5187: 2015-08-28  moko
                   5188: 
                   5189:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   5190:          (fixes bug #1030)
                   5191: 
                   5192: 2015-08-21  moko
                   5193: 
                   5194:        * src/classes/inet.C: snprintf size "bug" commented
                   5195: 
                   5196:        * src/main/pa_common.C: snprintf comments updated
                   5197: 
                   5198: 2015-08-16  moko
                   5199: 
                   5200:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   5201: 
                   5202: 2015-08-11  moko
                   5203: 
                   5204:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5205:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   5206:          can be null (fixes bug #1029)
                   5207: 
                   5208: 2015-08-06  moko
                   5209: 
1.116     moko     5210:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   5211:          pa_vdate.C added
1.95      moko     5212: 
                   5213: 2015-08-05  moko
                   5214: 
                   5215:        * tests/: 313.html, results/313.processed: test for
                   5216:          ^table.count[columns] and ^table.flip[] with nameless tables
                   5217:          (feature #1003)
                   5218: 
                   5219:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5220:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   5221:          correctly for nameless tables (implements feature #1003)
                   5222: 
                   5223: 2015-08-03  moko
                   5224: 
                   5225:        * tests/312.html: test for ^table.append[$hash] and
                   5226:          ^table.insert[$hash] added (related to feature #1028)
                   5227: 
                   5228:        * src/classes/table.C: ^table.append[$hash] and
                   5229:          ^table.insert[$hash] now supported (implements feature #1028)
                   5230: 
                   5231:        * tests/: 312.html, results/312.processed: test row copy in
                   5232:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   5233: 
                   5234:        * src/classes/table.C: row copy now created in ^table.hash[;
                   5235:          $.type[table] ] (related to feature #1016)
                   5236: 
                   5237: 2015-07-29  moko
                   5238: 
                   5239:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   5240:          added (related to feature #1016)
                   5241: 
                   5242:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   5243:          ^table.delete[] added to delete current row (related to feature
                   5244:          1016)
                   5245: 
                   5246: 2015-07-28  moko
                   5247: 
                   5248:        * tests/: 312.html, results/312.processed: test for
                   5249:          $table.column[value] and ^table.insert{row} (related to feature
                   5250:          #1016)
                   5251: 
                   5252:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   5253:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   5254:          ^table.insert{row} are now implemented (feature #1016)
                   5255: 
                   5256:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   5257:          append(), insert() added, memmove arguments order in remove()
                   5258:          fixed (related to feature #1016)
                   5259: 
                   5260: 2015-07-23  moko
                   5261: 
                   5262:        * src/classes/json.C: tainted json and empty json exception added
                   5263:          (implements feature #1015)
                   5264: 
                   5265:        * tests/: 311.html, results/311.processed: empty json and tainted
                   5266:          json exception test added (related to issue #1015)
                   5267: 
                   5268: 2015-07-22  moko
                   5269: 
                   5270:        * tests/: 311.html, results/311.processed: test for UTF-8
                   5271:          processing added
                   5272: 
                   5273:        * tests/: 311.html, results/311.processed: test for
                   5274:          json_exception_with_source added (related to issue #394)
                   5275: 
                   5276:        * src/classes/json.C: json_exception_with_source added (implements
                   5277:          feature #394)
                   5278: 
                   5279: 2015-06-29  moko
                   5280: 
                   5281:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   5282:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   5283:          (closes bug #1027)
                   5284: 
                   5285: 2015-06-10  moko
                   5286: 
                   5287:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   5288:          error if libxml has LIBXML_ICU_ENABLED.
                   5289: 
                   5290: 2015-06-04  moko
                   5291: 
                   5292:        * tests/099.html: ups, reverting
                   5293: 
                   5294:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   5295:          results/310.processed: tests for $response:body[ $.file[] ] and
                   5296:          $response:last-modified added
                   5297: 
                   5298:        * src/main/pa_request.C: last-modified check fixed
                   5299: 
                   5300: 2015-06-03  moko
                   5301: 
                   5302:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   5303:          results/205.processed, results/293.processed: $response:headers
                   5304:          logging added (tests for feature #1007)
                   5305: 
                   5306:        * src/: include/pa_common.h, include/pa_request.h,
                   5307:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   5308:          $response:headers are now in uppercase (closes feature #1007)
                   5309: 
                   5310: 2015-06-02  moko
                   5311: 
                   5312:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   5313:          build errors reverted for clang compatibility
                   5314: 
                   5315: 2015-06-01  moko
                   5316: 
                   5317:        * src/include/pa_memory.h: -pedantic build errors fixed
                   5318: 
                   5319:        * src/classes/math.C: -pedantic build error fixed
                   5320: 
                   5321:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   5322: 
                   5323: 2015-05-31  moko
                   5324: 
                   5325:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   5326: 
                   5327:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   5328:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   5329:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   5330:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   5331:          types/pa_vxnode.h: warning war (-pedantic flag)
                   5332: 
                   5333: 2015-05-28  moko
                   5334: 
                   5335:        * tests/: 308.html, results/308.processed: test for
                   5336:          ^table::create[$t;], etc work added (related to bug #975)
                   5337: 
                   5338:        * src/classes/table.C: check_option_param removed,
                   5339:          ^table::create[$t;], etc now works (fixes bug #975)
                   5340: 
                   5341: 2015-05-27  moko
                   5342: 
                   5343:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   5344:          (Debian jessie) fixed (closes issue #1024)
                   5345: 
                   5346:        * tests/Makefile: sort added as in Debian jessie list become
                   5347:          unsorted
                   5348: 
                   5349: 2015-05-18  moko
                   5350: 
                   5351:        * tests/: 201.html, results/201.processed: test for
                   5352:          ^string.trim[what] feature #1022
                   5353: 
                   5354:        * src/classes/string.C: ^string.trim[what] now supported,
                   5355:          implements feature #1022
                   5356: 
                   5357: 2015-05-17  moko
                   5358: 
                   5359:        * tests/results/185.processed: test result updated as feature #1021
                   5360:          implemented (left/right accept negative parameter)
                   5361: 
                   5362:        * src/classes/string.C: left/right now accept negative parameter
                   5363:          (implements feature #1021)
                   5364: 
                   5365: 2015-05-08  moko
                   5366: 
                   5367:        * src/classes/math.C: isalnum -> pa_isalnum
                   5368: 
                   5369:        * src/main/execute.C: optimization in getter-junction processing
                   5370:          (related to issue #997)
                   5371: 
                   5372: 2015-05-07  moko
                   5373: 
                   5374:        * tests/: 307.html, results/307.processed: test for issue #997
                   5375:          added
                   5376: 
                   5377:        * src/main/execute.C: process_getter result now checked if junction
                   5378:          returned (closes issue #997)
                   5379: 
                   5380:        * tests/: 305.html, results/305.processed: sort added to ignore
                   5381:          different order
                   5382: 
                   5383:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   5384:          assignment (closes issue #994)
                   5385: 
                   5386:        * tests/: 306.html, results/306.processed: test for issue #994
                   5387:          added
                   5388: 
                   5389:        * tests/: 303.html, results/303.processed: two more errors tested
                   5390: 
                   5391: 2015-05-06  moko
                   5392: 
                   5393:        * tests/: 305.html, results/305.processed: test for name2ip &
                   5394:          ip2name added (related to feature #992)
                   5395: 
                   5396:        * tests/: 303.html, 304.html, results/303.processed,
                   5397:          results/304.processed: tests for idna conversion added (related
                   5398:          to issue #849)
                   5399: 
                   5400: 2015-05-02  moko
                   5401: 
                   5402:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   5403:          implemented
                   5404: 
                   5405: 2015-04-30  moko
                   5406: 
                   5407:        * src/main/pa_http.C: idna_host added, related to issue #849
                   5408: 
                   5409:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   5410:          (related to issue #849)
                   5411: 
                   5412: 2015-04-24  moko
                   5413: 
                   5414:        * src/types/pa_vjunction.C: warning war
                   5415: 
                   5416:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   5417:          unification
                   5418: 
                   5419:        * src/lib/punycode/pa_idna.c: warning war
                   5420: 
                   5421: 2015-04-22  moko
                   5422: 
                   5423:        * src/main/main.vcproj: punycode include path added
                   5424: 
                   5425:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   5426: 
                   5427:        * src/lib/punycode/pa_idna.c: warning war
                   5428: 
                   5429:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   5430:          project file added
                   5431: 
                   5432:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   5433: 
                   5434:        * src/include/pa_memory.h: warning war
                   5435: 
                   5436:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   5437:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   5438:          implemented (related to feature #849)
                   5439: 
                   5440:        * configure.in, src/main/Makefile.am,
                   5441:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   5442:          libpunycode added in Unix
                   5443: 
                   5444: 2015-04-21  moko
                   5445: 
                   5446:        * configure.in: large files support
                   5447: 
                   5448: 2015-04-15  moko
                   5449: 
                   5450:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   5451:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   5452:          pa_punycode.h: initial version for punycode/idna support library
                   5453:          (ticket #849)
                   5454: 
                   5455: 2015-04-08  moko
                   5456: 
                   5457:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   5458:          classes/image.C, classes/mail.C, classes/reflection.C,
                   5459:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   5460:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   5461:          main/compile.y, main/compile_tools.h, main/execute.C,
                   5462:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   5463:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   5464:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   5465:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   5466:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   5467:          clang compiler warnings (closes issue #1018)
                   5468: 
                   5469:        * src/include/pa_string.h: String::Body comparation operators with
                   5470:          char * added (related to issue #958)
                   5471: 
                   5472: 2015-04-07  moko
                   5473: 
                   5474:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   5475:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   5476:          issue #1018)
                   5477: 
                   5478:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   5479:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   5480:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   5481:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   5482:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   5483:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   5484:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   5485:          malloc/strdup/free replaced with pa_ version and checks for
                   5486:          accidental use of non-pa_ version added (related to issue #1018)
                   5487: 
                   5488: 2015-04-03  moko
                   5489: 
                   5490:        * buildall: pcre-8.33 -> pcre-8.36
                   5491: 
                   5492:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   5493:          classes/op.C, classes/string.C, main/compile.tab.C,
                   5494:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   5495:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   5496:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   5497:          ticket #958)
                   5498: 
                   5499:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   5500:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   5501:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   5502:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   5503:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   5504:          $request:headers, $request:method added (implements feature
                   5505:          #1007)
                   5506: 
                   5507: 2015-03-17  misha
                   5508: 
                   5509:        * tests/302.html: - test for
                   5510:          ^json:string[...;$._default[method-name]]
                   5511: 
                   5512:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   5513:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   5514:          option $._default[method-name] is specified in ^json:string[], a
                   5515:          method with specified name will be called for classes/objects
                   5516:          serialization ( new feature: #982 )
                   5517: 
                   5518: 2015-03-16  misha
                   5519: 
                   5520:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   5521:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   5522:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   5523:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   5524:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5525:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   5526:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5527:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   5528:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   5529:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5530:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   5531:          $var.CLASS_NAME now have special opcodes. This can be switched
                   5532:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   5533:          on pa_opcode.h ( new feature: #844 )
                   5534: 
                   5535: 2015-03-15  misha
                   5536: 
                   5537:        * tests/075.html: - test for $response:header[]
                   5538: 
                   5539:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   5540:          that was set earlie ( new feature: #1001 )
                   5541: 
                   5542: 2015-03-12  misha
                   5543: 
                   5544:        * tests/246.html: - more tests for ^hash._at[]
                   5545: 
                   5546:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   5547:          accepts second param [key|value|hash] ( new feature: #1012 )
                   5548: 
                   5549: 2015-03-09  moko
                   5550: 
                   5551:        * src/types/pa_vmail.C: exception for everything but
                   5552:          $mail:received, closes issue #1011
                   5553: 
                   5554: 2015-02-20  moko
                   5555: 
                   5556:        * tests/: 275.html, results/275.processed: hex detection in
                   5557:          pa_atoui fix test (closes issue #1010)
                   5558: 
                   5559:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   5560:          issue #1010)
                   5561: 
                   5562: 2015-02-17  moko
                   5563: 
                   5564:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   5565:          tainted.
                   5566: 
                   5567: 2015-02-03  misha
                   5568: 
                   5569:        * tests/301.html: - test for ^json:string($double) causes
                   5570:          exception. bugfix: #1008
                   5571: 
                   5572:        * src/classes/json.C: - ^json:string($double) causes exception.
                   5573:          bugfix: #1008
                   5574: 
                   5575:        * tests/014.html: - updated for work with ^hash.delete[]
                   5576: 
                   5577: 2015-01-12  misha
                   5578: 
                   5579:        * src/: classes/form.C, include/pa_common.h,
                   5580:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   5581:          types/pa_vform.h: - supports body with PUT method as well ( new
                   5582:          feature: #1006 )
                   5583: 
                   5584:        * src/classes/file.C: - warnings war
                   5585: 
                   5586: 2015-01-11  misha
                   5587: 
                   5588:        * tests/300.html: - test for ^hash.delete[] is added
                   5589: 
                   5590:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   5591:          feature: #989 ) - tiny optimization in intersects
                   5592: 
                   5593: 2015-01-06  moko
                   5594: 
                   5595:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   5596:          with transcode, attachments detection fixed
                   5597: 
                   5598:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   5599:          load to allow charset switch (related to issue #996)
                   5600: 
                   5601: 2014-12-31  moko
                   5602: 
                   5603:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   5604:          UTF-8 source charset (fixes issue 996)
                   5605: 
                   5606:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   5607:          issue #1000)
                   5608: 
                   5609: 2014-12-11  misha
                   5610: 
                   5611:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   5612:          access ( bug fix: #1005 )
                   5613: 
                   5614: 2014-11-13  misha
                   5615: 
                   5616:        * src/main/compile.y: - PC.append does not reset to false while
                   5617:          creating a new class. bugfix: #990
                   5618: 
                   5619:        * tests/299.html: - test for creation class after working with
                   5620:          partial class (create+append)
                   5621: 
                   5622:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   5623:          #995
                   5624: 
                   5625:        * tests/232.html: - test for @get[def] added
                   5626: 
                   5627: 2014-10-12  moko
                   5628: 
                   5629:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   5630: 
                   5631:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   5632:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   5633:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   5634:          targets/apache/ApacheModuleParser3.vcproj,
                   5635:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5636:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5637:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   5638:          conversion in newer VS versions
                   5639: 
                   5640:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   5641:          pcre_internal.vcproj added
                   5642: 
                   5643: 2014-08-28  moko
                   5644: 
                   5645:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   5646:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   5647:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   5648: 
                   5649: 2014-06-30  misha
                   5650: 
                   5651:        * tests/298.html: - tests for ^reflection:def[class;className]
                   5652:          added
                   5653: 
                   5654:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   5655:          added ( new feature: #918 )
                   5656: 
                   5657: 2014-06-29  misha
                   5658: 
                   5659:        * src/classes/table.C: - ^table::create[unsupported data] -
                   5660:          exception comment changed to "body must be table or code" ( bug
                   5661:          fix: #951 )
                   5662: 
                   5663:        * tests/: 261.html, results/261.processed: - tests for
                   5664:          ^json:string[...;$.void[null|string]] added
                   5665: 
                   5666:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   5667:          option $.void[string|null] added to ^json:string[...] ( new
                   5668:          feature: #952 )
                   5669: 
                   5670: 2014-06-28  moko
                   5671: 
                   5672:        * src/classes/curl.C: $.charset now processed before other curl
                   5673:          options (closes issue #980)
                   5674: 
                   5675: 2014-05-23  misha
                   5676: 
                   5677:        * src/classes/json.C: - bug fix: #987
                   5678: 
                   5679: 2014-05-04  misha
                   5680: 
                   5681:        * tests/: 253.html, 253_json.txt: - test for
                   5682:          ^json:parse[$.int(false)] is added
                   5683: 
                   5684:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   5685:          default true). The option is similar to $.double(bool) but for
                   5686:          integers.
                   5687: 
                   5688: 2014-05-01  moko
                   5689: 
                   5690:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   5691:          #12 )
                   5692: 
                   5693: 2014-04-16  moko
                   5694: 
                   5695:        * src/main/pa_http.C: response-charset option should finally work
                   5696:          now (fix for issue #867)
                   5697: 
                   5698:        * src/main/pa_http.C: response-charset option should work now (fix
                   5699:          for issue #867)
                   5700: 
                   5701: 2014-03-07  moko
                   5702: 
                   5703:        * buildall: libgc moved
                   5704: 
                   5705:        * buildall: libgc moved
                   5706: 
                   5707: 2013-12-29  moko
                   5708: 
                   5709:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   5710:          closes issue #966
                   5711: 
                   5712:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   5713:          result now tainted, issue #966
                   5714: 
                   5715: 2013-12-03  moko
                   5716: 
                   5717:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   5718:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   5719:          option was added for http://www.parser.ru/forum/?id=79343
                   5720: 
                   5721:        * src/classes/file.C: bugfix for
                   5722:          http://www.parser.ru/forum/?id=79337
                   5723: 
                   5724: 2013-11-05  moko
                   5725: 
                   5726:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   5727: 
                   5728:        * src/main/pa_globals.C: spelling fixed
                   5729: 
                   5730: 2013-10-29  moko
                   5731: 
                   5732:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   5733: 
                   5734:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   5735:          #892
                   5736: 
                   5737:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   5738:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   5739:          exceptions to be thrown thougth json library), related to issue
                   5740:          #892
                   5741: 
                   5742:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   5743:          related to issue #896
                   5744: 
                   5745: 2013-10-24  moko
                   5746: 
                   5747:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   5748: 
                   5749: 2013-10-23  moko
                   5750: 
                   5751:        * README: actualization
                   5752: 
                   5753: 2013-10-22  moko
                   5754: 
                   5755:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   5756:          compatibility patch from Sergey Kirpichev
                   5757: 
                   5758:        * tests/: 297.html, results/297.processed: non-working getter fix
                   5759:          test for issue #948
                   5760: 
                   5761:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   5762:          called when saving value of $match variable in ^string.match[] to
                   5763:          increase compatibility (related to issue #948).
                   5764: 
                   5765:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   5766:          usage optimization
                   5767: 
                   5768: 2013-10-21  moko
                   5769: 
                   5770:        * tests/: 182.html, results/182.processed: local path removed for
                   5771:          compatibility
                   5772: 
                   5773:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   5774:          results/244.processed, results/253.processed,
                   5775:          results/254.processed, results/275.processed,
                   5776:          results/281.processed: try_catch -> try-catch
                   5777: 
                   5778:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   5779:          results/294.processed, results/296.processed: try_catch ->
                   5780:          try-catch
                   5781: 
                   5782: 2013-10-20  moko
                   5783: 
                   5784:        * tests/: 296.html, results/296.processed: test for xsl exception
                   5785:          for issue #938 added.
                   5786: 
                   5787:        * src/: include/pa_xml_exception.h,
                   5788:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   5789:          XmlException is now replaced (once again closes issue #938)
                   5790: 
                   5791: 2013-10-18  moko
                   5792: 
                   5793:        * buildall: disable clock_gettime detection to avoid librt linking
                   5794:          (which in turn depends on libpthread), related to issue #943
                   5795: 
                   5796: 2013-10-18  misha
                   5797: 
                   5798:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   5799:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   5800:          targets/apache/ApacheModuleParser3Core.vcproj,
                   5801:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   5802:          types/types.vcproj: - new locations for libxml2 includes where
                   5803:          added to vcproj files
                   5804: 
                   5805: 2013-10-18  moko
                   5806: 
                   5807:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   5808:          fix
                   5809: 
                   5810:        * tests/: 295.html, results/295.processed: test for issue #948
                   5811:          updated
                   5812: 
                   5813:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   5814:          :)
                   5815: 
                   5816:        * tests/: 295.html, results/295.processed: test for issue #948
                   5817:          added
                   5818: 
                   5819:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   5820:          include/pa_request.h, types/pa_method.h: for getters and setters
                   5821:          to be executed request.put_element should be called, not
                   5822:          context.put_element (fixes issue #948)
                   5823: 
                   5824: 2013-10-17  moko
                   5825: 
                   5826:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   5827:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   5828: 
                   5829:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   5830: 
                   5831: 2013-10-16  moko
                   5832: 
                   5833:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   5834: 
                   5835:        * tests/: 294.html, results/294.processed: test for issue #938
                   5836: 
                   5837:        * src/: classes/xdoc.C, classes/xnode.C,
                   5838:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   5839:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   5840: 
                   5841:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   5842:          libxslt-1.1.26 -> libxslt-1.1.28
                   5843: 
                   5844:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   5845:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   5846:          to '?', related to issue #938
                   5847: 
                   5848: 2013-10-15  moko
                   5849: 
                   5850:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   5851:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   5852:          minor optimizations (closes issue #896)
                   5853: 
                   5854:        * tests/results/: 292.processed, 293.processed: results updated to
                   5855:          comply with issue #896
                   5856: 
                   5857:        * tests/: 292.html, 293.html, results/292.processed,
                   5858:          results/293.processed: tests for json escaping
                   5859: 
                   5860: 2013-10-14  moko
                   5861: 
                   5862:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   5863:          and cleanup, code moved from .h to .C, no changes in code
                   5864: 
                   5865: 2013-10-12  moko
                   5866: 
                   5867:        * tests/results/119.processed: updated test result commited
                   5868: 
                   5869:        * tests/: 291.html, results/291.processed: test for issue #894
                   5870:          added
                   5871: 
                   5872:        * src/types/pa_wcontext.h: base methods call support function
                   5873:          get_somebody_entered_some_class should not be true forever, as
                   5874:          wcontext can have many get_elements calls (fixes issue #894)
                   5875: 
                   5876: 2013-10-11  moko
                   5877: 
                   5878:        * tests/: 290.html, results/290.processed: test for junction GPF
                   5879:          issue #942 added
                   5880: 
                   5881:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   5882:          to native method fixed (closes issue #942)
                   5883: 
                   5884:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   5885:          added
                   5886: 
                   5887:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   5888:          feature #907)
                   5889: 
                   5890:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   5891:          feature #907)
                   5892: 
                   5893: 2013-10-09  moko
                   5894: 
                   5895:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   5896:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   5897:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   5898:          properly not only in objects, but in classes as well (closes
                   5899:          issue #903)
                   5900: 
                   5901:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   5902:          works in classes, not only objects, test case added, related to
                   5903:          issue #903
                   5904: 
                   5905:        * tests/: 288.html, results/288.processed: test for endless
                   5906:          recursion bug added (related to issue #903)
                   5907: 
                   5908: 2013-10-05  moko
                   5909: 
                   5910:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   5911:          classes/table.C, main/execute.C, types/pa_method.h,
                   5912:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   5913:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   5914:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   5915:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   5916:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   5917:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   5918:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   5919:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5920:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   5921:          optimization: put_element no longer has "bool areplace" argument,
                   5922:          related to issue #903
                   5923: 
                   5924: 2013-10-03  moko
                   5925: 
                   5926:        * tests/results/182.processed: result for $.replace(false) test
                   5927:          commited
                   5928: 
                   5929:        * src/classes/date.C: ^date::create(number) processed correctly
                   5930:          (fixes issue #901)
                   5931: 
                   5932:        * src/classes/image.C: as_no_junction removed, as param can be
                   5933:          expression (closes issue #931)
                   5934: 
                   5935:        * tests/233.html: test for issue #931 added
                   5936: 
                   5937: 2013-10-02  moko
                   5938: 
                   5939:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   5940:          modified, test for $.replace(false) added
                   5941: 
                   5942:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   5943: 
                   5944: 2013-09-30  moko
                   5945: 
                   5946:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   5947: 
                   5948:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   5949:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   5950:          implemented; $.replace option added to ^process and ^use
                   5951: 
                   5952: 2013-08-27  moko
                   5953: 
                   5954:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   5955:          cstr_to_string_body_untaint should be called with charsets for
                   5956:          possible uri language and connection for possible sql language.
                   5957:          related to issue #857
                   5958: 
                   5959:        * buildall: and -> or fixed
                   5960: 
                   5961: 2013-08-26  moko
                   5962: 
                   5963:        * buildall: prepare_ functions logic changed to support
                   5964:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   5965: 
                   5966: 2013-08-23  moko
                   5967: 
                   5968:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   5969:          statically
                   5970: 
                   5971: 2013-08-22  moko
                   5972: 
                   5973:        * src/classes/string.C: String::Empty used (related to issue #912)
                   5974:          append_know_length removed (related to old GPF bug)
                   5975: 
                   5976: 2013-08-21  moko
                   5977: 
                   5978:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   5979: 
                   5980:        * src/classes/math.C: ^math:digest[...;$file] support added
                   5981:          (related to ticket #857
                   5982: 
                   5983:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   5984:          implemented
                   5985: 
                   5986:        * src/types/pa_vhashfile.h: warning war
                   5987: 
                   5988:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   5989:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   5990:          anti_endless_json_string_recoursion removed from request;
                   5991:          json_string_recoursion added to json_options; $.indent[indent
                   5992:          value] now supported and passed within recoursion closes feature
                   5993:          #937
                   5994: 
                   5995:        * tests/: 287.html, results/287.processed: test for feature #937
                   5996: 
                   5997: 2013-07-31  moko
                   5998: 
                   5999:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   6000:          compilation having #define _S
                   6001: 
                   6002:        * src/main/pa_globals.C: cleanup
                   6003: 
                   6004: 2013-07-30  moko
                   6005: 
                   6006:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   6007:          main/pa_common.C: vs2003 warning war
                   6008: 
                   6009:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   6010: 
                   6011:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   6012: 
                   6013:        * src/lib/md5/pa_sha2.c: warning war
                   6014: 
                   6015: 2013-07-29  moko
                   6016: 
                   6017:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   6018:          patches from github
                   6019: 
                   6020:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   6021:          classes/memcached.C, include/pa_config_includes.h,
                   6022:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   6023: 
                   6024:        * src/lib/json/json.vcproj: C++ -> C
                   6025: 
                   6026:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   6027: 
                   6028:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6029: 
                   6030:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   6031: 
                   6032:        * src/lib/json/: json.c, pa_json.C: warning war
                   6033: 
                   6034:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   6035: 
                   6036:        * src/include/pa_config_fixed.h: uint16_t added
                   6037: 
                   6038:        * configure.in: uint16_t check added
                   6039: 
                   6040:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     6041:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   6042:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   6043:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   6044:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     6045: 
                   6046: 2013-07-25  moko
                   6047: 
                   6048:        * parser3.sln: dependencies added
                   6049: 
                   6050:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   6051:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   6052:          module support
                   6053: 
                   6054:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   6055: 
                   6056:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   6057: 
                   6058: 2013-07-23  moko
                   6059: 
                   6060:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   6061:          PA_DEBUG_GC_MEMORY removed
                   6062: 
                   6063:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   6064:          PA_DEBUG_DISABLE_GC compilation fix
                   6065: 
                   6066:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   6067:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   6068: 
                   6069:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   6070:          garbage cleanup
                   6071: 
                   6072:        * src/main/pa_common.C: warning war
                   6073: 
                   6074:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   6075: 
                   6076:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   6077:          minor cleanup
                   6078: 
                   6079:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   6080:          uses cygwin, not WIN32 implementation
                   6081: 
                   6082:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   6083:          able to exec shell scripts
                   6084: 
                   6085:        * src/classes/math.C: ifdef WIN32 cleanup
                   6086: 
                   6087:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   6088: 
                   6089:        * src/classes/curl.C: LT_MODULE_EXT used
                   6090: 
                   6091:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   6092: 
                   6093: 2013-07-22  moko
                   6094: 
                   6095:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   6096:          includes fix
                   6097: 
                   6098:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   6099: 
                   6100:        * configure.in, src/include/pa_config_includes.h,
                   6101:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   6102:          src/main/pa_exec.C: includes cleanup
                   6103: 
                   6104:        * src/targets/cgi/parser3.C: 2012->2013
                   6105: 
                   6106:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   6107: 
                   6108:        * configure.in, src/include/pa_config_includes.h,
                   6109:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   6110:          src/main/pa_random.C, src/main/pa_socks.C,
                   6111:          src/types/pa_vstatus.C: cygwin support cleanup
                   6112: 
                   6113:        * configure.in: dirent.h check added
                   6114: 
                   6115:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   6116:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   6117:          not copied
                   6118: 
                   6119: 2013-07-21  moko
                   6120: 
                   6121:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   6122: 
                   6123:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   6124:          parser3.vcproj: unused getopt.h / getopt.c removed
                   6125: 
                   6126:        * operators.txt, src/classes/file.C, tests/022.html,
                   6127:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   6128:          $.stat(true)] usage commented
                   6129: 
                   6130:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   6131:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   6132:          $.stat(true) it has size/*date columns modified patch from misha@
                   6133:          that closes issue #914.
                   6134: 
                   6135:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   6136:          PA_RELEASE_ASSERTS removed
                   6137: 
                   6138:        * src/lib/md5/pa_md5c.c: minor cleanup
                   6139: 
                   6140:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   6141:          localeconv()->decimal_point usage remoed (related to issue #934)
                   6142: 
                   6143:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   6144:          cordprnt.c removed
                   6145: 
                   6146:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   6147:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   6148:          pa-include/pa_strings.h: includes cleanup
                   6149: 
                   6150:        * src/lib/md5/pa_md5c.c: headers cleanup
                   6151: 
                   6152: 2013-07-20  moko
                   6153: 
                   6154:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   6155:          cleanup
                   6156: 
                   6157: 2013-07-19  moko
                   6158: 
                   6159:        * src/classes/math.C: extern "C" added for crypt
                   6160: 
                   6161: 2013-07-18  moko
                   6162: 
                   6163:        * src/classes/math.C: fix redhat7.2 build
                   6164: 
                   6165: 2013-07-17  moko
                   6166: 
                   6167:        * configure.in, src/include/pa_config_includes.h,
                   6168:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   6169:          added for uint8/32/64_t)
                   6170: 
                   6171:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   6172:          pa_config_includes.h used for uint32/64_t
                   6173: 
                   6174: 2013-07-16  moko
                   6175: 
                   6176:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   6177:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   6178:          war
                   6179: 
                   6180:        * src/main/compile.tab.C: compile.y was updated
                   6181: 
                   6182:        * src/main/compile.y: warning war
                   6183: 
                   6184:        * src/: include/pa_exception.h, main/pa_exception.C,
                   6185:          main/pa_xml_exception.C: warning war
                   6186: 
                   6187:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   6188: 
                   6189:        * configure.in: beauty :)
                   6190: 
                   6191:        * tests/: 141.html, results/141.processed: sha256/512 added
                   6192: 
                   6193: 2013-07-13  moko
                   6194: 
                   6195:        * src/lib/md5/md5.vcproj: sha2 added
                   6196: 
                   6197:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   6198:          classes/math.C: sha2 support (sha256/sha512 digest)
                   6199: 
                   6200: 2013-07-08  moko
                   6201: 
                   6202:        * src/classes/image.C: directory read or other read problem message
                   6203:          fixed (related to issue #933)
                   6204: 
                   6205: 2013-07-07  moko
                   6206: 
                   6207:        * AUTHORS: + misha + moko. :)
                   6208: 
                   6209: 2013-07-06  moko
                   6210: 
                   6211:        * src/: classes/curl.C, include/pa_globals.h,
                   6212:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   6213:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   6214:          for lt_dlinit to be called once and lt_dlexit called at right
                   6215:          place (related to issue #925)
                   6216: 
                   6217: 2013-07-04  moko
                   6218: 
                   6219:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   6220:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   6221:          content-type to be set, as it brokes badly designed logic in
                   6222:          response output. This hopefully finishes issue #928.
                   6223: 
                   6224:        * tests/results/: 256.processed, 286.processed: file now displayed
                   6225:          as name, size, mode, content-type
                   6226: 
                   6227:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   6228:          issue #933
                   6229: 
                   6230: 2013-06-28  moko
                   6231: 
                   6232:        * tests/: 286.html, results/286.processed: test extended
                   6233: 
                   6234:        * tests/: 286.html, results/286.processed: Test for issue #928
                   6235:          added.  it tests default content-type change.
                   6236: 
                   6237:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   6238:          now updated
                   6239: 
                   6240: 2013-06-25  moko
                   6241: 
                   6242:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   6243:          content-type for text/binary files without name added;
                   6244:          ^file::create[$f;...] options now works properly and $f
                   6245:          properties are default (fixes issue #928)
                   6246: 
                   6247: 2013-05-16  misha
                   6248: 
                   6249:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   6250:          added
                   6251: 
                   6252:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   6253:          table if specified limit is bigger than source rows count
                   6254: 
                   6255:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   6256:          added ( new feature: #858 )
                   6257: 
                   6258: 2013-04-29  moko
                   6259: 
                   6260:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   6261:          $.ipresolve(0|1|2) added (closes issue #891)
                   6262: 
                   6263:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   6264: 
                   6265: 2013-04-24  moko
                   6266: 
                   6267:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6268:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6269:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   6270:          memcached_quit (refs #893)
                   6271: 
                   6272: 2013-04-22  moko
                   6273: 
                   6274:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   6275:          slashes in file path (fixes bug #872)
                   6276: 
                   6277:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   6278:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   6279:          #739)
                   6280: 
                   6281:        * tests/results/266.processed: $.max_params added (feature #915)
                   6282: 
                   6283:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   6284:          option added to file::load (closes issue #867)
                   6285: 
                   6286: 2013-04-20  misha
                   6287: 
                   6288:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   6289:          commited
                   6290: 
                   6291: 2013-03-15  misha
                   6292: 
                   6293:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   6294:          multiple empty strings while ::sql. uae String::Empty instead
                   6295: 
                   6296: 2013-03-14  misha
                   6297: 
                   6298:        * src/classes/reflection.C: - for user classes
                   6299:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   6300:          with $.call_type if they available ( new feature: #915 )
                   6301: 
                   6302:        * src/classes/file.C: - ^file:delete[] now supports an option
                   6303:          $.exception(false) that suppress any exception while deleting
                   6304:          file ( new feature: #916 )
                   6305: 
                   6306:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   6307:          work :)
                   6308: 
                   6309: 2013-03-12  misha
                   6310: 
                   6311:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   6312:          set default name for the file
                   6313: 
                   6314: 2013-03-11  misha
                   6315: 
                   6316:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   6317:          also available in $f.cookies
                   6318: 
                   6319:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   6320:          moved to a separate method
                   6321: 
                   6322: 2013-03-10  moko
                   6323: 
                   6324:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   6325:          added
                   6326: 
                   6327:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   6328:          removed (declared by autoconf)
                   6329: 
                   6330:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   6331:          uint32_t define
                   6332: 
                   6333: 2013-03-10  misha
                   6334: 
                   6335:        * src/classes/file.C: ^file:delete and ^file:move now support
                   6336:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   6337: 
                   6338:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   6339:          empty dirs is added
                   6340: 
                   6341: 2013-03-10  moko
                   6342: 
                   6343:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   6344:          but default check removed from ^int/double/bool.int/double/bool
                   6345:          for string.int/double/bool compatibility (related to issue #913)
                   6346: 
                   6347:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   6348:          internally throws exception if default is present (closes issue
                   6349:          #913)
                   6350: 
                   6351: 2013-03-09  misha
                   6352: 
                   6353:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   6354:          optimisations ( #845 )
                   6355: 
                   6356:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   6357: 
                   6358: 2013-03-08  moko
                   6359: 
                   6360:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   6361:          creates correct table (fixes issue #910)
                   6362: 
                   6363:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   6364:          use outside of 'connect' operator (fixes issue #911)
                   6365: 
                   6366:        * tests/results/: 096.processed, 122.processed: test results
                   6367:          updated as doubles now printed with 15 significant digits, not 5
                   6368:          (fixes issue #882)
                   6369: 
                   6370:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   6371:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   6372: 
                   6373: 2013-02-21  moko
                   6374: 
                   6375:        * src/classes/table.C: _locate_name_value does not check arguments
                   6376:          count, so we check it in advance (fixes issue #905)
                   6377: 
                   6378: 2012-10-23  moko
                   6379: 
                   6380:        * buildall: old shell for and echo compatibility (for six)
                   6381: 
                   6382: 2012-10-19  moko
                   6383: 
                   6384:        * buildall: --strip added --disable-safe-mode listed in usage
                   6385: 
                   6386: 2012-10-17  misha
                   6387: 
                   6388:        * src/classes/op.C: - apply-taint should not throw "outside
                   6389:          connect" exception with sql lang now
                   6390: 
                   6391: 2012-10-17  moko
                   6392: 
                   6393:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   6394:          each request (for apache module)
                   6395: 
                   6396: 2012-09-26  moko
                   6397: 
                   6398:        * src/doc/doxygen.cfg: png -> svg
                   6399: 
                   6400: 2012-09-25  moko
                   6401: 
                   6402:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   6403:          test added
                   6404: 
                   6405:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   6406:          double use when key is long
                   6407: 
                   6408: 2012-09-16  moko
                   6409: 
                   6410:        * src/classes/math.C: Format -> Method Encode -> Format
                   6411: 
                   6412:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   6413:          added
                   6414: 
                   6415: 2012-09-14  moko
                   6416: 
                   6417:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   6418:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   6419:          implementation added
                   6420: 
                   6421: 2012-09-12  moko
                   6422: 
                   6423:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   6424:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   6425:          targets.dox and string.dox slightly actualized
                   6426: 
                   6427: 2012-08-31  moko
                   6428: 
                   6429:        * ChangeLog: now generated with patched cvs2cl.pl
                   6430: 
                   6431: 2012-07-29  moko
                   6432: 
                   6433:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   6434:          result should be pushed after VMethodFrame destructor is called,
                   6435:          as it deletes junctions from stack params (fixes issue #868)
                   6436: 
                   6437: 2012-07-23  moko
                   6438: 
                   6439:        * INSTALL, README: buildall script usage documented, other outdated
                   6440:          info updated.
                   6441: 
                   6442:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   6443: 
                   6444: 2012-07-21  moko
                   6445: 
                   6446:        * buildall: glib does not compile when threads are disabled...
                   6447: 
                   6448:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   6449: 
                   6450:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   6451:          unref, can't unref nested objects)
                   6452: 
                   6453:        * src/types/pa_vmail.C: another check added
                   6454: 
                   6455: 2012-07-19  moko
                   6456: 
                   6457:        * buildall: usage added
                   6458: 
                   6459:        * buildall: new buildall script that unites buildall-with-xml,
                   6460:          buildall-without-xml, --with-apache and --with-mailreceive
                   6461: 
                   6462:        * configure.in: support for static gmime and dynamic glib linking.
                   6463:          fixes for FreeBSD
                   6464: 
                   6465: 2012-07-17  moko
                   6466: 
                   6467:        * configure.in: --with-mailreceive replaced
                   6468:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   6469:          removed
                   6470: 
                   6471: 2012-07-16  moko
                   6472: 
                   6473:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   6474:          capitalized, content now decoded and text content converted to
                   6475:          $request:charset.  all properties are accessed by functions, this
                   6476:          ready for dynamic load.
                   6477: 
                   6478: 2012-06-28  moko
                   6479: 
1.116     moko     6480:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   6481:          32 bit
1.95      moko     6482: 
                   6483: 2012-06-27  moko
                   6484: 
                   6485:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   6486:          passive ftp
                   6487: 
                   6488:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   6489: 
                   6490:        * configure.in: 3.4.2 RC -> 3.4.2
                   6491: 
                   6492: 2012-06-22  moko
                   6493: 
                   6494:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   6495:          #815)
                   6496: 
                   6497:        * tests/: 284.html, results/284.processed: output options test
                   6498:          (feature #265)
                   6499: 
                   6500: 2012-06-22  misha
                   6501: 
                   6502:        * tests/215.html: - little changes
                   6503: 
                   6504: 2012-06-21  moko
                   6505: 
                   6506:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   6507:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   6508:          feature #265)
                   6509: 
                   6510:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   6511:          breaks long .*, default 10M restored. (issue #216)
                   6512: 
                   6513:        * tests/: 283.html, results/283.processed: test for issue #815
                   6514:          added
                   6515: 
                   6516:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   6517:          again, cstrm not required.
                   6518: 
                   6519:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   6520:          Win32 and broken FreeBSD (issue #45)
                   6521: 
                   6522:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   6523: 
                   6524:        * src/main/pa_string.C: warnings war
                   6525: 
                   6526:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   6527:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   6528:          main/pa_socks.C, targets/apache/pa_threads.C,
                   6529:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   6530:          types/pa_vstatus.C: compilation under cygwin fixed
                   6531: 
                   6532: 2012-06-19  moko
                   6533: 
                   6534:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   6535:          Windows fixed
                   6536: 
                   6537:        * parser3.sln: removed antique pcre_ctype
                   6538: 
                   6539:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   6540: 
                   6541:        * src/include/pa_config_fixed.h: undefined reference to
                   6542:          __imp__pcre_* fix for Windows
                   6543: 
                   6544:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     6545:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   6546:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   6547:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   6548:          define fixed
1.95      moko     6549: 
                   6550: 2012-06-18  moko
                   6551: 
                   6552:        * src/classes/memcached.C: flush -> clear
                   6553: 
                   6554:        * src/classes/memcached.C: memcached does not support quotes even
                   6555:          in server name
                   6556: 
                   6557:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6558:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   6559:          called on open to check servers existance.  $.key(true) syntax
                   6560:          now supported
                   6561: 
                   6562: 2012-06-17  moko
                   6563: 
                   6564:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   6565:          cleanup
                   6566: 
                   6567:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   6568:          tests/results/282.processed: encloser at the EOF bug fixed,
                   6569:          incorrectly enclosed data now processed more logicaly (fixes
                   6570:          #339)
                   6571: 
                   6572: 2012-06-15  moko
                   6573: 
                   6574:        * buildall-without-xml: sync with buildall-with-xml
                   6575: 
                   6576:        * buildall-with-xml: download auto-detected between fetch and curl
                   6577: 
                   6578:        * configure.in: --with-gc and --with-pcre now also processed
                   6579:          correctly
                   6580: 
1.116     moko     6581:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   6582:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   6583:          should be run on rol1 using automake / aclocal (GNU automake)
                   6584:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     6585: 
                   6586:        * configure.in: new PARSER_VERSION logic
                   6587: 
                   6588:        * src/include/pa_version.h: new pa_version.h logic
                   6589: 
                   6590:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6591:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6592:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   6593:          feols_normalized -> fis_text_content set_binary added
                   6594: 
                   6595:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   6596: 
                   6597: 2012-06-15  misha
                   6598: 
                   6599:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   6600:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   6601:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   6602:          ^file::create[text;content] EOLs in content now is normalized. (
                   6603:          new feature: #815 )
                   6604: 
                   6605: 2012-06-15  moko
                   6606: 
                   6607:        * configure.in: --disable-version-update added to disable version
                   6608:          update with host information (for debian package) whitespace
                   6609:          optimized
                   6610: 
                   6611:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   6612:          libtool
                   6613: 
                   6614:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   6615:          it.
                   6616: 
                   6617: 2012-06-14  moko
                   6618: 
                   6619:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   6620:          tests/results/281.processed: "hash flocked" error removed for
                   6621:          safe operations like ^h._count[] ( new feature: #335 )
                   6622: 
1.116     moko     6623:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     6624: 
                   6625:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   6626: 
                   6627:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   6628:          xml compilation check added
                   6629: 
                   6630:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   6631:          replaced with --with-gc and --with-pcre test for pcre linking
                   6632:          added
                   6633: 
                   6634: 2012-06-13  moko
                   6635: 
                   6636:        * configure.in: apxs2 check optimized
                   6637: 
                   6638:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   6639:          .la, includes optimized
                   6640: 
                   6641:        * buildall-with-xml: --with-pic looks better for -fPIC
                   6642: 
                   6643:        * configure.in: switched to convenience library in static linking
                   6644: 
                   6645:        * src/targets/apache/Makefile.am: switched to convenience library
                   6646:          usage to avoid libtool warnings
                   6647: 
                   6648:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   6649:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   6650:          smtp/Makefile.am: switched to convenience library usage
                   6651: 
                   6652:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   6653: 
                   6654:        * src/targets/apache/Makefile.am: updated for libtool usage
                   6655: 
                   6656:        * buildall-without-xml: --with-included-ltdl added
                   6657: 
                   6658:        * buildall-without-xml: sync with buildall-with-xml
                   6659: 
                   6660:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   6661:          -fPIC for x64 $download added for wget success check added
                   6662: 
                   6663:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   6664: 
                   6665:        * configure.in: disable-static returned
                   6666: 
                   6667:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   6668:          LIBTOOLFLAGS
                   6669: 
                   6670: 2012-06-12  moko
                   6671: 
                   6672:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   6673:          compatible with LIBTOOLFLAGS for unknown reasons
                   6674: 
                   6675:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   6676: 
                   6677:        * configure.in: static/dynamic -lstdc++ linking option removed
                   6678:          apxs2 check added
                   6679: 
                   6680:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   6681:          option removed
                   6682: 
                   6683: 2012-06-10  moko
                   6684: 
                   6685:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   6686:          added
                   6687: 
                   6688:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   6689: 
1.116     moko     6690:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   6691:          beauty
1.95      moko     6692: 
                   6693:        * depcomp: from libtool 2.4.2
                   6694: 
                   6695:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   6696: 
                   6697: 2012-06-09  moko
                   6698: 
1.116     moko     6699:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   6700:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     6701:          autogenerated files updated after libtool update
                   6702: 
1.116     moko     6703:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   6704:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     6705:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   6706:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   6707:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   6708:          config/compile, config/config.guess, config/config.sub,
                   6709:          config/depcomp, config/install-sh, config/ltmain.sh,
                   6710:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   6711:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   6712:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   6713:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   6714:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   6715:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   6716:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   6717:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   6718: 
                   6719:        * configure.in: preparation for new libtool
                   6720: 
                   6721:        * configure.in: Some beauty added :)
                   6722: 
                   6723:        * src/targets/apache/Makefile.am: := -> =
                   6724: 
                   6725:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   6726:          again. :)
                   6727: 
                   6728:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   6729:          previously was taken from pcre_internal.h. :)
                   6730: 
                   6731:        * src/lib/pcre/Makefile.am: config.h returned
                   6732: 
                   6733:        * src/lib/pcre/config.h: still need this. :)
                   6734: 
                   6735:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   6736: 
                   6737:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   6738:          removed
                   6739: 
                   6740:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   6741:          now in parser tree, no need to copy
                   6742: 
                   6743:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   6744:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   6745:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   6746:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   6747:          extracts now used old trash removed
                   6748: 
                   6749:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   6750:          (debian/patches/104_automake.patch) + all charsets are copied
                   6751: 
                   6752:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   6753:          extra arguments now supported
                   6754: 
                   6755: 2012-06-08  misha
                   6756: 
                   6757:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   6758:          the 2nd option in ^table.hash[] could be hash or table so
                   6759:          .as_hash will throw an exception when table option is specified
                   6760: 
                   6761:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6762:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   6763:          classes/table.C, classes/void.C, classes/xdoc.C,
                   6764:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   6765:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   6766:          and improved (whitespaces are allowed as empty options) -
                   6767:          MethodParams::as_table is added - above methods are used for
                   6768:          parsing methods' options ( new feature: #9 )
                   6769: 
                   6770:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   6771:          to vclass. now class fields can be accessible as a hash:
                   6772:          $h[^hash::create[$asd:CLASS]]
                   6773: 
                   6774:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   6775:          have get_fields method so their fields can be accessed with
                   6776:          ^reflection:fields[...] & ^reflection:field[...]
                   6777: 
                   6778: 2012-06-06  misha
                   6779: 
                   6780:        * tests/280.html: - tests for
                   6781:          ^reflection:method[obj-or-class;method],
                   6782:          ^reflection:field[obj-or-class;field] and
                   6783:          ^reflection:fields[obj-or-class] are added
                   6784: 
                   6785: 2012-06-05  misha
                   6786: 
                   6787:        * src/classes/reflection.C: - ^reflection:method[class or
                   6788:          object;method name] and ^reflection:field[class or object;field
                   6789:          name] are added
                   6790: 
                   6791:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   6792:          is used
                   6793: 
                   6794:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   6795: 
                   6796: 2012-06-05  moko
                   6797: 
1.116     moko     6798:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     6799: 
                   6800:        * src/classes/memcached.C: flish ttl fixed
                   6801: 
                   6802: 2012-06-04  moko
                   6803: 
                   6804:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   6805:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   6806:          option (new feature #833)
                   6807: 
                   6808: 2012-06-04  misha
                   6809: 
                   6810:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   6811:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   6812: 
                   6813: 2012-06-03  misha
                   6814: 
                   6815:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   6816:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   6817: 
                   6818: 2012-05-30  misha
                   6819: 
                   6820:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   6821:          incomplete class into a scope while @USE is found
                   6822: 
                   6823:        * src/main/compile.y: - add incomplete class into a scope while
                   6824:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   6825: 
                   6826: 2012-05-30  moko
                   6827: 
                   6828:        * src/types/pa_vclass.C, tests/278.html,
                   6829:          tests/results/278.processed: removed "property has no getter
                   6830:          method" exception when GET_DEFAULT present (fixes #269)
                   6831: 
                   6832:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   6833:          $._default
                   6834: 
                   6835: 2012-05-29  moko
                   6836: 
                   6837:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   6838:          uninitialized values usage (new feature: #154)
                   6839: 
                   6840: 2012-05-28  moko
                   6841: 
                   6842:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   6843:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   6844:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   6845:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   6846:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   6847:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   6848:          tests/results/277.processed, src/types/pa_vtable.h,
                   6849:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   6850:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   6851:          feature #803)
                   6852: 
                   6853:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   6854:          tests/results/277.processed: json numbers are now treated as
                   6855:          double ( new feature: #834 )
                   6856: 
                   6857:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   6858:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   6859:          added for out of range checks, zero division in vint/vdouble
                   6860:          check added ( fixes #832 )
                   6861: 
                   6862:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   6863:          ( fixes #832 )
                   6864: 
                   6865: 2012-05-28  misha
                   6866: 
                   6867:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   6868:          configure
                   6869: 
                   6870:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   6871:          added - tests for unsupported values for options $.file, $.table
                   6872:          and $.date are added
                   6873: 
                   6874:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   6875:          accepts "stat" $.file[] option's value in addition to existed
                   6876:          "text" and "base64" ( new feature: #835 )
                   6877: 
                   6878:        * tests/276.html: - test for
                   6879:          ^reflection:delete[$object-or-class;field-name]
                   6880: 
                   6881:        * src/classes/reflection.C: -
                   6882:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   6883:          feature: #268 )
                   6884: 
                   6885: 2012-05-27  misha
                   6886: 
                   6887:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   6888: 
                   6889: 2012-05-24  misha
                   6890: 
                   6891:        * src/include/pa_common.h: - method lastposafter was removed
                   6892: 
                   6893:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   6894:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   6895:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   6896:          work as *nix commands
                   6897: 
                   6898:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   6899: 
                   6900:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   6901:          rskipchars were added
                   6902: 
                   6903:        * tests/270.html: - more tests for ^file:find[]
                   6904: 
                   6905:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   6906: 
                   6907:        * src/include/pa_version.h: - must be "win32" here. it is
                   6908:          auto-generated on *nix
                   6909: 
                   6910: 2012-05-24  moko
                   6911: 
                   6912:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   6913:          throws overflow exception ( new feature: #830 )
                   6914: 
                   6915:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   6916:          uint32 support and overflow added ( new feature: #830 )
                   6917: 
                   6918: 2012-05-23  moko
                   6919: 
                   6920:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   6921:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   6922:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   6923:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   6924:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   6925:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   6926:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   6927:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   6928:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   6929:          "return string as-is" removed from as_expr_result. ( new feature:
                   6930:          #831 )
                   6931: 
                   6932:        * tests/results/244.processed: test changed after bug #782 fix
                   6933:          commited
                   6934: 
                   6935:        * tests/results/229.processed: test results for bug #782 commited
                   6936: 
                   6937:        * tests/: 254.html, results/254.processed: uid now just compared,
                   6938:          not printed. :)
                   6939: 
                   6940: 2012-05-20  moko
                   6941: 
                   6942:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   6943:          feature: #341 )
                   6944: 
                   6945:        * tests/: 254.html, results/254.processed: test for
                   6946:          ^reflection:uid[] added
                   6947: 
                   6948:        * tests/: 254.html, results/254.processed: test for
                   6949:          ^reflection:uid[$obj] added
                   6950: 
                   6951: 2012-05-17  misha
                   6952: 
                   6953:        * src/main/untaint.C: - do not replace ' char by _26 while
                   6954:          exploding filespec-tainting ( new feature: #829 )
                   6955: 
                   6956: 2012-05-12  moko
                   6957: 
                   6958:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   6959:          not.
                   6960: 
                   6961: 2012-05-08  moko
                   6962: 
                   6963:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   6964: 
                   6965:        * tests/229.html: test for bug #782
                   6966: 
                   6967:        * tests/results/259.processed, src/main/pa_request.C,
                   6968:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   6969:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   6970:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   6971:          string; defined locals are empty strings; $STRICT-VARS(true)
                   6972:          added
                   6973: 
                   6974: 2012-04-27  moko
                   6975: 
1.116     moko     6976:        * src/targets/apache/Makefile.am:
1.95      moko     6977:          ../../lib/memcached/libmemcached.a added
                   6978: 
                   6979: 2012-04-27  misha
                   6980: 
                   6981:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   6982:          ( #827 )
                   6983: 
                   6984: 2012-04-25  moko
                   6985: 
                   6986:        * src/: classes/json.C, classes/memcached.C,
                   6987:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   6988:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   6989:          implemented.
                   6990: 
                   6991:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   6992: 
                   6993: 2012-04-23  moko
                   6994: 
                   6995:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   6996:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   6997:          types/pa_vmemcached.h: open allows options hash for new
                   6998:          memcached(options) function
                   6999: 
                   7000:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   7001:          not appended
                   7002: 
                   7003: 2012-04-21  moko
                   7004: 
                   7005:        * src/classes/curl.C: '' added. :)
                   7006: 
                   7007:        * src/classes/classes.vcproj: new curl.h location
                   7008: 
                   7009:        * src/classes/curl.C: verbose output redirection from stderr to
                   7010:          file curl option added
                   7011: 
                   7012: 2012-04-20  moko
                   7013: 
                   7014:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   7015:          contains what we need from curl, #ifdef HAVE_CURL removed
                   7016: 
1.116     moko     7017:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     7018:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     7019:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   7020:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     7021:          configure option
                   7022: 
                   7023: 2012-04-19  moko
                   7024: 
                   7025:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   7026:          classes/string.C, lib/gc/include/gc_allocator.h,
                   7027:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   7028:          options from sql_result_string removed. (closes issue #468)
                   7029: 
                   7030:        * src/types/pa_vmemcached.C: empty string fix
                   7031: 
                   7032:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   7033:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   7034:          pa_vmemcached.C
                   7035: 
                   7036: 2012-04-18  moko
                   7037: 
                   7038:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   7039:          apache2-mpm-prefork" error displayed in threaded mpm.
                   7040: 
                   7041:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7042:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   7043:          installed (issue #354)
                   7044: 
                   7045: 2012-04-16  moko
                   7046: 
                   7047:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   7048:          memcached_result_free removed
                   7049: 
                   7050: 2012-04-14  moko
                   7051: 
                   7052:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   7053: 
                   7054:        * src/types/pa_vmemcached.C: check_key added and used
                   7055: 
                   7056: 2012-04-13  moko
                   7057: 
                   7058:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   7059:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   7060:          Serialization_data now added and used, VString now serialized
                   7061:          with languages into memcached.
                   7062: 
                   7063: 2012-03-28  moko
                   7064: 
                   7065:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   7066:          lib/memcached/pa_memcached.h: result lengths added
                   7067: 
                   7068: 2012-03-27  moko
                   7069: 
                   7070:        * src/types/pa_vmemcached.C: strdup added
                   7071: 
                   7072: 2012-03-24  moko
                   7073: 
                   7074:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   7075:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   7076:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   7077: 
                   7078: 2012-03-20  moko
                   7079: 
1.116     moko     7080:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     7081: 
                   7082:        * src/targets/cgi/Makefile.am: cleanup
                   7083: 
                   7084:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   7085:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   7086: 
                   7087:        * src/: classes/Makefile.am, classes/memcached.C,
                   7088:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   7089:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   7090:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   7091: 
                   7092: 2012-03-16  moko
                   7093: 
                   7094:        * src/main/execute.C: ident now works under Linux + ident displays
                   7095:          filenames (closes issue #818)
                   7096: 
1.116     moko     7097:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     7098:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   7099:          pa_vmethod_frame_local.h removed
                   7100: 
                   7101:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   7102:          classes/classes.h, classes/curl.C, classes/date.C,
                   7103:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   7104:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   7105:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   7106:          classes/memory.C, classes/op.C, classes/reflection.C,
                   7107:          classes/regex.C, classes/response.C, classes/string.C,
                   7108:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   7109:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   7110:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   7111:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   7112:          include/pa_dictionary.h, include/pa_dir.h,
                   7113:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   7114:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   7115:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   7116:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   7117:          include/pa_request_charsets.h, include/pa_request_info.h,
                   7118:          include/pa_sapi.h, include/pa_socks.h,
                   7119:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   7120:          include/pa_stack.h, include/pa_string.h,
                   7121:          include/pa_stylesheet_connection.h,
                   7122:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   7123:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   7124:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   7125:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   7126:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   7127:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   7128:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   7129:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   7130:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   7131:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   7132:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   7133:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   7134:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   7135:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   7136:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   7137:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   7138:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   7139:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   7140:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   7141:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   7142:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   7143:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   7144:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   7145:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   7146:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   7147:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   7148:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   7149:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7150:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   7151:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   7152:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   7153:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   7154:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   7155:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   7156:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   7157:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   7158:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   7159:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   7160:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   7161:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   7162:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   7163:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   7164:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7165:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7166:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   7167:          ident now works under Linux + ident displays filenames (closes
                   7168:          issue #818) Copyright updated
                   7169: 
                   7170: 2012-03-13  moko
                   7171: 
                   7172:        * src/main/pa_string.C: compilation fix for feature #741
                   7173: 
                   7174: 2012-03-09  misha
                   7175: 
                   7176:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   7177: 
                   7178:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   7179:          now detects invalid base64 chars in the middle of encoded stricg
                   7180:          ( new feature: #55 )
                   7181: 
                   7182:        * src/include/pa_exception.h: - new exception type for base64
                   7183:          decoding is added
                   7184: 
                   7185: 2012-03-06  misha
                   7186: 
                   7187:        * tests/274.html: - tests for ^date::today[] and
                   7188:          ^date.sql-string[datetime|date|time] are added
                   7189: 
                   7190:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   7191:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   7192:          strings "datetime", "date" or "time" - comments tidying up
                   7193: 
                   7194:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   7195:          date and time
                   7196: 
                   7197: 2012-03-03  misha
                   7198: 
                   7199:        * tests/193.html: - tests for
                   7200:          ^string:base64[encoded;$.strict(true)] are added
                   7201: 
                   7202:        * tests/results/auto.p: - try-catch operator is added
                   7203: 
                   7204:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   7205:          main/pa_common.C: - $.strict(true|false) option is added to
                   7206:          base64 decode methods ( new feature: #55 )
                   7207: 
                   7208:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   7209:          ( new feature: #819 )
                   7210: 
                   7211: 2012-02-28  moko
                   7212: 
                   7213:        * src/classes/hash.C: ident test
                   7214: 
                   7215: 2012-02-27  misha
                   7216: 
                   7217:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   7218: 
                   7219: 2012-01-08  misha
                   7220: 
                   7221:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   7222: 
                   7223:        * src/: classes/string.C, include/pa_dictionary.h,
                   7224:          main/pa_dictionary.C, main/pa_string.C: -
                   7225:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   7226:          ^string.replace[one subst here] is slightly optimized
                   7227: 
                   7228: 2011-12-07  misha
                   7229: 
                   7230:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   7231:          named table with one empty column ( bugfix: #63 )
                   7232: 
                   7233: 2011-11-30  misha
                   7234: 
                   7235:        * src/classes/json.C: - it's possible to set user's method for
                   7236:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   7237:          #763 )
                   7238: 
                   7239:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   7240: 
                   7241: 2011-11-23  misha
                   7242: 
                   7243:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   7244:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   7245:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   7246:          ^file::create[mode;filename;content[;options]] now accepts binary
                   7247:          mode and file-content - new constructor's format:
                   7248:          ^file::create[string-or-file-content[;$.name[filename]
                   7249:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   7250:          feature: #65 )
                   7251: 
                   7252:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   7253:          mime_type_of(const String*) is added
                   7254: 
                   7255:        * src/include/pa_exception.h: - new exception constant
                   7256:          FILE_NAME_MUST_BE_SPECIFIED is added
                   7257: 
                   7258:        * src/classes/table.C: - bug with negative offset transformed into
                   7259:          a feature. it means pointing to a row from the end of the table (
                   7260:          new feature: #810 )
                   7261: 
                   7262: 2011-11-19  misha
                   7263: 
                   7264:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   7265:          â ìåòîäå _select ( new feature: #810 )
                   7266: 
                   7267:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   7268:          options were specified together is simplified
                   7269: 
                   7270: 2011-11-12  misha
                   7271: 
                   7272:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   7273:          HTTP content-disposition header (a part of bug #361 )
                   7274: 
                   7275:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   7276:          checks for ancestors' classes as well ( new feature: #456 )
                   7277: 
                   7278:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   7279:          "without cycle" now have types "parser.break" and
                   7280:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   7281:          )
                   7282: 
                   7283: 2011-11-11  misha
                   7284: 
                   7285:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   7286:          237.processed: - since bug #361 was fixed the content of filename
                   7287:          in HTTP headers is quoted
                   7288: 
                   7289:        * tests/results/270.processed: - result for test 270
                   7290: 
                   7291:        * tests/: 065.html, results/065.processed: - more tests for
                   7292:          ^file:basename[] & Co were added
                   7293: 
                   7294:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   7295: 
                   7296:        * tests/270.html: - tests for ^file:find[] are added
                   7297: 
                   7298:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   7299:          using option $.charset. option $.engoding is still supported but
                   7300:          these options can not be specified together
                   7301: 
                   7302:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   7303:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   7304: 
                   7305: 2011-10-11  misha
                   7306: 
                   7307:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   7308:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   7309:          #622)
                   7310: 
                   7311: 2011-09-30  misha
                   7312: 
                   7313:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   7314:          exception "saving stat-ed file" ( bugfix: #395 )
                   7315: 
                   7316: 2011-05-30  misha
                   7317: 
                   7318:        * src/classes/string.C: - fixed bug which was added with
                   7319:          params.as_hash into string:sql
                   7320: 
                   7321: 2011-05-29  misha
                   7322: 
                   7323:        * src/types/pa_value.C: - filename in content-disposition header
                   7324:          must be quoted ( bugfix: #361 )
                   7325: 
                   7326: 2011-05-27  misha
                   7327: 
                   7328:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   7329:          created file
                   7330: 
                   7331:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   7332:          usage
                   7333: 
                   7334:        * src/include/pa_exception.h: - one more string for exception was
                   7335:          added
                   7336: 
                   7337: 2011-05-25  misha
                   7338: 
                   7339:        * tests/269.html: - tests for checking input params in some dom
                   7340:          methods
                   7341: 
                   7342:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   7343:          was added. it isn't possible not wo create xdoc with invalid
                   7344:          tagName. ( bugfix: #160 )
                   7345: 
                   7346:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   7347:          string "data must be string" was mover from pa_exception.h to
                   7348:          pa_xml_exception.h
                   7349: 
                   7350:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   7351:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   7352: 
                   7353:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   7354: 
                   7355:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   7356:          options - XML-related exception's strings were added
                   7357: 
                   7358:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   7359:          output_options were removed)
                   7360: 
                   7361: 2011-05-19  misha
                   7362: 
                   7363:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   7364:          params.as_hash is used more while parsing methods hash-options
                   7365: 
                   7366: 2011-05-18  misha
                   7367: 
                   7368:        * operators.txt: - info about json-serialization of xdoc was added
                   7369: 
                   7370:        * tests/256.html: - tests for json-serialization xdoc were added
                   7371: 
                   7372:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   7373: 
                   7374:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   7375:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   7376:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   7377:          specified in $.xdoc[] ( new feature: #265 )
                   7378: 
                   7379: 2011-05-15  misha
                   7380: 
                   7381:        * tests/268.html: - tests for ^table.count[with options] were added
                   7382: 
                   7383:        * src/classes/table.C: - method ^table.count[] now can accept
                   7384:          options ( new feature: #93 ): ^table.count[column] returns number
                   7385:          of columns for named table; ^table.count[cells] returns number of
                   7386:          cells in the current row; ^table.count[] & ^table.count[rows]
                   7387:          return number of rows in a table.
                   7388: 
                   7389:        * tests/267.html: - test for checking switch/case in boolean mode
                   7390:          was added
                   7391: 
                   7392:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   7393:          compared as bool values, not as double values: new feature: #351
                   7394: 
                   7395: 2011-05-06  misha
                   7396: 
                   7397:        * tests/242.html: - EOL before EOF was added
                   7398: 
                   7399:        * tests/169.html: - tests for splitting empty string and void were
                   7400:          added
                   7401: 
                   7402:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   7403:          returned table with one empty cell)
                   7404: 
                   7405: 2011-04-03  misha
                   7406: 
                   7407:        * src/include/pa_version.h, configure.in: - version in head was
                   7408:          changed to 3.4.2b
                   7409: 
                   7410: 2011-03-30  misha
                   7411: 
                   7412:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   7413:          as well ( new feature #294 )
                   7414: 
                   7415: 2011-03-29  misha
                   7416: 
                   7417:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   7418:          limited to approx. 6 MB. previous limits were too big for real
                   7419:          life. bugfix: #216
                   7420: 
                   7421: 2011-03-04  moko
                   7422: 
                   7423:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   7424:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   7425: 
                   7426:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   7427:          vlalek@
                   7428: 
                   7429: 2011-02-22  misha
                   7430: 
                   7431:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   7432:          be under #ifdef XML or parser can't be compiled without xml
                   7433:          support
                   7434: 
                   7435: 2011-02-21  misha
                   7436: 
1.116     moko     7437:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     7438:          ApacheModuleParser3.vcproj was removed
                   7439: 
                   7440:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   7441:          removed)
                   7442: 
                   7443: 2011-02-20  misha
                   7444: 
                   7445:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   7446:          $.overridden in ^reflection:method_info[...] were added
                   7447: 
                   7448:        * src/classes/reflection.C: - beautifying result of
                   7449:          ^reflection:method_info[] ($.overridden/inherited)
                   7450: 
                   7451: 2011-02-18  misha
                   7452: 
                   7453:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   7454:          and pa_isalnum instead of isalpha and isalnum - bug with
                   7455:          redundand quoting lowercased latin chars while building email
                   7456:          body was fixed
                   7457: 
                   7458:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   7459:          added (they check for latin chars only)
                   7460: 
                   7461: 2011-02-16  misha
                   7462: 
                   7463:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   7464:          string size for transcoding gave too small value (should ever
                   7465:          look for availability char in dest charset inspite of the char
                   7466:          size)
                   7467: 
                   7468: 2011-02-04  moko
                   7469: 
                   7470:        * tests/223.html: header values now not url-encoded (issue #195)
                   7471: 
                   7472: 2011-02-01  misha
                   7473: 
                   7474:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   7475: 
                   7476: 2011-01-31  misha
                   7477: 
                   7478:        * src/main/pa_request.C: - throw exception if param file_name in
                   7479:          use_file is empty
                   7480: 
                   7481: 2011-01-08  moko
                   7482: 
                   7483:        * src/classes/curl.C: compilations errors fixed
                   7484: 
                   7485: 2010-12-29  moko
                   7486: 
                   7487:        * tests/: 265.html, results/265.processed: test for issue #200
                   7488:          added
                   7489: 
                   7490:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   7491:          #200)
                   7492: 
                   7493:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   7494: 
                   7495:        * tests/results/223.processed: header values now not url-encoded
                   7496:          (issue #195)
                   7497: 
                   7498:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   7499:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   7500:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   7501: 
                   7502: 2010-12-18  misha
                   7503: 
                   7504:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   7505:          => pa-include
                   7506: 
                   7507: 2010-11-28  moko
                   7508: 
                   7509:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   7510: 
                   7511:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   7512:          -> pa
                   7513: 
                   7514:        * configure.in: apr -> pa
                   7515: 
                   7516:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   7517: 
                   7518:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   7519:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   7520: 
                   7521:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   7522:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   7523:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   7524:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   7525:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   7526:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   7527:          module apr name conflict resolved)
                   7528: 
                   7529: 2010-11-27  misha
                   7530: 
                   7531:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   7532:          libbz2
                   7533: 
                   7534: 2010-11-26  misha
                   7535: 
                   7536:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   7537:          warnings removed
                   7538: 
                   7539: 2010-11-25  moko
                   7540: 
                   7541:        * operators.txt: $.indent(true)
                   7542: 
                   7543:        * operators.txt: another bugfix. :)
                   7544: 
                   7545:        * operators.txt: bugfix. :)
                   7546: 
                   7547:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   7548: 
                   7549: 2010-11-24  moko
                   7550: 
1.116     moko     7551:        * configure: apxs support
1.95      moko     7552: 
                   7553:        * configure.in: apxs support -Bstatic gc removed for OS X
                   7554: 
                   7555:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   7556: 
                   7557:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   7558:          THREAD_LOCAL usage
                   7559: 
                   7560:        * src/: classes/curl.C, include/pa_config_includes.h,
                   7561:          main/pa_globals.C: THREAD_LOCAL defined and used
                   7562: 
                   7563: 2010-11-23  moko
                   7564: 
                   7565:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   7566:          should be passed to pa_sleep, and only fractional part (bugfix:
                   7567:          #188)
                   7568: 
                   7569:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   7570: 
                   7571:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   7572:          GC_dont_gc=1, as in cgi version
                   7573: 
                   7574:        * src/targets/apache/mod_parser3.c: warning war
                   7575: 
                   7576:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7577:          pa_httpd.h: version removed, some trash removed
                   7578: 
                   7579:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   7580:          to show it), warning war
                   7581: 
                   7582:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7583:          pa_httpd.h: parser_status_allowed removed + merge config
                   7584:          functions removed (override is the default) + beauty
                   7585: 
                   7586:        * src/: include/pa_request.h, main/pa_request.C,
                   7587:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   7588:          hide $status used in apache module removed
                   7589: 
                   7590: 2010-11-18  moko
                   7591: 
                   7592:        * operators.txt: $.table[compact] added for ^json:string[]
                   7593: 
                   7594: 2010-11-16  moko
                   7595: 
                   7596:        * src/targets/apache/mod_parser3.c: some cleanup done
                   7597: 
                   7598:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   7599:          is hashcode; second, info.fragment_begin is original, not
                   7600:          resulting length
                   7601: 
                   7602:        * src/classes/file.C: new feature: $.stdin now untainted
                   7603: 
                   7604:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   7605: 
                   7606:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   7607: 
                   7608:        * src/classes/op.C: ^apply-taint[] method added
                   7609: 
                   7610:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   7611:          added; $.stdin untaint test added
                   7612: 
                   7613: 2010-11-15  moko
                   7614: 
                   7615:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   7616:          removed
                   7617: 
                   7618:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   7619:          pa_httpd.h: 2x2 calculated under apache2. :)
                   7620: 
                   7621: 2010-11-13  moko
                   7622: 
                   7623:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   7624:          with apache 2.x includes
                   7625: 
                   7626:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   7627:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   7628:          united apache 1.3 / apache 2.x DSO module
                   7629: 
                   7630: 2010-11-09  moko
                   7631: 
                   7632:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   7633:          syntax
                   7634: 
                   7635:        * tests/: 263.html, results/263.processed: test from method[*args]
                   7636:          added
                   7637: 
                   7638:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   7639:          number of params can now be passed to a method declared with *arg
                   7640: 
                   7641: 2010-11-06  moko
                   7642: 
                   7643:        * src/classes/table.C: formating fixed. :)
                   7644: 
                   7645:        * src/classes/table.C: closes #4: ^table.select now supports
                   7646:          $.limit(), $.offset, $.reverse() options
                   7647: 
                   7648:        * tests/: 262.html, results/262.processed: test for ^table:select
                   7649:          with options added (feature #4)
                   7650: 
                   7651:        * src/include/pa_array.h: remove function added
                   7652: 
                   7653:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   7654:          object in get_element/put_element, using static one.
                   7655: 
                   7656: 2010-11-04  moko
                   7657: 
                   7658:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   7659:          options is passed
                   7660: 
                   7661:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   7662:          now tested; k and p in handler now tested.
                   7663: 
                   7664:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   7665:          $.table[compact] feature added
                   7666: 
                   7667:        * src/classes/json.C: key is now passed to handler in
                   7668:          value_json_string; ^json:string result now process tainting
                   7669:          inside and returns clean string, related to issue #153
                   7670: 
                   7671:        * src/main/untaint.C: bugfix: charset can be null (in
                   7672:          ^string:save[] as example), thus check is added
                   7673: 
                   7674: 2010-10-31  moko
                   7675: 
                   7676:        * src/classes/string.C: error message changed (fixes issue #149)
                   7677: 
                   7678: 2010-10-29  moko
                   7679: 
                   7680:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   7681:          port is not default (fixes issue #155); exception on invalid port
                   7682:          added.
                   7683: 
                   7684:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   7685:          "Accept: */*" to be passed
                   7686: 
                   7687: 2010-10-28  moko
                   7688: 
                   7689:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   7690:          exception on unknown charset even if response_charset was
                   7691:          specified
                   7692: 
                   7693: 2010-10-27  moko
                   7694: 
                   7695:        * src/classes/string.C: ^string.append removed for void
                   7696:          compatibility
                   7697: 
                   7698: 2010-10-26  moko
                   7699: 
                   7700:        * src/classes/json.C: libjson supports array at top level, we too
                   7701:          (GPF fixed)
                   7702: 
                   7703: 2010-10-25  moko
                   7704: 
                   7705:        * tests/: 253.html, results/253.processed: libjson supports array
                   7706:          at top level, parser now supports it as well.
                   7707: 
                   7708:        * tests/261.html, tests/results/261.processed,
                   7709:          src/types/pa_vstring.h: empty string is now void compatible
                   7710:          (allows $empty.key)
                   7711: 
                   7712: 2010-10-22  misha
                   7713: 
                   7714:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   7715:          while adding additional expires checkout)
                   7716: 
                   7717:        * tests/030.html: - test for session cookie was added
                   7718: 
                   7719: 2010-10-21  moko
                   7720: 
                   7721:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   7722:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   7723:          string (feature #111)
                   7724: 
                   7725:        * tests/: 261.html, results/261.processed: checks void from string
                   7726:          inheritance (feature #111)
                   7727: 
                   7728:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   7729:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   7730:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   7731:          now true by default
                   7732: 
                   7733: 2010-10-17  moko
                   7734: 
                   7735:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   7736:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   7737:          (bugfix: #128)
                   7738: 
                   7739:        * tests/: 223.html, results/223.processed: binary file upload test
                   7740:          added, GPF (issue #128) also checked in this test
                   7741: 
                   7742: 2010-10-13  misha
                   7743: 
                   7744:        * tests/260.html: - test for math:convert
                   7745: 
                   7746:        * src/classes/math.C: - error in math:convert was fixed
                   7747: 
                   7748:        * operators.txt: - info about
                   7749:          ^math:convert[number](from-base;to-base) was added
                   7750: 
                   7751:        * src/classes/math.C: - method
                   7752:          ^math:convert[number](from-base;to-base) for converting number
                   7753:          represention from one base to another was added ( new feature:
                   7754:          #23 )
                   7755: 
                   7756: 2010-10-13  moko
                   7757: 
                   7758:        * src/main/compile.tab.C: [] now is empty string, not void
                   7759: 
                   7760:        * src/main/compile.y: [] now is empty string, not void
                   7761: 
                   7762:        * src/types/pa_vvoid.h: void now passed as parameter
                   7763: 
                   7764:        * tests/: 259.html, results/259.processed: to test difference
                   7765:          between void and empty string (see ticket #111)
                   7766: 
                   7767:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   7768:          void
                   7769: 
                   7770:        * tests/256.html: $s[$void] is no longer empty string
                   7771: 
                   7772:        * tests/254.html: empty string is no longer void
                   7773: 
                   7774: 2010-10-12  misha
                   7775: 
                   7776:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   7777:          converted to date during cookies set up ( bugfix: #104 )
                   7778: 
                   7779:        * tests/041.html: - more tests for ^table.locate were added
                   7780: 
                   7781:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   7782:          work ( bugfix: #129 ) - exception comment for incorrect options
                   7783:          ^table.locate[field;value;options] was fixed
                   7784: 
                   7785: 2010-10-10  moko
                   7786: 
                   7787:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   7788:          another object feature returned
                   7789: 
                   7790:        * tests/results/258.processed: test result updated as constructor
                   7791:          returning another object feature returned
                   7792: 
                   7793:        * tests/: 258.html, results/258.processed: test for constructor
                   7794:          returning another object
                   7795: 
                   7796: 2010-10-08  misha
                   7797: 
                   7798:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   7799:          options shouldn't cause exceptions any longer
                   7800: 
                   7801: 2010-10-06  moko
                   7802: 
                   7803:        * src/classes/: hash.C, table.C: length from sql server is now
                   7804:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   7805: 
                   7806: 2010-10-02  misha
                   7807: 
                   7808:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   7809:          usable to delete cache file.
                   7810: 
                   7811: 2010-10-02  moko
                   7812: 
                   7813:        * tests/: 253.html, results/253.processed: hook_key added for key
                   7814:          checking
                   7815: 
                   7816:        * src/classes/json.C: null key bug fixed
                   7817: 
                   7818: 2010-09-29  misha
                   7819: 
                   7820:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   7821: 
                   7822: 2010-09-25  moko
                   7823: 
                   7824:        * src/classes/json.C: small fixed
                   7825: 
                   7826:        * tests/results/: 253.processed, 255.processed: just updated
                   7827: 
                   7828:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   7829:          results/255.processed: charset transcode test added for
                   7830:          json:parse
                   7831: 
                   7832: 2010-09-24  moko
                   7833: 
                   7834:        * src/types/pa_value.h: warning war :)
                   7835: 
                   7836:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   7837:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   7838:          ^json:string
                   7839: 
                   7840: 2010-09-22  moko
                   7841: 
                   7842:        * src/main/pa_charset.C: parser charset tables declare only
                   7843:          white-space before 0x20, thus adding the missing chars
                   7844: 
                   7845:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   7846:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   7847: 
                   7848: 2010-09-21  misha
                   7849: 
                   7850:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   7851:          want to compile grammar if they are absent)
                   7852: 
                   7853:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   7854: 
                   7855:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   7856: 
                   7857:        * src/main/main.vcproj: - path to bison is changed
                   7858: 
                   7859: 2010-09-21  moko
                   7860: 
1.116     moko     7861:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   7862:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   7863:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     7864: 
                   7865: 2010-09-20  misha
                   7866: 
                   7867:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   7868: 
                   7869:        * src/classes/json.C: - add EOL while json-serializing hash
                   7870: 
                   7871:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   7872:          compilers don't like 'ES'.
                   7873: 
                   7874: 2010-09-17  misha
                   7875: 
                   7876:        * operators.txt: - info about json class was added
                   7877: 
                   7878:        * src/classes/json.C: - ^json:string[object]
                   7879: 
                   7880:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   7881:          preventing infinite recursion while executing json:string was
                   7882:          added
                   7883: 
                   7884:        * src/include/pa_string.h: - method append_quoted was added
                   7885: 
                   7886:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   7887:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   7888:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   7889:          was added to Value & Co
                   7890: 
                   7891:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   7892:          were used
                   7893: 
                   7894:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   7895:          were added
                   7896: 
                   7897: 2010-09-10  moko
                   7898: 
                   7899:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   7900:          die_or_abort (backport from 3.4.1)
                   7901: 
                   7902:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   7903:          die_or_abort (bugfix: #106)
                   7904: 
                   7905: 2010-09-09  moko
                   7906: 
                   7907:        * src/classes/json.C: warning war. :)
                   7908: 
                   7909: 2010-09-08  misha
                   7910: 
                   7911:        * src/lib/json/Makefile.am: - additional include directories were
                   7912:          added (for pa_memory.h and gc.h)
                   7913: 
                   7914:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   7915:          compile as C++ instead default - additional include directory was
                   7916:          added (for gc.h)
                   7917: 
                   7918:        * src/types/pa_vform.C: - little code reformating
                   7919: 
                   7920:        * src/classes/file.C: - $.content-type option now can be specified
                   7921:          in ^file::create ( new feature: #102 )
                   7922: 
                   7923: 2010-09-08  moko
                   7924: 
                   7925:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   7926:          pa_malloc/pa_free
                   7927: 
                   7928: 2010-09-07  moko
                   7929: 
                   7930:        * tests/results/254.processed: VStateless_class:put_element
                   7931:          exception was fixed
                   7932: 
                   7933:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   7934:          VStateless_class:put_element barks self.type, not this.type
                   7935:          (bugfix: #105)
                   7936: 
                   7937: 2010-09-06  moko
                   7938: 
                   7939:        * src/classes/reflection.C: bugfix: new String() is required for
                   7940:          exception handling
                   7941: 
                   7942:        * tests/: 254.html, results/254.processed: test modified
                   7943: 
                   7944: 2010-09-05  moko
                   7945: 
                   7946:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   7947:          added
                   7948: 
                   7949:        * src/: classes/reflection.C, include/pa_request.h:
                   7950:          ^reflection:copy implemented (new feature: #100)
                   7951: 
                   7952: 2010-09-03  moko
                   7953: 
                   7954:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   7955: 
                   7956:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   7957:          option testing added
                   7958: 
                   7959: 2010-09-02  moko
                   7960: 
                   7961:        * src/classes/json.C: $.distinct[first|last|all] added
                   7962: 
                   7963: 2010-09-01  moko
                   7964: 
                   7965:        * tests/results/253.processed: json test result
                   7966: 
                   7967:        * tests/: 253.html, 253_json.txt: json test added
                   7968: 
                   7969:        * src/classes/json.C: json.C update to actual version + hash key
                   7970:          creation bugfix
                   7971: 
                   7972: 2010-08-31  misha
                   7973: 
                   7974:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   7975:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   7976:          src/lib/Makefile.am, src/classes/Makefile.am,
                   7977:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   7978:          json library was added
                   7979: 
                   7980: 2010-08-30  moko
                   7981: 
                   7982:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   7983:          types/pa_vobject.C: cosmetic optimization in
                   7984:          request:execute_method usage
                   7985: 
                   7986:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   7987:          optimization, just to decrease number of lines. :)
                   7988: 
                   7989: 2010-08-27  misha
                   7990: 
                   7991:        * src/classes/op.C: - taint[json] was added
                   7992: 
                   7993:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   7994:          were added
                   7995: 
                   7996:        * src/main/pa_exec.C: - warning fix was rolled back.
                   7997: 
                   7998:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   7999:          include/pa_string.h: - taint[json] was added - escaping was
                   8000:          slightly modified
                   8001: 
                   8002: 2010-08-25  misha
                   8003: 
                   8004:        * src/classes/file.C: - typo in file:sql exception was fixed
                   8005: 
                   8006:        * src/main/pa_exec.C: - warning about declared and not used
                   8007:          variable forced_allow was removed
                   8008: 
                   8009: 2010-08-14  misha
                   8010: 
                   8011:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   8012:          were removed
                   8013: 
                   8014: 2010-08-11  moko
                   8015: 
                   8016:        * tests/: 249.html, results/249.processed: default setter and
                   8017:          anti-recursive default getter test added
                   8018: 
                   8019:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   8020:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   8021:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   8022:          types/pa_vstateless_class.h: default setter support +
                   8023:          anti-recursive default getter support ( new feature: #13 )
                   8024: 
                   8025:        * src/include/pa_hash.h: optimization: threshold member removed
                   8026:          from hash, reducing sizeof(hash)
                   8027: 
                   8028: 2010-08-10  misha
                   8029: 
                   8030:        * tests/196.html: - junction-method was added to the test
                   8031: 
                   8032:        * tests/248.html: - ups. typo :)
                   8033: 
                   8034:        * tests/248.html: - test for checking .match with 4 params
                   8035: 
                   8036:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   8037:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   8038:          $request:charset during loading if the BOM code is detected"
                   8039: 
                   8040:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   8041:          $request:charset during loading if the BOM code is detected ( new
                   8042:          feature: #98 )
                   8043: 
                   8044: 2010-08-05  misha
                   8045: 
                   8046:        * src/classes/image.C: - ^image.replace now can accept only 2
                   8047:          params. in this case the whole image is affected ( new feature:
                   8048:          #95 )
                   8049: 
                   8050: 2010-08-04  misha
                   8051: 
                   8052:        * tests/246.html: - test tor ^hash._at[] was added
                   8053: 
                   8054:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   8055:          #53 )
                   8056: 
                   8057:        * src/include/pa_hash.h: - methods for accessing the first and the
                   8058:          last values of ordered hash were added (first_value and
                   8059:          last_value)
                   8060: 
                   8061:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   8062:          (similar to others file's methods):
                   8063:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   8064:          #68 )
                   8065: 
                   8066:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   8067: 
                   8068: 2010-08-01  moko
                   8069: 
                   8070:        * src/classes/op.C: to correctly process $result[] in code, called
                   8071:          from ^process
                   8072: 
                   8073:        * tests/245.html: $result in ^process[] test added
                   8074: 
                   8075:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   8076:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   8077:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   8078:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   8079:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   8080:          removed, construct(class,method) added
                   8081: 
                   8082:        * tests/results/: 192.processed, 244.processed: request::construct
                   8083:          added
                   8084: 
                   8085:        * tests/: 244.html, 245.html, results/244.processed,
                   8086:          results/245.processed: object creation exceptions and ^process
                   8087:          tests added
                   8088: 
                   8089: 2010-07-28  misha
                   8090: 
                   8091:        * tests/make_tests.cmd: - win32 EOLs
                   8092: 
                   8093:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   8094:          tests on Win32 were added (The system timezone should be GMT+3)
                   8095: 
                   8096: 2010-07-26  misha
                   8097: 
                   8098:        * tests/: 212.html, results/212.processed: - sizes were removed
                   8099:          mecause they could be different on different OSs
                   8100: 
                   8101:        * tests/065.html: - make it "win32 friendly"
                   8102: 
                   8103: 2010-07-25  misha
                   8104: 
                   8105:        * src/main/compile.y: - all EOLs between methods are removed during
                   8106:          compilation ( new feature: #47 )
                   8107: 
                   8108:        * tests/results/149.processed: - prepare tests to trim trailing
                   8109:          methods' EOLs
                   8110: 
                   8111:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   8112: 
                   8113:        * tests/: results/006.processed, results/014.processed, 006.html,
                   8114:          014.html, 022.html: - prepare tests to trim trailing methods'
                   8115:          EOLs
                   8116: 
                   8117:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   8118:          results/071.processed, results/022.processed: - prepare tests to
                   8119:          trim trailing methods' EOLs
                   8120: 
                   8121:        * tests/: results/073.processed, results/109.processed,
                   8122:          results/142.processed, results/144.processed,
                   8123:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   8124:          144.html: - prepare tests to trim trailing methods' EOLs
                   8125: 
                   8126:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   8127:          149.html, 152.html, results/096.processed, results/107.processed,
                   8128:          results/109.processed, results/142.processed,
                   8129:          results/144.processed: - prepare tests to trim trailing methods'
                   8130:          EOLs
                   8131: 
                   8132: 2010-07-24  moko
                   8133: 
                   8134:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   8135:          the hash order in this test
                   8136: 
                   8137:        * tests/014.html: to check hash order, hash no is longer sorted
                   8138:          before print
                   8139: 
                   8140:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   8141:          (bugfix: #54)
                   8142: 
                   8143: 2010-07-23  moko
                   8144: 
                   8145:        * tests/results/224.processed: @auto[] is no longer inherited
                   8146: 
                   8147:        * src/types/pa_vstateless_class.C, tests/227.html,
                   8148:          tests/results/227.processed: @auto[] is no longer inherited
                   8149:          (bugfix: #57)
                   8150: 
                   8151: 2010-07-22  misha
                   8152: 
                   8153:        * src/classes/table.C: - don't skip comment lines during
                   8154:          table::load if encloser or separator is set as '#' ( new feature:
                   8155:          #30 )
                   8156: 
                   8157:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   8158:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   8159:          #12 )
                   8160: 
                   8161:        * src/classes/file.C: - set PARSER_VARSION env before external
                   8162:          script executing
                   8163: 
                   8164: 2010-07-13  misha
                   8165: 
                   8166:        * tests/058.html: - test for suppressing @border was added - test
                   8167:          for user attribute was added
                   8168: 
                   8169:        * tests/results/186.processed: unescaping from \uXXXX
                   8170: 
                   8171:        * tests/186.html: unescaping from \uXXXX
                   8172: 
                   8173:        * tests/: 239.html, results/239.processed: method call type
                   8174: 
                   8175:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   8176:          $junction_method.CLASS_NAME (+CLASS)
                   8177: 
                   8178: 2010-07-07  misha
                   8179: 
                   8180:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   8181:          *nix
                   8182: 
                   8183: 2010-07-05  misha
                   8184: 
                   8185:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   8186:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   8187:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   8188:          comment strings "options must be hash", "options must be hash,
                   8189:          not code" and "called with invalid option" were replaced by
                   8190:          constatns - exception comment string "invalid option passed" was
                   8191:          replaced by "called with invalid option" (now in different
                   8192:          methods are the same exception comment string)
                   8193: 
                   8194:        * src/include/pa_exception.h: - more exception strings were defined
                   8195: 
                   8196:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   8197:          types/pa_vstateless_class.h: - now we can define possible
                   8198:          method's call type ( new feature: #5 )   1.
                   8199:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   8200:          methods   2. @static:method[params] (only static keyword could be
                   8201:          used here) -- for specified methods
                   8202: 
                   8203:        * src/main/pa_common.C: - junction points should not be deleted on
                   8204:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   8205:          cleanup
                   8206: 
                   8207: 2010-07-03  misha
                   8208: 
                   8209:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   8210:          results/158.processed, results/160.processed,
                   8211:          results/161.processed, results/162.processed,
                   8212:          results/163.processed: - prepare tests to trim trailing methods'
                   8213:          EOLs
                   8214: 
                   8215:        * tests/results/169.processed: - prepare tests to trim trailing
                   8216:          methods' EOLs
                   8217: 
                   8218:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   8219:          trim trailing methods' EOLs
                   8220: 
                   8221:        * tests/: results/170.processed, results/167.processed,
                   8222:          results/168.processed, results/169.processed, 167.html, 168.html,
                   8223:          169.html: - prepare tests to trim trailing methods' EOLs
                   8224: 
                   8225:        * tests/: results/170.processed, results/171.processed,
                   8226:          results/172.processed, results/173.processed,
                   8227:          results/174.processed, results/175.processed, 170.html, 171.html,
                   8228:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   8229:          trailing methods' EOLs
                   8230: 
                   8231:        * tests/: results/176.processed, results/180.processed,
                   8232:          results/184.processed, results/185.processed,
                   8233:          results/191.processed, results/192.processed,
                   8234:          results/196.processed, results/197.processed,
                   8235:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   8236:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   8237:          to trim trailing methods' EOLs
                   8238: 
                   8239:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   8240:          results/199.processed, results/208.processed,
                   8241:          results/209.processed, results/213.processed,
                   8242:          results/214.processed: - prepare tests to trim trailing methods'
                   8243:          EOLs
                   8244: 
                   8245: 2010-06-29  misha
                   8246: 
                   8247:        * tests/: 220.html, 218.html, results/218.processed,
                   8248:          results/215.processed, results/217.processed, 215.html, 217.html:
                   8249:          - prepare tests to trim trailing methods' EOLs
                   8250: 
                   8251:        * tests/: results/224.processed, 224.html, 223.html,
                   8252:          results/223.processed, results/220.processed: - prepare tests to
                   8253:          trim trailing methods' EOLs
                   8254: 
                   8255:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   8256:          trim trailing methods' EOLs
                   8257: 
                   8258:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   8259:          trailing methods' EOLs
                   8260: 
                   8261:        * tests/: 232.html, 235.html, results/232.processed,
                   8262:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   8263:          results/226.processed, results/227.processed,
                   8264:          results/228.processed, results/230.processed: - prepare tests to
                   8265:          trim trailing methods' EOLs
                   8266: 
                   8267: 2010-06-16  moko
                   8268: 
                   8269:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   8270:          ^if
                   8271: 
                   8272:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   8273: 
                   8274: 2010-06-03  misha
                   8275: 
                   8276:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   8277:          instead of memcopy for overlaped regions
                   8278: 
                   8279: 2010-05-25  misha
                   8280: 
                   8281:        * src/main/pa_common.C: - wanring about unused vars was removed
                   8282: 
                   8283:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   8284:          get_method_filename was moved to execute.C
                   8285: 
                   8286: 2010-05-23  misha
                   8287: 
                   8288:        * src/main/pa_request.C: - more accurate detection of method's file
                   8289: 
                   8290: 2010-05-22  misha
                   8291: 
                   8292:        * src/classes/reflection.C: - bugfix: core during detection of
                   8293:          .file if filespec isn't detected successfully
                   8294: 
                   8295: 2010-05-20  misha
                   8296: 
                   8297:        * src/main/pa_request.C: - fix in get_method_filename
                   8298: 
                   8299:        * src/include/pa_request.h: - new feature: #24 -- searching
                   8300:          included file in @USE/^use is changed. if its filespec doesn't
                   8301:          start from '/' it will be searched in caller file directory
                   8302: 
                   8303:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   8304:          where the method is defined
                   8305: 
                   8306:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   8307:          classes/op.C: - new feature: #24 -- searching included file in
                   8308:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   8309:          will be searched in caller file directory
                   8310: 
                   8311:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   8312:          is moved to pa_common.h
                   8313: 
                   8314: 2010-05-18  misha
                   8315: 
                   8316:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   8317:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   8318:          cookie parser decode \uXXXX as well as %uXXXX
                   8319: 
                   8320: 2010-05-17  misha
                   8321: 
                   8322:        * src/classes/curl.C: beauty: - unused param is removed in method
                   8323:          _curl_version_action - some spaces were removed or replaced by
                   8324:          tabs
                   8325: 
                   8326:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   8327:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   8328: 
                   8329: 2010-05-16  misha
                   8330: 
                   8331:        * src/classes/curl.C: new: #61 more curl options were added
                   8332:          (contributed by Sumo)
                   8333: 
                   8334: 2010-04-29  pretender
                   8335: 
                   8336:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   8337:          now empty string.
                   8338: 
                   8339:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   8340:          string type.
                   8341: 
                   8342: 2010-04-28  pretender
                   8343: 
                   8344:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   8345:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   8346:          macrodefinition removed
                   8347: 
                   8348: 2010-04-19  pretender
                   8349: 
                   8350:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   8351:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   8352: 
                   8353:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   8354:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   8355: 
                   8356:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   8357:          variable" exception in grpunlim version.
                   8358: 
                   8359: 2010-04-05  misha
                   8360: 
                   8361:        * src/classes/string.C: - new feature: 4th param was added to
                   8362:          match. if specified its value is returned in case of nothing was
                   8363:          found
                   8364: 
                   8365: 2010-04-01  misha
                   8366: 
                   8367:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   8368:          multiple execution of /a/b/auto.p
                   8369: 
                   8370: 2010-03-19  misha
                   8371: 
                   8372:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   8373: 
                   8374:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   8375: 
                   8376: 2010-01-27  misha
                   8377: 
                   8378:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   8379:          trying to open file by path /existing-file/non-exixting-file
                   8380: 
                   8381: 2010-01-26  misha
                   8382: 
                   8383:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   8384:          was added (returns file)
                   8385: 
                   8386: 2009-12-22  misha
                   8387: 
                   8388:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   8389:          now parser doesn't have class curl if it was built without it
                   8390: 
                   8391: 2009-12-15  misha
                   8392: 
                   8393:        * configure.in: - little cheat with curl include dir was added
                   8394: 
                   8395: 2009-12-05  misha
                   8396: 
                   8397:        * src/classes/curl.C: - some fixes
                   8398: 
                   8399: 2009-12-04  misha
                   8400: 
                   8401:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   8402:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   8403:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   8404:          class was added
                   8405: 
                   8406:        * src/include/pa_hash.h: - hash-iterator was added
                   8407: 
                   8408:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   8409:          was added to pcre
                   8410: 
                   8411: 2009-11-27  misha
                   8412: 
                   8413:        * src/classes/image.C: - don't add @border attribute to output of
                   8414:          ^image.html[] if it was specified by user with empty value
                   8415: 
                   8416:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   8417:          root element and we are trying to access .documentElement
                   8418: 
                   8419: 2009-11-11  misha
                   8420: 
                   8421:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   8422:          instead of number of items in first row for named tables
                   8423: 
                   8424: 2009-11-10  misha
                   8425: 
                   8426:        * operators.txt: - info about hash-options in ^file::create was
                   8427:          added
                   8428: 
                   8429:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   8430:          added
                   8431: 
                   8432: 2009-11-09  misha
                   8433: 
                   8434:        * buildall-with-xml: - moving to libxml 2.7.6
                   8435: 
                   8436:        * tests/236.html: - tests for comparations cords with functions
                   8437:          were added
                   8438: 
                   8439:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   8440:          added
                   8441: 
                   8442:        * src/main/pa_http.C: - little optimisation
                   8443: 
                   8444:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   8445:          GPF mallocs + stringstream (table.save)
                   8446: 
                   8447:        * src/classes/file.C: - file::create now accepts 4th param: options
                   8448:          with $.charset
                   8449: 
                   8450:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   8451:          bug in cord (comparation cords with functions was buggy)
                   8452: 
                   8453: 2009-11-06  misha
                   8454: 
                   8455:        * src/main/pa_string.C: - bugfix: calculation string.length
                   8456:          sometimes was buggy
                   8457: 
                   8458:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   8459:          destroyed if exception occured during match/replace
                   8460: 
                   8461:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   8462:          lengthUTF8Char was added
                   8463: 
                   8464:        * src/classes/op.C: - clean tainting lang was added for user's
                   8465:          usage
                   8466: 
                   8467:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   8468:          fixed: checkouts are required after GC_MALLOC
                   8469: 
                   8470:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   8471: 
                   8472:        * operators.txt: - actually, there is no ^untaint[xml] in
                   8473:          file::create
                   8474: 
                   8475: 2009-10-15  misha
                   8476: 
                   8477:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   8478:          were added
                   8479: 
                   8480:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   8481:          were added
                   8482: 
                   8483:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   8484:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   8485:          hacking: for dealing with transcoding+^taint[uri]
                   8486:          transcode_and_untaint was replaced by untaint_and_transcode
                   8487: 
                   8488: 2009-10-13  misha
                   8489: 
                   8490:        * tests/: 121.html, results/121.processed: - test transcoding +
                   8491:          url-escaping now
                   8492: 
                   8493:        * tests/results/auto.p: - more helpers' methods were added
                   8494: 
                   8495:        * src/main/pa_globals.C: - die instead of abort
                   8496: 
                   8497: 2009-10-06  misha
                   8498: 
                   8499:        * src/main/pa_common.C: - don't allocate memory during
                   8500:          capitalization if input string is already capitalized
                   8501: 
                   8502:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   8503: 
                   8504:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   8505:          use format function because it calls malloc
                   8506: 
                   8507:        * src/include/pa_common.h: - more capitalized headers were added
                   8508: 
                   8509:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   8510:          file writing
                   8511: 
                   8512: 2009-10-05  misha
                   8513: 
                   8514:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   8515: 
                   8516: 2009-10-03  misha
                   8517: 
                   8518:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   8519:          ^img.text[] & ^img.length[] can work in utf-8 now
                   8520: 
                   8521:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   8522:          UTF8_string_iterator was added
                   8523: 
                   8524:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   8525:          length
                   8526: 
                   8527:        * src/classes/mail.C: - check from before get message.cstr
                   8528: 
                   8529: 2009-10-02  misha
                   8530: 
                   8531:        * tests/233.html: - test for image.font, image.length, image.text
                   8532:          with text in utf-8 were added
                   8533: 
                   8534:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   8535: 
                   8536:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   8537:          version for freebsd 4 was added
                   8538: 
                   8539: 2009-10-01  misha
                   8540: 
                   8541:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   8542:          terminator) - read_pipe were slightly optimized
                   8543: 
                   8544: 2009-09-28  misha
                   8545: 
                   8546:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   8547:          removed
                   8548: 
                   8549:        * src/types/pa_vmail.C: - forgot about space after ':'
                   8550: 
                   8551:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   8552:          body - small simplifications
                   8553: 
                   8554:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   8555:          inout params like pa_base64
                   8556: 
                   8557:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   8558:          option $.debug-print(1) was added to mail:send - changes for
                   8559:          using uue_encode which uses less memory
                   8560: 
                   8561:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   8562: 
                   8563:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   8564:          memory now
                   8565: 
                   8566: 2009-09-26  misha
                   8567: 
                   8568:        * src/types/pa_vmail.C: - default encoding now is base64
                   8569: 
                   8570:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   8571: 
                   8572: 2009-09-25  misha
                   8573: 
                   8574:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   8575:          sending mail as well
                   8576: 
                   8577:        * buildall-with-xml: - catalog package was removed from libxml
                   8578: 
                   8579:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   8580:          win32 absolute path
                   8581: 
                   8582:        * src/include/pa_common.h: - one more capitalized header was added
                   8583: 
                   8584: 2009-09-22  misha
                   8585: 
                   8586:        * INSTALL: - comment about building just httpd binary while
                   8587:          building apache module was added
                   8588: 
                   8589: 2009-09-21  misha
                   8590: 
                   8591:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   8592:          libxml 2.7.4 and libxslt 1.1.25
                   8593: 
                   8594: 2009-09-19  misha
                   8595: 
                   8596:        * tests/231.html: - test for encoding cookie in win-1251
                   8597: 
                   8598: 2009-09-18  misha
                   8599: 
                   8600:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   8601:          object] were added
                   8602: 
                   8603:        * operators.txt: - info about method ^reflection:fields[class or
                   8604:          object] was added
                   8605: 
                   8606:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   8607:          object] was added
                   8608: 
                   8609:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   8610:          methods get_fields were added
                   8611: 
                   8612:        * tests/232.html: - tests for @GET[name]
                   8613: 
                   8614:        * src/classes/table.C: - some changes in handling hash-options for
                   8615:          creare, join and locate
                   8616: 
                   8617:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   8618:          defined with option: the type of requested value
                   8619: 
                   8620: 2009-09-17  misha
                   8621: 
                   8622:        * tests/212.html: - tests for .pattern and .options were added
                   8623: 
                   8624:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   8625:          $regex.options were added
                   8626: 
                   8627: 2009-09-11  misha
                   8628: 
                   8629:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   8630:          rewrited. it checks not just one case of sending cookies during
                   8631:          file::load[http], but also sending headers and fields (including
                   8632:          files)
                   8633: 
                   8634: 2009-09-10  misha
                   8635: 
                   8636:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   8637:          was removed => now parser can open files with Russian 'r' in
                   8638:          filename
                   8639: 
                   8640:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   8641:          while escaping cookies but now source charset
                   8642: 
                   8643:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   8644:          ^tainted[uri] so it was possible to make request with incorrect
                   8645:          http header
                   8646: 
                   8647:        * src/main/pa_http.C: - capitalization of http headers during
                   8648:          file::load[http was slightly changes - bugfix: all headers which
                   8649:          parser sends during file::load[http should be transcoded and only
                   8650:          then escaped
                   8651: 
                   8652:        * src/main/untaint.C: - a bit more comments were added
                   8653: 
                   8654:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   8655:          warnings)
                   8656: 
                   8657:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   8658:          headers during file::load[http were added
                   8659: 
                   8660: 2009-09-08  misha
                   8661: 
                   8662:        * operators.txt: - changes in file.save and string.save were added
                   8663: 
                   8664:        * tests/: 230.html, 230.txt: - tests for checking options in
                   8665:          file.save and string.save were added
                   8666: 
                   8667:        * src/main/pa_request.C: - http headers names, which are passed to
                   8668:          SAPI::add_header_attribute are lowercased now (it'll be
                   8669:          capitalized in that method)
                   8670: 
                   8671:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   8672:          classes/string.C: - file_write accepts Request_charsets and asked
                   8673:          charset and cound transcode content before writing - string.save
                   8674:          and file.save have option $.charset now
                   8675: 
                   8676:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   8677:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   8678:          charset and cound transcode content before writing
                   8679: 
                   8680:        * src/include/pa_exception.h: - new exception comment string was
                   8681:          defined
                   8682: 
                   8683: 2009-09-07  misha
                   8684: 
                   8685:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   8686:          sub-pattern\s
                   8687: 
                   8688: 2009-09-04  misha
                   8689: 
                   8690:        * src/main/pa_http.C: - capitalization of http headers during
                   8691:          file::load[http was implemented
                   8692: 
                   8693: 2009-09-03  misha
                   8694: 
                   8695:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   8696:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   8697:          types/pa_vmail.C, targets/cgi/parser3.C,
                   8698:          targets/isapi/parser3isapi.C: - back to storing response http
                   8699:          headers in lowercase - capitalize them during output
                   8700: 
                   8701: 2009-08-31  misha
                   8702: 
                   8703:        * src/classes/table.C: - allow call with any brackets (it could be
                   8704:          useful in methods with explict result declaration)
                   8705: 
                   8706:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   8707:          correctly if $request:charset==koi8-r
                   8708: 
                   8709: 2009-08-30  misha
                   8710: 
                   8711:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   8712:          changed: content-type => Content-type and so on
                   8713: 
                   8714:        * src/classes/file.C, src/include/pa_common.h,
                   8715:          src/include/pa_request.h, src/main/pa_http.C,
                   8716:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   8717:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   8718:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   8719:          tests/results/002.processed, tests/results/003.processed,
                   8720:          tests/results/004.processed, tests/results/005.processed,
                   8721:          tests/results/006.processed, tests/results/007.processed,
                   8722:          tests/results/008.processed, tests/results/009.processed,
                   8723:          tests/results/010.processed, tests/results/011.processed,
                   8724:          tests/results/012.processed, tests/results/013.processed,
                   8725:          tests/results/014.processed, tests/results/015.processed,
                   8726:          tests/results/016.processed, tests/results/017.processed,
                   8727:          tests/results/018.processed, tests/results/019.processed,
                   8728:          tests/results/020.processed, tests/results/021.processed,
                   8729:          tests/results/022.processed, tests/results/023.processed,
                   8730:          tests/results/024.processed, tests/results/025.processed,
                   8731:          tests/results/026.processed, tests/results/027.processed,
                   8732:          tests/results/028.processed, tests/results/029.processed,
                   8733:          tests/results/030.processed, tests/results/031.processed,
                   8734:          tests/results/032.processed, tests/results/033.processed,
                   8735:          tests/results/034.processed, tests/results/035.processed,
                   8736:          tests/results/036.processed, tests/results/037.processed,
                   8737:          tests/results/038.processed, tests/results/039.processed,
                   8738:          tests/results/040.processed, tests/results/041.processed,
                   8739:          tests/results/042.processed, tests/results/043.processed,
                   8740:          tests/results/044.processed, tests/results/045.processed,
                   8741:          tests/results/046.processed, tests/results/047.processed,
                   8742:          tests/results/048.processed, tests/results/049.processed,
                   8743:          tests/results/050.processed, tests/results/051.processed,
                   8744:          tests/results/052.processed, tests/results/053.processed,
                   8745:          tests/results/054.processed, tests/results/055.processed,
                   8746:          tests/results/056.processed, tests/results/057.processed,
                   8747:          tests/results/058.processed, tests/results/059.processed,
                   8748:          tests/results/060.processed, tests/results/061.processed,
                   8749:          tests/results/062.processed, tests/results/063.processed,
                   8750:          tests/results/064.processed, tests/results/065.processed,
                   8751:          tests/results/066.processed, tests/results/067.processed,
                   8752:          tests/results/068.processed, tests/results/069.processed,
                   8753:          tests/results/070.processed, tests/results/071.processed,
                   8754:          tests/results/072.processed, tests/results/073.processed,
                   8755:          tests/results/074.processed, tests/results/075.processed,
                   8756:          tests/results/076.processed, tests/results/077.processed,
                   8757:          tests/results/078.processed, tests/results/079.processed,
                   8758:          tests/results/080.processed, tests/results/081.processed,
                   8759:          tests/results/082.processed, tests/results/083.processed,
                   8760:          tests/results/084.processed, tests/results/085.processed,
                   8761:          tests/results/086.processed, tests/results/087.processed,
                   8762:          tests/results/088.processed, tests/results/089.processed,
                   8763:          tests/results/090.processed, tests/results/091.processed,
                   8764:          tests/results/092.processed, tests/results/093.processed,
                   8765:          tests/results/094.processed, tests/results/095.processed,
                   8766:          tests/results/096.processed, tests/results/097.processed,
                   8767:          tests/results/098.processed, tests/results/099.processed,
                   8768:          tests/results/100.processed, tests/results/101.processed,
                   8769:          tests/results/102.processed, tests/results/103.processed,
                   8770:          tests/results/104.processed, tests/results/105.processed,
                   8771:          tests/results/106.processed, tests/results/107.processed,
                   8772:          tests/results/108.processed, tests/results/109.processed,
                   8773:          tests/results/110.processed, tests/results/111.processed,
                   8774:          tests/results/112.processed, tests/results/113.processed,
                   8775:          tests/results/114.processed, tests/results/115.processed,
                   8776:          tests/results/116.processed, tests/results/117.processed,
                   8777:          tests/results/118.processed, tests/results/119.processed,
                   8778:          tests/results/120.processed, tests/results/121.processed,
                   8779:          tests/results/122.processed, tests/results/123.processed,
                   8780:          tests/results/124.processed, tests/results/125.processed,
                   8781:          tests/results/126.processed, tests/results/127.processed,
                   8782:          tests/results/128.processed, tests/results/129.processed,
                   8783:          tests/results/130.processed, tests/results/131.processed,
                   8784:          tests/results/132.processed, tests/results/133.processed,
                   8785:          tests/results/134.processed, tests/results/135.processed,
                   8786:          tests/results/136.processed, tests/results/138.processed,
                   8787:          tests/results/139.processed, tests/results/140.processed,
                   8788:          tests/results/141.processed, tests/results/142.processed,
                   8789:          tests/results/143.processed, tests/results/144.processed,
                   8790:          tests/results/145.processed, tests/results/146.processed,
                   8791:          tests/results/147.processed, tests/results/148.processed,
                   8792:          tests/results/149.processed, tests/results/150.processed,
                   8793:          tests/results/151.processed, tests/results/152.processed,
                   8794:          tests/results/153.processed, tests/results/154.processed,
                   8795:          tests/results/155.processed, tests/results/156.processed,
                   8796:          tests/results/157.processed, tests/results/158.processed,
                   8797:          tests/results/159.processed, tests/results/160.processed,
                   8798:          tests/results/161.processed, tests/results/162.processed,
                   8799:          tests/results/163.processed, tests/results/164.processed,
                   8800:          tests/results/165.processed, tests/results/166.processed,
                   8801:          tests/results/167.processed, tests/results/168.processed,
                   8802:          tests/results/169.processed, tests/results/170.processed,
                   8803:          tests/results/171.processed, tests/results/172.processed,
                   8804:          tests/results/173.processed, tests/results/174.processed,
                   8805:          tests/results/175.processed, tests/results/176.processed,
                   8806:          tests/results/177.processed, tests/results/178.processed,
                   8807:          tests/results/179.processed, tests/results/180.processed,
                   8808:          tests/results/181.processed, tests/results/182.processed,
                   8809:          tests/results/183.processed, tests/results/184.processed,
                   8810:          tests/results/185.processed, tests/results/186.processed,
                   8811:          tests/results/187.processed, tests/results/188.processed,
                   8812:          tests/results/189.processed, tests/results/190.processed,
                   8813:          tests/results/191.processed, tests/results/192.processed,
                   8814:          tests/results/193.processed, tests/results/194.processed,
                   8815:          tests/results/195.processed, tests/results/196.processed,
                   8816:          tests/results/197.processed, tests/results/198.processed,
                   8817:          tests/results/199.processed, tests/results/200.processed,
                   8818:          tests/results/201.processed, tests/results/202.processed,
                   8819:          tests/results/203.processed, tests/results/204.processed,
                   8820:          tests/results/205.processed, tests/results/206.processed,
                   8821:          tests/results/207.processed, tests/results/208.processed,
                   8822:          tests/results/209.processed, tests/results/210.processed,
                   8823:          tests/results/211.processed, tests/results/212.processed,
                   8824:          tests/results/213.processed, tests/results/214.processed,
                   8825:          tests/results/215.processed, tests/results/216.processed,
                   8826:          tests/results/217.processed, tests/results/218.processed,
                   8827:          tests/results/219.processed, tests/results/220.processed,
                   8828:          tests/results/221.processed, tests/results/222.processed,
                   8829:          tests/results/223.processed, tests/results/224.processed,
                   8830:          tests/results/225.processed, tests/results/226.processed,
                   8831:          tests/results/227.processed, tests/results/228.processed,
                   8832:          tests/results/229.processed: - http headers were changed:
                   8833:          content-type => Content-type and so on
                   8834: 
                   8835: 2009-08-27  misha
                   8836: 
                   8837:        * src/: main/pa_random.C, include/pa_random.h,
                   8838:          targets/cgi/parser3.C: - year was updated :)
                   8839: 
                   8840: 2009-08-26  misha
                   8841: 
                   8842:        * tests/: 224.html, 224.p: - test for creating of parser object
                   8843:          using constructor without params - little bugfix in test
                   8844: 
                   8845:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   8846:          checking existed class while processing partial option
                   8847: 
                   8848:        * src/classes/reflection.C: - bugfix: core when creating object
                   8849:          with reflection and constructor doesn't have params
                   8850: 
                   8851: 2009-08-24  misha
                   8852: 
                   8853:        * tests/229.html: - tests for checking the number of parameters
                   8854:          were added
                   8855: 
                   8856:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   8857:          number of method's parameters wasn't checked correctly (the bug
                   8858:          was introduced in 3.4.0)
                   8859: 
                   8860: 2009-08-22  misha
                   8861: 
                   8862:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   8863:          transcoded, but tainted pieces are escaped only when
                   8864:          content-type==url-encoding
                   8865: 
                   8866:        * tests/228.html: - test for checking
                   8867:          ^file::load[http://...;$.body[]]
                   8868: 
                   8869:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   8870:          post charset was too early (charsets is empty at this moment)
                   8871: 
                   8872: 2009-08-21  misha
                   8873: 
                   8874:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   8875:          main/untaint.C: - some fixes with transcode+untaint
                   8876: 
                   8877: 2009-08-15  misha
                   8878: 
                   8879:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   8880:          was increaced to 100 (was 50)
                   8881: 
                   8882:        * tests/227.html: - test for checking overriding properties in
                   8883:          static classes was added
                   8884: 
                   8885:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   8886: 
                   8887:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   8888:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   8889:          autouse was implemented
                   8890: 
                   8891: 2009-08-14  misha
                   8892: 
                   8893:        * src/classes/reflection.C: - outdated checkout was removed
                   8894: 
                   8895:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   8896:          added.
                   8897: 
                   8898:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   8899:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   8900: 
                   8901:        * src/types/pa_vclass.C: - exception if base on sytem class
                   8902: 
                   8903: 2009-08-12  misha
                   8904: 
                   8905:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   8906:          pa_vstateless_class.h: - little optimisation
                   8907: 
                   8908: 2009-08-11  misha
                   8909: 
                   8910:        * tests/224.html: - method_params => method_info - checking for
                   8911:          $.inherited
                   8912: 
                   8913:        * src/classes/reflection.C, operators.txt: - method method_params
                   8914:          was renamed to method_info and now it returns class name, if
                   8915:          method was defined in ancestor
                   8916: 
                   8917:        * tests/225.html: - tests for cheching properties in hierarhical
                   8918:          classes were added
                   8919: 
                   8920:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   8921:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8922:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   8923:          with properties in new classes implementation were fixed
                   8924: 
                   8925: 2009-08-10  misha
                   8926: 
                   8927:        * src/main/execute.C: - now constructor shouldn't be defined in
                   8928:          class. it could be defined in parent.
                   8929: 
                   8930: 2009-08-09  misha
                   8931: 
                   8932:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   8933:          base's methods
                   8934: 
                   8935: 2009-08-08  misha
                   8936: 
                   8937:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   8938:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   8939:          classes/image.C, classes/mail.C, classes/op.C,
                   8940:          classes/reflection.C, classes/regex.C, classes/string.C,
                   8941:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   8942:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   8943:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   8944:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   8945:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   8946:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   8947:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   8948:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   8949:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   8950:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   8951:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   8952:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   8953:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   8954:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   8955:          types/pa_vresponse.C, types/pa_vresponse.h,
                   8956:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   8957:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   8958:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   8959:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   8960:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   8961:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   8962:          implementation
                   8963: 
                   8964:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   8965:          USE_MUNMAP is used. so it is disabled as a workaround.
                   8966: 
                   8967: 2009-08-05  misha
                   8968: 
                   8969:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   8970:          parameter was removed
                   8971: 
                   8972:        * src/main/pa_http.C: - bugfix: error was during detecting
                   8973:          content-type of file which was loaded by http
                   8974: 
                   8975: 2009-08-01  misha
                   8976: 
                   8977:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   8978:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   8979:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   8980:          can't be disabled with defines any longer
                   8981: 
                   8982: 2009-07-29  misha
                   8983: 
                   8984:        * src/classes/reflection.C, tests/results/224.processed: - for
                   8985:          native methods with any call type now returned empty call_type
                   8986:          value
                   8987: 
                   8988:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   8989:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   8990:          main/pa_request.C: - break in cycles was optimized
                   8991: 
                   8992:        * INSTALL: - more defines were described
                   8993: 
                   8994: 2009-07-28  misha
                   8995: 
                   8996:        * operators.txt: - some changes in information about reflection
                   8997:          class
                   8998: 
                   8999:        * tests/: 224.html, 224.p: - tests for reflection class
                   9000: 
                   9001:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   9002:          was added, refactoring
                   9003: 
                   9004: 2009-07-26  misha
                   9005: 
                   9006:        * src/classes/classes.vcproj: - reflection class wass added to
                   9007:          project
                   9008: 
                   9009:        * operators.txt: - information about reflection class was added
                   9010: 
                   9011:        * src/classes/reflection.C: - class was redesigned
                   9012: 
                   9013: 2009-07-24  misha
                   9014: 
                   9015:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   9016:          added
                   9017: 
                   9018:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   9019:          in classes was added
                   9020: 
                   9021: 2009-07-22  misha
                   9022: 
                   9023:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   9024:          over-optimized. it failed if $object1.$object2.field
                   9025: 
                   9026: 2009-07-16  misha
                   9027: 
                   9028:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   9029:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   9030:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   9031:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   9032:          one more arg: length of cord
                   9033: 
                   9034: 2009-07-15  misha
                   9035: 
                   9036:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   9037:          tainted in ^file::load[http://...;$.cookies[]]
                   9038: 
                   9039:        * src/classes/: op.C, regex.C, string.C: - new string with
                   9040:          exception was used
                   9041: 
                   9042:        * src/include/pa_exception.h: - new string with exception was added
                   9043: 
                   9044:        * tests/223.html: - test for checking cookie-encoding during
                   9045:          ^file::load[http was added
                   9046: 
                   9047:        * tests/: 221.html, 222.html: - tests for checking type of
                   9048:          $table.fields.field were added
                   9049: 
                   9050:        * src/types/pa_vtable.C: - not used var decl was removed
                   9051: 
                   9052:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   9053:          it improves speed of match with brackets in pattern
                   9054: 
                   9055:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   9056:          outside
                   9057: 
                   9058: 2009-07-14  misha
                   9059: 
                   9060:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   9061:          column is empty (sometime returned void) - $table.fields was
                   9062:          added for nameless tables
                   9063: 
                   9064:        * src/targets/cgi/getopt.c: - one warning resolved
                   9065: 
                   9066:        * src/main/pa_string.C: - potentian bug fixed
                   9067: 
                   9068:        * src/classes/op.C: - small optimization in taint/untaint
                   9069: 
                   9070: 2009-07-13  misha
                   9071: 
                   9072:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   9073:          added
                   9074: 
                   9075:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   9076:          souldn't add the attribut to output
                   9077: 
                   9078: 2009-07-11  misha
                   9079: 
                   9080:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   9081:          stack size was increaced to 2MB (default=1MB)
                   9082: 
                   9083: 2009-07-08  misha
                   9084: 
                   9085:        * src/main/pa_string.C: - link to UTF-8 description was added
                   9086: 
                   9087:        * src/include/pa_hash.h: - hash keeps element's order in more
                   9088:          places (ex: ._keys[])
                   9089: 
                   9090:        * tests/220.html: - test for checking order of elements in hash in
                   9091:          foreach was added
                   9092: 
                   9093:        * tests/172.html: - small changes in printing hash
                   9094: 
                   9095:        * tests/129.html: - small changes in printing hash
                   9096: 
                   9097:        * src/: include/pa_common.h, include/pa_hash.h,
                   9098:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   9099:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   9100: 
                   9101:        * tests/014.html: - small changes in printing hash
                   9102: 
                   9103: 2009-07-07  misha
                   9104: 
                   9105:        * src/classes/op.C: - new taint language "parser-code" was added
                   9106: 
                   9107:        * tests/219.html: - test for auto untaint parser code in process
                   9108:          was added
                   9109: 
                   9110:        * src/classes/op.C: - tainted pieces in body of process are
                   9111:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   9112: 
                   9113:        * src/: include/pa_string.h, main/untaint.C: - new language
                   9114:          L_PARSER_CODE for auto-untaint in process was added
                   9115: 
                   9116:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9117:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   9118:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   9119:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   9120:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   9121:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   9122:          code cleanup
                   9123: 
                   9124: 2009-07-06  misha
                   9125: 
                   9126:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   9127:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   9128:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9129: 
                   9130:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   9131:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   9132:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   9133:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   9134:          should be used
                   9135: 
                   9136:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   9137:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   9138:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   9139:          untaint_cstr[m] should be used
                   9140: 
                   9141:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   9142:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   9143: 
                   9144:        * tests/218.html: - test for checking automatic file-spec-taint was
                   9145:          added
                   9146: 
                   9147:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   9148:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   9149:          classes/file.C, classes/hash.C, classes/image.C,
                   9150:          classes/string.C, classes/table.C, classes/void.C,
                   9151:          classes/xdoc.C: - optimizations and simplification of
                   9152:          string.cstr(...)
                   9153: 
                   9154:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   9155:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   9156:          - optimizations and simplification of string.cstr(...)
                   9157: 
                   9158: 2009-07-04  misha
                   9159: 
                   9160:        * tests/217.html: - test for recursion detection was added
                   9161: 
                   9162:        * src/: types/types.vcproj, main/main.vcproj,
                   9163:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   9164:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   9165:          from .vcproj
                   9166: 
                   9167:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   9168: 
                   9169:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   9170:          uploading files and case-insensitive http-method were added
                   9171: 
                   9172:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   9173:          tainted pattern in ^file:list[] was added
                   9174: 
                   9175: 2009-07-03  misha
                   9176: 
                   9177:        * src/: classes/classes.vcproj, main/main.vcproj,
                   9178:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   9179:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   9180:          for dynamic_cast) - little options changes
                   9181: 
                   9182:        * src/main/pa_http.C: - file::load[http works now with uploading
                   9183:          files _and_ changing $.charset
                   9184: 
                   9185: 2009-06-29  misha
                   9186: 
                   9187:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   9188:          while creating pattern
                   9189: 
                   9190: 2009-06-25  misha
                   9191: 
                   9192:        * src/classes/image.C, operators.txt: - options' names for
                   9193:          ^image.font were changed to $.space, $.width and $spacing -
                   9194:          default space width now == gif's width
                   9195: 
                   9196: 2009-06-24  misha
                   9197: 
                   9198:        * tests/215.html: - tests for $file.mode were added
                   9199: 
                   9200:        * operators.txt: - added info about $file.mode and changes in
                   9201:          ^image.font[
                   9202: 
                   9203:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   9204:          param now could be omited - third param now could be hash (with
                   9205:          all widths options: $.space-width, $.letter-width) - it's
                   9206:          possible to specify tracking ($.letter-space)
                   9207: 
                   9208:        * src/classes/file.C: - file objects now could have mode field
                   9209:          (text|binary)
                   9210: 
                   9211:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   9212: 
                   9213: 2009-06-23  misha
                   9214: 
                   9215:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   9216:          trim can work with utf-8 chars now
                   9217: 
                   9218: 2009-06-20  misha
                   9219: 
                   9220:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   9221:          was implemented
                   9222: 
                   9223:        * src/classes/table.C: - string length cacheing was implemented
                   9224: 
                   9225:        * src/include/pa_string.h: - string length cacheing was implemented
                   9226: 
                   9227: 2009-06-17  misha
                   9228: 
                   9229:        * src/main/execute.C: - value param was removed from
                   9230:          WContext::WContext
                   9231: 
                   9232:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   9233:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   9234:          - field wcontext was removed from VCodeFrame (using fparent
                   9235:          instead)
                   9236: 
                   9237:        * tests/214.html: - test with hash copying
                   9238: 
                   9239: 2009-06-16  misha
                   9240: 
                   9241:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   9242:          strings doesn't work in expression anymore
                   9243: 
                   9244:        * src/main/execute.C: - less calls for get_constructing() - little
                   9245:          refactoring
                   9246: 
                   9247:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   9248:          include/pa_request.h: - less calls for get_constructing()
                   9249: 
                   9250:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   9251:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   9252: 
                   9253: 2009-06-14  misha
                   9254: 
                   9255:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   9256:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   9257:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   9258:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   9259:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   9260:          storing object's fields only for parser objects
                   9261: 
                   9262: 2009-06-13  misha
                   9263: 
                   9264:        * buildall-with-xml, buildall-without-xml: - new option was added
                   9265:          for building GC (it slightly reduces memory usage)
                   9266: 
                   9267:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   9268:          single string write
                   9269: 
                   9270:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   9271:          - optimization of single string write
                   9272: 
                   9273:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   9274:          - bytecode optimization of ^class:constructor
                   9275: 
                   9276: 2009-06-09  misha
                   9277: 
                   9278:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   9279:          main (better compatibility)
                   9280: 
                   9281: 2009-06-08  misha
                   9282: 
                   9283:        * src/main/compile.y: - I've forgot to commit it :(
                   9284: 
                   9285: 2009-06-07  misha
                   9286: 
                   9287:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   9288:          WITH_READ and WITH_ROOT
                   9289: 
                   9290:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9291:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   9292:          WITH_ROOT - little refactoring
                   9293: 
                   9294: 2009-06-06  misha
                   9295: 
                   9296:        * tests/213.html: - tests for 3rd match string-param were added
                   9297: 
                   9298:        * src/classes/string.C: - 3rd match param could be string now
                   9299: 
                   9300:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   9301:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   9302:          GET_OBJECT_ELEMENT
                   9303: 
                   9304: 2009-06-05  misha
                   9305: 
                   9306:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   9307:          if $.body was specified
                   9308: 
                   9309: 2009-06-04  misha
                   9310: 
                   9311:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   9312: 
                   9313:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   9314: 
                   9315:        * src/main/execute.C: - little refactoring - optimizing
                   9316:          write_assign_lang in taint/untaint
                   9317: 
                   9318:        * src/include/pa_opcode.h: - little refactoring
                   9319: 
                   9320:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   9321:          main/compile_tools.h, main/execute.C: - optimizations for
                   9322:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   9323:          were added
                   9324: 
                   9325: 2009-06-03  misha
                   9326: 
                   9327:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   9328: 
                   9329: 2009-06-02  misha
                   9330: 
                   9331:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   9332:          include/pa_opcode.h: - refactoring in last optimizations
                   9333:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   9334:          now but code is much easy and it is ready for further
                   9335:          improvements.
                   9336: 
                   9337: 2009-05-27  misha
                   9338: 
                   9339:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   9340:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   9341:          changed in destructing junctions
                   9342: 
                   9343:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   9344:          String:Body
                   9345: 
                   9346: 2009-05-26  misha
                   9347: 
                   9348:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   9349:          one method detect_charset was deleted - bug was fixed in this
                   9350:          method (error while detecting charset in content_type withot last
                   9351:          ';')
                   9352: 
                   9353:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   9354:          once
                   9355: 
                   9356: 2009-05-25  misha
                   9357: 
                   9358:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   9359:          optimizing of helper_length
                   9360: 
                   9361: 2009-05-24  misha
                   9362: 
                   9363:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   9364:          were added - little refactoring
                   9365: 
                   9366:        * src/main/execute.C: - core while printing in debug log
                   9367:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   9368:          optimisations were added
                   9369: 
                   9370:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   9371:          were added
                   9372: 
                   9373: 2009-05-23  misha
                   9374: 
                   9375:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   9376:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   9377:          CORD_cat optimization
                   9378: 
                   9379:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   9380:          - call constr optimisation under separate define now
                   9381: 
                   9382:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   9383:          in $b should be string, not void
                   9384: 
                   9385:        * src/main/compile.y: - little fix for rem-cut optimisation
                   9386: 
                   9387:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   9388:          main/compile_tools.h, main/execute.C: - optimisations for
                   9389:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   9390: 
                   9391:        * INSTALL: - description of some #defined were added
                   9392: 
                   9393:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   9394:          before 1st access (memory usage is reduced if don't access to
                   9395:          .text field)
                   9396: 
                   9397:        * src/include/pa_array.h: - array grows step now not static (it
                   9398:          reduces numbers of reallocs)
                   9399: 
                   9400: 2009-05-20  misha
                   9401: 
                   9402:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   9403:          $.b(2), $c[d] and $.e[f] was added
                   9404: 
                   9405:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9406:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   9407:          $.e[f] was added
                   9408: 
                   9409:        * src/main/execute.C: - debug printing moved in defines
                   9410: 
                   9411:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   9412:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   9413:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   9414: 
                   9415: 2009-05-19  misha
                   9416: 
                   9417:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   9418:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   9419: 
                   9420:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   9421:          ^a.$b optimisation)
                   9422: 
                   9423:        * src/main/compile.y: - compiler now generate new opcodes:
                   9424:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   9425:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   9426:          of params }
                   9427: 
                   9428:        * src/main/execute.C: - code for handle new opcodes
                   9429:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   9430: 
                   9431:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   9432:          added for LA2V and LA2S
                   9433: 
                   9434:        * src/include/pa_opcode.h: - new defines which can be used for
                   9435:          disable some bytecode optimisation and new opcodes were added
                   9436: 
                   9437: 2009-05-17  misha
                   9438: 
                   9439:        * src/lib/cord/cordxtra.c: - bugfix.
                   9440: 
                   9441:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   9442: 
                   9443:        * operators.txt: - info about regex class was added
                   9444: 
                   9445:        * tests/212.html: - tests for regex class were added
                   9446: 
                   9447: 2009-05-16  misha
                   9448: 
                   9449:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   9450:          gc7.1
                   9451: 
                   9452:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   9453:          was added
                   9454: 
                   9455:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   9456:          param) should work
                   9457: 
                   9458: 2009-05-15  misha
                   9459: 
                   9460:        * src/classes/table.C: - automatically disable stringstream usage
                   9461:          on freebsd4
                   9462: 
                   9463:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   9464:          scope
                   9465: 
                   9466:        * tests/211.html: - test with different types of access to hash was
                   9467:          added
                   9468: 
                   9469:        * tests/210.html: - test which checks for loosing tainting in
                   9470:          hash's keys was added
                   9471: 
                   9472:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   9473: 
                   9474:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   9475: 
                   9476:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   9477: 
                   9478:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   9479:          optimisations for increacing version number more dramatically :)
                   9480: 
                   9481:        * src/classes/date.C: - little refactoring: use constructor which
                   9482:          accepts formated string
                   9483: 
                   9484:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   9485:          which can print formatted string was added
                   9486: 
                   9487: 2009-05-14  misha
                   9488: 
                   9489:        * src/include/pa_string.h: - type was fixed
                   9490: 
                   9491:        * src/: classes/hashfile.C, classes/op.C,
                   9492:          include/pa_cache_managers.h, include/pa_charset.h,
                   9493:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   9494:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   9495:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   9496:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   9497:          main/pa_charsets.C, main/pa_string.C,
                   9498:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   9499:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9500:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   9501:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   9502:          (seaches should be faster now)
                   9503: 
                   9504:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   9505:          classes/string.C, classes/table.C, include/pa_string.h,
                   9506:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   9507:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   9508:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   9509:          types/pa_vrequest.C: - String constructors don't have that stupid
                   9510:          true/false param which means 'tainted'. they accept lang instead.
                   9511: 
                   9512:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   9513:          with OPTIMIZE_RESULT
                   9514: 
                   9515:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   9516:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   9517: 
                   9518: 2009-05-13  misha
                   9519: 
                   9520:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   9521:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   9522:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9523:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   9524:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   9525:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   9526:          include/pa_string.h, classes/date.C, classes/file.C,
                   9527:          classes/hash.C, classes/image.C, classes/string.C,
                   9528:          classes/table.C, classes/xdoc.C: - result optimisation -
                   9529:          helper_length parameter removed from string constructors
                   9530: 
                   9531: 2009-05-11  misha
                   9532: 
                   9533:        * tests/209.html: - tests for ^hash::create[hash] were added
                   9534: 
                   9535:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   9536:          ^memory:compact[] were added
                   9537: 
                   9538:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   9539:          log10 were added
                   9540: 
                   9541:        * tests/206.html: - test for try with finally was added
                   9542: 
                   9543: 2009-05-10  misha
                   9544: 
                   9545:        * tests/205.html: - test for ^file::create[...] was added
                   9546: 
                   9547:        * tests/204.html: - test for ^response:clear[] was added
                   9548: 
                   9549:        * tests/038.html: - tests for trigonometric functions were added
                   9550: 
                   9551:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   9552:          added - more tests for .add, .sub, .union, .intersects and
                   9553:          .intersections
                   9554: 
                   9555:        * tests/065.html: - test for ^file:dirname was added
                   9556: 
                   9557:        * tests/030.html: - test for $cookie:fields was added
                   9558: 
                   9559:        * tests/203.html: - test for ^h._keys[column name] was added
                   9560: 
                   9561:        * tests/201.html: - tests for .trim were added
                   9562: 
                   9563:        * tests/202.html: - tests for last-day,
                   9564:          date:calendar[type](YYYY;MM;DD) were added
                   9565: 
                   9566:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   9567:          .offset[type](N) were added
                   9568: 
                   9569:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   9570:          and .pos[c](N) were added
                   9571: 
                   9572:        * tests/141.html: - test for math:sha1 was added
                   9573: 
                   9574:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   9575: 
                   9576: 2009-05-09  misha
                   9577: 
                   9578:        * src/main/compile.y: - rollback
                   9579: 
                   9580: 2009-05-05  misha
                   9581: 
                   9582:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   9583:          replaced by is_empty()
                   9584: 
                   9585:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   9586:          optimisation: somewhere length() was replaced by is_empty()
                   9587: 
                   9588:        * src/classes/table.C: - little optimisation: somewhere length()
                   9589:          was replaced by is_empty()
                   9590: 
                   9591:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   9592:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   9593:          optimisation: somewhere length() was replaced by is_empty()
                   9594: 
                   9595: 2009-05-04  misha
                   9596: 
                   9597:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9598:          types/pa_vstateless_class.h, main/execute.C,
                   9599:          include/pa_request.h, classes/hash.C, classes/op.C,
                   9600:          classes/table.C: - more optimisations were added: some operators
                   9601:          don't switch write context anylonger
                   9602: 
                   9603: 2009-05-01  misha
                   9604: 
                   9605:        * src/main/compile.y: - slightly more opcode optimisations for
                   9606:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   9607: 
                   9608:        * src/main/execute.C: - simplifying process for getters
                   9609: 
                   9610: 2009-04-30  misha
                   9611: 
                   9612:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   9613: 
                   9614:        * tests/results/199.processed: - test for checking $result into
                   9615:          ^rem was added
                   9616: 
                   9617:        * tests/199.html: - test for checking $result into ^rem was added
                   9618: 
                   9619:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   9620:          some OS it returns list in different order)
                   9621: 
                   9622:        * src/: include/pa_array.h, include/pa_request.h,
                   9623:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   9624:          changes in stack impl - get_element() optimisation: 3rd param
                   9625:          removed - bugfix: problems with reading empty input param -
                   9626:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   9627: 
                   9628:        * tests/results/198.processed: - test for reading empty local var
                   9629:          was added
                   9630: 
                   9631:        * tests/198.html: - test for reading empty local var was added
                   9632: 
                   9633: 2009-04-29  misha
                   9634: 
                   9635:        * src/main/compile.y: - bugfix: couldn't compile because
                   9636:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   9637: 
                   9638:        * src/: include/pa_array.h, include/pa_opcode.h,
                   9639:          include/pa_request.h, main/compile.y, main/execute.C,
                   9640:          main/pa_request.C, types/pa_vmethod_frame.C,
                   9641:          types/pa_vmethod_frame.h: - we can work without opcode
                   9642:          OP_STORE_PARAM, so it was removed
                   9643: 
                   9644: 2009-04-28  misha
                   9645: 
                   9646:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   9647:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   9648:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   9649:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   9650:          4.
                   9651:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   9652: 
                   9653:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   9654: 
                   9655:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   9656:          is_empty()
                   9657: 
                   9658: 2009-04-27  misha
                   9659: 
                   9660:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   9661: 
                   9662: 2009-04-24  misha
                   9663: 
                   9664:        * src/classes/string.C: - ups. typo fixed
                   9665: 
                   9666:        * src/main/execute.C: - more replacements '*new VBool' to
                   9667:          'VBool::get' - checks for ^break[], ^continue[] and
                   9668:          parser.interrupted were optimised
                   9669: 
                   9670:        * src/classes/string.C: - number of params.count() calls was
                   9671:          slightly reduced
                   9672: 
                   9673: 2009-04-23  misha
                   9674: 
                   9675:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9676:          make it x64 friendly
                   9677: 
                   9678:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   9679:          parser is x64 friendly now
                   9680: 
                   9681: 2009-04-22  misha
                   9682: 
                   9683:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   9684:          exceeding record size was added
                   9685: 
                   9686:        * src/classes/file.C: - use vregex object instead of direct calls
                   9687:          methods from pcre lib
                   9688: 
                   9689:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   9690:          classes/string.C: - use vregex object instead of direct calls
                   9691:          methods from pcre lib
                   9692: 
                   9693:        * src/: include/pa_common.h, main/pa_common.C: - method
                   9694:          print_pcre_exec_error_text was moved to class vregex
                   9695: 
                   9696:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   9697:          was added
                   9698: 
                   9699:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   9700:          - class vregex was added
                   9701: 
                   9702: 2009-04-21  misha
                   9703: 
                   9704:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   9705: 
                   9706:        * src/: types/pa_junction.h, types/pa_value.C,
                   9707:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   9708:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   9709:          junction-optimisation (destructors)
                   9710: 
                   9711:        * src/include/pa_array.h: - free under if now
                   9712: 
                   9713: 2009-04-19  misha
                   9714: 
                   9715:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   9716: 
                   9717: 2009-04-18  misha
                   9718: 
                   9719:        * src/include/pa_version.h:
                   9720:          :q :
                   9721: 
                   9722:          CV:
                   9723:          ----------------------------------------------------------------------
                   9724: 
                   9725:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   9726:          refactoring
                   9727: 
                   9728:        * src/: include/pa_array.h, include/pa_hash.h,
                   9729:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   9730: 
                   9731:        * src/include/pa_memory.h: - define for using destructors was added
                   9732: 
                   9733:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   9734:          main/execute.C: - some junctions will be cached now
                   9735: 
                   9736:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   9737: 
                   9738:        * src/include/pa_array.h: - inline was added to destructor
                   9739: 
                   9740:        * src/types/pa_method.h: - comment was changed
                   9741: 
                   9742: 2009-04-17  misha
                   9743: 
                   9744:        * src/: include/pa_array.h, include/pa_hash.h,
                   9745:          types/pa_vmethod_frame.h: - destructors were added
                   9746: 
                   9747:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   9748:          renamed to always_use_result
                   9749: 
                   9750:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   9751:          compiler: full backward compatibility is better
                   9752: 
                   9753:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   9754:          result in var's hash
                   9755: 
                   9756:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   9757:          optimisation in method_frame
                   9758: 
                   9759:        * src/include/pa_array.h: - optimisation in array (allocate
                   9760:          elements only when needed)
                   9761: 
                   9762:        * src/types/pa_vresponse.C: - check for $response:headers field
                   9763:          before looking at custom fields
                   9764: 
                   9765:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   9766:          not needed to check existance var with name 'result' in var's
                   9767:          hash
                   9768: 
                   9769:        * src/main/compile.y: - compiler was changed: now it detects
                   9770:          writings to $result and set flag writo_to_result in method
                   9771: 
                   9772:        * src/classes/string.C: - little optimisation: no needed to write
                   9773:          number with lang
                   9774: 
                   9775:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   9776:          used for read utf8-strings were renamed - is_escaped was renamed
                   9777:          to isEscaped (to the same name convention)
                   9778: 
                   9779:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   9780:          write_to_result added. compiler get this info from code.
                   9781: 
                   9782: 2009-04-16  misha
                   9783: 
                   9784:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   9785:          String only before 1st write
                   9786: 
                   9787:        * src/include/pa_string.h: - not needed template removed
                   9788: 
                   9789:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   9790:          types/pa_vjunction.C, types/pa_vproperty.C,
                   9791:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   9792:          main/pa_request.C, classes/bool.C, classes/double.C,
                   9793:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   9794:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   9795:          bool objects)
                   9796: 
                   9797: 2009-04-15  misha
                   9798: 
                   9799:        * src/lib/cord/cordxtra.c: - more optimisation
                   9800: 
                   9801:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   9802:          optimisation
                   9803: 
                   9804:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   9805:          then get and can sometime be used)
                   9806: 
                   9807:        * src/main/pa_string.C: - String::length optimisation
                   9808: 
                   9809:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   9810:          these methods read different strings
                   9811: 
                   9812:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   9813:          fresult_initial_void removed + some optimisation - if $result
                   9814:          defined we don't write to context anymore
                   9815: 
                   9816:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   9817:          need just skip char)
                   9818: 
                   9819:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   9820:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   9821:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   9822: 
                   9823:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   9824:          instance
                   9825: 
                   9826: 2009-04-11  misha
                   9827: 
                   9828:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   9829: 
                   9830:        * tests/197.html: - test for parser://test in xml was added
                   9831: 
                   9832:        * src/classes/string.C: - small optimisation
                   9833: 
                   9834:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   9835:          optimisation
                   9836: 
                   9837: 2009-04-10  misha
                   9838: 
                   9839:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   9840:          to pcre-7.8
                   9841: 
                   9842:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   9843: 
                   9844:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   9845:          added
                   9846: 
                   9847:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   9848:          $request:CLASS_NAME were added
                   9849: 
                   9850:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   9851:          were added
                   9852: 
                   9853:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   9854:          $env:CLASS_NAME were added
                   9855: 
                   9856:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   9857:          '@todo' now
                   9858: 
                   9859:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   9860:          compirer
                   9861: 
                   9862:        * src/main/pa_string.C: - little code cleanup
                   9863: 
                   9864:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   9865:          during PCRE compile/execute
                   9866: 
                   9867:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   9868:          normalizing todo-comments: '@todo' now
                   9869: 
                   9870:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   9871: 
                   9872:        * src/main/pa_charset.C: - type changed for making compiler happy
                   9873: 
                   9874: 2009-03-10  misha
                   9875: 
                   9876:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   9877:          in main()
                   9878: 
                   9879: 2009-02-01  misha
                   9880: 
                   9881:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   9882:          boundary
                   9883: 
                   9884: 2009-01-25  misha
                   9885: 
                   9886:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   9887: 
                   9888:        * src/classes/file.C: - more changes for parsing different number
                   9889:          of params for file::load
                   9890: 
                   9891:        * tests/193.html: - tests for exception while base64-decode binary
                   9892:          to string was added
                   9893: 
                   9894:        * tests/192.html: - tests for file::load with different number of
                   9895:          options
                   9896: 
                   9897:        * src/classes/math.C: - ups. forgot '+1'
                   9898: 
                   9899:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   9900:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   9901:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   9902:          (new option $.encode[multipart-form/data] should be specified) -
                   9903:          $.method[] option for file::load now is not case-sensitive
                   9904: 
                   9905:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   9906:          new taint language L_FILE_POST was added
                   9907: 
                   9908:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   9909:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   9910:          stuff was moved to separate files
                   9911: 
                   9912: 2009-01-23  misha
                   9913: 
                   9914:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   9915:          spaces to tabs were converted
                   9916: 
                   9917: 2009-01-12  misha
                   9918: 
                   9919:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   9920:          now
                   9921: 
                   9922:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   9923:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   9924:          their names
                   9925: 
                   9926:        * src/main/pa_common.C: - changes in formating
                   9927: 
                   9928:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   9929:          their names
                   9930: 
                   9931:        * src/include/pa_http.h: - some spaces were converted to tabs
                   9932: 
                   9933:        * src/include/pa_common.h: - some constants changed their names
                   9934: 
                   9935:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   9936:          little code rewriting
                   9937: 
                   9938:        * src/types/pa_vfile.C: - little code rewriting
                   9939: 
                   9940:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   9941:          types/pa_value.h: - some formating changes
                   9942: 
                   9943:        * src/include/pa_common.h: - some formating spaces transformed to
                   9944:          tabs
                   9945: 
                   9946:        * src/classes/string.C: - exception while base64-decode binary to a
                   9947:          string
                   9948: 
                   9949: 2009-01-11  misha
                   9950: 
                   9951:        * configure.in: - version changed to 3.3.1b
                   9952: 
                   9953: 2008-09-05  misha
                   9954: 
                   9955:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   9956:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   9957: 
                   9958: 2008-09-04  misha
                   9959: 
                   9960:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   9961:          anymore
                   9962: 
                   9963:        * src/classes/op.C: - exception with 'invalid taint language' not
                   9964:          typeless anylonger
                   9965: 
                   9966:        * src/classes/image.C: - some exceptions while operations with
                   9967:          image not typeless anymore
                   9968: 
                   9969:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   9970:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   9971:          operations with files not typeless anymore
                   9972: 
                   9973:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   9974:          types/pa_vdate.h: - exceptions while checking date range not
                   9975:          typeless anymore
                   9976: 
                   9977:        * src/include/pa_exception.h: - exception type string for invalid
                   9978:          date range was added
                   9979: 
                   9980: 2008-09-03  misha
                   9981: 
                   9982:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   9983:          operations not typeless anymore
                   9984: 
                   9985:        * src/include/pa_exception.h: - exception type for pce operations
                   9986:          was added
                   9987: 
                   9988:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   9989:          and .CLASS_NAME insite classes
                   9990: 
                   9991:        * src/classes/table.C: - don't save table header whiile
                   9992:          ^table.save[append;filename] if file exists
                   9993: 
                   9994: 2008-09-02  misha
                   9995: 
                   9996:        * src/main/compile.y, src/main/compile_tools.h,
                   9997:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   9998:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   9999:          renamed to partial and it login changed: we must mark class as
                   10000:          partial for allow their modifications in future.
                   10001: 
                   10002: 2008-08-29  misha
                   10003: 
                   10004:        * tests/results/022.processed: - testing taint[regex] in mask for
                   10005:          file:list
                   10006: 
                   10007:        * tests/022.html: - testing taint[regex] in mask for file:list
                   10008: 
                   10009:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   10010:          for file:list was added
                   10011: 
                   10012:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   10013:          file:list
                   10014: 
                   10015: 2008-08-26  misha
                   10016: 
                   10017:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   10018:          last derived object
                   10019: 
                   10020:        * src/classes/image.C: - many strings "image.format" replaced by
                   10021:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   10022:          understand some more exif tags
                   10023: 
                   10024:        * src/include/pa_exception.h: - string "image.format" was added
                   10025: 
                   10026: 2008-08-21  misha
                   10027: 
                   10028:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   10029:          pcre_exec text error
                   10030: 
                   10031:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   10032:          added
                   10033: 
                   10034:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   10035:          text error was added
                   10036: 
                   10037: 2008-08-19  misha
                   10038: 
                   10039:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   10040:          namespace while debug execution as well
                   10041: 
                   10042:        * tests/: 015.html, results/015.processed: - test for escaping some
                   10043:          parser chars was added
                   10044: 
                   10045: 2008-08-18  misha
                   10046: 
                   10047:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   10048:          $caller.self.field + default getter in one class was added
                   10049: 
                   10050:        * tests/: 189.html, results/189.processed: - test for
                   10051:          ^date::create[date object]
                   10052: 
                   10053:        * tests/: 188.html, results/188.processed: - tests for match with
                   10054:          UTF-8 strings
                   10055: 
                   10056:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   10057:          ^string.match[]
                   10058: 
                   10059:        * ChangeLog: - parser 3.3.0 beta13
                   10060: 
                   10061: 2008-08-15  misha
                   10062: 
1.116     moko     10063:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   10064:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   10065:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   10066:          dftables.c: - old PCRE files removed
1.95      moko     10067: 
                   10068:        * src/lib/pcre/config.h: - configuration for PCRE library
                   10069: 
                   10070:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   10071:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   10072: 
                   10073:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   10074:          library and set flag UTF8 if $request:charset is UTF-8
                   10075: 
                   10076:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   10077:          include/pa_config_fixed.h: - moved to new PCRE library
                   10078: 
                   10079:        * src/: main/main.vcproj, types/types.vcproj,
                   10080:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   10081:          win32\pcre instead of parser3\src\lib\pcre
                   10082: 
                   10083:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   10084:          main/compile.C, main/compile.y, main/compile_tools.C,
                   10085:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   10086:          opcodes were moved to separate namespace
                   10087: 
                   10088: 2008-08-14  misha
                   10089: 
                   10090:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   10091: 
                   10092:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   10093:          tainting
                   10094: 
                   10095: 2008-08-11  misha
                   10096: 
                   10097:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   10098:          $caller.self, $caller.self.field and $caller.self.field[value]
                   10099:          were added
                   10100: 
                   10101:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   10102:          runtime as well (for $caller.self)
                   10103: 
                   10104: 2008-07-25  misha
                   10105: 
                   10106:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   10107:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   10108:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   10109:          tests with international characters
                   10110: 
                   10111: 2008-07-23  misha
                   10112: 
                   10113:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   10114:          file::load[...;http://
                   10115: 
                   10116:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   10117:          now everywhere in separate namespace
                   10118: 
                   10119:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   10120:          for vars
                   10121: 
                   10122:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   10123:          can be escaped by '^'
                   10124: 
                   10125: 2008-07-22  misha
                   10126: 
                   10127:        * src/classes/string.C, tests/186.html: - names changes:
                   10128:          escape=>js-escape, unescape=>js-unescape
                   10129: 
                   10130: 2008-07-21  misha
                   10131: 
                   10132:        * tests/results/186.processed: - test for string escape/unescape
                   10133: 
                   10134:        * tests/186.html: - test for string escape/unescape
                   10135: 
                   10136:        * src/classes/string.C: - string has escape and unescape methods
                   10137:          now
                   10138: 
                   10139:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   10140:          added
                   10141: 
                   10142:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   10143:          method-layers added (with different params)
                   10144: 
                   10145: 2008-07-18  misha
                   10146: 
                   10147:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   10148:          was added
                   10149: 
                   10150:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   10151: 
                   10152:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   10153:          ^string.pos[substr](offset) -- 2nd param accepted now
                   10154: 
                   10155:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   10156:          strings
                   10157: 
                   10158: 2008-07-17  misha
                   10159: 
                   10160:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   10161:          helper length added for mid for small optimisation
                   10162: 
                   10163: 2008-07-16  misha
                   10164: 
                   10165:        * tests/: 185.html, results/185.processed: - tests for
                   10166:          length/left/right/mid/pos with utf-8 strings
                   10167: 
                   10168:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   10169:          utf-8 strings
                   10170: 
                   10171:        * src/main/untaint.C: - comments removed
                   10172: 
                   10173:        * src/: include/pa_string.h, main/pa_string.C,
                   10174:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   10175:          with pos/mid for strings in utf-8 were added
                   10176: 
                   10177: 2008-07-15  misha
                   10178: 
                   10179:        * tests/: 184.html, results/184.processed: - test for case body as
                   10180:          expression: $var(^switch(1){^case(1)(true)..})
                   10181: 
                   10182:        * src/classes/op.C: - case body can be expression now:
                   10183:          $var(^switch(1){^case(1)(true)..})
                   10184: 
                   10185:        * tests/: results/183.processed, 183.html: - added test for testing
                   10186:          new cookie encoding (%uXXXX)
                   10187: 
                   10188:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   10189:          decoding for backward compatibility they decoded from %XX in
                   10190:          request:charset too
                   10191: 
                   10192:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   10193:          - cookie class now decode cookies before first access after last
                   10194:          request:charset changing (as form class).
                   10195: 
                   10196:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   10197:          as %uXXXX - before transcode calculate required space for dest
                   10198:          string. it reduce mem usage for transcode
                   10199: 
                   10200:        * src/include/pa_charset.h: - added method escape for escaping
                   10201:          cookies as %uXXXX
                   10202: 
                   10203:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   10204:          was added. will used for escaping cookies as %uXXXX
                   10205: 
                   10206:        * src/include/pa_common.h: - escape method has new option for skip
                   10207:          converting '+' to a space char
                   10208: 
                   10209:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   10210:          transcode - escape method has new option for skip converting '+'
                   10211:          to a space char
                   10212: 
                   10213: 2008-07-08  misha
                   10214: 
                   10215:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   10216:          (no UE if more then 1 case matches anylonger) - optimization:
                   10217:          doing searching.as_string() || searching.as_double() only once
                   10218: 
                   10219: 2008-07-04  misha
                   10220: 
                   10221:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   10222:          now ^date::create[date object] works
                   10223: 
                   10224:        * src/classes/string.C: - left and right added as aliases for start
                   10225:          and end in ^string.trim[]
                   10226: 
                   10227: 2008-07-03  misha
                   10228: 
                   10229:        * src/classes/file.C: - allow $.limit for file::sql as well
                   10230: 
                   10231:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   10232:          send limit=1 to query for use sql specifics authomatically
                   10233: 
                   10234:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   10235:          if $.limit value if empty. autoconvert it as everywere
                   10236: 
                   10237: 2008-07-02  misha
                   10238: 
                   10239:        * configure.in: - time to change version number to 3.3.0 %-)
                   10240: 
                   10241:        * src/include/pa_version.h: - time to change version number to
                   10242:          3.3.0 %-)
                   10243: 
                   10244: 2008-06-26  misha
                   10245: 
                   10246:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   10247:          $.limit(0) fixes
                   10248: 
                   10249:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   10250:          - $.limit(0) fixes
                   10251: 
                   10252:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   10253:          new API)
                   10254: 
                   10255:        * src/: include/pa_sql_driver_manager.h,
                   10256:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   10257:          classes/op.C: - document_root added
                   10258: 
                   10259:        * src/main/compile.tab.C: - error message was changed
                   10260: 
                   10261: 2008-06-25  misha
                   10262: 
                   10263:        * src/main/compile.y: - error message was changed
                   10264: 
                   10265: 2008-06-24  misha
                   10266: 
                   10267:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   10268: 
                   10269:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   10270:          tests for @OPTIONS\nappend
                   10271: 
                   10272:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   10273: 
                   10274:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   10275: 
                   10276:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   10277: 
                   10278:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   10279:          compile.y
                   10280: 
                   10281: 2008-06-17  misha
                   10282: 
                   10283:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   10284:          compilation: ^if(default){true. it's incorrect. must be
                   10285:          exception}
                   10286: 
                   10287: 2008-06-16  misha
                   10288: 
                   10289:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   10290:          checking external reference loading with 'http://localhost'
                   10291:          prefix while creating xdoc
                   10292: 
                   10293:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   10294:          ^math:long2ip[] and ^math:ip2long[]
                   10295: 
                   10296:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   10297:          added which use scalar stateless class method when user object
                   10298:          used in scalar context - use get_scalar_value when user object
                   10299:          requested in scalar context
                   10300: 
                   10301:        * src/main/pa_common.C: - size must be int but not size_t or we
                   10302:          can't compare with 0 sprintf result
                   10303: 
                   10304:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   10305:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   10306:          with internal switch between local/global vars
                   10307: 
                   10308:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   10309:          specified
                   10310: 
                   10311:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   10312:          pa_vstateless_object.h: - stateless class and object now has
                   10313:          private scalar field and getter/setter for working with it
                   10314: 
                   10315:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   10316:          moved to inet static class
                   10317: 
                   10318:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   10319:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   10320: 
                   10321:        * tests/: 180.html, results/180.processed: - tests for
                   10322:          ^math:long2ip(long) and ^math:ip2long[IP]
                   10323: 
                   10324:        * src/classes/math.C: - ^math:ip2long[IP] added
                   10325: 
                   10326: 2008-06-11  misha
                   10327: 
                   10328:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   10329:          need cut BOM code and remove DOS newline chars. but don't
                   10330:          transcode it anyway.
                   10331: 
                   10332:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   10333:          main/pa_http.C: - option for disable transcoding while file_read
                   10334:          and file_read_text added
                   10335: 
                   10336: 2008-06-10  misha
                   10337: 
                   10338:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   10339:          classes in 1 file
                   10340: 
                   10341:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   10342:          classes now.
                   10343: 
                   10344:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   10345:          classes now. internals.
                   10346: 
                   10347:        * src/main/pa_request.C: - compile return list of classes now. try
                   10348:          call @conf and @auto for each returned class
                   10349: 
                   10350:        * src/include/pa_request.h: - compile return list of classes now
                   10351: 
                   10352:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   10353:          return list of classes when compile buf)
                   10354: 
                   10355: 2008-06-07  misha
                   10356: 
                   10357:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   10358:          param -- form
                   10359: 
                   10360:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   10361:          3rd param: form. needed for get post_charset
                   10362: 
                   10363:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   10364:          added
                   10365: 
                   10366:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   10367:          types/pa_vform.C, types/pa_vform.h: - some polish
                   10368: 
                   10369: 2008-06-06  misha
                   10370: 
                   10371:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   10372:          charset and decode chars from it but not from response:charset
                   10373: 
                   10374:        * src/main/pa_http.C: - detect_charset moved out of here
                   10375: 
                   10376:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   10377:          methods moved here - unescape_chars accepn one charset now
                   10378: 
                   10379:        * src/main/pa_http.C: - new constants used - don't allow
                   10380:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   10381:          charset info while ^file::load[;http://;$.method[POST]] - option
                   10382:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   10383:          disabling charset during post
                   10384: 
                   10385:        * src/types/pa_vform.C: - new constants used
                   10386: 
                   10387:        * src/include/pa_common.h: - some constants were added
                   10388: 
                   10389:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   10390:          instead of StrEqNc
                   10391: 
                   10392:        * src/main/pa_common.C: - new method for caseless search
                   10393:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   10394: 
                   10395:        * src/include/pa_common.h: - new method for caseless search
                   10396:          c-substring in c-string
                   10397: 
                   10398: 2008-06-05  misha
                   10399: 
                   10400:        * tests/results/178.processed: - test for testing default getter
                   10401: 
                   10402:        * tests/178.html: - test for testing default getter
                   10403: 
                   10404:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   10405:          for test for testing default getter
                   10406: 
                   10407:        * src/main/execute.C: - default getter soul
                   10408: 
                   10409:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   10410:          requested objects' field not found
                   10411: 
                   10412:        * src/types/pa_vclass.C: - register default getter if defined - get
                   10413:          default getter if requested field not found
                   10414: 
                   10415:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   10416:          added
                   10417: 
                   10418:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10419:          pointer to default getter and methods for get/set it were added
                   10420: 
                   10421:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   10422:          auto_name field (for default getter)
                   10423: 
                   10424: 2008-06-04  misha
                   10425: 
                   10426:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   10427:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   10428:          it to libxml "as is"
                   10429: 
                   10430: 2008-06-03  misha
                   10431: 
                   10432:        * src/main/pa_common.C: - use store_Char instead of
                   10433:          transcodeCharFromUTF8
                   10434: 
                   10435:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   10436:          store_Char added, transcodeCharFromUTF8 -- removed
                   10437: 
                   10438: 2008-06-02  misha
                   10439: 
                   10440:        * tests/: results/177.processed, 177.html: - test for checking
                   10441:          .[acm]date after local ^file::load[] was added
                   10442: 
                   10443:        * tests/: results/176.processed, 176.html: - test for checking
                   10444:          @OPTION\locals + @method[vars][locals] added
                   10445: 
                   10446:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   10447: 
                   10448: 2008-05-30  misha
                   10449: 
                   10450:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   10451:          @OPTION\nlocals + @method[vars][;locals;] were added
                   10452: 
                   10453:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   10454:          moved to separate method op_code - switch from VMethodFrame to
                   10455:          VMethodFrameGlobal + VMethodFrameLocal
                   10456: 
                   10457:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   10458:          was moved to separate method op_code
                   10459: 
                   10460:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   10461:          VMethodFrame now
                   10462: 
                   10463:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   10464:          all_vars_local as well
                   10465: 
                   10466:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   10467:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   10468:          VMethodFrame were added: one (global) works as VMethodFrame
                   10469:          before and second (local) write all vars in self vars scope
                   10470: 
                   10471:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   10472: 
                   10473: 2008-05-29  misha
                   10474: 
                   10475:        * tests/: 129.html, results/129.processed: - more tests for
                   10476:          ^table.hash[]
                   10477: 
                   10478:        * src/classes/hash.C: - ^hash::sql has a new option:
                   10479:          $.type[hash|string|table] as ^table.hash[] one.
                   10480: 
                   10481:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   10482:          executed anyway after try or catch section
                   10483: 
                   10484: 2008-05-27  misha
                   10485: 
                   10486:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   10487:          must not fail if $.distinct(1) wasn't specified
                   10488: 
                   10489: 2008-05-26  misha
                   10490: 
                   10491:        * src/classes/op.C: - allow ^throw[my type]
                   10492: 
                   10493: 2008-05-22  misha
                   10494: 
                   10495:        * configure.in, configure: - version number updated to 3.2.4b
                   10496: 
                   10497:        * src/classes/: op.C, string.C: - trim format string before
                   10498:          eval/format
                   10499: 
                   10500:        * tests/: results/175.processed, 175.html: - more tests for
                   10501:          different format strings in .format[]
                   10502: 
                   10503:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   10504:          as well (not only %XX)
                   10505: 
                   10506:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   10507:          charset specified - checks for format before print number
                   10508:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   10509:          (instead of tabs) removed
                   10510: 
                   10511:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   10512:          charset specified
                   10513: 
                   10514:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   10515:          char in requested charset from utf code was added
                   10516: 
                   10517: 2008-05-19  misha
                   10518: 
                   10519:        * tests/: 174.html, results/174.processed: - test for
                   10520:          ^hashfile.cleanup[] added
                   10521: 
                   10522:        * src/classes/hashfile.C: - optimization: don't create any key or
                   10523:          value variable if it's name weren't specified
                   10524:          (^hf.foreach[;v]{...})
                   10525: 
                   10526: 2008-05-16  misha
                   10527: 
                   10528:        * src/classes/hash.C: - optimization: don't create any key variable
                   10529:          if variable name wasn't specified (^h.foreach[;v]{...})
                   10530: 
                   10531: 2008-05-15  misha
                   10532: 
                   10533:        * src/classes/op.C: - small changes
                   10534: 
                   10535:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   10536: 
                   10537:        * src/classes/hash.C: - calculate var_context once before foreach
                   10538: 
                   10539: 2008-05-14  misha
                   10540: 
                   10541:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   10542:          ^hashfile.foreach[;]{} fixed
                   10543: 
                   10544:        * src/classes/: hash.C, table.C: - little optimisation
                   10545: 
                   10546:        * src/classes/file.C: - bugfix: double absolute path while loading
                   10547:          file
                   10548: 
                   10549:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   10550:          were added
                   10551: 
                   10552:        * buildall-with-xml: - moving to libxslt 1.1.24
                   10553: 
                   10554: 2008-04-30  misha
                   10555: 
                   10556:        * src/classes/file.C: - stat file while loading (local only) so
                   10557:          .adate, .mdate and .cdate available without additional ::stat
                   10558: 
                   10559: 2008-04-28  misha
                   10560: 
                   10561:        * src/classes/file.C: - $.name and $.content-type available for
                   10562:          stated file
                   10563: 
                   10564: 2008-04-14  misha
                   10565: 
                   10566:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   10567: 
                   10568:        * src/include/pa_version.h: - new version number in head
                   10569: 
                   10570: 2008-04-10  misha
                   10571: 
                   10572:        * tests/: 080.html, results/080.processed: - cut '0' from
                   10573:          exponential part because of on diff OS it differ (20 or 020 for
                   10574:          ex)
                   10575: 
                   10576:        * tests/: 119.html, results/119.processed: - check for encoding
                   10577:          while creating xdoc
                   10578: 
                   10579: 2008-04-09  misha
                   10580: 
                   10581:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   10582: 
                   10583:        * src/main/pa_common.C: - comment added
                   10584: 
                   10585:        * src/classes/date.C: - little refactoring
                   10586: 
                   10587: 2008-04-07  misha
                   10588: 
                   10589:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   10590:          style of ^table.save[]: prepare one big string and sabe it at
                   10591:          once. it's safe on freebsd 4.x but use much more memory.
                   10592: 
                   10593:        * buildall-with-xml, buildall-without-xml: - option
                   10594:          --disable-stringstream added (under comment. use it on freebsd
                   10595:          4.x)
                   10596: 
                   10597: 2008-02-22  misha
                   10598: 
                   10599:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   10600:          specified together in file::load[;http] - get back transcoding
                   10601:          $.body[] in file::load[;http]
                   10602: 
                   10603: 2008-02-21  misha
                   10604: 
                   10605:        * src/classes/date.C: - ^date.gmt-string[] was added
                   10606: 
                   10607:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   10608:          moved to pa_common.h
                   10609: 
                   10610:        * src/include/pa_common.h: - method for output date in RFC 822
                   10611:          format moved here from pa_value.C
                   10612: 
                   10613:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   10614:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   10615: 
                   10616: 2008-02-20  misha
                   10617: 
                   10618:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   10619:          specified charset while ^file::load[...;http://...] (L_URI
                   10620:          instead of L_HTTP_HEADER) - $.cookies param available in
                   10621:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   10622:          response yet) (cookies not transcoded as common $cookies)
                   10623: 
                   10624: 2008-02-19  misha
                   10625: 
                   10626:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   10627:          $response:field values because in this case
                   10628:          $response:locateion[http://...] don't works.
                   10629: 
                   10630: 2008-02-15  misha
                   10631: 
                   10632:        * src/classes/op.C: - little refactoring
                   10633: 
                   10634:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   10635: 
                   10636:        * src/main/pa_request.C: - force taint values of $response:field
                   10637: 
                   10638: 2008-02-14  misha
                   10639: 
                   10640:        * src/main/pa_request.C: - $response:field transcoded to
                   10641:          $response:charset before escaping now
                   10642: 
                   10643:        * src/main/pa_http.C: - some outdated comments removed
                   10644: 
                   10645:        * src/classes/date.C: - lastdat -> last-day
                   10646: 
                   10647:        * src/classes/date.C: - ^date:lastday(year;month) and
                   10648:          ^date.lastday[] were added - little code refactoring - comments
                   10649:          changes
                   10650: 
                   10651:        * tests/: 159.html, results/159.processed: - test for number of
                   10652:          days in February
                   10653: 
                   10654:        * src/types/pa_value.C: - fixes in code formatting
                   10655: 
                   10656:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   10657:          and comments
                   10658: 
                   10659: 2008-02-13  misha
                   10660: 
                   10661:        * src/main/pa_common.C: - bugfix for february at leap year
                   10662: 
                   10663: 2008-01-28  misha
                   10664: 
                   10665:        * tests/: 160.html, results/160.processed: - more test for cache
                   10666:          added
                   10667: 
                   10668:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   10669:          unhandled exception
                   10670: 
                   10671: 2008-01-25  misha
                   10672: 
                   10673:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   10674:          bug when hashfile became inavailable after memory:compact)
                   10675: 
                   10676:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   10677: 
                   10678: 2008-01-22  misha
                   10679: 
                   10680:        * src/classes/table.C: - little refactiring and exception texts
                   10681:          changes in method ^table.hash[]
                   10682: 
                   10683:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   10684: 
                   10685: 2008-01-21  misha
                   10686: 
                   10687:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   10688:          file::exec/cgi
                   10689: 
                   10690:        * src/classes/file.C: - bugfix: core while processing headers if
                   10691:          executed cgi script don't return content
                   10692: 
                   10693: 2008-01-18  misha
                   10694: 
                   10695:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   10696: 
                   10697:        * src/include/pa_version.h, configure.in: - version number updated
                   10698:          to '3.2.3b'
                   10699: 
                   10700: 2007-12-28  misha
                   10701: 
                   10702:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   10703:          hash.contains
                   10704: 
                   10705: 2007-12-27  misha
                   10706: 
                   10707:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10708:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   10709:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   10710:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   10711:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10712:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   10713:          src/targets/cgi/parser3.vcproj,
                   10714:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   10715:          back to VS2003 because of Apache 1.3 module can't work if it was
                   10716:          built in VS 2005.  with cgi all file so VS2003 project files can
                   10717:          be easy converted to the new format.
                   10718: 
                   10719: 2007-12-04  misha
                   10720: 
                   10721:        * src/types/pa_vcode_frame.h: - changes in comment
                   10722: 
                   10723: 2007-11-29  misha
                   10724: 
                   10725:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   10726:          intercept strings any longer
                   10727: 
                   10728:        * tests/: 173.html, results/173.processed: - tests for
                   10729:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   10730:          but not in main code frame
                   10731: 
                   10732:        * tests/: 172.html, results/172.processed: - more tests for pass
                   10733:          objects from code frames
                   10734: 
                   10735: 2007-11-27  misha
                   10736: 
                   10737:        * tests/: 152.html, results/152.processed: - tests for converting
                   10738:          strings 'true'/'false' to bool were added
                   10739: 
                   10740:        * tests/152.html: - added checks for converting strings
                   10741:          'true'/'false' to bool
                   10742: 
                   10743:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   10744:          not only strings with numbers but with values 'true'/'false' as
                   10745:          well
                   10746: 
                   10747:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   10748:          for parser3.log increased
                   10749: 
                   10750:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   10751: 
                   10752:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   10753: 
                   10754:        * src/include/pa_types.h: - constant with buffer size for
                   10755:          parser3.log added
                   10756: 
                   10757: 2007-11-16  misha
                   10758: 
                   10759:        * tests/cat.sh: - script for tests for file::exec/cgi
                   10760: 
                   10761:        * tests/171.html: - tests for file::exec/cgi
                   10762: 
                   10763:        * tests/results/171.processed: - tests results for file::exec/cgi
                   10764: 
                   10765: 2007-11-15  misha
                   10766: 
                   10767:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   10768: 
                   10769:        * src/classes/file.C: - .body must be set before analyzing cgi
                   10770:          headers
                   10771: 
                   10772:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   10773:          only if exec/cgi return anything.
                   10774: 
                   10775: 2007-11-14  misha
                   10776: 
                   10777:        * operators.txt: - info about new text|binary option for
                   10778:          file::exec/cgi was added
                   10779: 
                   10780:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   10781:          ^file:exec[[text|binary];script;...]
                   10782: 
                   10783:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   10784:          classes/string.C, classes/table.C: - more text strings moved to
                   10785:          the one place
                   10786: 
                   10787: 2007-11-09  misha
                   10788: 
                   10789:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   10790: 
                   10791:        * ChangeLog: - $request:argv [patch from Sumo]
                   10792: 
                   10793:        * operators.txt: - $request:argv
                   10794: 
                   10795:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   10796:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   10797: 
                   10798: 2007-10-25  misha
                   10799: 
                   10800:        * buildall-with-xml, buildall-without-xml: - options preparations
                   10801:          for ./configure rewrited
                   10802: 
                   10803:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   10804:          error occure in unhandled_exception finally fixed
                   10805: 
                   10806: 2007-10-23  misha
                   10807: 
                   10808:        * tests/: 170.html, results/170.processed: - test for
                   10809:          @method[][result]
                   10810: 
                   10811:        * operators.txt: - added info about node.prefix and
                   10812:          node.namespaceURI
                   10813: 
                   10814:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   10815: 
                   10816:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   10817:          added for node and attribute
                   10818: 
                   10819: 2007-10-22  misha
                   10820: 
                   10821:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   10822: 
                   10823:        * src/main/pa_request.C: - added const content-transfer-encoding
                   10824: 
                   10825:        * src/include/pa_request.h: - added const content-transfer-encoding
                   10826:          - ups. constants must be in lowercase (for search)
                   10827: 
                   10828:        * src/types/pa_vmail.C: - more constants used -
                   10829:          content-transfer-encoding: 8bit added
                   10830: 
                   10831:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   10832: 
                   10833:        * src/include/pa_request.h: - more constants
                   10834: 
                   10835:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   10836:          ommit anymore if $.content-disposition was specified - little
                   10837:          refactoring
                   10838: 
                   10839:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   10840: 
                   10841: 2007-10-17  misha
                   10842: 
                   10843:        * operators.txt: - info about
                   10844:          table::create[nameless]{data}[>options<] was added
                   10845: 
                   10846:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   10847:          compile method don't put this method in methods table anymore.
                   10848:          in other case the parser coredumped if @unhandled_exception
                   10849:          method can't be compiled because of parser.compile error.
                   10850: 
                   10851:        * src/main/execute.C: - little code reformating
                   10852: 
                   10853:        * src/main/pa_request.C: - little code reformating - comment
                   10854:          changed
                   10855: 
                   10856: 2007-10-16  misha
                   10857: 
                   10858:        * tests/: 035.html, results/035.processed: - tests
                   10859:          table::create[]{}[options] added
                   10860: 
                   10861:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   10862:          options (only $.seperator[] yet)
                   10863: 
                   10864: 2007-10-10  misha
                   10865: 
                   10866:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   10867:          some code changes
                   10868: 
                   10869: 2007-10-02  misha
                   10870: 
                   10871:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   10872:          then three time as much. but base64 encoding method still use
                   10873:          less memory anyway.
                   10874: 
                   10875: 2007-09-17  misha
                   10876: 
                   10877:        * operators.txt: - added info about $cookie:fields
                   10878: 
                   10879:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   10880: 
                   10881:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   10882:          common
                   10883: 
                   10884:        * src/include/pa_common.h: - some stuff for use with .for_each
                   10885:          moved here
                   10886: 
                   10887:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   10888: 
                   10889: 2007-09-14  misha
                   10890: 
                   10891:        * buildall-with-xml: - new xml libs again =)
                   10892: 
                   10893: 2007-08-28  misha
                   10894: 
                   10895:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   10896:          ^string.split[...][v][column name] were added
                   10897: 
                   10898:        * tests/: 168.html, 169.html, results/168.processed,
                   10899:          results/169.processed: - tests for ^table.columns[[column name]]
                   10900:          and ^string.split[...][v][column name] were added
                   10901: 
                   10902:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   10903:          was added
                   10904: 
                   10905:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   10906:          name]]
                   10907: 
                   10908:        * src/include/pa_exception.h: - error text message for
                   10909:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   10910: 
                   10911: 2007-08-27  misha
                   10912: 
                   10913:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   10914:          body ^taint[sql][something] outside of connect
                   10915: 
                   10916:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   10917:          outside of connect
                   10918: 
                   10919:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   10920:          added (commented by default)
                   10921: 
                   10922: 2007-08-20  misha
                   10923: 
                   10924:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   10925:          was added
                   10926: 
                   10927:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   10928:          duplicated exception text strings were removed
                   10929: 
                   10930:        * src/include/pa_exception.h: - more exception text strings moved
                   10931:          here
                   10932: 
                   10933:        * src/classes/table.C: - some duplicate exceptions' text strings
                   10934:          removed
                   10935: 
                   10936:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   10937:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   10938:          removed
                   10939: 
                   10940:        * src/include/pa_exception.h: - some exception text strings movet
                   10941:          to pa_exception
                   10942: 
                   10943:        * tests/: 149.html, results/149.processed: - test for
                   10944:          ^xnode.hasAttributes[] was added - some code changes
                   10945: 
                   10946:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   10947:          added
                   10948: 
                   10949: 2007-08-17  misha
                   10950: 
                   10951:        * tests/: results/006.processed, results/059.processed, 006.html,
                   10952:          059.html: - more tests for match
                   10953: 
                   10954:        * tests/: 129.html, results/129.processed: - tests for
                   10955:          ^table.hash[...][$.type[string|hash|table]] added
                   10956: 
                   10957:        * src/targets/cgi/parser3.C: - little syntax changes
                   10958: 
                   10959:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   10960:          syntax changes
                   10961: 
                   10962:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   10963:          messages in parser3.log switched off by default. If someone
                   10964:          really still need it: use $SIGPIPE(1)
                   10965: 
                   10966: 2007-08-08  misha
                   10967: 
                   10968:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   10969:          files by default since now
                   10970: 
                   10971: 2007-08-07  misha
                   10972: 
                   10973:        * buildall-without-xml: - some option syntax changes
                   10974: 
                   10975:        * buildall-with-xml: - compile libxml2 without http support - some
                   10976:          option syntax changes
                   10977: 
                   10978:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   10979: 
                   10980: 2007-08-06  misha
                   10981: 
                   10982:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   10983: 
                   10984:        * tests/: 160.html, results/160.processed: - cache test was
                   10985:          rewrited
                   10986: 
                   10987: 2007-07-06  misha
                   10988: 
                   10989:        * tests/: 153.html, results/153.processed: - added test for
                   10990:          ^math:sha1[string]
                   10991: 
                   10992:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   10993:          transcoded
                   10994: 
                   10995:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   10996:          were added
                   10997: 
                   10998: 2007-06-28  misha
                   10999: 
                   11000:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   11001:          some incorrect chars
                   11002: 
                   11003: 2007-06-19  misha
                   11004: 
                   11005:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   11006:          were moved on top because of gcc 4 had a problems during
                   11007:          building.
                   11008: 
                   11009: 2007-06-18  misha
                   11010: 
                   11011:        * tests/results/019.processed: - new image commited
                   11012: 
                   11013: 2007-06-09  misha
                   11014: 
                   11015:        * src/classes/: op.C, table.C: - in while and table.select method
                   11016:          as_expression used now
                   11017: 
                   11018:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   11019: 
                   11020: 2007-06-08  misha
                   11021: 
                   11022:        * tests/: 166.html, results/166.processed: - test for
                   11023:          ^match[...][n]
                   11024: 
                   11025:        * tests/: 165.html, results/165.processed: - tests for loops
                   11026: 
                   11027:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   11028:          because of no speed/memory optimisation but some proglems with
                   11029:          long cycles occure
                   11030: 
                   11031: 2007-06-06  misha
                   11032: 
                   11033:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   11034:          ^table.select(true) and ^table.select(1) didn't works because of
                   11035:          awaiting junction-param only. fixed.
                   11036: 
                   11037: 2007-05-24  misha
                   11038: 
                   11039:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   11040:          with 0.5 secs interval
                   11041: 
                   11042:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   11043:          locking system now on unix
                   11044: 
                   11045:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   11046:          system locks which wait till other threads release it but try get
                   11047:          lock, if fail wait 1 sec and make 10 attempts.
                   11048: 
                   11049:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   11050:          were added
                   11051: 
                   11052:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   11053:          opening files
                   11054: 
                   11055:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   11056:          after our classes on unix it can't be build
                   11057: 
                   11058:        * src/types/pa_vhashfile.C: - not needed code removed
                   11059: 
                   11060: 2007-05-23  misha
                   11061: 
                   11062:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   11063:          include/pa_common.h: - cosmetic changes
                   11064: 
                   11065: 2007-05-18  misha
                   11066: 
                   11067:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   11068:          often. it's give some speed increasing
                   11069: 
                   11070:        * tests/results/160.processed: - returned time corrected
                   11071: 
                   11072:        * tests/160.html: - time increased because on unix 1 mean nothing
                   11073:          :(
                   11074: 
                   11075:        * operators.txt: - added info about ^hash.contain[key]
                   11076: 
                   11077:        * src/classes/hash.C: - added ^hash.contain[key]
                   11078: 
                   11079:        * src/include/pa_hash.h: - added method for checking key exists in
                   11080:          hash
                   11081: 
                   11082: 2007-05-07  misha
                   11083: 
                   11084:        * src/include/pa_string.h: - was compilation error during build on
                   11085:          freebsd4
                   11086: 
                   11087: 2007-05-03  misha
                   11088: 
                   11089:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   11090:          for ^table.hash[]
                   11091: 
                   11092:        * src/classes/file.C: - comment removed
                   11093: 
                   11094: 2007-04-26  misha
                   11095: 
                   11096:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   11097:          real files doesn't opened in place anymore
                   11098: 
                   11099: 2007-04-24  misha
                   11100: 
                   11101:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   11102: 
                   11103:        * src/include/pa_exception.h: "static" removed
                   11104: 
                   11105: 2007-04-23  misha
                   11106: 
                   11107:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   11108: 
                   11109:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   11110:          ^math:log(N)) - ^math:lg(N)
                   11111: 
                   11112:        * tests/: 097.html, results/097.processed: - charsets converstion
                   11113:          during ^file::load[text;http://...] added
                   11114: 
                   11115:        * tests/: 164.html, results/164.processed: - check for set expires
                   11116:          as a date
                   11117: 
                   11118:        * tests/: 164.html, results/164.processed: - test for hashfile
                   11119: 
                   11120:        * src/classes/hashfile.C: - little comment changes
                   11121: 
                   11122:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   11123:          access
                   11124: 
                   11125:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   11126:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   11127:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   11128:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   11129:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   11130:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11131:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   11132:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   11133:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   11134:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   11135:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   11136:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11137:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   11138:          "parser.runtime" strings were removed
                   11139: 
                   11140:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   11141:          now.
                   11142: 
                   11143:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   11144: 
                   11145:        * src/include/pa_exception.h: - string constant with
                   11146:          "parser.runtime" text was added
                   11147: 
                   11148: 2007-04-20  misha
                   11149: 
                   11150:        * operators.txt: - some comments changing
                   11151: 
                   11152:        * operators.txt: - added info about .^hashfile.release[],
                   11153:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   11154: 
                   11155:        * configure: =cheching for unsetenv
                   11156: 
                   11157:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   11158:          ^hashfile.release[] were added
                   11159: 
                   11160:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   11161:          ^string.match[][] understand new option now: return number of
                   11162:          matches but not table wit results
                   11163: 
                   11164:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   11165:          reopen now
                   11166: 
                   11167:        * src/classes/op.C: - bug. must be false
                   11168: 
                   11169:        * configure.in: - checking for unsetenv was added
                   11170: 
                   11171:        * src/types/pa_vform.C: - some comments
                   11172: 
                   11173: 2007-04-18  misha
                   11174: 
                   11175:        * buildall-with-xml: moving to libxml2-2.6.28
                   11176: 
                   11177:        * buildall-with-xml, buildall-without-xml: added commented lines
                   11178:          with --disable-safe-mode option
                   11179: 
                   11180:        * operators.txt: - info about $form:files
                   11181: 
                   11182: 2007-04-17  misha
                   11183: 
                   11184:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   11185:          $form:files was added
                   11186: 
                   11187:        * tests/: 163.html, results/163.processed: removing auto format
                   11188: 
                   11189:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   11190: 
                   11191: 2007-04-16  misha
                   11192: 
                   11193:        * tests/: 163.html, results/163.processed: - test for .int[],
                   11194:          floor, round, ceiling and .format[]
                   11195: 
                   11196:        * src/classes/file.C: - little optimization for getting args in
                   11197:          exec/cgi
                   11198: 
                   11199: 2007-04-13  misha
                   11200: 
                   11201:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   11202:          specified now as s table with one column
                   11203: 
                   11204: 2007-03-27  misha
                   11205: 
                   11206:        * tests/: 162.html, results/162.processed: - test for
                   11207:          ^table.select(^condition[$t])
                   11208: 
                   11209:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   11210: 
                   11211:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   11212: 
                   11213:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   11214:          161_windows1251.txt: - added test for
                   11215:          ^file::load[text;/local/file.txt;$.charset[...]]
                   11216: 
                   11217:        * tests/: results/013.processed, 013.html: - added test for
                   11218:          checking $._default value while hash modifications
                   11219: 
                   11220:        * tests/: 160.html, results/160.processed: - add test for
                   11221:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   11222: 
                   11223: 2007-03-22  misha
                   11224: 
                   11225:        * src/include/pa_common.h: - "charset" string defined for
                   11226:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   11227: 
                   11228:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   11229:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   11230:          added - not needed transcodes were removed from
                   11231:          ^file::load[...;http://...]
                   11232: 
                   11233:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   11234:          added
                   11235: 
                   11236:        * src/classes/date.C: - date.week was fixed
                   11237: 
                   11238:        * operators.txt: - added info about date.weekyear
                   11239: 
                   11240:        * tests/: 159.html, results/159.processed: - tests for date.week
                   11241:          and date.weekyear added
                   11242: 
                   11243: 2007-03-15  misha
                   11244: 
                   11245:        * src/classes/table.C: - enclose column numbers for nameless tables
                   11246:          as well
                   11247: 
                   11248: 2007-03-14  misha
                   11249: 
                   11250:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   11251: 
                   11252:        * src/classes/table.C: - table.save optimization: now required much
                   11253:          less memory
                   11254: 
                   11255: 2007-03-13  misha
                   11256: 
                   11257:        * tests/results/: 158.processed, 158.processes: - tests for
                   11258:          table.save/table.load
                   11259: 
                   11260:        * tests/: 158.html, results/158.processes: - tests for
                   11261:          table.save/table.load
                   11262: 
                   11263:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   11264: 
                   11265:        * buildall-with-xml: - pattern needed now for building
                   11266: 
                   11267:        * tests/results/097.processed: - added test results for xdoc::load
                   11268:          & xdoc::load[http://...]
                   11269: 
                   11270:        * tests/097.html: - added test for xdoc::load
                   11271: 
                   11272: 2007-03-12  misha
                   11273: 
                   11274:        * tests/: 107.html, results/107.processed: - added test for xpath
                   11275:          '//man'
                   11276: 
                   11277: 2007-03-01  misha
                   11278: 
                   11279:        * tests/: 097.html, results/097.processed: - added test for
                   11280:          creating xdoc from file
                   11281: 
                   11282:        * tests/: results/157.processed, 157.html: - added test for
                   11283:          file:move
                   11284: 
                   11285: 2007-02-28  misha
                   11286: 
                   11287:        * src/classes/xdoc.C: - another attempt
                   11288: 
                   11289:        * src/classes/xdoc.C: - roll back last changes for a while
                   11290: 
                   11291:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   11292: 
                   11293:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   11294: 
                   11295:        * tests/results/099.processed: - ever send content-disposition to
                   11296:          client with file
                   11297: 
                   11298:        * tests/157.html: + test for file:copy
                   11299: 
                   11300: 2007-02-26  misha
                   11301: 
                   11302:        * src/classes/file.C: - some similar strings moved to #define
                   11303:          instead of to be copy/pasted many times
                   11304: 
                   11305:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   11306:          #define
                   11307: 
                   11308: 2007-02-20  misha
                   11309: 
                   11310:        * configure.in: - added some strings for sqlite detection
                   11311: 
                   11312: 2007-02-19  misha
                   11313: 
                   11314:        * operators.txt: - some comments changes
                   11315: 
                   11316:        * buildall-with-xml, buildall-without-xml: - some modifications
                   11317: 
                   11318: 2007-02-17  misha
                   11319: 
                   11320:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   11321: 
                   11322:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   11323:          change console behaviour
                   11324: 
                   11325: 2007-02-12  misha
                   11326: 
                   11327:        * src/targets/cgi/parser3.C: - don't print headers if
                   11328:          $console:line[data] was used during cgi execution.
                   11329: 
                   11330:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   11331:          marked as 'true' if class was used.
                   11332: 
                   11333:        * tests/: 152.html, results/152.processed: - more types was added
                   11334:          to test 152
                   11335: 
                   11336:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   11337:          adding 'bool' (^if($image){} caused exception)
                   11338: 
                   11339: 2007-02-09  misha
                   11340: 
                   11341:        * tests/: 152.html, results/152.processed: - test alightly updated
                   11342: 
                   11343:        * tests/: 152.html, results/152.processed: - test rewrited
                   11344: 
                   11345:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   11346:          bugfix. I broke xdoc & xnode in expression
                   11347: 
                   11348: 2007-02-08  misha
                   11349: 
                   11350:        * tests/: 152.html, results/152.processed: - add test for checking
                   11351:          'def' for void, string, bool, int & double
                   11352: 
                   11353: 2007-02-07  misha
                   11354: 
                   11355:        * operators.txt: - ^file:base64[filespec]  was added
                   11356: 
                   11357:        * tests/results/153.processed: - result test for
                   11358:          ^file:base64[filespec]  was updated
                   11359: 
                   11360:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   11361: 
                   11362:        * src/types/pa_vconsole.h: - little optimization
                   11363: 
                   11364:        * src/classes/file.C: - ^file:base64[filespec]
                   11365: 
                   11366:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   11367: 
                   11368:        * src/include/pa_common.h: - declarations for
                   11369:          ^file:base64[filespec]
                   11370: 
                   11371:        * src/types/pa_vcookie.C: - little optimization
                   11372: 
                   11373: 2007-02-06  misha
                   11374: 
                   11375:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   11376:          were temporary commented
                   11377: 
                   11378:        * src/types/pa_vbool.h: - bugfix
                   11379: 
                   11380:        * tests/156.html: - added test for bool cookie
                   11381: 
                   11382:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   11383: 
                   11384:        * tests/: 155.html, results/155.processed: - added test for check
                   11385:          $.encloser[] option for table save/load
                   11386: 
                   11387:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   11388: 
                   11389: 2007-02-05  misha
                   11390: 
                   11391:        * tests/results/152.processed: - newline at the end was missed
                   11392: 
                   11393:        * tests/results/141.processed: - math:md5 must be lowercased
                   11394: 
                   11395:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   11396: 
                   11397: 2007-02-03  misha
                   11398: 
                   11399:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   11400:          test for bool added and some content length fixes
                   11401: 
                   11402:        * tests/152.html: - test for bool added
                   11403: 
                   11404:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   11405: 
                   11406:        * operators.txt: - info bool class was added
                   11407: 
1.116     moko     11408:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     11409:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   11410:          classes/string.C, classes/void.C, classes/xnode.C,
                   11411:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   11412:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   11413:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   11414:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11415:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   11416:          types/types.vcproj: - bool class was added
                   11417: 
                   11418:        * src/main/pa_request.C: - fix
                   11419: 
                   11420: 2007-01-18  misha
                   11421: 
                   11422:        * src/: main/pa_string.C, classes/string.C: - return table during
                   11423:          ^string.match[][] even if no matched found.
                   11424: 
                   11425: 2006-12-20  misha
                   11426: 
                   11427:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   11428:          http://www.parser.ru/forum/?id=55598 ]
                   11429: 
                   11430: 2006-12-19  misha
                   11431: 
                   11432:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   11433:          details: http://www.parser.ru/forum/?id=52359
                   11434: 
                   11435:        * src/main/pa_request.C: - always set content-disposition for
                   11436:          $response:body[hash here]. more details:
                   11437:          http://www.parser.ru/forum/?id=52130
                   11438: 
                   11439: 2006-12-07  misha
                   11440: 
                   11441:        * operators.txt: - added info about bool params in cookie set
                   11442: 
                   11443:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   11444:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   11445:          ]
                   11446: 
                   11447:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   11448:          was added
                   11449: 
                   11450: 2006-12-02  misha
                   11451: 
                   11452:        * src/classes/file.C: - file_block_read used instead of native read
                   11453: 
                   11454:        * src/main/pa_common.C: - added file_block_read with read error
                   11455:          detection - file_block_read used instead of native read
                   11456: 
                   11457:        * src/include/pa_common.h: - added file_block_read declaration
                   11458: 
                   11459: 2006-12-01  misha
                   11460: 
                   11461:        * operators.txt: - info about $var.CLASS_NAME was added
                   11462: 
                   11463:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   11464:          $var.CLASS_NAME added
                   11465: 
                   11466:        * operators.txt: - added info about ^file:copy[]
                   11467: 
                   11468:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   11469: 
                   11470: 2006-11-20  misha
                   11471: 
                   11472:        * src/classes/date.C: - bug fix :)
                   11473: 
                   11474: 2006-11-17  misha
                   11475: 
                   11476:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   11477:          to static
                   11478: 
                   11479:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   11480:          small changes in crc32 calculation
                   11481: 
                   11482:        * src/classes/date.C: - not needed code was removed
                   11483: 
                   11484: 2006-11-16  misha
                   11485: 
                   11486:        * src/types/pa_vmail.C: - fix missed brakes
                   11487: 
                   11488:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   11489:          multipart/related instead of multipart/mixed if file have
                   11490:          $.content-id[]
                   11491: 
                   11492: 2006-11-15  misha
                   11493: 
                   11494:        * src/types/pa_vdouble.h: abs -> fabs
                   11495: 
                   11496: 2006-11-14  misha
                   11497: 
                   11498:        * operators.txt: - added info about ^file.md5[] and
                   11499:          ^file:md5[file-name]
                   11500: 
                   11501:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   11502:          added
                   11503: 
                   11504:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   11505:          FILE_BUFFER_SIZE
                   11506: 
                   11507:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   11508: 
                   11509:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   11510:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   11511: 
                   11512:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   11513:          values was fixed
                   11514: 
                   11515: 2006-11-13  misha
                   11516: 
                   11517:        * operators.txt: - added info about ^math:crc32[string],
                   11518:          ^file:crc32[file-name] & ^file.crc32[]
                   11519: 
                   11520:        * src/classes/math.C: - added ^math:crc32[string]
                   11521: 
                   11522:        * src/classes/file.C: - some comments were changed - added
                   11523:          ^file:crc32[file-name] and ^file.crc32[]
                   11524: 
                   11525:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   11526:          crc32 calculation added
                   11527: 
                   11528: 2006-11-03  misha
                   11529: 
                   11530:        * src/include/pa_array.h: - not needed variable removed
                   11531: 
                   11532:        * tests/: 150.html, 151.html, results/150.processed,
                   11533:          results/151.processed: - 2 tests were added
                   11534: 
                   11535:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   11536:          with $.reverse(1) were fixed
                   11537: 
                   11538:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   11539:          query converted to $.charset during ^file::load[http://...]
                   11540: 
                   11541: 2006-11-02  misha
                   11542: 
                   11543:        * src/include/pa_table.h: ups. forget '=' char
                   11544: 
                   11545:        * src/include/pa_table.h: - one more fix in
                   11546:          .locate[...][$.reverse(1)]
                   11547: 
                   11548: 2006-11-01  misha
                   11549: 
                   11550:        * src/classes/math.C: - bug fix, details:
                   11551:          http://www.parser.ru/forum/?id=53360
                   11552: 
                   11553:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   11554:          false for all records )[$.reverse(1)]
                   11555: 
                   11556:        * src/main/pa_http.C: - second param for this mid method is length
                   11557:          but not end_index so this method has error and can't detect
                   11558:          charsets in next content-types: Content-type: text/html;
                   11559:          charset="windows-1251" Content-type: text/html;
                   11560:          charset="windows-1251"; Content-type: text/html;
                   11561:          charset=windows-1251;
                   11562: 
                   11563:          only Content-type: text/html; charset=windows-1251 was fine
                   11564: 
                   11565: 2006-10-31  misha
                   11566: 
                   11567:        * src/classes/file.C: - empty args in file::exec removed now
                   11568: 
                   11569: 2006-09-03  paf
                   11570: 
                   11571:        * src/classes/file.C: proper tainting of
                   11572:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   11573: 
                   11574: 2006-06-09  paf
                   11575: 
                   11576:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   11577: 
                   11578:        * src/classes/table.C: formatting
                   11579: 
                   11580:        * src/classes/table.C: incorporated patch from misha: Sent:
                   11581:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   11582:          ignoring string options for ^table.save[]
                   11583: 
                   11584:        * src/classes/hash.C: incorporated patch from misha Sent:
                   11585:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   11586:          $hash._default disappear while
                   11587: 
                   11588:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   11589:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   11590: 
                   11591:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   11592:          PM Subject: patch for base64 in ^mail:send[] %-)
                   11593: 
                   11594: 2006-04-09  paf
                   11595: 
                   11596:        * src/main/compile.tab.C: ` change compiled
                   11597: 
                   11598:        * gnu.vcproj, operators.txt, parser3.sln,
                   11599:          src/classes/classes.vcproj, src/classes/file.C,
                   11600:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   11601:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11602:          src/classes/xnode.C, src/include/pa_array.h,
                   11603:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11604:          src/include/pa_memory.h, src/include/pa_request.h,
                   11605:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11606:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11607:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11608:          src/lib/pcre/pcre_dftables.vcproj,
                   11609:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11610:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11611:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11612:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11613:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11614:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11615:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11616:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11617:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11618:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11619:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11620:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11621:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   11622:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11623:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11624:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   11625:          ^menu, ^hash/hashfile.foreach
                   11626: 
                   11627:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   11628:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   11629:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   11630:          src/classes/xnode.C, src/include/pa_array.h,
                   11631:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   11632:          src/include/pa_memory.h, src/include/pa_request.h,
                   11633:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   11634:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   11635:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   11636:          src/lib/pcre/pcre_dftables.vcproj,
                   11637:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   11638:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   11639:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   11640:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   11641:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   11642:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   11643:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   11644:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   11645:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   11646:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   11647:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   11648:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   11649:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   11650:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   11651:          tests/descript.ion: ! switched to VS2005 (projects and
                   11652:          object<info explicitly typed>.for_each(, info)) +
                   11653:          $response:field[] setting void means removing + grammar $name`
                   11654:          name stops now, for mysql `$field` + started ^break[]
                   11655:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   11656:          foreach) + all log messages += [uri=, method=, cl=]
                   11657: 
                   11658:        * buildall-with-xml: merged . ftp paths update
                   11659: 
                   11660:        * buildall-with-xml: . ftp paths update
                   11661: 
                   11662: 2006-03-04  paf
                   11663: 
                   11664:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   11665:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   11666: 
                   11667:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   11668:          Igor Zinkovsky for detailed report]
                   11669: 
                   11670: 2006-03-01  paf
                   11671: 
                   11672:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11673:          \n to ' ' in
                   11674: 
                   11675: 2006-02-18  paf
                   11676: 
                   11677:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   11678:          \n to ' ' in
                   11679: 
                   11680:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   11681: 
                   11682: 2006-02-03  paf
                   11683: 
                   11684:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   11685:          base64
                   11686: 
                   11687:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   11688: 
                   11689: 2006-01-20  paf
                   11690: 
                   11691:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11692:          economy fix
                   11693: 
                   11694:        * src/classes/: table.C: merged from HEAD ! bugfix
                   11695:          ^table.save[$.encloser-s now handled properly
                   11696: 
                   11697:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   11698:          handled properly
                   11699: 
                   11700: 2006-01-19  paf
                   11701: 
                   11702:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   11703:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   11704:          helps a lot in our case: after transform we want
                   11705:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   11706: 
                   11707:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   11708:          economy fix
                   11709: 
                   11710:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   11711:          activates merging of free memory blocks which helps a lot in our
                   11712:          case: after transform we want CORD(main.result)->cstr[big
                   11713:          malloc]->transcode[big malloc]
                   11714: 
                   11715: 2006-01-17  paf
                   11716: 
                   11717:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   11718:          before reading them. got rid of reallocs = became quicker and
                   11719:          less fragmentated
                   11720: 
                   11721: 2005-12-29  paf
                   11722: 
1.116     moko     11723:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   11724:          configure, configure.in, src/include/pa_version.h,
                   11725:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     11726:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   11727:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   11728:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   11729:          src/lib/ltdl/missing: . merged from 3.2.1
                   11730: 
1.116     moko     11731:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   11732:          packaged when 'make dist', so do configure companion files in
                   11733:          src/lib/ltdl
                   11734: 
                   11735:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   11736:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   11737:          missing: . now config_auto.h is created with configure [were
                   11738:          constant]
1.95      moko     11739: 
                   11740:        * INSTALL: . references to documentation and some clarification
                   11741: 
                   11742:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   11743:          indication
                   11744: 
1.116     moko     11745:        * Makefile.am: . dist+=buildall*
1.95      moko     11746: 
                   11747: 2005-12-28  paf
                   11748: 
                   11749:        * configure: . 3.2.1
                   11750: 
                   11751:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   11752:          simplify build process, see INSTALL
                   11753: 
                   11754: 2005-12-26  paf
                   11755: 
                   11756:        * configure: ver
                   11757: 
                   11758:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   11759:          version
                   11760: 
                   11761: 2005-12-21  paf
                   11762: 
                   11763:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   11764:          compiled with bison 1.875b, it reports unexpected token names
                   11765: 
                   11766: 2005-12-19  paf
                   11767: 
                   11768:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   11769:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   11770: 
                   11771:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   11772:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   11773:          src/main/main.vcproj, src/main/pa_globals.C,
                   11774:          src/targets/cgi/parser3.vcproj,
                   11775:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   11776:          configure, configure.in, src/include/pa_version.h: . killing
                   11777:          gdome [what a relief]
                   11778: 
                   11779:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   11780:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   11781:          run_parser.sh, results/001.processed, results/002.processed,
                   11782:          results/003.processed, results/004.processed,
                   11783:          results/005.processed, results/006.processed,
                   11784:          results/008.processed, results/009.processed,
                   11785:          results/010.processed, results/011.processed,
                   11786:          results/012.processed, results/013.processed,
                   11787:          results/014.processed, results/015.processed,
                   11788:          results/016.processed, results/017.processed,
                   11789:          results/018.processed, results/020.processed,
                   11790:          results/021.processed, results/022.processed,
                   11791:          results/023.processed, results/024.processed,
                   11792:          results/025.processed, results/026.processed,
                   11793:          results/027.processed, results/028.processed,
                   11794:          results/029.processed, results/030.processed,
                   11795:          results/031.processed, results/032.processed,
                   11796:          results/033.processed, results/034.processed,
                   11797:          results/035.processed, results/036.processed,
                   11798:          results/037.processed, results/038.processed,
                   11799:          results/039.processed, results/040.processed,
                   11800:          results/041.processed, results/042.processed,
                   11801:          results/043.processed, results/044.processed,
                   11802:          results/045.processed, results/046.processed,
                   11803:          results/047.processed, results/048.processed,
                   11804:          results/049.processed, results/050.processed,
                   11805:          results/051.processed, results/052.processed,
                   11806:          results/053.processed, results/054.processed,
                   11807:          results/055.processed, results/056.processed,
                   11808:          results/057.processed, results/058.processed,
                   11809:          results/059.processed, results/060.processed,
                   11810:          results/061.processed, results/062.processed,
                   11811:          results/063.processed, results/064.processed,
                   11812:          results/065.processed, results/066.processed,
                   11813:          results/067.processed, results/068.processed,
                   11814:          results/069.processed, results/070.processed,
                   11815:          results/071.processed, results/072.processed,
                   11816:          results/073.processed, results/074.processed,
                   11817:          results/075.processed, results/076.processed,
                   11818:          results/077.processed, results/078.processed,
                   11819:          results/079.processed, results/080.processed,
                   11820:          results/081.processed, results/082.processed,
                   11821:          results/083.processed, results/084.processed,
                   11822:          results/085.processed, results/086.processed,
                   11823:          results/087.processed, results/088.processed,
                   11824:          results/089.processed, results/090.processed,
                   11825:          results/091.processed, results/092.processed,
                   11826:          results/093.processed, results/094.processed,
                   11827:          results/095.processed, results/096.processed,
                   11828:          results/097.processed, results/099.processed,
                   11829:          results/100.processed, results/101.processed,
                   11830:          results/102.processed, results/104.processed,
                   11831:          results/105.processed, results/106.processed,
                   11832:          results/107.processed, results/108.processed,
                   11833:          results/109.processed, results/110.processed,
                   11834:          results/111.processed, results/112.processed,
                   11835:          results/113.processed, results/114.processed,
                   11836:          results/115.processed, results/117.processed,
                   11837:          results/119.processed, results/120.processed,
                   11838:          results/121.processed, results/122.processed,
                   11839:          results/123.processed, results/124.processed,
                   11840:          results/125.processed, results/126.processed,
                   11841:          results/127.processed, results/128.processed,
                   11842:          results/129.processed, results/130.processed,
                   11843:          results/131.processed, results/132.processed,
                   11844:          results/133.processed, results/134.processed,
                   11845:          results/135.processed, results/136.processed,
                   11846:          results/138.processed, results/139.processed,
                   11847:          results/140.processed, results/141.processed,
                   11848:          results/142.processed, results/143.processed,
                   11849:          results/144.processed, results/145.processed,
                   11850:          results/146.processed, results/147.processed,
                   11851:          results/148.processed, results/149.processed, results/auto.p: .
                   11852:          now works if we turn off default auto.p
                   11853: 
1.116     moko     11854:        * configure: . makes
1.95      moko     11855: 
                   11856:        * src/types/pa_vxnode.C: . less warnings
                   11857: 
                   11858:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   11859:          tests/145.html, tests/149.html, tests/descript.ion,
                   11860:          tests/outputs/d.cmd, tests/results/142.processed,
                   11861:          tests/results/143.processed, tests/results/144.processed,
                   11862:          tests/results/145.processed, tests/results/146.processed,
                   11863:          tests/results/147.processed, tests/results/148.processed,
                   11864:          tests/results/149.processed: . removed .nodeValue from all node
                   11865:          types other than 5 (grabbed piece from gdome)
                   11866: 
                   11867:        * tests/: 137.html, results/137.processed: . not handled this case
                   11868:          yet. code does not hang from inserting parent into child,
                   11869:          considering thing minor issue -- nodes are removed from source
                   11870:          anyway, don't know why shold that be an error after all
                   11871: 
                   11872:        * src/targets/cgi/parser3.C: . style
                   11873: 
                   11874:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   11875:          xdoc too [were barking "not element"]
                   11876: 
                   11877: 2005-12-16  paf
                   11878: 
                   11879:        * tests/: 146.html, 147.html, 148.html: . more tests
                   11880: 
                   11881:        * src/classes/xnode.C: . also bark on possible errors
                   11882: 
                   11883:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   11884:          props
                   11885: 
                   11886:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   11887:          main/compile.y: merged from HEAD ! fixed overoptimized
                   11888:          ^call(false) case. (confused it with ^call[] case)
                   11889: 
                   11890:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   11891:          ^call(false) case. (confused it with ^call[] case)
                   11892: 
                   11893:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   11894: 
                   11895:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   11896:          results/001.processed, results/002.processed,
                   11897:          results/003.processed, results/004.processed,
                   11898:          results/005.processed, results/006.processed,
                   11899:          results/008.processed, results/009.processed,
                   11900:          results/010.processed, results/011.processed,
                   11901:          results/012.processed, results/013.processed,
                   11902:          results/014.processed, results/015.processed,
                   11903:          results/016.processed, results/017.processed,
                   11904:          results/018.processed, results/019.processed,
                   11905:          results/020.processed, results/021.processed,
                   11906:          results/022.processed, results/023.processed,
                   11907:          results/024.processed, results/025.processed,
                   11908:          results/026.processed, results/027.processed,
                   11909:          results/028.processed, results/029.processed,
                   11910:          results/030.processed, results/031.processed,
                   11911:          results/032.processed, results/033.processed,
                   11912:          results/034.processed, results/035.processed,
                   11913:          results/036.processed, results/037.processed,
                   11914:          results/038.processed, results/039.processed,
                   11915:          results/040.processed, results/041.processed,
                   11916:          results/042.processed, results/043.processed,
                   11917:          results/044.processed, results/045.processed,
                   11918:          results/046.processed, results/047.processed,
                   11919:          results/048.processed, results/049.processed,
                   11920:          results/050.processed, results/051.processed,
                   11921:          results/052.processed, results/053.processed,
                   11922:          results/054.processed, results/055.processed,
                   11923:          results/056.processed, results/057.processed,
                   11924:          results/058.processed, results/059.processed,
                   11925:          results/060.processed, results/061.processed,
                   11926:          results/062.processed, results/063.processed,
                   11927:          results/064.processed, results/065.processed,
                   11928:          results/066.processed, results/067.processed,
                   11929:          results/068.processed, results/069.processed,
                   11930:          results/070.processed, results/071.processed,
                   11931:          results/072.processed, results/073.processed,
                   11932:          results/074.processed, results/075.processed,
                   11933:          results/076.processed, results/077.processed,
                   11934:          results/078.processed, results/079.processed,
                   11935:          results/080.processed, results/081.processed,
                   11936:          results/082.processed, results/083.processed,
                   11937:          results/084.processed, results/085.processed,
                   11938:          results/086.processed, results/087.processed,
                   11939:          results/088.processed, results/089.processed,
                   11940:          results/090.processed, results/091.processed,
                   11941:          results/092.processed, results/093.processed,
                   11942:          results/094.processed, results/095.processed,
                   11943:          results/096.processed, results/097.processed,
                   11944:          results/099.processed, results/101.processed,
                   11945:          results/102.processed, results/104.processed,
                   11946:          results/105.processed, results/106.processed,
                   11947:          results/107.processed, results/108.processed,
                   11948:          results/109.processed, results/110.processed,
                   11949:          results/111.processed, results/112.processed,
                   11950:          results/113.processed, results/114.processed,
                   11951:          results/115.processed, results/116.processed,
                   11952:          results/117.processed, results/118.processed,
                   11953:          results/119.processed, results/120.processed,
                   11954:          results/121.processed, results/122.processed,
                   11955:          results/123.processed, results/124.processed,
                   11956:          results/125.processed, results/126.processed,
                   11957:          results/127.processed, results/128.processed,
                   11958:          results/129.processed, results/130.processed,
                   11959:          results/131.processed, results/132.processed,
                   11960:          results/133.processed, results/134.processed,
                   11961:          results/135.processed, results/136.processed,
                   11962:          results/137.processed, results/138.processed,
                   11963:          results/139.processed, results/140.processed,
                   11964:          results/141.processed: . refreshed old tests, made them work
                   11965:          without auto.p (in utf8) . things noted: . gif got encoded
                   11966:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   11967:          some strange year)
                   11968: 
                   11969:        * INSTALL: . revived linux libgc fix
                   11970: 
                   11971:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   11972:          glib/gdome in INSTALL and patches]
                   11973: 
                   11974:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11975:          include/pa_charset.h, include/pa_config_includes.h,
                   11976:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   11977:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   11978:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   11979:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   11980:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   11981:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   11982:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   11983:          types/pa_vxnode.h: . started killing gdome
                   11984: 
                   11985: 2005-12-13  paf
                   11986: 
                   11987:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   11988:          @unhandled_exception thrown another exception, print correct
                   11989:          origin (earlier code in catch of exception inside of
                   11990:          @unhandled_exception grabbed parent_frame(original_exception)
                   11991:          origin and printed it, instead of true origin)
                   11992: 
                   11993:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   11994:          another exception, print correct origin (earlier code in catch of
                   11995:          exception inside of @unhandled_exception grabbed
                   11996:          parent_frame(original_exception) origin and printed it, instead
                   11997:          of true origin)
                   11998: 
                   11999: 2005-12-09  paf
                   12000: 
                   12001:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   12002:          detection problem, due to change in gc6.4 code
                   12003: 
                   12004:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   12005:          ignored in ^string.matched :(
                   12006: 
                   12007:        * src/main/pa_string.C: ! regex tainting were ignored in
                   12008:          ^string.matched :(
                   12009: 
                   12010:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   12011:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   12012:          src/main/compile.y, src/main/compile_tools.h,
                   12013:          src/main/pa_charset.C, src/main/pa_common.C,
                   12014:          src/main/pa_globals.C, src/main/pa_string.C,
                   12015:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   12016:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   12017: 
                   12018: 2005-12-08  paf
                   12019: 
                   12020:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   12021:          500 chars now handled OK [were wrapped on 500th char according to
                   12022:          rfc, but sendmail failed to unwrap it properly]
                   12023: 
                   12024:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   12025:          handled OK [were wrapped on 500th char according to rfc, but
                   12026:          sendmail failed to unwrap it properly]
                   12027: 
                   12028:        * src/targets/isapi/parser3isapi.C: . less warnings
                   12029: 
                   12030:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   12031:          since 3.1.5
                   12032: 
                   12033:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   12034:          link fixes
                   12035: 
                   12036:        * src/: classes/date.C, include/pa_config_fixed.h,
                   12037:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   12038:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   12039:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   12040: 
                   12041:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   12042:          [in current storage scheme there's no place for them. someday we
                   12043:          can add third CORD to store origins and special version of parser
                   12044:          which stores origins there [separate binary]]
                   12045: 
                   12046: 2005-12-07  paf
                   12047: 
                   12048:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   12049: 
                   12050:        * src/include/pa_version.h: makefiles
                   12051: 
                   12052:        * src/include/pa_version.h: . not beta
                   12053: 
                   12054:        * configure, configure.in, src/include/pa_version.h: not beta
                   12055: 
                   12056: 2005-12-06  paf
                   12057: 
                   12058:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   12059:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   12060:          decided to undo the change ^call[$void] passes void. now it will
                   12061:          pass empty string again.
                   12062: 
                   12063:        * src/main/: compile.tab.C, compile.y: . version readded
                   12064: 
                   12065:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   12066:          = ^switch[void] problem
                   12067: 
                   12068: 2005-12-01  paf
                   12069: 
                   12070:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   12071:          caused ^case[string] to be coerced to double since searching
                   12072:          value were not string (it was vvoid)
                   12073: 
                   12074:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   12075:          ^case[string] to be coerced to double since searching value were
                   12076:          not string (it was vvoid)
                   12077: 
                   12078:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   12079:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   12080: 
                   12081: 2005-11-30  paf
                   12082: 
                   12083:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   12084:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   12085: 
                   12086:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   12087:          putenv("TZ="), on unix works only putenv("TZ")
                   12088: 
                   12089:        * INSTALL: . xml libs versions updated
                   12090: 
                   12091:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   12092:          claims that fixed a lot there // 20040920 for now both
                   12093:          workarounds needed. wait for new libxml/xsl versions
                   12094: 
                   12095: 2005-11-28  paf
                   12096: 
                   12097:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   12098:          columns==0
                   12099: 
                   12100:        * src/classes/table.C: ! nameless table has columns==0
                   12101: 
                   12102:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   12103:          earlier [was totally wrong]
                   12104: 
                   12105:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   12106:          wrong]
                   12107: 
                   12108: 2005-11-25  paf
                   12109: 
                   12110:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   12111:          undoing for now...
                   12112: 
                   12113:        * src/include/pa_version.h: -this reduces speed(table::load),
                   12114:          strange. undoing
                   12115: 
                   12116:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   12117: 
                   12118:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   12119: 
                   12120:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   12121:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   12122:          this speeds things up and saves memory a LOT! (not noticed
                   12123:          negative effect on syntetic tests, future will tell...)
                   12124: 
                   12125:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   12126:          changed gc_malloc implementation, which obscured profiling
                   12127: 
                   12128:        * src/classes/table.C: merged from HEAD: + optimized
                   12129:          table::load/sql, now row ArrayString-s allocated with
                   12130:          columns.count() elements and don't always grow from
                   12131:          count=3[realloc,realloc]
                   12132: 
                   12133:        * src/classes/table.C: + optimized table::load/sql, now row
                   12134:          ArrayString-s allocated with columns.count() elements and don't
                   12135:          always grow from count=3[realloc,realloc]
                   12136: 
                   12137:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   12138:          buffer after save
                   12139: 
                   12140:        * src/classes/table.C: . ^table.save unused buffer after save
                   12141: 
                   12142: 2005-11-24  paf
                   12143: 
                   12144:        * configure.in: . merged glib2-config patch
                   12145: 
                   12146:        * configure.in: + trying to find glib2-config
                   12147: 
                   12148:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12149:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   12150:          file/dir_readable to simple file/dir_exist, this would help in
                   12151:          situations "class not found because .p file has bad rights" << in
                   12152:          that case error would be explicit "access denied to 'this' file"
                   12153: 
1.116     moko     12154:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     12155: 
                   12156:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   12157:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   12158:          to simple file/dir_exist, this would help in situations "class
                   12159:          not found because .p file has bad rights" << in that case error
                   12160:          would be explicit "access denied to 'this' file"
                   12161: 
                   12162:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   12163:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12164:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   12165:          ^file::exec/cgi[script;$.charset[changed]
                   12166:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12167:          encoded in $.charset charset
                   12168: 
                   12169:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   12170:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   12171:          encoded in $.charset charset
                   12172: 
                   12173:        * src/: include/Makefile.am, include/pa_common.h,
                   12174:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   12175:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   12176:          separate file [preparation for
                   12177:          ^file::cgi[script;$.form[$.field1[]
                   12178: 
                   12179: 2005-11-22  paf
                   12180: 
                   12181:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   12182: 
                   12183:        * acinclude.m4, configure.in: . merged underquting fixes
                   12184: 
1.116     moko     12185:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     12186: 
                   12187:        * src/classes/op.C: . overmerged a little
                   12188: 
                   12189:        * src/main/compile.tab.C: Makefile
                   12190: 
                   12191:        * src/main/: pa_common.C: . less gcc warnings
                   12192: 
                   12193:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   12194:          now reports original exception if we have no old cache
                   12195: 
                   12196:        * src/classes/op.C: + $exception.handled[cache] now reports
                   12197:          original exception if we have no old cache
                   12198: 
                   12199:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   12200:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   12201:          \^$.[]|()?*+{}
                   12202: 
                   12203:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   12204:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   12205: 
                   12206:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12207:          getenv-ed variable, which does not work both on win32&unix.
                   12208:          copied old TZ value now
                   12209: 
                   12210:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   12211:          stored pointer to getenv-ed variable, which does not work both on
                   12212:          win32&unix. copied old TZ value now
                   12213: 
                   12214:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   12215:          getenv-ed variable, which does not work both on win32&unix.
                   12216:          copied old TZ value now
                   12217: 
                   12218:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   12219:          access to internal hash
                   12220: 
                   12221:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   12222:          hash
                   12223: 
                   12224:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   12225:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12226:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12227:          very large block" messages to only important onces
                   12228: 
                   12229:        * src/targets/isapi/parser3isapi.C: +
                   12230:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   12231:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   12232:          very large block" messages to only important onces
                   12233: 
                   12234:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   12235:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12236: 
                   12237:        * src/classes/string.C: + removed limitation on
                   12238:          ^string/int/double:sql{}[$.default[({param style})] ]
                   12239: 
                   12240:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   12241:          with ?params or $.form option" limitation
                   12242: 
                   12243:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   12244:          $.form option" limitation
                   12245: 
                   12246:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12247:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   12248:          ^file::base64[encoded] decode
                   12249: 
                   12250:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   12251:          main/pa_common.C: + ^file.base64[] encode +
                   12252:          ^file::base64[encoded] decode
                   12253: 
                   12254:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   12255:          ^string:base64[encoded] decode
                   12256: 
                   12257:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   12258:          ^string:base64[in] encode + ^string.base64[] decode
                   12259: 
                   12260: 2005-11-21  paf
                   12261: 
                   12262:        * src/classes/file.C: + merged from HEAD:
                   12263:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12264: 
                   12265:        * src/classes/file.C: +
                   12266:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   12267: 
                   12268:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   12269:          differes from :download, it does not return content-disposition
                   12270:          at all now [previusely it returned valueless content-disposition]
                   12271: 
                   12272:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   12273:          :download, it does not return content-disposition at all now
                   12274:          [previusely it returned valueless content-disposition]
                   12275: 
                   12276:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   12277:          literals, reverted to just vvod, recreating empty array with each
                   12278:          void_value token. that's absolutely needed, since that array
                   12279:          grows
                   12280: 
                   12281:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12282:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12283:          types/pa_vmethod_frame.h: + merged: expression literals:
                   12284:          true/false. ^format[$.indent(true)]
                   12285: 
                   12286:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   12287:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   12288:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   12289:          ^format[$.indent(true)]
                   12290: 
                   12291:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12292:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12293:          i386-pc-win32)"
                   12294: 
                   12295:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   12296:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   12297:          i386-pc-win32)"
                   12298: 
                   12299: 2005-11-18  paf
                   12300: 
                   12301:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   12302:          null}[$.default(123)] will now return default value
                   12303: 
                   12304:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   12305:          expiration time
                   12306: 
                   12307:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   12308:          time
                   12309: 
                   12310:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   12311:          failed << Exception.problem_source pointed to local var!
                   12312: 
                   12313:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   12314:          Exception.problem_source pointed to local var!
                   12315: 
                   12316:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   12317:          now loads VFile.ptr!=0, so such files can be saved now
                   12318: 
                   12319:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   12320:          loads VFile.ptr!=0, so such files can be saved now
                   12321: 
                   12322:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   12323:          only . and .. now removed from list [were removed all .*]
                   12324: 
                   12325:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   12326:          .. now removed from list [were removed all .*]
                   12327: 
                   12328:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   12329:          open error now checked, were not :( [stole that piece from apache
                   12330:          1.3 sources]
                   12331: 
                   12332:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   12333:          checked, were not :( [stole that piece from apache 1.3 sources]
                   12334: 
                   12335:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   12336:          untainting of @main result if returned by $result or
                   12337:          $response:body
                   12338: 
                   12339:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   12340:          result if returned by $result or $response:body
                   12341: 
                   12342:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   12343:          issue: now tries to guess content-length and allocates one big
                   12344:          piece if possible [regretfully gc_realloc works as malloc+free,
                   12345:          leaving lots of holes behind]
                   12346: 
                   12347:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   12348:          fixed file load memory issue: now tries to guess content-length
                   12349:          and allocates one big piece if possible [regretfully gc_realloc
                   12350:          works as malloc+free, leaving lots of holes behind]
                   12351: 
                   12352: 2005-11-16  paf
                   12353: 
                   12354:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   12355:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   12356:          table::save with enclosers now doubles them: "->"" !
                   12357:          table::save/load do not remove elements from options hash
                   12358: 
                   12359:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   12360:          [were overoptimized ^if(double_literal), compiler confused
                   12361:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12362: 
                   12363:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   12364:          [were overoptimized ^if(double_literal), compiler confused
                   12365:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   12366: 
                   12367:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   12368:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   12369:          "->"" ! table::save/load do not remove elements from options hash
                   12370: 
                   12371: 2005-11-03  paf
                   12372: 
1.116     moko     12373:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   12374:          compilation, not all makefiles liked that
1.95      moko     12375: 
                   12376: 2005-08-30  paf
                   12377: 
                   12378:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   12379: 
                   12380:        * src/classes/op.C: . speedup check of [DEFAULT]
                   12381: 
                   12382: 2005-08-26  paf
                   12383: 
                   12384:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   12385: 
                   12386:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   12387: 
                   12388:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   12389:          complains about bad!=nameless
                   12390: 
                   12391:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   12392:          about bad!=nameless
                   12393: 
                   12394:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   12395:          optional options were allowed to be empty. were checked
                   12396:          if(is_string), changed to !defined||is_string to allow void
                   12397: 
                   12398:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   12399:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   12400:          options were allowed to be empty. were checked if(is_string),
                   12401:          changed to !defined||is_string to allow void
                   12402: 
                   12403:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   12404:          as_junction where they needed as_int/double, so failed with
                   12405:          recent "(const) now no junction" optimization
                   12406: 
                   12407:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   12408:          merged ! many classes/*  used as_junction where they needed
                   12409:          as_int/double, so failed with recent "(const) now no junction"
                   12410:          optimization
                   12411: 
                   12412:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   12413:          classes/op.C, classes/string.C, classes/table.C,
                   12414:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   12415:          used as_junction where they needed as_int/double, so failed with
                   12416:          recent "(const) now no junction" optimization
                   12417: 
                   12418: 2005-08-24  paf
                   12419: 
                   12420:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   12421:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   12422:          stripped it
                   12423: 
                   12424: 2005-08-09  paf
                   12425: 
                   12426:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12427:          not cleared
                   12428: 
                   12429:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12430:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12431:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12432:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12433:          classes/response.C, classes/string.C, classes/table.C,
                   12434:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12435:          include/pa_array.h, include/pa_cache_managers.h,
                   12436:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12437:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12438:          include/pa_dictionary.h, include/pa_dir.h,
                   12439:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12440:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12441:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12442:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12443:          include/pa_sapi.h, include/pa_socks.h,
                   12444:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12445:          include/pa_stack.h, include/pa_string.h,
                   12446:          include/pa_stylesheet_connection.h,
                   12447:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12448:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12449:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12450:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12451:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12452:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12453:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12454:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12455:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12456:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12457:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12458:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12459:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12460:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12461:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12462:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12463:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12464:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   12465:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   12466:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12467:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12468:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   12469:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   12470:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   12471:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12472:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   12473:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   12474:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12475:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12476:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12477:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12478:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12479:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12480:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12481:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12482:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12483:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12484:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   12485: 
                   12486:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12487:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   12488:          speedup consequent checks in vmethod_frame
                   12489: 
                   12490:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   12491:          not cleared
                   12492: 
                   12493:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   12494:          params: 50 max (were 10)
                   12495: 
                   12496:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   12497:          params: 50 max (were 10)
                   12498: 
                   12499:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   12500:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   12501:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   12502:          empty string) ! simplified (double) speedup consequent checks in
                   12503:          vmethod_frame
                   12504: 
                   12505:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   12506:          optimized constants in expressions vstring->vdouble + optimized
                   12507:          ^call(vdouble), no junction creation, no calls later
                   12508: 
                   12509: 2005-08-08  paf
                   12510: 
                   12511:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   12512:          compile_tools.h: merged + optimized constants in expressions
                   12513:          vstring->vdouble + optimized ^call(vdouble), no junction
                   12514:          creation, no calls later
                   12515: 
                   12516:        * src/types/pa_vdouble.h: merged . double values without fractional
                   12517:          part now default printed as %.0f instead of %g
                   12518: 
                   12519:        * src/types/pa_vdouble.h: . double values without fractional part
                   12520:          now default printed as %.0f instead of %g
                   12521: 
                   12522:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   12523:          cause an exception
                   12524: 
                   12525:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   12526:          exception
                   12527: 
                   12528:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   12529:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12530:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12531:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12532:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   12533:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12534:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12535:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12536:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12537:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12538:          merged VJunction(new Junction) optimization from 3.1.4
                   12539: 
                   12540:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   12541:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   12542:          Junction(params)) to new VJunction(params), thousands of mallocs
                   12543:          removed
                   12544: 
                   12545: 2005-08-05  paf
                   12546: 
                   12547:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   12548:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   12549:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   12550:          creation, no calls later
                   12551: 
                   12552:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12553:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12554:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12555:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12556:          classes/response.C, classes/string.C, classes/table.C,
                   12557:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12558:          include/pa_array.h, include/pa_cache_managers.h,
                   12559:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12560:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12561:          include/pa_dictionary.h, include/pa_dir.h,
                   12562:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12563:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12564:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12565:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12566:          include/pa_sapi.h, include/pa_socks.h,
                   12567:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12568:          include/pa_stack.h, include/pa_string.h,
                   12569:          include/pa_stylesheet_connection.h,
                   12570:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12571:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12572:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12573:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12574:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12575:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   12576:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12577:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12578:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12579:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12580:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   12581:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   12582:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   12583:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   12584:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   12585:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   12586:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12587:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12588:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12589:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12590:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12591:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12592:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12593:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   12594:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   12595:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   12596:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   12597:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   12598:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12599:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12600:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12601:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   12602:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   12603:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   12604:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12605:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12606:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   12607: 
                   12608:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   12609:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   12610:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12611:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   12612:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   12613:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   12614:          optimized constants in expressions vstring->vdouble
                   12615: 
                   12616: 2005-07-29  paf
                   12617: 
                   12618:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   12619: 
                   12620:        * src/types/pa_vclass.C: + property getter can now be overridden
                   12621: 
                   12622:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   12623:          bug fix: static parent fields were not replaced in case
                   12624:          $derived:field[put] + property setter can now be overridden
                   12625: 
                   12626: 2005-07-28  paf
                   12627: 
                   12628:        * configure, configure.in, src/classes/classes.h,
                   12629:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   12630:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   12631:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   12632:          src/classes/xnode.h, src/include/pa_hash.h,
                   12633:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     12634:          src/types/Makefile.am, src/types/pa_method.h,
                   12635:          src/types/pa_value.h, src/types/pa_vclass.C,
                   12636:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   12637:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   12638:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   12639:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   12640:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   12641:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   12642:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   12643:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   12644:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   12645:          src/types/pa_vstateless_class.h,
1.95      moko     12646:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   12647:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   12648:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   12649:          dynamic_fields_join
                   12650: 
                   12651:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   12652:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   12653:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12654:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12655:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12656:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12657:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12658:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12659:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   12660:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   12661:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   12662:          restored its checks in vobject.put_element->static fields |
                   12663:          dynamic properties
                   12664: 
                   12665: 2005-07-27  paf
                   12666: 
                   12667:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   12668:          is some old code containing @set_name $name
                   12669: 
                   12670:        * src/types/pa_vobject.h: . fixed warning
                   12671: 
                   12672:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     12673:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     12674: 
                   12675:        * src/: classes/xnode.C, include/pa_hash.h,
                   12676:          types/pa_vstateless_class.C: ! new asserts were all false.
                   12677:          regretfully reverted them all to checks
                   12678: 
                   12679:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12680:          classes/op.C, main/execute.C, types/pa_method.h,
                   12681:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12682:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12683:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12684:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12685:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12686:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12687:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12688:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12689:          joined_dynamic_fields: removed unused param from put_method
                   12690:          (returned to 3 params)
                   12691: 
                   12692:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   12693:          joined_dynamic_fields: dynamic get/set works with overriding
                   12694:          props [alpha2]
                   12695: 
                   12696:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   12697:          works [alfa]
                   12698: 
                   12699:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   12700:          classes/op.C, include/pa_hash.h, main/execute.C,
                   12701:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   12702:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12703:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   12704:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   12705:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12706:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12707:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12708:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12709:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   12710:          joined_dynamic_fields: just compiled
                   12711: 
                   12712:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12713:          classes/hashfile.C, classes/image.C, classes/table.C,
                   12714:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   12715:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   12716:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   12717: 
                   12718:        * src/types/pa_vobject.C: . object setters [only started, does not
                   12719:          work yet]
                   12720: 
                   12721:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   12722:          object setters [only started, does not work yet]
                   12723: 
                   12724: 2005-07-26  paf
                   12725: 
                   12726:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   12727:          works [alpha2]. for classes. todo: for objects
                   12728: 
                   12729:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   12730:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   12731:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12732:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   12733:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   12734:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   12735:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   12736:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12737:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   12738:          properties: set works [alpha1]
                   12739: 
                   12740: 2005-07-25  paf
                   12741: 
                   12742:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   12743:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   12744:          properties: started, get works [alpha1, other approach]
                   12745: 
                   12746:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   12747:          properties: started, get works [alpha2]
                   12748: 
                   12749:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   12750:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   12751: 
                   12752: 2005-07-15  paf
                   12753: 
                   12754:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   12755:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   12756:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   12757:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   12758:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12759:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   12760:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   12761:          types/pa_vresponse.C, types/pa_vresponse.h,
                   12762:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   12763:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   12764:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   12765:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   12766:          [getters work but think of changing them too to precaching]
                   12767: 
                   12768: 2005-07-08  paf
                   12769: 
                   12770:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   12771:          gpf
                   12772: 
                   12773: 2005-06-28  paf
                   12774: 
                   12775:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   12776:          in passing empty strings to file::exec/cgi environment
                   12777: 
                   12778: 2005-06-06  paf
                   12779: 
                   12780:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   12781:          ^table:sql ^hash:sql now DO process $.bind option
                   12782: 
                   12783: 2005-05-24  paf
                   12784: 
                   12785:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   12786:          $.limit] now work again [support was broken in 3.1.4]
                   12787: 
                   12788:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   12789:          ALL_INTERIOR_POINTERS
                   12790: 
                   12791: 2005-05-12  paf
                   12792: 
                   12793:        * configure: 3.1.5beta
                   12794: 
                   12795:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   12796: 
                   12797:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   12798:          $.limit] now work again [support was broken in 3.1.4]
                   12799: 
                   12800:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   12801:          line-width  [was refusing to fill if line-width >1, thanks to
                   12802:          Seras <seras@pinxit.lt> for repro case
                   12803: 
                   12804: 2005-04-25  paf
                   12805: 
                   12806:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   12807:          correctly
                   12808: 
                   12809: 2005-04-19  paf
                   12810: 
                   12811:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   12812:          in VString violating invariant!!
                   12813: 
                   12814:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   12815:          getenv("TZ")==null
                   12816: 
                   12817: 2005-04-08  paf
                   12818: 
                   12819:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   12820:          bugfix: when there is no char in charset one byte produces 6
                   12821:          (&#255; <<max). increased buffer size!
                   12822: 
                   12823: 2005-03-23  paf
                   12824: 
                   12825:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   12826:          ^date.sql-string now takes TZ into account
                   12827: 
                   12828: 2005-03-16  paf
                   12829: 
                   12830:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   12831:          gcc 3.4
                   12832: 
                   12833:        * src/types/pa_vhash.C: . warning about eof eol
                   12834: 
                   12835: 2005-02-17  paf
                   12836: 
                   12837:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   12838:          seconds)
                   12839: 
                   12840: 2005-02-02  paf
                   12841: 
                   12842:        * src/classes/xnode.C: beauty: removed needless includes
                   12843: 
                   12844: 2005-01-31  paf
                   12845: 
                   12846:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   12847:          $.partNoNumber now alias to $.part1
                   12848: 
                   12849:        * src/types/pa_vmail.C: change: incoming letter part contains
                   12850:          "content-disposition" header with any value? now considering that
                   12851:          part to be "file#" [for text/plain text/html were $.text#
                   12852:          $.html#]
                   12853: 
                   12854:        * INSTALL: updatet to latest working versions available
                   12855: 
                   12856: 2005-01-20  paf
                   12857: 
                   12858:        * configure.in, src/include/pa_version.h: version
                   12859: 
                   12860: 2005-01-19  paf
                   12861: 
1.116     moko     12862:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   12863:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   12864:          couple warnings in parser3.C
1.95      moko     12865: 
                   12866: 2004-12-23  paf
                   12867: 
                   12868:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   12869: 
                   12870:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   12871:          dir to directory of script (when shbang used), not to directory
                   12872:          of its interpreter
                   12873: 
                   12874:        * src/include/pa_version.h: compiled on win32...
                   12875: 
                   12876:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   12877:          we need more hspace
                   12878: 
                   12879:        * configure, configure.in, src/include/pa_version.h: configured
                   12880:          host to pa_version. will be displayed everywhere
                   12881: 
                   12882:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   12883:          exception from being logged by setting $exception.handled(1)
                   12884: 
                   12885:        * operators.txt, src/classes/file.C: change:
                   12886:          ^file::sql{query}[[options]] options: $.name[file name]
                   12887:          $.content-type[application/what]
                   12888: 
                   12889:        * src/: include/pa_common.h, main/pa_common.C,
                   12890:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   12891:          new file
                   12892: 
                   12893:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   12894:          bugfix: table->hash now regards _default
                   12895: 
                   12896:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   12897:          created by accessing $name_of_method it acquired bad self=closest
                   12898:          methodframe; instead of proper self (current class)
                   12899: 
                   12900:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   12901:          hashfile produced bad cord
                   12902: 
                   12903: 2004-12-10  paf
                   12904: 
                   12905:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   12906:          subsequent failures though defined in .h
                   12907: 
                   12908:        * src/main/pa_common.C: comment on volatile
                   12909: 
                   12910:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   12911:          alarm function were not used since the beginning due to stupid
                   12912:          error [setsigjmp were not checked in configure.in]
                   12913: 
                   12914:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   12915:          unix too
                   12916: 
                   12917:        * src/main/pa_common.C: http: exception status of send/recv errors
                   12918:          change to most probable http.timeout
                   12919: 
                   12920:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   12921:          works [setsockopt on send/receive]
                   12922: 
                   12923: 2004-12-08  paf
                   12924: 
                   12925:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   12926:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   12927:          proper charset
                   12928: 
                   12929: 2004-11-24  paf
                   12930: 
                   12931:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   12932: 
                   12933:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   12934:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   12935: 
                   12936: 2004-11-12  paf
                   12937: 
                   12938:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   12939:          [since 3.0.4]
                   12940: 
                   12941: 2004-11-09  paf
                   12942: 
                   12943:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   12944:          writes basics to c:\parser3.log
                   12945: 
                   12946: 2004-10-21  paf
                   12947: 
                   12948:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   12949:          tainted strings [were returning clean onces]
                   12950: 
                   12951: 2004-10-15  paf
                   12952: 
                   12953:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   12954:          cycles(i=1; i=2), which was wrong, now does ONE
                   12955: 
                   12956: 2004-10-12  paf
                   12957: 
                   12958:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   12959: 
                   12960: 2004-10-07  paf
                   12961: 
                   12962:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   12963:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   12964:          release asserts
                   12965: 
                   12966:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   12967:          String.dump() to stdout in detailed form  [were String.v() in
                   12968:          short form]
                   12969: 
                   12970:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   12971:          \t\r\n as @#| and truncates long char sequences less
                   12972: 
                   12973: 2004-10-06  paf
                   12974: 
                   12975:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   12976:          win32 beauty: socket errors properly decoded
                   12977: 
                   12978: 2004-10-05  paf
                   12979: 
                   12980:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   12981:          request::configure_user/admin done always, even if no
                   12982:          file-to-process useful in @unhandled_exception [say, if they
                   12983:          would want to mail by SMTP something]
                   12984: 
                   12985:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   12986:          now performed prior to file loading [and @auto executing] thus
                   12987:          making $cookie:value available in @auto and in
                   12988:          @unhandled_exception when IIS is configured to run interpreter
                   12989:          even if no file exist
                   12990: 
                   12991: 2004-09-20  paf
                   12992: 
                   12993:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   12994:          somewhere where it should have called xmlMalloc and it calls
                   12995:          xmlFree when it should have not called it.  inserted two
                   12996:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   12997:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   12998:          author would fix all that.  until that day: we have SLOW garbage
                   12999:          collecting when many xml objects are alive hint: do
                   13000:          ^memory:compact[] before xdoc::create
                   13001: 
                   13002: 2004-09-17  paf
                   13003: 
                   13004:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   13005:          error from 3.0.8 version]
                   13006: 
                   13007: 2004-09-14  paf
                   13008: 
                   13009:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   13010:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   13011:          modified inside
                   13012: 
                   13013: 2004-09-13  paf
                   13014: 
                   13015:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   13016:          [were as octal]
                   13017: 
                   13018:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   13019:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   13020:          safety-check
                   13021: 
                   13022:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   13023:          [not something obscure from sdbm lib]
                   13024: 
                   13025:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   13026:          = strerror now returnes something and we can properly report that
                   13027:          to client
                   13028: 
                   13029:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   13030:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   13031: 
                   13032:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13033:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   13034:          not be unnecessary optimized away [ruining javascript]
                   13035: 
                   13036:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   13037:          [tainted as-is]
                   13038: 
                   13039:        * src/classes/mail.C: bugfix: typo error
                   13040: 
                   13041: 2004-09-09  paf
                   13042: 
                   13043:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   13044:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   13045:          (bloody yandex.server)
                   13046: 
                   13047: 2004-09-06  paf
                   13048: 
                   13049:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   13050:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   13051:          encoded
                   13052: 
                   13053: 2004-09-01  paf
                   13054: 
                   13055:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   13056:          multipart/related outlook express have no problems showing
                   13057:          unrelated attachments.  todo: someday figure out a way of
                   13058:          multipart/mixed    multipart/related       text/html
                   13059:          image/xxx application/octet-stream << true attachments
                   13060: 
                   13061:        * src/types/pa_vmail.C: new:
                   13062:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   13063:          empty mail header fields removed from letter
                   13064: 
                   13065:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   13066:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   13067:          ^mail:send[    $.file[       $.any[header]
                   13068: 
                   13069: 2004-08-30  paf
                   13070: 
                   13071:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   13072:          warnings
                   13073: 
                   13074:        * src/main/pa_common.C: beauty: do not bother with charset
                   13075:          detection when ^file::load[binary
                   13076: 
                   13077: 2004-08-27  paf
                   13078: 
                   13079:        * src/main/pa_common.C: hack: for yandex.server http server
                   13080: 
                   13081: 2004-08-18  paf
                   13082: 
                   13083:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   13084:          possibly-chunked response
                   13085: 
                   13086: 2004-08-17  paf
                   13087: 
                   13088:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13089:          $f.content-type now = that of http response
                   13090: 
                   13091:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   13092:          $f.content-type now = that of http response
                   13093: 
                   13094: 2004-07-30  paf
                   13095: 
                   13096:        * src/: include/pa_request.h, main/pa_request.C,
                   13097:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   13098:          win32: system&parser exceptions in release mode reported properly
                   13099:          parser exception in exception handler WERE mistakenly reported as
                   13100:          system exception, without details [in apache & isapi] +some
                   13101:          beauty in exception text
                   13102: 
                   13103:        * src/: include/pa_exception.h, main/pa_request.C,
                   13104:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   13105:          release mode reported properly parser exception in exception
                   13106:          handler WERE mistakenly reported as system exception, without
                   13107:          details
                   13108: 
                   13109:        * src/main/execute.C: beauty: simplified system exception handling
                   13110: 
                   13111: 2004-07-29  paf
                   13112: 
                   13113:        * src/classes/table.C: bugfix:
                   13114:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   13115:          were ignored, and \t used unconditionally]
                   13116: 
                   13117:        * src/types/Makefile.am: added vhash.c
                   13118: 
                   13119: 2004-07-28  paf
                   13120: 
                   13121:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   13122:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   13123:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   13124:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   13125:          failed on russian letters
                   13126: 
                   13127:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   13128:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   13129:          letters
                   13130: 
                   13131:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   13132:          as 'currentDirectory' parameter to CreateProcess
                   13133: 
                   13134: 2004-07-27  paf
                   13135: 
                   13136:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   13137:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   13138:          from release somewhere [to help searching for unhandled system
                   13139:          exceptions]
                   13140: 
                   13141:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   13142:          TZ shift
                   13143: 
                   13144:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   13145:          but also in ctor
                   13146: 
                   13147: 2004-07-26  paf
                   13148: 
                   13149:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   13150:          src/main/pa_request.C, src/types/pa_vfile.h,
                   13151:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13152:          src/types/types.vcproj: new: $response:body/download[
                   13153:          $.file[name on disk]    $.name[of file for user]
                   13154:          $.mdate[date of last-modified. default from directory] ]
                   13155: 
                   13156:        * src/classes/file.C: moving file:send somewhere else..
                   13157: 
                   13158:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   13159:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   13160:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   13161:          $response:download[ $.filename[filename] $.option[] ,, ]
                   13162: 
                   13163:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   13164: 
                   13165: 2004-07-21  paf
                   13166: 
                   13167:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   13168:          to several lines
                   13169: 
                   13170:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   13171: 
                   13172:          note: ms outlook[!express] shows only first 255 characters of
                   13173:          subject
                   13174: 
                   13175: 2004-07-15  paf
                   13176: 
                   13177:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   13178:          off]
                   13179: 
                   13180: 2004-07-14  paf
                   13181: 
                   13182:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   13183:          according to lang  [were: as-is]
                   13184: 
                   13185: 2004-07-07  paf
                   13186: 
                   13187:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   13188:          checked that
                   13189: 
                   13190:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   13191:          now untainted according to their languages.  were: as-is.
                   13192:          EVERYWHERE
                   13193: 
                   13194:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   13195:          environment string now untainted according to their languages.
                   13196:          were: as-is. EVERYWHERE
                   13197: 
                   13198:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13199:          untainted according to their languages.  were: as-is. on win32:
                   13200:          ok
                   13201: 
                   13202:        * parser3.vssscc: ...would not go unnoticed
                   13203: 
                   13204:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   13205:          fails. in case on input appears nonutf, those bytes will be
                   13206:          printed in %HH form. that can be easily decoded/recovered.
                   13207: 
                   13208:          this form is quite noticable, and hopefully would not go noticed
                   13209: 
                   13210: 2004-07-06  paf
                   13211: 
                   13212:        * src/main/pa_exec.C: bufix: on unix environment string now
                   13213:          untainted according to their languages.  were: as-is. on win32:
                   13214:          ok
                   13215: 
                   13216: 2004-07-01  paf
                   13217: 
                   13218:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   13219:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   13220:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13221:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   13222:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   13223:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   13224:          option: global optimization ON
                   13225: 
                   13226:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   13227:          to do xdoc::create{invalid chars} standard disables chars less
                   13228:          then \x20, except tab, cr, lf.
                   13229: 
                   13230:          changed tainting so that those become '!'
                   13231: 
                   13232: 2004-06-25  paf
                   13233: 
                   13234:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13235:          int on odd address [prev bugfix failed due to superwize
                   13236:          optimizer, which turned memcpy into same 'ld' asm command]
                   13237: 
                   13238:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   13239:          int on odd address
                   13240: 
                   13241: 2004-06-22  paf
                   13242: 
                   13243:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   13244: 
                   13245:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   13246:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13247:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   13248:          paf(:a)}[                $.bind[                         $.a[2]
                   13249:                 ]       ] output variables work.  todo: check in out
                   13250:          variables
                   13251: 
                   13252: 2004-06-18  paf
                   13253: 
                   13254:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   13255:          classes/table.C, classes/void.C, include/pa_globals.h,
                   13256:          include/pa_sql_connection.h, main/compile.tab.C,
                   13257:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   13258:                      $.bind[                         $.a[2]          ]
                   13259:          ] input variables work.  todo:output
                   13260: 
                   13261:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   13262:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   13263:          /_bug.html?404;http://hpsv/test/
                   13264:          --------------------------------------------------------------------------------
                   13265:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   13266:          --------------------------------------------------------------------------------
                   13267:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   13268: 
                   13269: 2004-06-16  paf
                   13270: 
                   13271:        * src/targets/cgi/parser3.C: new: iis specific
                   13272:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   13273:          $request:query
                   13274:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   13275:          $form:fields IIS-STATUS="404"
                   13276:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   13277: 
                   13278:          todo: isapi too
                   13279: 
                   13280: 2004-05-26  paf
                   13281: 
                   13282:        * src/include/pa_version.h: 3.1.3
                   13283: 
                   13284:        * operators.txt: beauty: removed outdated level 'table'
                   13285: 
                   13286:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   13287: 
                   13288:        * src/main/pa_string.C: beauty: removed 3 warnings
                   13289: 
                   13290:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   13291:          classes/op.C: beauty: removed outdated level 'table'
                   13292: 
                   13293: 2004-05-25  paf
                   13294: 
                   13295:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   13296:          implementation. mistery: how anything worked
                   13297: 
                   13298:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   13299:          changed, it is now safe to use url if pointers to it are stored
                   13300:          to gc mem
                   13301: 
                   13302:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   13303:          unknown errors reported and not cause SIGSEGV now
                   13304: 
                   13305: 2004-05-24  paf
                   13306: 
                   13307:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13308:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   13309:          less memory: CORD_chars_block originally intended to ...  it was
                   13310:          good that CORD_chars_block were not used: it consumes more memory
                   13311:          [and, might be slow too] undoing that. [and removed that func so
                   13312:          that it would not confuse parser developer in future]
                   13313: 
                   13314:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   13315:          less memory: CORD_chars_block originally intended to
                   13316:          speedup/reduce mem usage were forgotten, and were used stupid
                   13317:          CORD_chars
                   13318: 
                   13319:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   13320: 
                   13321:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   13322:          BIGENDIAN processors space-conserving mech failed, causing
                   13323:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   13324:          (1|2|3));
                   13325: 
                   13326: 2004-05-14  paf
                   13327: 
                   13328:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   13329:          bugfix: void now has vfile value, and $response:body[] works OK
                   13330: 
                   13331: 2004-05-12  paf
                   13332: 
                   13333:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   13334:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   13335:          sources to use is_defined() {return as_bool();} along VBool
                   13336: 
                   13337: 2004-05-11  paf
                   13338: 
                   13339:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   13340:          referencing to local objects
                   13341: 
                   13342:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   13343:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   13344:          left intact
                   13345: 
                   13346: 2004-04-15  paf
                   13347: 
                   13348:        * src/classes/date.C: merged: beauty: unused var removed
                   13349: 
                   13350:        * src/classes/date.C: beauty: unused var removed
                   13351: 
                   13352:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   13353:          provoked bug
                   13354: 
                   13355: 2004-04-09  paf
                   13356: 
                   13357:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   13358: 
                   13359:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   13360: 
                   13361: 2004-04-08  paf
                   13362: 
                   13363:        * src/classes/date.C: new: ^date::create[y-m-d
                   13364:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   13365: 
                   13366:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   13367: 
                   13368:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   13369:          to consult default catalog [usually, that file belongs to other
                   13370:          user/group]
                   13371: 
                   13372: 2004-04-06  paf
                   13373: 
                   13374:        * src/main/pa_common.C: beauty: gcc warning removed
                   13375: 
                   13376:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   13377:          accept that trick, trying other
                   13378: 
                   13379:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   13380:          explicit result problem
                   13381: 
                   13382:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   13383:          explicit result problem
                   13384: 
                   13385:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   13386:          explicit result problem
                   13387: 
                   13388:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   13389: 
                   13390:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   13391:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   13392:          failed
                   13393: 
                   13394:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13395:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13396:          gethostbyname failed with such 'domains'] now checked properly,
                   13397:          were: needless reverse/forward dns lookup
                   13398: 
                   13399:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   13400:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   13401:          gethostbyname failed with such 'domains'] now checked properly,
                   13402:          were: needless reverse/forward dns lookup
                   13403: 
                   13404:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   13405:          @method[][result] means "no string output here" moved to lexical
                   13406:          level [on grammar level it were too difficult]
                   13407: 
                   13408:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   13409:          src/main/compile.y, src/main/compile_tools.h,
                   13410:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   13411:          @method[][result] means "no string output here", implemented part
                   13412:          of that idea: compiler throws away string literal generation
                   13413:          code. and barks nonwhitespace chars
                   13414: 
                   13415:        * operators.txt: truth: removed comment about $ORIGIN
                   13416: 
                   13417: 2004-04-05  paf
                   13418: 
                   13419:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   13420:          src/include/pa_version.h, src/main/pa_common.C,
                   13421:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   13422: 
                   13423:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   13424:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   13425: 
                   13426:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   13427: 
                   13428:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   13429:          interfered with FAR console
                   13430: 
                   13431:        * configure, configure.in: 3.1.3
                   13432: 
                   13433:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   13434: 
                   13435:        * src/main/pa_common.C: removed warning
                   13436: 
                   13437:        * src/include/pa_version.h: 3.1.3
                   13438: 
                   13439: 2004-04-02  paf
                   13440: 
                   13441:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   13442: 
                   13443:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   13444:          allows to specify where to put parser log file
                   13445: 
                   13446: 2004-04-01  paf
                   13447: 
                   13448:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   13449:          without tab and enter were ignored
                   13450: 
                   13451:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   13452:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   13453:          main/pa_socks.C, targets/cgi/parser3.C,
                   13454:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   13455:          bugfix: sql connections now are disconnected
                   13456: 
                   13457: 2004-03-30  paf
                   13458: 
                   13459:        * src/classes/table.C: bugfix: table::load last line without tab
                   13460:          and enter were ignored
                   13461: 
                   13462:        * src/classes/table.C: bufix: if last table lines were commented,
                   13463:          gpfed
                   13464: 
                   13465:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   13466:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   13467:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   13468:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   13469:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   13470:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   13471:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   13472:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   13473:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   13474: 
                   13475: 2004-03-29  paf
                   13476: 
                   13477:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   13478:          causes gpf
                   13479: 
                   13480:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   13481:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   13482:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   13483:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   13484:          value.dox: translated to english
                   13485: 
                   13486: 2004-03-25  paf
                   13487: 
                   13488:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   13489:          parser3project dependency removed
                   13490: 
                   13491:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   13492:          bugfix: refused to compile without xml
                   13493: 
                   13494:        * src/types/pa_vform.C: beauty: removed warning
                   13495: 
                   13496:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   13497:          any folder [removed last ;) folder dependency]
                   13498: 
                   13499:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   13500:          folder [removed last ;) folder dependency]
                   13501: 
                   13502:        * src/include/pa_version.h: release
                   13503: 
                   13504:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   13505: 
                   13506:        * src/classes/table.C: beauty: comment& more meaningful error
                   13507:          message
                   13508: 
                   13509:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   13510:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   13511:          thing]
                   13512: 
                   13513: 2004-03-23  paf
                   13514: 
                   13515:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   13516:          and http status line parsing checked number of columns in table
                   13517:          [user reported an assert]
                   13518: 
                   13519:        * operators.txt: example: on hashfile
                   13520: 
                   13521:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   13522:          bugfix: junction reattach now actually reattaches a junction to
                   13523:          new wcontext [were only assigning it to junction, which caused
                   13524:          junction tracking to loose junction, and it's context were not
                   13525:          killed, and it tried to process in invalid context, gpf]
                   13526: 
                   13527:        * src/targets/cgi/parser3.C: debug helper added
                   13528: 
                   13529: 2004-03-19  paf
                   13530: 
                   13531:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   13532:          "type(type)" in braces
                   13533: 
                   13534: 2004-03-10  paf
                   13535: 
                   13536:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   13537:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13538:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   13539:          solution to search-in-namespaces problem:
                   13540:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   13541:          $nodes[^xdoc.select[//x:second]]
                   13542: 
                   13543:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   13544:          expression][[NAMESPACES HASH]] allows to search for info in
                   13545:          namespaces
                   13546: 
                   13547:          $nodes[^xdoc.select[//x:second][
                   13548:          $.x[http://pif.design.ru/] ]]
                   13549: 
                   13550: 2004-03-09  paf
                   13551: 
                   13552:        * operators.txt, src/main/pa_common.C: new:
                   13553:          ^file::load[...][options]         $.form[
                   13554:          !$.field1[string]
                   13555:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   13556:               ]         !$.body[string]
                   13557: 
                   13558:          GET ?here notGET(POST, HEAD, others) in content-type:
                   13559:          application/x-www-form-urlencoded
                   13560: 
                   13561:          todo: upload files ability
                   13562: 
                   13563:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   13564:          properly, done
                   13565: 
                   13566: 2004-03-05  paf
                   13567: 
                   13568:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   13569:          GET/POST $.form[$.fields started, not tested yet
                   13570:          todo:$.field[table] for multiple values
                   13571: 
                   13572:        * operators.txt: new: http:// options $.user $.password basic
                   13573:          authorization
                   13574: 
                   13575:        * src/main/pa_common.C: beauty: link to rtf added
                   13576: 
                   13577:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   13578:          new: http:// options $.user $.password basic authorization
                   13579: 
                   13580:        * src/main/pa_common.C: beauty: removed needless vars
                   13581: 
                   13582:        * operators.txt: new: pgsql option [like that recently added to
                   13583:          oracle driver]             ClientCharset=parser-charset <<
                   13584:          charset in which parser thinks client works
                   13585: 
                   13586:        * operators.txt: new: odbc option [like that recently added to
                   13587:          oracle driver]             ClientCharset=parser-charset <<
                   13588:          charset in which parser thinks client works
                   13589: 
                   13590:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   13591: 
                   13592:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   13593:          char!
                   13594: 
                   13595:        * etc/parser3.charsets/windows-1251.cfg: typo
                   13596: 
                   13597: 2004-03-04  paf
                   13598: 
                   13599:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   13600:          cached, sql transcoding now goes faster
                   13601: 
                   13602:        * operators.txt: new: mysql option [like that recently added to
                   13603:          oracle driver]             ClientCharset=parser-charset <<
                   13604:          charset in which parser thinks client works
                   13605: 
                   13606:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   13607:          typo error
                   13608: 
                   13609:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   13610:          chars commented
                   13611: 
                   13612: 2004-03-03  paf
                   13613: 
                   13614:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   13615:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   13616: 
                   13617: 2004-03-02  paf
                   13618: 
                   13619:        * operators.txt: new[update typo]:     !^void.left(n)
                   13620:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   13621:                nothing
                   13622: 
                   13623:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   13624:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   13625:                nothing
                   13626: 
                   13627:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   13628:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   13629:          row with columns:   first: data   second: file name   third:
                   13630:          content-type
                   13631: 
                   13632:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   13633:          ^connect gets properly escaped string, which can be passed to
                   13634:          request now this for mysql only. it's up to parser sql driver to
                   13635:          fix zeros properly
                   13636: 
                   13637:        * INSTALL: note: added on building apache with this option:
                   13638:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   13639: 
                   13640: 2004-03-01  paf
                   13641: 
                   13642:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   13643:          extension memory:compact befor processingrequest
                   13644: 
                   13645:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   13646:          call sole column of result
                   13647: 
                   13648:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   13649:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   13650:          pixel color
                   13651: 
                   13652:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   13653:          beauty: image -- less checks [were ugly impl]
                   13654: 
                   13655:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   13656:          negative values now considered bad
                   13657: 
                   13658:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   13659: 
                   13660:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   13661:          options now have unified defaults [after transform
                   13662:          indent/omit-xml-declaration/standalone 'default' erroreously
                   13663:          meant 'true']
                   13664: 
                   13665:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   13666:          added [on some platforms gethostbyname failed with such
                   13667:          'domains']
                   13668: 
                   13669:        * src/include/pa_config_auto.h.in: no select check, no define
                   13670: 
                   13671:        * src/classes/string.C: feature: ^string.trim both parameters may
                   13672:          be empty-strings, meaning kind=both chars=whitespaces
                   13673: 
                   13674:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   13675:          exist
                   13676: 
                   13677:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   13678:          exception if it is
                   13679: 
                   13680:        * src/classes/string.C: changed: ^string.trim [] << both,
                   13681:          whitespaces [start|both|end] << kind, whitespaces
                   13682:          [start|both|end;chars]  full
                   13683: 
                   13684: 2004-02-27  paf
                   13685: 
                   13686:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   13687:          method: ^string.trim[start|both|end[;chars]]        default
                   13688:          'chars' -- whitespace chars finished
                   13689: 
                   13690:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   13691:          src/main/pa_string.C: new method:
                   13692:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   13693:          whitespace chars   started, only start works
                   13694: 
                   13695:        * src/main/compile.C: bugfix: line numbers after
                   13696:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   13697:          signed
                   13698: 
                   13699:        * src/main/untaint.C: speed: there's no \n chars in output
                   13700:          [normally], so no need to optimize them they could be retrived
                   13701:          from databases, though. but 1. should be replaced 2. if not
                   13702:          optimized, no harm done
                   13703: 
                   13704:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   13705:          ^file::exec/cgi could return invalid status & zombie child can
                   13706:          remain for short period until process exists [very bad in
                   13707:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   13708: 
                   13709:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   13710:          malicious SMTP server to attack as by returning too long status
                   13711:          responses http://i2/tasks/edit/?id=4629448401140924947
                   13712: 
                   13713: 2004-02-26  paf
                   13714: 
                   13715:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   13716:          are         $.main[to what to rename @main]         $.file[file,
                   13717:          from which (user says) goes that CODE]         $.lineno(line
                   13718:          number in that file, where CODE starts. may be negative)
                   13719: 
                   13720:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   13721:          src/main/compile.C, src/main/compile_tools.h,
                   13722:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   13723:          options] which are         $.main[to what to rename @main]
                   13724:          $.file[file, from which (user says) goes that CODE]
                   13725:          $.lineno(line number in that file, where CODE starts. may be
                   13726:          negative)
                   13727: 
                   13728: 2004-02-25  paf
                   13729: 
1.116     moko     13730:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   13731:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     13732: 
                   13733:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   13734:          produces hash of column=>1
                   13735: 
                   13736:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   13737:          with incomplete errno constants set
                   13738: 
                   13739: 2004-02-24  paf
                   13740: 
                   13741:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   13742:          "man select"
                   13743: 
                   13744:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   13745: 
                   13746:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   13747: 
                   13748:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   13749: 
1.116     moko     13750:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     13751: 
                   13752:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   13753:          unix: steps to work on unix [extracted 'to']
                   13754: 
                   13755:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   13756: 
                   13757:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   13758: 
1.116     moko     13759:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13760:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   13761:          unix [testing on solaris]
1.95      moko     13762: 
                   13763: 2004-02-20  paf
                   13764: 
                   13765:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   13766:          pointing that out
                   13767: 
                   13768:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   13769:          fixed again [same solution, mistanenly removed one line]
                   13770: 
                   13771: 2004-02-19  paf
                   13772: 
                   13773:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   13774:          date::create from bad datetime in spring daylightsaving hole now
                   13775:          OK for all platforms [on some platforms it failed]
                   13776: 
                   13777:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   13778:          in daylightsaving hole] now throws error
                   13779: 
                   13780:        * src/classes/date.C: comment: mistake fixed
                   13781: 
                   13782: 2004-02-18  paf
                   13783: 
                   13784:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   13785:          now renderes in $request:charset, but in header puts
                   13786:          $response:charset todo: make that default only so that coder
                   13787:          could override that
                   13788: 
                   13789:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   13790:          turns off omit-xml-declaration
                   13791: 
                   13792:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   13793:          /.xsl for sample
                   13794: 
                   13795: 2004-02-17  paf
                   13796: 
                   13797:        * src/classes/xdoc.C: beauty: needless helper class removed
                   13798: 
                   13799:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   13800:          copied extra time
                   13801: 
                   13802:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   13803:          part of libxml
                   13804: 
                   13805:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   13806:          libxml to do the work] <xsl:output        method="html"
                   13807:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   13808:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   13809:          />
                   13810: 
                   13811:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   13812: 
                   13813:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   13814:          caused assertion
                   13815: 
                   13816:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   13817:          could hang. now such add does nothing, sub clears $hash
                   13818: 
                   13819:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   13820:          not made quoted-printable
                   13821: 
                   13822:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   13823:          string invariant
                   13824: 
                   13825: 2004-02-16  paf
                   13826: 
                   13827:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   13828:          cleared [were not cleared properly]
                   13829: 
                   13830: 2004-02-13  paf
                   13831: 
1.116     moko     13832:        * src/include/pa_version.h: prerelease
1.95      moko     13833: 
                   13834:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   13835:          used, introducing dependencies timestamp check
                   13836: 
                   13837:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   13838:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   13839:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   13840:          .xsl.stamp now not used, introducing dependencies timestamp check
                   13841: 
1.150     moko     13842:        * configure.in: auto.p: @conf made relative
1.95      moko     13843: 
                   13844: 2004-02-12  paf
                   13845: 
                   13846:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   13847:          ruined empty <input type=file> submits. parser thought there were
                   13848:          nameless empty file and $form:field got value of type 'file'
                   13849: 
                   13850:        * INSTALL: --without-threads
                   13851: 
                   13852:        * src/include/pa_sapi.h: 2004
                   13853: 
                   13854: 2004-02-11  paf
                   13855: 
                   13856:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   13857:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   13858:          classes/hashfile.C, classes/image.C, classes/int.C,
                   13859:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   13860:          classes/response.C, classes/string.C, classes/table.C,
                   13861:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   13862:          include/pa_array.h, include/pa_cache_managers.h,
                   13863:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   13864:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   13865:          include/pa_dictionary.h, include/pa_dir.h,
                   13866:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   13867:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   13868:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   13869:          include/pa_request_charsets.h, include/pa_request_info.h,
                   13870:          include/pa_socks.h, include/pa_sql_connection.h,
                   13871:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   13872:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   13873:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13874:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   13875:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   13876:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   13877:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   13878:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   13879:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   13880:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   13881:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   13882:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   13883:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   13884:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13885:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   13886:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   13887:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   13888:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   13889:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   13890:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   13891:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   13892:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   13893:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   13894:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   13895:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   13896:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   13897:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   13898:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   13899:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   13900:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   13901:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   13902:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   13903:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   13904:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   13905:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   13906:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   13907:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   13908: 
                   13909:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   13910:          debug version of gc.dll
                   13911: 
                   13912:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   13913:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   13914:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   13915:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   13916:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   13917:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   13918:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   13919:          processes
                   13920: 
                   13921:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   13922:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   13923:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   13924:          changes to reflect libxml xsl new folders
                   13925: 
                   13926:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   13927:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   13928:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   13929:          to reflect libxml xsl new folders
                   13930: 
                   13931:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   13932:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   13933:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   13934:          types/types.vcproj: started changes to reflect libxml xsl new
                   13935:          folders
                   13936: 
                   13937:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   13938:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   13939:          src/main/compile.tab.C, src/main/main.vcproj,
                   13940:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   13941:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13942:          started changes to reflect libxml xsl new folders
                   13943: 
                   13944: 2004-02-10  paf
                   13945: 
                   13946:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   13947:          compile. recommened latest libxml up to date
                   13948: 
                   13949:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   13950:          pattern compilation errors", on which spent 4 hours worktime. use
                   13951:          versions higher than that. recommended now latest up to date
                   13952: 
                   13953: 2004-02-06  paf
                   13954: 
                   13955:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   13956:          beauty: unified destructing style
                   13957: 
                   13958:        * src/main/untaint.C: beauty: removed old def/ifdef
                   13959: 
                   13960:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   13961:          now
                   13962: 
                   13963: 2004-02-03  paf
                   13964: 
                   13965:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   13966:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   13967:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   13968:          then %ld/%lu
                   13969: 
                   13970:        * src/main/pa_common.C: typo: %l -> %u
                   13971: 
                   13972:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   13973:          in attributes or documents-results of transform now not &#04xx;
                   13974: 
                   13975:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   13976: 
                   13977:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   13978: 
                   13979:        * src/main/pa_charset.C: beauty: uncomment
                   13980:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   13981:          libraries
                   13982: 
                   13983: 2004-02-02  paf
                   13984: 
                   13985:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   13986:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   13987: 
                   13988:          $cookie:example[        $.value[]       $.expires[session]
                   13989:          $.path[/there/]         $.domain[test.com] ]
                   13990: 
                   13991:        * src/types/pa_vform.C: bugfix: empty values with
                   13992:          enctype=multipart/form-data now produce entries in $form:tables
                   13993:          <form method=post enctype=multipart/form-data> <input type=hidden
                   13994:          name=a> <input type=hidden name=b>
                   13995: 
                   13996:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   13997:          <hr> <pre>$request:body
                   13998: 
                   13999: 2004-01-30  paf
                   14000: 
                   14001:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   14002:          or documents-results of transform now not &#04xx;
                   14003: 
                   14004:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   14005:          produce exception.
                   14006: 
                   14007:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   14008:          bugfix: ^date::create[invalid fields now produce exception.
                   14009: 
                   14010:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   14011:          year] now produces exception. todo: check other fields
                   14012: 
                   14013: 2004-01-29  paf
                   14014: 
                   14015:        * src/include/pa_memory.h: typo error
                   14016: 
                   14017:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   14018:          more byte then specified, then zeroed it << useless and
                   14019:          potentially harmful(could gpf)
                   14020: 
                   14021: 2004-01-22  paf
                   14022: 
                   14023:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   14024: 
                   14025:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   14026:          optimization
                   14027: 
                   14028:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   14029:          [were bug: ^taint[1 & 2]="1 &2"
                   14030: 
                   14031:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   14032:          errors
                   14033: 
                   14034:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   14035:          overflow
                   14036: 
                   14037:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   14038:          error-reporting code * in parser-error reporting code [when no
                   14039:          @unhandled_exception defined]
                   14040: 
                   14041:          fixed in one place: my *snprintf override
                   14042: 
                   14043: 2004-01-13  paf
                   14044: 
                   14045:        * operators.txt: typo erro
                   14046: 
                   14047: 2003-12-25  paf
                   14048: 
                   14049:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   14050:          garbled  [pieces after zero bytes were removed]
                   14051: 
                   14052: 2003-12-22  paf
                   14053: 
1.116     moko     14054:        * src/include/Makefile.am: bugfix: removed from dist:
                   14055:          src/include/pa_config_auto.h which were configured for
1.95      moko     14056:          make-dist-platform and badly updated proper config file in target
                   14057:          [when .tar used for updating existing source tree]
                   14058: 
                   14059:        * ChangeLog, operators.txt, src/classes/op.C,
                   14060:          src/include/pa_sql_connection.h,
                   14061:          src/include/pa_sql_driver_manager.h,
                   14062:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   14063:          feature: sql introducing ability to transcode charsets
                   14064: 
                   14065: 2003-12-19  paf
                   14066: 
                   14067:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   14068:          error message
                   14069: 
                   14070:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   14071:          structure for libxml now allocated properly
                   14072: 
                   14073: 2003-12-17  paf
                   14074: 
                   14075:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   14076: 
                   14077:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   14078: 
                   14079:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   14080: 
                   14081:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   14082:          unreported xmlGenericErrors]
                   14083: 
                   14084: 2003-12-15  paf
                   14085: 
                   14086:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   14087:          works}
                   14088: 
                   14089: 2003-12-11  paf
                   14090: 
                   14091:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   14092:          id
                   14093:              !$status:tid thread id
                   14094: 
                   14095:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   14096:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   14097:          bugfix(solaris): removed dependency on object initialization
                   14098:          order [one more place]
                   14099: 
                   14100:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14101:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   14102:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   14103:          understand that
                   14104: 
                   14105:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   14106:          classes/xdoc.C, include/pa_cache_managers.h,
                   14107:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14108:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   14109:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   14110:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   14111:          ctor call [relying on implicit String::Body(cstr) call]
                   14112: 
                   14113:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   14114:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   14115:          object initialization order [two places]
                   14116: 
                   14117: 2003-12-10  paf
                   14118: 
                   14119:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   14120:          << time now ok
                   14121: 
                   14122:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14123:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   14124:          operational
                   14125: 
                   14126:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   14127:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   14128:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   14129:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   14130:          back operational
                   14131: 
                   14132: 2003-12-02  paf
                   14133: 
                   14134:        * src/types/pa_vmail.C: bugfix:
                   14135:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   14136:          as-is forced]
                   14137: 
                   14138:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   14139:          exceptions out of libxml callbacks: reimplemented error handling
                   14140:          of http://localhost, parser://method and safemode check callbacks
                   14141: 
                   14142:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   14143:          [merged from HEAD]
                   14144: 
                   14145:        * src/classes/image.C: nothing: comment removed
                   14146: 
                   14147:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   14148:          addresses to int
                   14149: 
                   14150: 2003-12-01  paf
                   14151: 
                   14152:        * src/main/pa_xml_io.C: bugfix: typo
                   14153: 
                   14154:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   14155: 
                   14156:        * src/classes/xdoc.C: bugfix: typo
                   14157: 
                   14158:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   14159:          exception
                   14160: 
                   14161:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   14162: 
                   14163: 2003-11-28  paf
                   14164: 
                   14165:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   14166:          all xml documents read
                   14167: 
                   14168:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   14169: 
                   14170:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   14171:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   14172:          replaced original open mech of xdoc::create & co to use libxml
                   14173:          open, so that this would work for root document todo: safe mode
                   14174:          checks to libxml: ideally to some 1 point
                   14175: 
                   14176:        * src/main/pa_xml_io.C: comment
                   14177: 
                   14178:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   14179:          http://parser[abscent params]
                   14180: 
                   14181:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   14182:          works.  todo: maybe replace original open mech of xdoc::create &
                   14183:          co to use libxml open, so that this would work for root document
                   14184: 
                   14185:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   14186:          "parser://method/params/here"> <test>   &test^; </test> }]
                   14187: 
                   14188:          ^taint[^xdoc.string[]]
                   14189: 
                   14190:          @method[param] <!ENTITY test
                   14191:          "test-entity-value+$form:user+$param!">
                   14192: 
                   14193: 2003-11-27  paf
                   14194: 
                   14195:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   14196: 
                   14197:        * src/classes/date.C: bugfix: typo error
                   14198: 
                   14199: 2003-11-26  paf
                   14200: 
                   14201:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   14202:          src/main/Makefile.am, src/main/main.vcproj,
                   14203:          src/main/pa_globals.C, src/main/pa_request.C,
                   14204:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   14205:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   14206:          to pa_xml_io.C/h
                   14207: 
                   14208:        * src/types/pa_value.h: warnings: --
                   14209: 
                   14210: 2003-11-25  paf
                   14211: 
                   14212:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   14213:          whatever)
                   14214: 
                   14215:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   14216:          a, (c?x:y, z)
                   14217: 
                   14218:        * src/main/untaint.C: bugfix: consequences of not reading this
                   14219:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   14220:          <= 0 ==> none    */
                   14221: 
                   14222:        * src/include/pa_array.h: removed needless checks
                   14223: 
                   14224: 2003-11-24  paf
                   14225: 
                   14226:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   14227:          removed limit: now $form:xxx can be accessed anytime, even in
                   14228:          @auto/conf [and request/response:charset still can be changed
                   14229:          anytime]
                   14230: 
                   14231:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   14232:          now not transcodes response body
                   14233: 
                   14234:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   14235:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   14236:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   14237:          $xdoc.firstChild.firstChild.nodeValue[different]
                   14238:          ^taint[^xdoc.string[]]
                   14239: 
                   14240:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   14241:          workaround: static Hash::allocates -> static Hash_allocates
                   14242: 
                   14243: 2003-11-21  paf
                   14244: 
1.116     moko     14245:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   14246:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   14247:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     14248: 
                   14249:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   14250: 
                   14251:        * src/classes/mail.C: bugfix: typo
                   14252: 
                   14253:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     14254:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   14255:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   14256:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   14257:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     14258:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   14259: 
                   14260:        * src/main/pa_exec.C: bug in safe mode
                   14261: 
                   14262:        * src/include/Makefile.am: pa_xml_exception.h
                   14263: 
                   14264:        * src/targets/isapi/parser3isapi.C: more warnings --
                   14265: 
                   14266: 2003-11-20  paf
                   14267: 
                   14268:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   14269:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   14270:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   14271:          --
                   14272: 
                   14273:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   14274:          more warnings --
                   14275: 
                   14276:        * src/classes/xdoc.C: more warnings --
                   14277: 
                   14278:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   14279: 
                   14280:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   14281:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   14282: 
                   14283:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14284:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   14285:          classes/table.C, include/pa_cache_managers.h,
                   14286:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   14287:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   14288:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   14289:          --
                   14290: 
                   14291:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   14292:          can't report problem (undefined @unhandled_exception) problem
                   14293:          source string were not reported
                   14294: 
                   14295:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14296:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14297:          classes/hashfile.C, classes/image.C, classes/int.C,
                   14298:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   14299:          classes/response.C, classes/string.C, classes/table.C,
                   14300:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14301:          include/pa_array.h, include/pa_cache_managers.h,
                   14302:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   14303:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   14304:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   14305:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   14306:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   14307:          include/pa_request.h, include/pa_request_charsets.h,
                   14308:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   14309:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14310:          include/pa_stack.h, include/pa_string.h,
                   14311:          include/pa_stylesheet_connection.h,
                   14312:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14313:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   14314:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   14315:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   14316:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14317:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   14318:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   14319:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   14320:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   14321:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   14322:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   14323:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   14324:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   14325:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   14326:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   14327:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   14328:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   14329:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   14330:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14331:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14332:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14333:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   14334:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14335:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   14336:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   14337:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14338:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14339:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14340:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14341:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14342:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14343:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14344:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14345:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   14346:          const IDENT
                   14347: 
                   14348:        * src/: include/pa_array.h, include/pa_pool.h,
                   14349:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   14350:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   14351:          types/pa_wcontext.h: more warnings --
                   14352: 
                   14353:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   14354:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   14355:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14356:          classes/memory.C, classes/op.C, classes/string.C,
                   14357:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   14358:          include/pa_config_includes.h, include/pa_operation.h,
                   14359:          include/pa_sql_connection.h, include/pa_table.h,
                   14360:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   14361:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   14362:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   14363:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   14364:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   14365:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   14366:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   14367:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   14368:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   14369:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   14370:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   14371:          types/pa_vmail.C, types/pa_vobject.C,
                   14372:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   14373:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14374:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   14375:          on all projects (except libltdl=off & libsdbm=level3) found
                   14376:          several unitialized vars
                   14377: 
                   14378: 2003-11-19  paf
                   14379: 
                   14380:        * src/classes/op.C: more ansi C++ comp
                   14381: 
                   14382:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14383:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   14384:          $exception.handled[cache] meaning "get expired cache, if any.
                   14385:          else error"}
                   14386: 
                   14387:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   14388:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   14389:          ^cache[...]{body}{catch code with $exception.cache field}
                   14390: 
                   14391: 2003-11-12  paf
                   14392: 
                   14393:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   14394:          [copy/paste bug]
                   14395: 
                   14396: 2003-11-11  paf
                   14397: 
                   14398:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   14399:          failed]
                   14400: 
                   14401: 2003-11-10  paf
                   14402: 
                   14403:        * src/types/pa_vconsole.h: flush
                   14404: 
                   14405:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   14406:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   14407:          read/write  [for nntp]
                   14408: 
                   14409:        * operators.txt: mysql: transaction support: ?autocommit=0
                   14410: 
                   14411:        * operators.txt: comment: updated
                   14412: 
                   14413:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   14414:          serialize version and exipire now removes entries
                   14415: 
                   14416:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   14417:          dir, if could]
                   14418: 
                   14419:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   14420:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   14421:          removes files altogether [and dir, if could]
                   14422: 
                   14423:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   14424:          nonexistent pair. .c coded that that was error. fixed
                   14425: 
                   14426:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   14427:          file.access [regretfull can't split it to different exceptions
                   14428:          without modifying sdbm source wich would prefer not to]
                   14429: 
                   14430: 2003-11-07  paf
                   14431: 
                   14432:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14433:          classes/hashfile.C, classes/image.C, classes/table.C,
                   14434:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   14435:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   14436:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   14437:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   14438:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   14439:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   14440:          destructing objects at request processing end
                   14441: 
                   14442: 2003-11-06  paf
                   14443: 
                   14444:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   14445:          updates
                   14446: 
                   14447:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   14448:          to include sdbm
                   14449: 
1.116     moko     14450:        * src/include/: pa_config_includes.h, pa_version.h: our
                   14451:          replacements of max& co only for cpp
1.95      moko     14452: 
                   14453:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   14454:          upper dir, .am updated
                   14455: 
                   14456:        * tests/todo.txt: hashfile: done
                   14457: 
                   14458:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   14459:          expiration [time in value. todo: move time to key]
                   14460: 
                   14461:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   14462: 
                   14463:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   14464:          to do that in foreach, no errors, but surely wrong]
                   14465: 
                   14466:        * operators.txt, src/types/pa_vhashfile.C,
                   14467:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   14468: 
                   14469:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   14470:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   14471:          foreach
                   14472: 
                   14473:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14474:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   14475: 
                   14476:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   14477:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   14478: 
                   14479:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   14480:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14481:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   14482:          get/put [raw]
                   14483: 
                   14484:        * src/: classes/op.C, main/pa_os.C: just linked
                   14485: 
                   14486:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   14487:          XmlException changes
                   14488: 
                   14489:        * src/: include/pa_charset.h, include/pa_globals.h,
                   14490:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   14491:          XmlException changes
                   14492: 
                   14493:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   14494: 
                   14495:        * src/: include/pa_common.h, include/pa_exception.h,
                   14496:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   14497:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   14498:          main/pa_xml_exception.C: locking move to pa_os [along with
                   14499:          pa_sleep] apr-impl locking done
                   14500: 
                   14501:        * configure, configure.in, operators.txt, parser3.sln,
                   14502:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   14503:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   14504:          src/include/pa_exception.h, src/include/pa_globals.h,
                   14505:          src/include/pa_memory.h, src/include/pa_version.h,
                   14506:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   14507:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   14508:          src/main/compile.tab.C, src/main/main.vcproj,
                   14509:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   14510:          src/types/Makefile.am, src/types/pa_vhash.C,
                   14511:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   14512:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   14513:          again with sdbm from apache
                   14514: 
                   14515: 2003-11-05  paf
                   14516: 
                   14517:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14518:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   14519:          \parser3project dir anymore
                   14520: 
                   14521:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   14522:          thoughtlessly from xalan]
                   14523: 
                   14524:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   14525:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   14526:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   14527: 
                   14528:        * src/main/helpers/CaseFolding.txt:
                   14529:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   14530: 
                   14531: 2003-11-04  paf
                   14532: 
                   14533:        * operators.txt: comment: ^mail:send[$.options[
                   14534: 
                   14535:        * src/classes/table.C: compiled on unix
                   14536: 
1.116     moko     14537:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     14538: 
                   14539:        * src/classes/mail.C: compiled on unix
                   14540: 
                   14541:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   14542:          src/types/pa_vmail.h:     !^mail:send[
                   14543:                  $.options[unix: string to append to sendmail command
                   14544:          line]
                   14545: 
                   14546:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   14547:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   14548:          $.encloser["] <nothing> by default
                   14549: 
                   14550:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   14551:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   14552:          default
                   14553: 
                   14554: 2003-11-03  paf
                   14555: 
                   14556:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   14557:          ^table::load[; options:         !$.column-separator[^#09]
                   14558:          !$.column-encloser["]
                   14559: 
                   14560:        * operators.txt, src/include/pa_config_fixed.h,
                   14561:          src/types/pa_vrequest.C: $request:document-root
                   14562: 
                   14563:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   14564:          [already included into uri=xxx]
                   14565: 
                   14566:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   14567:          ^image.gif[filename] for $response:download
                   14568: 
                   14569:        * src/classes/date.C: minor precaution
                   14570: 
                   14571:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   14572:              !^date.unix-timestamp[]
                   14573: 
                   14574: 2003-10-30  paf
                   14575: 
                   14576:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   14577:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   14578: 
                   14579:        * src/classes/: date.C, image.C: improvement diagnostics:
                   14580:          $now[^date::create[$undefined]] now is error
                   14581: 
                   14582:        * src/main/pa_common.C: read errors would now be reported 'actually
                   14583:          read -1 bytes'
                   14584: 
                   14585: 2003-10-24  paf
                   14586: 
                   14587:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   14588:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   14589:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   14590:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   14591: 
                   14592: 2003-10-22  paf
                   14593: 
                   14594:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   14595: 
                   14596: 2003-10-21  paf
                   14597: 
                   14598:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   14599:          fixed: string.match[g] without <'> option produced columns with
                   14600:          NULL's, which gpf'ed at table.save time
                   14601: 
                   14602:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   14603:          recoursion' message with intensive throw-catches fixed: incorrect
                   14604:          name and line (one name upper then needed) in error message about
                   14605:          problems inside try block
                   14606: 
                   14607: 2003-10-10  paf
                   14608: 
                   14609:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   14610:          check offset argument for validity did that in String::Body::pos
                   14611:          myself http://i2/tasks/edit/?id=4577425257580789777
                   14612: 
                   14613: 2003-10-07  paf
                   14614: 
                   14615:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   14616:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   14617: 
                   14618: 2003-10-03  paf
                   14619: 
                   14620:        * parser3.sln, src/include/pa_dictionary.h,
                   14621:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   14622:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   14623:          precalculating cstr&length
                   14624: 
                   14625: 2003-10-02  paf
                   14626: 
                   14627:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14628:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14629:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   14630:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   14631: 
                   14632: 2003-09-30  paf
                   14633: 
                   14634:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   14635:          occurrances after lang-mismatched
                   14636: 
                   14637: 2003-09-29  paf
                   14638: 
                   14639:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   14640:          helper
                   14641: 
                   14642:        * src/main/pa_string.C: string::serialize bug fix with
                   14643:          zero-terminator
                   14644: 
                   14645:        * src/classes/table.C: ^nameless_table.save column row now has no
                   14646:          \t at the end
                   14647: 
                   14648:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   14649:          @postprocess  now takes $response:body/download
                   14650: 
                   14651:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   14652:          error message
                   14653: 
                   14654:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   14655: 
                   14656:        * src/classes/table.C: bugfix: flip: must produce nameless
                   14657:          http://i2/tasks/edit/?id=4573405524674081244
                   14658: 
                   14659:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   14660:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   14661: 
                   14662:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   14663:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   14664: 
                   14665: 2003-09-26  paf
                   14666: 
                   14667:        * src/main/untaint.C: removed needless field
                   14668: 
                   14669:        * src/main/untaint.C: removed needless const
                   14670: 
                   14671:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   14672:          String.for_each bug fixed [omited one-char cases]
                   14673: 
                   14674:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   14675:          runtime-executor stack were cleared... BADLY
                   14676: 
                   14677:        * src/main/pa_string.C: ^stirng.replace code used old
                   14678:          param-convention on langs.append, fixed that search fo the like,
                   14679:          found none
                   14680: 
                   14681:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   14682:          string::serialize/deserialize implemented Language enum assigned
                   14683:          meaningful letters [more convinient for debugging. read warning
                   14684:          before adding/changing anything]
                   14685: 
                   14686: 2003-09-25  paf
                   14687: 
                   14688:        * src/: include/pa_string.h, include/pa_version.h,
                   14689:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   14690:          differences on unix
                   14691: 
                   14692:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   14693:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   14694:          src/classes/xdoc.C, src/classes/xnode.C,
                   14695:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   14696:          src/include/pa_charsets.h, src/include/pa_common.h,
                   14697:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   14698:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   14699:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   14700:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   14701:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   14702:          src/main/compile_tools.h, src/main/pa_charset.C,
                   14703:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   14704:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   14705:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   14706:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   14707:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   14708:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   14709:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   14710: 
                   14711:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   14712:          functions aligned to that of eeparser3 look
                   14713: 
                   14714:        * src/lib/cord/cordprnt.c: removed warnings
                   14715: 
                   14716: 2003-09-24  paf
                   14717: 
                   14718:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14719:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   14720:          include/pa_cache_managers.h, include/pa_charset.h,
                   14721:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   14722:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14723:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14724:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   14725:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   14726:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14727:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   14728:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   14729:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   14730:          types/pa_vxnode.C: v() functions of String::Body,
                   14731:          String::Languages and String itself StringBody->String::Body
                   14732: 
                   14733:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14734:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   14735:          never optimized anything.  todo: somehow speed up harder cases:
                   14736:          concatenationA+concatenationB when last block of A and first of B
                   14737:          contain same letters
                   14738: 
                   14739:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14740:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   14741:          blocks of same char [CORD_append_block]
                   14742: 
                   14743:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14744:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   14745:          save space by extending blocks when appending block with c ==
                   14746:          lastblock.c
                   14747: 
                   14748:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   14749:          working yet :( but more working &understood :)
                   14750: 
                   14751:        * src/: classes/table.C, include/pa_string.h,
                   14752:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   14753: 
                   14754: 2003-09-23  paf
                   14755: 
                   14756:        * src/main/untaint.C: $a[ok!] $a works!
                   14757: 
                   14758:        * src/main/untaint.C: something even more works :)
                   14759: 
                   14760:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14761:          something more works :)
                   14762: 
                   14763:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   14764:          lib/cord/cordxtra.c: something already works :)
                   14765: 
                   14766:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   14767:          serialize&deserialize
                   14768: 
                   14769:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14770:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   14771:          main/untaint.C: main idea implemented, details left
                   14772: 
                   14773: 2003-09-22  paf
                   14774: 
                   14775:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   14776: 
                   14777:        * src/classes/xnode.C: copy/paste comment bugfix
                   14778: 
                   14779:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   14780:          allocator returns 0, just die.
                   14781:          http://i2/tasks/edit/?id=4570798492410259445
                   14782: 
                   14783:        * src/classes/xdoc.C: copy/paste comment bugfix
                   14784: 
                   14785:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   14786:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   14787:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   14788:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   14789: 
                   14790:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   14791:          chars due to bitwise operation signed-char error]
                   14792: 
                   14793: 2003-09-19  paf
                   14794: 
                   14795:        * src/types/pa_wcontext.C: output message: more practical
                   14796:          suggestion
                   14797: 
                   14798:        * src/main/pa_common.C, operators.txt: merged
                   14799:          $f[^file::load[binary;http://...]] $f.tables
                   14800: 
                   14801: 2003-09-02  paf
                   14802: 
                   14803:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   14804:          flush stdout without referencing 'stdout' symbol. to hell with
                   14805:          non-ansi libraries without 'stdout' symbol
                   14806: 
                   14807:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   14808:          unix (users reported problems with some old libc)
                   14809: 
                   14810:        * src/types/pa_vdate.h: forgot initializer
                   14811: 
                   14812: 2003-09-01  paf
                   14813: 
                   14814:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   14815:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   14816:          zone]
                   14817: 
                   14818:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   14819: 
                   14820: 2003-08-19  paf
                   14821: 
                   14822:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   14823:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   14824:          simplified a little
                   14825: 
                   14826:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   14827:          [lost fix from 3.0.8]
                   14828: 
                   14829:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   14830:          visible here }
                   14831: 
                   14832:          bug fix
                   14833: 
                   14834:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   14835: 
                   14836:        * src/main/compile.tab.C: initialized couple of variables about
                   14837:          which user reported runtime problems when parser were compiled
                   14838:          with VC7, warning level4.  study shows that later in bison
                   14839:          they've fixed that. would migrate to latest bison someday
                   14840: 
                   14841:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   14842:          recoding headers)
                   14843: 
                   14844:        * src/types/pa_vmail.C: works as before, same charset problems:
                   14845:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   14846:          anything for now
                   14847: 
                   14848:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   14849:          problems with body
                   14850: 
                   14851:        * src/types/pa_vmail.C: mail_receive just compiled
                   14852: 
                   14853: 2003-08-18  paf
                   14854: 
                   14855:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   14856:          main/main.vcproj, types/types.vcproj: win32: continued process
                   14857:          detaching from \parser3project directory
                   14858: 
                   14859:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   14860:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   14861:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   14862:          src/lib/pcre/pcre_dftables.dsp,
                   14863:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   14864:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   14865:          src/types/types.dsp: moved to MSVC 7
                   14866: 
                   14867:        * gnu.vcproj.vspscc, parser3.vssscc,
                   14868:          src/classes/classes.vcproj.vspscc,
                   14869:          src/lib/cord/cord.vcproj.vspscc,
                   14870:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   14871:          src/lib/md5/md5.vcproj.vspscc,
                   14872:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   14873:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   14874:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   14875:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   14876:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   14877:          moved to MSVC 7
                   14878: 
                   14879:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   14880:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   14881:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   14882:          src/lib/pcre/pcre_dftables.vcproj,
                   14883:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   14884:          src/targets/cgi/parser3.vcproj,
                   14885:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   14886:          new VS project files
                   14887: 
                   14888:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   14889:          .NET to detect Jalindi Igloo capabilities.
                   14890: 
                   14891:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     14892:          src/classes/classes.awk, src/doc/footer.htm,
                   14893:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   14894:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     14895:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   14896:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   14897: 
                   14898: 2003-08-15  paf
                   14899: 
                   14900:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   14901:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   14902: 
                   14903:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   14904:          non-ascii <yyy> now encoded correctly
                   14905: 
                   14906: 2003-07-29  paf
                   14907: 
1.116     moko     14908:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   14909:          dist
1.95      moko     14910: 
                   14911:        * src/types/pa_vmail.C: just started --with-mail-receive
                   14912: 
                   14913: 2003-07-28  paf
                   14914: 
1.116     moko     14915:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   14916:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     14917: 
                   14918:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   14919: 
                   14920: 2003-07-25  paf
                   14921: 
                   14922:        * src/doc/footer.htm: year
                   14923: 
                   14924: 2003-07-24  paf
                   14925: 
                   14926:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   14927:          fix
                   14928: 
                   14929:        * src/include/pa_version.h: release
                   14930: 
1.116     moko     14931:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     14932: 
                   14933:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   14934:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   14935:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   14936:          getting rid of win32xml pseudo project
                   14937: 
                   14938:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   14939: 
1.116     moko     14940:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   14941:          configure.in, operators.txt, parser3.dsw,
1.95      moko     14942:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     14943:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     14944:          src/classes/classes.C, src/classes/classes.awk,
                   14945:          src/classes/classes.dsp, src/classes/classes.h,
                   14946:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   14947:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   14948:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14949:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14950:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14951:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14952:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   14953:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     14954:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   14955:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   14956:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   14957:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   14958:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   14959:          src/include/pa_exception.h, src/include/pa_exec.h,
                   14960:          src/include/pa_globals.h, src/include/pa_hash.h,
                   14961:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   14962:          src/include/pa_operation.h, src/include/pa_pool.h,
                   14963:          src/include/pa_pragma_pack_begin.h,
1.95      moko     14964:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   14965:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   14966:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   14967:          src/include/pa_sql_connection.h,
                   14968:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   14969:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   14970:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   14971:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     14972:          src/include/pa_uue.h, src/lib/Makefile.am,
                   14973:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   14974:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   14975:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   14976:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     14977:          src/lib/cord/include/ec.h,
                   14978:          src/lib/cord/include/private/Makefile.am,
                   14979:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     14980:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   14981:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     14982:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     14983:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   14984:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14985:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   14986:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   14987:          src/main/pa_charsets.C, src/main/pa_common.C,
                   14988:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   14989:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     14990:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   14991:          src/main/pa_request.C, src/main/pa_socks.C,
                   14992:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14993:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     14994:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   14995:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   14996:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   14997:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   14998:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   14999:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   15000:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     15001:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   15002:          src/targets/isapi/parser3isapi.dsp,
                   15003:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     15004:          src/types/pa_junction.h, src/types/pa_method.h,
                   15005:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     15006:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15007:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15008:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15009:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15010:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15011:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15012:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15013:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   15014:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   15015:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   15016:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15017:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15018:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15019:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15020:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15021:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15022:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15023:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15024:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15025:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15026:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15027:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15028:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   15029:          HEAD
                   15030: 
                   15031:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   15032:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   15033:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   15034:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   15035:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   15036:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   15037:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   15038:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   15039:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   15040:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   15041:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   15042:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   15043:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   15044:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   15045:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   15046:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   15047:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   15048:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   15049:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   15050:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   15051:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15052:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   15053:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   15054:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   15055:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   15056:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   15057:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   15058:          outputs/create-dir, results/001.processed, results/002.processed,
                   15059:          results/003.processed, results/004.processed,
                   15060:          results/005.processed, results/006.processed,
                   15061:          results/007.processed, results/008.processed,
                   15062:          results/009.processed, results/010.processed,
                   15063:          results/011.processed, results/012.processed,
                   15064:          results/013.processed, results/014.processed,
                   15065:          results/015.processed, results/016.processed,
                   15066:          results/017.processed, results/018.processed,
                   15067:          results/019.processed, results/020.processed,
                   15068:          results/021.processed, results/022.processed,
                   15069:          results/023.processed, results/024.processed,
                   15070:          results/025.processed, results/026.processed,
                   15071:          results/027.processed, results/028.processed,
                   15072:          results/029.processed, results/030.processed,
                   15073:          results/031.processed, results/032.processed,
                   15074:          results/033.processed, results/034.processed,
                   15075:          results/035.processed, results/036.processed,
                   15076:          results/037.processed, results/038.processed,
                   15077:          results/039.processed, results/040.processed,
                   15078:          results/041.processed, results/042.processed,
                   15079:          results/043.processed, results/044.processed,
                   15080:          results/045.processed, results/046.processed,
                   15081:          results/047.processed, results/048.processed,
                   15082:          results/049.processed, results/050.processed,
                   15083:          results/051.processed, results/052.processed,
                   15084:          results/053.processed, results/054.processed,
                   15085:          results/055.processed, results/056.processed,
                   15086:          results/057.processed, results/058.processed,
                   15087:          results/059.processed, results/060.processed,
                   15088:          results/061.processed, results/062.processed,
                   15089:          results/063.processed, results/064.processed,
                   15090:          results/065.processed, results/066.processed,
                   15091:          results/067.processed, results/068.processed,
                   15092:          results/069.processed, results/070.processed,
                   15093:          results/071.processed, results/072.processed,
                   15094:          results/073.processed, results/074.processed,
                   15095:          results/075.processed, results/076.processed,
                   15096:          results/077.processed, results/078.processed,
                   15097:          results/079.processed, results/080.processed,
                   15098:          results/081.processed, results/082.processed,
                   15099:          results/083.processed, results/084.processed,
                   15100:          results/085.processed, results/086.processed,
                   15101:          results/087.processed, results/088.processed,
                   15102:          results/089.processed, results/090.processed,
                   15103:          results/091.processed, results/092.processed,
                   15104:          results/093.processed, results/094.processed,
                   15105:          results/095.processed, results/096.processed,
                   15106:          results/097.processed, results/098.processed,
                   15107:          results/099.processed, results/100.processed,
                   15108:          results/101.processed, results/102.processed,
                   15109:          results/103.processed, results/104.processed,
                   15110:          results/105.processed, results/106.processed,
                   15111:          results/107.processed, results/108.processed,
                   15112:          results/109.processed, results/110.processed,
                   15113:          results/111.processed, results/112.processed,
                   15114:          results/113.processed, results/114.processed,
                   15115:          results/115.processed, results/116.processed,
                   15116:          results/117.processed, results/118.processed,
                   15117:          results/119.processed, results/120.processed,
                   15118:          results/121.processed, results/122.processed,
                   15119:          results/123.processed, results/124.processed,
                   15120:          results/125.processed, results/126.processed,
                   15121:          results/127.processed, results/128.processed,
                   15122:          results/129.processed, results/130.processed,
                   15123:          results/131.processed, results/132.processed,
                   15124:          results/133.processed, results/134.processed,
                   15125:          results/135.processed, results/136.processed,
                   15126:          results/137.processed, results/138.processed,
                   15127:          results/139.processed, results/140.processed,
                   15128:          results/141.processed: merged(copied) to HEAD from template_gc
                   15129: 
                   15130:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   15131:          towards \parser3project not having to be in root
                   15132: 
                   15133:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   15134:          module compiled [were minor unnecessary changes in lib/md5
                   15135:          interface]
                   15136: 
                   15137:        * src/include/pa_version.h: release
                   15138: 
                   15139:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   15140: 
                   15141:        * src/classes/math.C: merged uuid bugfix
                   15142: 
                   15143:        * tests/: 141.html, results/141.processed: fixed bug with
                   15144:          too-small-a-buffer
                   15145: 
                   15146:        * src/classes/math.C: uuid bugfix
                   15147: 
                   15148:        * tests/: 141.html, Makefile, results/005.processed,
                   15149:          results/030.processed, results/075.processed,
                   15150:          results/078.processed: to reflect date format change (were -
                   15151:          become ' ')
                   15152: 
                   15153:        * src/classes/math.C: uuid bugfix
                   15154: 
                   15155:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   15156:          debug/release changes
                   15157: 
                   15158:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   15159: 
                   15160: 2003-07-23  paf
                   15161: 
                   15162:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15163:          renamed a little [to move to comman naming conv]
                   15164: 
1.116     moko     15165:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   15166:          build
1.95      moko     15167: 
                   15168:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   15169:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   15170:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   15171:          stack top_index() fixed
                   15172: 
                   15173:        * src/main/pa_globals.C: minor style changes
                   15174: 
                   15175:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   15176:          closing/caching fixed [connections were not closed/put to cache]
                   15177: 
                   15178: 2003-07-22  paf
                   15179: 
                   15180:        * INSTALL: gc part updated stightly
                   15181: 
                   15182:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   15183:          new sapi interface
                   15184: 
                   15185:        * src/classes/file.C: comment on OS
                   15186: 
                   15187:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   15188:          one deeper in cord lib]
                   15189: 
                   15190:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   15191: 
                   15192:        * src/main/pa_memory.C: out of memory is no longer coredump
                   15193: 
                   15194:        * INSTALL: disable-threads adviced
                   15195: 
                   15196: 2003-07-21  paf
                   15197: 
1.116     moko     15198:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     15199: 
                   15200:        * src/classes/file.C: file::exec/cgi environment variables now must
                   15201:          be UPPERCASE and A-Z 0-9 _-
                   15202: 
                   15203:        * src/classes/file.C: env passing fixed
                   15204: 
                   15205:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   15206: 
                   15207:        * src/main/pa_common.C: http:// CRLF now
                   15208: 
                   15209: 2003-07-02  paf
                   15210: 
                   15211:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   15212:          fields to reflect their real meaning
                   15213: 
                   15214: 2003-06-27  paf
                   15215: 
                   15216:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   15217:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   15218:          file::exec/cgi .charset
                   15219: 
                   15220: 2003-06-26  paf
                   15221: 
                   15222:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   15223:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   15224:          src/classes/table.C: fixed several uninitialized local
                   15225:          structures.  notably ^hash.foreach now inserts delimiters
                   15226:          properly [were inserting it before first body]
                   15227: 
                   15228: 2003-06-24  paf
                   15229: 
                   15230:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   15231: 
                   15232: 2003-06-20  paf
                   15233: 
                   15234:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   15235:          src/main/pa_globals.C: introducing
                   15236:          $f[^file::load[binary;http://...]] $f.tables
                   15237: 
                   15238: 2003-06-06  paf
                   15239: 
                   15240:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   15241:          table. [were method lookup: inconsistent]
                   15242: 
                   15243: 2003-06-02  paf
                   15244: 
                   15245:        * src/include/pa_memory.h: empty string clone fixed to return
                   15246:          writable memory
                   15247: 
                   15248:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   15249:          were not appended] which violated string invariant
                   15250: 
                   15251: 2003-05-30  paf
                   15252: 
                   15253:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   15254:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   15255: 
                   15256:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   15257:          GMT  ; RFC 822, updated by RFC 1123
                   15258: 
                   15259:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   15260:          targets/isapi/parser3isapi.C: initialized request_info properly
                   15261: 
                   15262:        * src/classes/xnode.C: found minor bug, commended for future
                   15263: 
                   15264: 2003-05-28  paf
                   15265: 
                   15266:        * src/classes/form.C: request_info.content_length can't be <0,
                   15267:          size_t for some time
                   15268: 
                   15269: 2003-05-26  paf
                   15270: 
                   15271:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   15272:          forgotten <0 changed to !=STRING_NOT_FOUND
                   15273: 
                   15274:        * src/classes/math.C: merged ffffu from HEAD
                   15275: 
                   15276: 2003-05-11  paf
                   15277: 
                   15278:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   15279: 
                   15280:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   15281:          premature doc free.  transformed document had xmlDoc reference
                   15282:          stored to non-gc-memory (libgdome) added holding-reference
                   15283: 
                   15284: 2003-04-29  paf
                   15285: 
                   15286:        * src/main/pa_globals.C: started digging on double free.  on win32
                   15287:          found that that's perfectly normal.
                   15288: 
                   15289: 2003-04-25  paf
                   15290: 
                   15291:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   15292: 
                   15293:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   15294: 
                   15295:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   15296:          print anything.  changed to quicker and simplier code
                   15297: 
                   15298:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   15299:          strict a check]
                   15300: 
                   15301:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   15302: 
                   15303: 2003-04-24  paf
                   15304: 
                   15305:        * src/include/pa_table.h: too strict assert loosened
                   15306: 
                   15307:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   15308:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   15309:          report
                   15310: 
                   15311: 2003-04-21  paf
                   15312: 
1.116     moko     15313:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     15314: 
                   15315:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   15316:          memory
                   15317: 
                   15318:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   15319:          xmlMallocAtomic [author agreed to my suggestion], used that
                   15320: 
                   15321:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   15322: 
                   15323:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   15324:          types/pa_vmail.C: attributed_meaning_to_string added
                   15325:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   15326:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   15327:          made that param obligatory
                   15328: 
                   15329:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   15330:          fixed [assert helped]
                   15331: 
                   15332:        * src/include/pa_string.h: assert added [looking for bug]
                   15333: 
                   15334:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   15335:          names on Win32 considered disk-global
                   15336: 
                   15337:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   15338:          considered disk-global
                   15339: 
                   15340: 2003-04-18  paf
                   15341: 
                   15342:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   15343:          filenames
                   15344: 
                   15345:        * src/main/untaint.C: enabled '~' letter in filenames
                   15346: 
                   15347: 2003-04-16  paf
                   15348: 
                   15349:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   15350: 
                   15351:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   15352:          HEAD
                   15353: 
1.116     moko     15354:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     15355: 
                   15356: 2003-04-15  paf
                   15357: 
                   15358:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   15359:          src/lib/md5/pa_md5c.c, tests/141.html,
                   15360:          tests/results/141.processed: merged from head ^math:uuid[]
                   15361:          ^math:uid64[] ^math:md5[string]
                   15362: 
                   15363:          test added: 141.html
                   15364: 
                   15365:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   15366: 
                   15367:        * src/classes/math.C: ^math:uuid[]
                   15368: 
                   15369:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   15370: 
                   15371:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   15372:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   15373: 
                   15374:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   15375:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   15376:          ^file::load[mode;name;     $.offset     $.limit
                   15377: 
                   15378: 2003-04-14  paf
                   15379: 
                   15380:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   15381:          started ^math:md5
                   15382: 
                   15383:        * src/classes/table.C, src/include/pa_array.h,
                   15384:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   15385:          tests/results/140.processed: table $.reverse option works in
                   15386:          create&co table $.distinct[tables] bug fix merged
                   15387: 
                   15388:        * src/: classes/table.C, include/pa_table.h: table
                   15389:          $.distinct[tables] bug fixed
                   15390: 
                   15391:        * src/classes/table.C: more warnings
                   15392: 
                   15393:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   15394:          removed checks in table::set_current, moved them back to
                   15395:          table::locate implemented table::create/join ñ $.reverse
                   15396: 
                   15397:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   15398:          removed checks in table::set_current, moved them back to
                   15399:          table::locate
                   15400: 
                   15401: 2003-04-11  paf
                   15402: 
                   15403:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15404:          src/include/pa_array.h, src/include/pa_common.h,
                   15405:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   15406:          src/include/pa_table.h, src/main/pa_request.C,
                   15407:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15408:          src/main/pa_table.C: merged from HEAD from
                   15409:          before_append_array_limit_sense_change to
                   15410:          after_append_array_limit_sense_change
                   15411: 
                   15412:        * src/classes/table.C: typo
                   15413: 
                   15414:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   15415:          src/include/pa_array.h, src/include/pa_common.h,
                   15416:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   15417:          src/include/pa_table.h, src/main/pa_array.C,
                   15418:          src/main/pa_globals.C, src/main/pa_request.C,
                   15419:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15420:          src/main/pa_table.C: append_array_limit_sense_change locate
                   15421:          accepts options same as create new option: $.reverse(1)   [do not
                   15422:          work in table::create]
                   15423: 
                   15424:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   15425:          (stat xxx,
                   15426: 
                   15427:        * src/classes/: table.C: typo
                   15428: 
                   15429:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   15430:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   15431:          results/130.processed, results/131.processed,
                   15432:          results/132.processed, results/133.processed,
                   15433:          results/134.processed, results/135.processed,
                   15434:          results/136.processed, results/137.processed,
                   15435:          results/138.processed, results/139.processed: added few mustfail
                   15436:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   15437:          date/time 132.html mustfail: access to junction outside of
                   15438:          context 133.html mustfail: access to junction outside of context,
                   15439:          case version 134.html mustfail: hash: adding a key inside of
                   15440:          foreach 135.html mustfail: modifying system class 136.html
                   15441:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   15442:          appendChild without import 138.html mustfail: invalid encoding
                   15443:          inside of xml 139.html mustfail: bad XPath
                   15444: 
                   15445:        * operators.txt, src/classes/table.C, tests/084.html,
                   15446:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   15447:          tests/129.html, tests/results/125.processed,
                   15448:          tests/results/126.processed, tests/results/127.processed,
                   15449:          tests/results/128.processed, tests/results/129.processed: merged
                   15450:          from HEAD ^table.hash[key][$.distinct[tables]]
                   15451: 
                   15452:          maked appropriate tests [changed one old nonconforming]
                   15453: 
                   15454:        * operators.txt, src/classes/table.C:
                   15455:          ^table.hash[key][$.distinct[tables]]
                   15456: 
                   15457:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15458:          merged fix for found very old xml (dom) bug: were passing
                   15459:          domString objects and later ERROREOUSLY freed them
                   15460: 
                   15461:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   15462:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   15463:          libgdome bug can not be worked around
                   15464: 
                   15465: 2003-04-10  paf
                   15466: 
                   15467:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   15468:          found very old xml (dom) bug: were passing domString objects and
                   15469:          later ERROREOUSLY freed them
                   15470: 
                   15471:        * src/doc/string.dox, src/include/pa_memory.h,
                   15472:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   15473:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   15474:          tests/123.html, tests/124.html, tests/results/001.processed,
                   15475:          tests/results/002.processed, tests/results/003.processed,
                   15476:          tests/results/004.processed, tests/results/005.processed,
                   15477:          tests/results/006.processed, tests/results/008.processed,
                   15478:          tests/results/009.processed, tests/results/010.processed,
                   15479:          tests/results/011.processed, tests/results/012.processed,
                   15480:          tests/results/013.processed, tests/results/014.processed,
                   15481:          tests/results/015.processed, tests/results/016.processed,
                   15482:          tests/results/017.processed, tests/results/018.processed,
                   15483:          tests/results/020.processed, tests/results/021.processed,
                   15484:          tests/results/022.processed, tests/results/023.processed,
                   15485:          tests/results/024.processed, tests/results/025.processed,
                   15486:          tests/results/026.processed, tests/results/027.processed,
                   15487:          tests/results/028.processed, tests/results/029.processed,
                   15488:          tests/results/030.processed, tests/results/031.processed,
                   15489:          tests/results/032.processed, tests/results/033.processed,
                   15490:          tests/results/034.processed, tests/results/035.processed,
                   15491:          tests/results/036.processed, tests/results/037.processed,
                   15492:          tests/results/038.processed, tests/results/039.processed,
                   15493:          tests/results/040.processed, tests/results/041.processed,
                   15494:          tests/results/042.processed, tests/results/043.processed,
                   15495:          tests/results/044.processed, tests/results/045.processed,
                   15496:          tests/results/046.processed, tests/results/047.processed,
                   15497:          tests/results/048.processed, tests/results/049.processed,
                   15498:          tests/results/050.processed, tests/results/051.processed,
                   15499:          tests/results/052.processed, tests/results/053.processed,
                   15500:          tests/results/054.processed, tests/results/055.processed,
                   15501:          tests/results/056.processed, tests/results/057.processed,
                   15502:          tests/results/058.processed, tests/results/059.processed,
                   15503:          tests/results/060.processed, tests/results/061.processed,
                   15504:          tests/results/062.processed, tests/results/063.processed,
                   15505:          tests/results/064.processed, tests/results/065.processed,
                   15506:          tests/results/066.processed, tests/results/067.processed,
                   15507:          tests/results/068.processed, tests/results/069.processed,
                   15508:          tests/results/070.processed, tests/results/071.processed,
                   15509:          tests/results/072.processed, tests/results/073.processed,
                   15510:          tests/results/074.processed, tests/results/075.processed,
                   15511:          tests/results/076.processed, tests/results/077.processed,
                   15512:          tests/results/078.processed, tests/results/079.processed,
                   15513:          tests/results/080.processed, tests/results/081.processed,
                   15514:          tests/results/082.processed, tests/results/083.processed,
                   15515:          tests/results/084.processed, tests/results/085.processed,
                   15516:          tests/results/086.processed, tests/results/087.processed,
                   15517:          tests/results/088.processed, tests/results/089.processed,
                   15518:          tests/results/090.processed, tests/results/091.processed,
                   15519:          tests/results/092.processed, tests/results/093.processed,
                   15520:          tests/results/094.processed, tests/results/095.processed,
                   15521:          tests/results/096.processed, tests/results/097.processed,
                   15522:          tests/results/101.processed, tests/results/102.processed,
                   15523:          tests/results/104.processed, tests/results/105.processed,
                   15524:          tests/results/106.processed, tests/results/107.processed,
                   15525:          tests/results/108.processed, tests/results/109.processed,
                   15526:          tests/results/110.processed, tests/results/111.processed,
                   15527:          tests/results/112.processed, tests/results/113.processed,
                   15528:          tests/results/114.processed, tests/results/115.processed,
                   15529:          tests/results/116.processed, tests/results/117.processed,
                   15530:          tests/results/118.processed, tests/results/119.processed,
                   15531:          tests/results/120.processed, tests/results/121.processed,
                   15532:          tests/results/122.processed, tests/results/123.processed,
                   15533:          tests/results/124.processed: new convention: char* never 0.
                   15534:          assert in cord on that
                   15535: 
                   15536:        * src/main/pa_charset.C: couple more asserts
                   15537: 
                   15538:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   15539:          speedup
                   15540: 
                   15541:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   15542:          added [may be those is the case now?]
                   15543: 
                   15544:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15545:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15546:          hope]
                   15547: 
                   15548:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   15549:          that's memory from gc_malloc, not from g_malloc :(, but would
                   15550:          hope]
                   15551: 
                   15552:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   15553: 
                   15554: 2003-04-09  paf
                   15555: 
                   15556:        * src/classes/date.C: merged ^date.roll changes
                   15557: 
                   15558:        * src/classes/date.C: ^date.roll bug fix
                   15559: 
                   15560:        * src/classes/date.C: ^date.roll now throws less errors: month
                   15561:          shifts handles end of month situation by reducing day number
                   15562:          hour-hole shift reduces hour to recover
                   15563: 
                   15564:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   15565:          Sort by function time
                   15566: 
                   15567:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   15568:          http://   $.charset[] param done
                   15569: 
                   15570:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   15571:          added [after volatile fix. passes on win&intel-solaris]
                   15572: 
                   15573: 2003-04-08  paf
                   15574: 
                   15575:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   15576:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   15577:          include/pa_common.h, include/pa_request_charsets.h,
                   15578:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15579:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   15580:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   15581:          types/pa_vresponse.C: started http://   $.charset[] param and
                   15582:          http response charset detection just compiled.  todo:test
                   15583: 
                   15584:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   15585: 
                   15586:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   15587:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   15588:          types/pa_vmail.C: changed transcode param converntion  along with
                   15589:          string creating convention -- all strings are zero-terminated,
                   15590:          this allowed to fix one remaining String("123", 2) case
                   15591: 
                   15592:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15593:          classes/op.C, classes/string.C, classes/table.C,
                   15594:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   15595:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   15596:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15597:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   15598:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   15599:          violated String::invariant. started fixing [not compiled now]
                   15600: 
                   15601:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   15602:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   15603:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   15604:          improvements & optimizations
                   15605: 
                   15606:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   15607:          :(]
                   15608: 
                   15609:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   15610:          [for it's a pointer really]
                   15611: 
                   15612:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   15613:          'n' param. worked that around
                   15614: 
                   15615:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   15616:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   15617:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   15618:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   15619:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   15620: 
                   15621:          Thanks for the bug report and patch.
                   15622: 
                   15623:          I hadn't looked at this code in a while.  Reading it now, it
                   15624:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   15625:          comply with the invariant, though that may not matter a lot.  I
                   15626:          changed that, too.
                   15627: 
                   15628:          Hans
                   15629: 
                   15630: 2003-04-07  paf
                   15631: 
                   15632:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   15633:          merged from head:safe mode error message now includes numbers
                   15634: 
                   15635:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15636:          problem: as_double returns it's result in fp-register compiler
                   15637:          optimizes access to that register after b->as_double, and just
                   15638:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15639:          from memory.  _SAME_ double values do not match here.  when
                   15640:          forced to REload fp-register, values do match.
                   15641: 
                   15642:          tried to make them volatile.
                   15643: 
                   15644:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   15645:          problem: as_double returns it's result in fp-register compiler
                   15646:          optimizes access to that register after b->as_double, and just
                   15647:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   15648:          from memory.  _SAME_ double values do not match here.  when
                   15649:          forced to REload fp-register, values do match.
                   15650: 
                   15651:          tried to make them volatile.
                   15652: 
                   15653:        * src/types/pa_vobject.h: small style change
                   15654: 
                   15655:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   15656: 
                   15657:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   15658:          mode error message now includes numbers
                   15659: 
                   15660:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   15661:          now causes death
                   15662: 
                   15663: 2003-04-04  paf
                   15664: 
                   15665:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   15666:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   15667:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   15668:          Sent: Thursday, January 23, 2003 9:14 AM
                   15669: 
                   15670:          huge speedup on ^file::cgi with big result
                   15671: 
                   15672:        * src/classes/table.C: sort table with 0 rows bug fixed
                   15673: 
                   15674:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   15675:          fix http://i2/tasks/edit/?id=4493701604654042676
                   15676: 
                   15677:          @main[] $with_default[  $.a[1]  $._default[default from
                   15678:          with_default] ] ^show[$with_default]
                   15679: 
                   15680:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15681:          =$to_add_to.xxx=<br>
                   15682: 
                   15683:          ^show[$to_add_to]
                   15684: 
                   15685:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15686:          ^show[$cloned]
                   15687: 
                   15688:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15689: 
                   15690:          }  <hr>
                   15691: 
                   15692:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   15693:          http://i2/tasks/edit/?id=4493701604654042676
                   15694: 
                   15695:          @main[] $with_default[  $.a[1]  $._default[default from
                   15696:          with_default] ] ^show[$with_default]
                   15697: 
                   15698:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   15699:          =$to_add_to.xxx=<br>
                   15700: 
                   15701:          ^show[$to_add_to]
                   15702: 
                   15703:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   15704:          ^show[$cloned]
                   15705: 
                   15706:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   15707: 
                   15708:          }  <hr>
                   15709: 
                   15710:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   15711:          http://i2/tasks/edit/?id=4507350336410850921
                   15712: 
                   15713:        * src/classes/xdoc.C: memory allocation func bugfix
                   15714:          http://i2/tasks/edit/?id=4499303470368629745
                   15715: 
                   15716:        * src/classes/math.C: allowed random 1...
                   15717: 
                   15718:        * src/classes/math.C: allowed random 0..
                   15719: 
                   15720:        * src/main/pa_globals.C: exif mem leak
                   15721:          http://i2/tasks/edit/?id=4480590323629807263
                   15722: 
                   15723:        * src/: classes/classes.dsp, main/main.dsp,
                   15724:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   15725:          fix http://i2/tasks/edit/?id=4493946731322521294
                   15726:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   15727: 
                   15728:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   15729:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   15730:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   15731:          links to xml libs made relative, no need to unpack parser3project
                   15732:          to /parser3project.
                   15733: 
                   15734:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   15735:          column more precise - tab handling bug fixed
                   15736: 
                   15737:        * src/main/: compile.tab.C, compile.y: more understandable error
                   15738:          message in case @CLASS with more then one line inside
                   15739: 
                   15740:        * src/targets/cgi/parser3.C: more understandable error message in
                   15741:          case of errors in @unhandled_exception
                   15742: 
                   15743: 2003-04-03  paf
                   15744: 
                   15745:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   15746:          src/main/compile.tab.C, src/main/compile.y,
                   15747:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15748:          src/main/execute.C, src/main/pa_request.C: debug info format
                   15749:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   15750: 
                   15751:          higher limits:   file number (max: 255)   line number (max:
                   15752:          64535)   column number (max: 255)
                   15753: 
                   15754:        * src/classes/math.C: top limit
                   15755: 
                   15756:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   15757:          precise parse error position in case of
                   15758: 
                   15759:          ^bug ]
                   15760: 
                   15761:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   15762:          changed to realities, and passed [bug fixed]
                   15763: 
                   15764:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   15765:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   15766:          main/compile_tools.h, main/pa_request.C: introducing
                   15767:          ^process...[main-method-alias]
                   15768: 
                   15769:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   15770:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15771:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   15772:          params receive zero reference, but they are expected not to look
                   15773:          there]
                   15774: 
                   15775:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   15776:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   15777:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15778:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   15779:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   15780:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   15781:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   15782:          [methods without params receive zero reference, but they are
                   15783:          expected not to look there]
                   15784: 
                   15785:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   15786:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   15787:          ^process...[filename] useful for better error reporting
                   15788:          [file/line/col]
                   15789: 
                   15790:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   15791:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   15792:          '%s', it 2. method undefined in case of ^void[]
                   15793: 
                   15794:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15795:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   15796:          handling done. now we have error columns todo: test it
                   15797: 
                   15798:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   15799:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   15800: 
                   15801:          this makes life easier: were: bad stack order -- were in
                   15802:          exception catch unwind order, which didn't match execution order
                   15803: 
                   15804:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   15805: 
                   15806:          @first[] ^throw[a;1]
                   15807: 
                   15808:          showed throw a first throw b try
                   15809: 
                   15810:          which is no good
                   15811: 
                   15812:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   15813:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   15814:          trace reset after handled exception [old bug fixed]
                   15815: 
                   15816:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   15817:          fixed.  position reporting made precise [both, in parse erros and
                   15818:          runtime errors]
                   15819: 
                   15820: 2003-04-02  paf
                   15821: 
                   15822:        * src/: include/pa_operation.h, include/pa_request.h,
                   15823:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15824:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15825:          main/pa_exception.C, main/pa_request.C: debug info: started
                   15826:          using.  todo:complete
                   15827: 
                   15828:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   15829:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15830:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15831:          main/pa_request.C: prepared debug info todo:use it
                   15832: 
                   15833:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   15834:          return Operation class->union after switching from autoptrs.
                   15835: 
                   15836:        * tests/: Makefile, results/108.processed, results/117.processed:
                   15837:          meta considered OK [it's up to coder now to remove it not needed]
                   15838: 
                   15839:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   15840:          Dictionary constructor when moved to gc]
                   15841: 
                   15842:        * src/main/pa_common.C: uncommented http:// file loading
                   15843: 
                   15844:        * src/include/pa_array.h, src/main/execute.C,
                   15845:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   15846:          fix [gdGrowingBuf]
                   15847: 
                   15848:        * configure.in, src/lib/Makefile.am: removed patches
                   15849: 
                   15850:        * configure, src/include/pa_config_auto.h.in,
                   15851:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   15852: 
                   15853:        * src/main/pa_common.C: uncommented http:// file loading
                   15854: 
                   15855:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   15856:          xdoc::create/load
                   15857: 
                   15858:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   15859:          classes/string.C, classes/table.C, classes/void.C,
                   15860:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   15861:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   15862:          String::String(str,helper_length) are checked.  found/fixed one
                   15863:          place: $request:body now zero-terminated,
                   15864: 
                   15865:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   15866:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   15867:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   15868:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15869:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   15870:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   15871:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   15872:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   15873:          easily optimizable)
                   15874: 
                   15875:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   15876:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   15877: 
                   15878:        * src/: include/pa_array.h, include/pa_stack.h,
                   15879:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   15880:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   15881:          become assertion iterator in methodframe filler
                   15882: 
                   15883:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   15884:          targets/cgi/parser3.C: array::get/put inlined
                   15885: 
                   15886:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   15887:          gc_substitute_memory_management_functions +installed CORD_oom
                   15888:          function
                   15889: 
                   15890:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   15891:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   15892:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   15893:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   15894:          assertions started configure.in --enable-assertions
                   15895: 
                   15896: 2003-04-01  paf
                   15897: 
                   15898:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   15899:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   15900:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   15901:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   15902:          gc misses that and collects valid memory fixed by remembering
                   15903:          xmlDoc from dom object in xdoc.  todo: do something with
                   15904:          premature free of xdoc with xnodes/node values referring into it
                   15905: 
                   15906:        * src/classes/: mail.C: typo fix
                   15907: 
                   15908:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   15909:          changes
                   15910: 
                   15911:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   15912:          main/pa_memory.C: moved memory debugging to global level: to
                   15913:          pa_gc_malloc
                   15914: 
                   15915:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   15916:          debugging showed no errors. todo: debug parser memory
                   15917: 
                   15918:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   15919:          configurations
                   15920: 
                   15921:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   15922:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   15923:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   15924:          types/types.dsp: prepared xml-static configuration
                   15925: 
                   15926: 2003-03-31  paf
                   15927: 
                   15928:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   15929:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   15930:          xml lib memory debugging, simple checks failed: it seems that
                   15931:          library does realloc(bad ptr), and recording those ptrs in heap
                   15932:          [for debugging] was bad: heap situation changes = everything
                   15933:          works fine
                   15934: 
                   15935:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   15936:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   15937:          limit of 10 user-defined charsets]
                   15938: 
                   15939: 2003-03-28  paf
                   15940: 
                   15941:        * src/main/execute.C: execution stack copied to local register
                   15942:          variable, removed lots [~2e7) of memory accesses
                   15943: 
                   15944: 2003-03-27  paf
                   15945: 
                   15946:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   15947:          works in debug, but fails in release todo: fix that
                   15948: 
                   15949:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   15950:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   15951:          replacement from gc branch
                   15952: 
                   15953:        * src/main/pa_exec.C: introducing append_help_length [radical
                   15954:          improvement here]
                   15955: 
                   15956:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   15957:          'not recommened' in gc.h, on win32 noticed no difference]
                   15958: 
                   15959:        * src/include/pa_array.h: returned checked array get [were disabled
                   15960:          for debugging] result:not slower [don't understand that, it were
                   15961:          INLINED] todo: find out a way of inlining it!
                   15962: 
                   15963:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   15964:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   15965:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   15966:          convention changed: all resulting strings are zero-terminated
                   15967: 
                   15968:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15969:          classes/string.C, classes/table.C, classes/void.C,
                   15970:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   15971:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   15972:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   15973:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   15974:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   15975:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   15976:          append_help_length [radical improvement here]
                   15977: 
                   15978:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   15979:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   15980:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   15981:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   15982:          even slower
                   15983: 
                   15984:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   15985:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   15986:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   15987:          clients of &get(): most to use non-ref version, some[in tight
                   15988:          places] to get_unchecked_ref
                   15989: 
                   15990:        * src/doc/memory.dox: forgot to add
                   15991: 
                   15992:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   15993:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   15994:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   15995:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   15996:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   15997:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   15998:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   15999:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   16000:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   16001:          func] other Array & removed
                   16002: 
                   16003: 2003-03-26  paf
                   16004: 
                   16005:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   16006:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   16007:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   16008:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16009:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   16010:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   16011:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16012:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   16013:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16014:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   16015:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   16016:          pre-evaluated .count() in some places
                   16017: 
                   16018:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   16019:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   16020:          types/types.dsp: .dsp profiling updated
                   16021: 
                   16022:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   16023:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   16024:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   16025: 
                   16026:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   16027:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   16028:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   16029:          use lib/gc,lib/cord
                   16030: 
1.116     moko     16031:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   16032:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     16033:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   16034:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   16035:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16036:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     16037:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     16038:          src/lib/cord/include/Makefile.am,
1.116     moko     16039:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   16040:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   16041:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   16042:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   16043:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   16044:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   16045:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   16046:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   16047:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   16048:          funcs ported pa_exec
1.95      moko     16049: 
                   16050:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   16051: 
                   16052:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   16053:          bundled gc includes
                   16054: 
                   16055:        * src/: classes/op.C, include/pa_array.h,
                   16056:          include/pa_sql_connection.h, include/pa_string.h,
                   16057:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   16058:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   16059:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   16060:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   16061:          first real site (aval)]
                   16062: 
                   16063: 2003-03-25  paf
                   16064: 
                   16065:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   16066:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   16067:          process
                   16068: 
                   16069:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   16070:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   16071: 
                   16072:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   16073: 
                   16074:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   16075:          src/types/pa_value.h, src/types/pa_vfile.h,
                   16076:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16077:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   16078:          tests/results/121.processed: untaint.C L_URI
                   16079: 
                   16080:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   16081:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   16082:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   16083:          src/types/pa_vmemory.h: ^memory:compact[]
                   16084: 
                   16085:        * tests/results/109.processed: it was a bug in parser. updated 109
                   16086:          test result
                   16087: 
                   16088:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   16089: 
                   16090:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   16091:          tests/results/107.processed: fixed dom language [values are now
                   16092:          considered tainted.  it was a bug in parser. updated 107 test
                   16093:          result
                   16094: 
                   16095:        * src/classes/xdoc.C: fixed transform params
                   16096: 
                   16097:        * src/: include/pa_stylesheet_manager.h,
                   16098:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   16099: 
                   16100:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   16101:          overloads for structure handling
                   16102: 
                   16103:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   16104:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   16105:          StringBody(0) ambiguilty, introducting static
                   16106:          StringBody::Format(int)
                   16107: 
                   16108:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   16109:          linked
                   16110: 
                   16111:        * src/types/pa_vxdoc.C: vxdoc compiled
                   16112: 
                   16113:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   16114:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   16115:          finalizers isntalled
                   16116: 
                   16117:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   16118:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   16119:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16120:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   16121:          compiled todo: xnode.C / finalizers
                   16122: 
                   16123:        * src/doc/string.dox: updated: new string internals
                   16124: 
                   16125: 2003-03-24  paf
                   16126: 
                   16127:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16128:          include/pa_charset.h, include/pa_config_fixed.h,
                   16129:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   16130:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   16131:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   16132:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   16133:          types/pa_vxnode.h: started XML
                   16134: 
                   16135:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   16136: 
                   16137:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16138:          include/pa_string.h, main/pa_common.C,
                   16139:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   16140: 
                   16141:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   16142:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   16143:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   16144:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   16145:          for eq STRING_NOT_FOUND
                   16146: 
                   16147:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   16148:          optimize bit implemented
                   16149: 
                   16150:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   16151:          String::ArrayFragment::append_positions fixed
                   16152: 
                   16153:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   16154:          String::this_starts fixed
                   16155: 
                   16156:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   16157: 
                   16158:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   16159:          hashcode implemented fully, including per-char callback [it can
                   16160:          be - substr CORD node]
                   16161: 
                   16162:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   16163:          rewritten to rewalloc with 100byte buf ahead
                   16164: 
                   16165:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   16166:          src/include/pa_string.h, src/main/compile.tab.C,
                   16167:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   16168:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   16169:          CORD_ec [bad] would rewrite as realloc now
                   16170: 
                   16171:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16172:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   16173:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16174:          include/pa_common.h, include/pa_request.h,
                   16175:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   16176:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   16177:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   16178:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   16179:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   16180:          types/pa_vstateless_class.h: 2*2 worked :)
                   16181: 
                   16182:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   16183:          src/include/pa_exec.h, src/include/pa_string.h,
                   16184:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   16185:          passed OK
                   16186: 
                   16187:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16188:          types/pa_value.C: all linked todo: debug
                   16189: 
                   16190:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   16191:          types/pa_vstateless_class.C: all compiled.  todo:link
                   16192: 
                   16193:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   16194: 
                   16195:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   16196: 
                   16197:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   16198: 
                   16199:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   16200: 
                   16201:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   16202:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   16203:          pa_vstateless_class.C, pa_vstateless_class.h:
                   16204:          pa_vstateless_class.C compiled
                   16205: 
                   16206:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   16207:          types/pa_vmath.C: pa_vmail.C compiled
                   16208: 
                   16209:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   16210: 
                   16211:        * src/types/pa_vform.C: pa_vform.C compiled
                   16212: 
                   16213:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   16214: 
                   16215:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   16216:          pa_vstateless_class.C: pa_vcookie.C compiled
                   16217: 
                   16218:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   16219:          types/pa_vhash.h: pa_value.C compiled
                   16220: 
                   16221:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   16222:          classes.lib main.lib compiled
                   16223: 
                   16224:        * src/classes/void.C: void.C compiled
                   16225: 
                   16226:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   16227:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   16228:          compiled
                   16229: 
                   16230:        * src/: classes/string.C, include/pa_request.h,
                   16231:          include/pa_string.h, main/pa_string.C: string.C compiled
                   16232: 
                   16233:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   16234:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   16235:          main/pa_request.C, main/pa_string.C: op.C compiled
                   16236: 
                   16237:        * src/classes/: math.C, op.C: math.C compiled
                   16238: 
                   16239:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   16240:          types/pa_vmail.h: mail.C compiled
                   16241: 
                   16242:        * src/classes/: int.C, table.C: int.C compiled
                   16243: 
                   16244:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   16245:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   16246:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   16247:          compiled
                   16248: 
                   16249:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16250:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   16251:          include/pa_sql_connection.h: hash.C compiled
                   16252: 
                   16253:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   16254:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   16255:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   16256:          classes/math.C, classes/op.C, classes/response.C,
                   16257:          classes/string.C, classes/table.C, classes/void.C,
                   16258:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   16259:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16260:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   16261:          file.C table.C compiled
                   16262: 
                   16263:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   16264:          main/untaint.C: main.lib compiled
                   16265: 
                   16266: 2003-03-21  paf
                   16267: 
                   16268:        * src/: classes/op.C, include/pa_cache_managers.h,
                   16269:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16270:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   16271:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   16272:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   16273:          compiled
                   16274: 
                   16275:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   16276:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   16277:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   16278:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   16279:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   16280:          pa_request.C compiled
                   16281: 
                   16282:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   16283:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   16284:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   16285:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   16286:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16287:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   16288:          compiled
                   16289: 
                   16290:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   16291:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   16292:          on unix
                   16293: 
                   16294:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16295:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   16296:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   16297:          pa_charsets.C compiled
                   16298: 
                   16299:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   16300:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   16301:          main/compile.y, main/execute.C, main/pa_common.C,
                   16302:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   16303:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   16304:          types/pa_vmethod_frame.h: execute.C compiled
                   16305: 
                   16306:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16307:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16308:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16309:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   16310:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16311:          include/pa_cache_managers.h, include/pa_charsets.h,
                   16312:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   16313:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   16314:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16315:          include/pa_stylesheet_connection.h,
                   16316:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16317:          main/compile.C, main/compile.tab.C, main/compile.y,
                   16318:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16319:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   16320:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   16321:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   16322:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   16323:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   16324:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   16325:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16326:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   16327:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   16328:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16329:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   16330:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   16331:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   16332:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   16333:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   16334:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   16335:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16336:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16337:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16338:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16339:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16340:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   16341:          [C++ CORD wrapper]
                   16342: 
                   16343:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   16344: 
                   16345:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   16346:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   16347: 
                   16348:          command line, env values, input got transcoded before call
                   16349:          stdout, stderr got transcoded after call
                   16350: 
                   16351:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   16352:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   16353: 
                   16354:        * src/main/pa_common.C: } typo bug fix
                   16355: 
                   16356:        * src/main/pa_common.C: } typo bug fix
                   16357: 
                   16358: 2003-03-20  paf
                   16359: 
                   16360:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   16361:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   16362: 
                   16363:        * src/include/pa_string.h: more tests
                   16364: 
                   16365:        * src/main/pa_string.C: string.pos fixed
                   16366: 
1.116     moko     16367:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   16368:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   16369:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   16370:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   16371:          replaces
1.95      moko     16372: 
                   16373:        * src/: classes/image.C, include/pa_dictionary.h,
                   16374:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   16375:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   16376:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   16377:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   16378: 
                   16379:        * src/include/pa_string.h: warning
                   16380: 
                   16381:        * src/include/pa_string.h: this_starts fixed
                   16382: 
                   16383:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   16384:          new String ctor & append params convention
                   16385: 
                   16386:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   16387:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   16388:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   16389:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   16390:          main/pa_exception.C, main/pa_exec.C,
                   16391:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16392:          main/pa_stylesheet_manager.C, main/untaint.C,
                   16393:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   16394:          types/pa_vmail.C: more tests OK
                   16395: 
                   16396:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   16397:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   16398:          gc/exit runned OK
                   16399: 
                   16400:        * src/types/pa_vmail.C: another naming problem: should not name
                   16401:          vars like that: unpredictable close caused problems with later
                   16402:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   16403:          descriptors missing on startup: stdin; Bad file number
                   16404: 
                   16405:          todo: find out why so many filters(stream) here. probably wrong?
                   16406: 
                   16407:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   16408:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   16409:          main/untaint.C: test compiled
                   16410: 
                   16411:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   16412:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   16413:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   16414:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   16415:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   16416:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   16417:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   16418:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   16419:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   16420:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   16421: 
                   16422:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   16423:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   16424:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   16425:          src/include/pa_memory.h, src/include/pa_request.h,
                   16426:          src/include/pa_request_charsets.h,
                   16427:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   16428:          src/main/compile.tab.C, src/main/execute.C,
                   16429:          src/main/pa_charset.C, src/main/pa_common.C,
                   16430:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16431:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16432:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   16433:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   16434:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   16435:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16436:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   16437:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16438:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   16439:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   16440:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16441:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   16442:          pa_common.C [done, without http for now]
                   16443: 
                   16444: 2003-03-19  paf
                   16445: 
                   16446:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   16447:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   16448:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   16449:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   16450:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   16451:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   16452:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   16453:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   16454:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   16455:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   16456:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   16457:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   16458:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16459:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16460:          types/pa_wwrapper.h: started test
                   16461: 
1.116     moko     16462:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   16463:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     16464: 
                   16465:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   16466:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   16467:          it
                   16468: 
                   16469:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   16470:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   16471:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   16472:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   16473:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   16474:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   16475:          types/pa_vmethod_frame.h, types/types.dsp: string
                   16476:          reimplementation with cord+array<fragment>: 70%
                   16477: 
                   16478: 2003-03-18  paf
                   16479: 
                   16480:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16481:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   16482:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   16483:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   16484:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   16485:          can ignore lang in cmp and pos really,             but would
                   16486:          split properly!
                   16487: 
                   16488:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   16489:          cord part made parser/src/lib: it's not compiled into libgc by
                   16490:          default
                   16491: 
                   16492:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   16493:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16494:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16495:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16496:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16497:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16498:          src/classes/xnode.C, src/classes/xnode.h,
                   16499:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   16500:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   16501:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   16502:          src/include/pa_exception.h, src/include/pa_exec.h,
                   16503:          src/include/pa_globals.h, src/include/pa_hash.h,
                   16504:          src/include/pa_memory.h, src/include/pa_pool.h,
                   16505:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   16506:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   16507:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16508:          src/include/pa_stylesheet_connection.h,
                   16509:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   16510:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   16511:          src/main/compile.C, src/main/compile.tab.C,
                   16512:          src/main/compile_tools.C, src/main/compile_tools.h,
                   16513:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   16514:          src/main/pa_charsets.C, src/main/pa_common.C,
                   16515:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   16516:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   16517:          src/main/pa_pool.C, src/main/pa_request.C,
                   16518:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   16519:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   16520:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   16521:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   16522:          src/types/pa_junction.h, src/types/pa_method.h,
                   16523:          src/types/pa_value.C, src/types/pa_value.h,
                   16524:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   16525:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   16526:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16527:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16528:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   16529:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   16530:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   16531:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   16532:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16533:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16534:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16535:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16536:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16537:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16538:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   16539:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   16540:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   16541:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   16542:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16543:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   16544:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   16545:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   16546:          gc: PA_Object done lots of replacements also
                   16547: 
                   16548:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   16549:          gc logging
                   16550: 
                   16551: 2003-03-17  paf
                   16552: 
                   16553:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   16554:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   16555:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   16556:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16557:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   16558:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   16559:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   16560:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   16561:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   16562:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   16563:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   16564:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   16565:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   16566:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   16567:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16568:          types/pa_vxnode.h: libgc attempt
                   16569: 
                   16570: 2003-03-13  paf
                   16571: 
                   16572:        * src/: include/pa_sql_driver_manager.h,
                   16573:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   16574:          called
                   16575: 
                   16576:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   16577:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   16578:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   16579:          types/pa_value.h, types/pa_vobject.h,
                   16580:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   16581:          set_base, set_derived simplified [counter leaks fixed]
                   16582: 
                   16583:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   16584:          src/types/types.dsp: incorporated status class patch From:
                   16585:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   16586:          2003 8:14 AM
                   16587: 
                   16588:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   16589:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   16590:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   16591: 
                   16592: 2003-03-12  paf
                   16593: 
1.116     moko     16594:        * configure, configure.in, src/lib/ltdl/configure,
                   16595:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     16596:          lib/ltdl/Makefile now created by /configure.in only [were by
                   16597:          lib/ltdl/configure.in OVERWRITE]
                   16598: 
1.116     moko     16599:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   16600:          linkage fixed for g++ 3.2.2
1.95      moko     16601: 
                   16602:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   16603:          on using privately declared class [fixed]
                   16604: 
                   16605:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   16606:          3.2 rightliy complained on using privately declared class [fixed]
                   16607: 
                   16608:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   16609:          sigpipe before request constructor now causes death
                   16610: 
                   16611:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   16612:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   16613:          not cause exception in exception handler
                   16614: 
1.116     moko     16615:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   16616:          now default links libstdc++ statically.  that can be overriden by
                   16617:          --with-dynamic-stdcpp
1.95      moko     16618: 
                   16619: 2003-03-11  paf
                   16620: 
                   16621:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   16622:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   16623:          necessity of libstdc++
                   16624: 
                   16625:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16626: 
                   16627:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   16628: 
                   16629: 2003-03-08  paf
                   16630: 
                   16631:        * tests/Makefile: make install & co
                   16632: 
                   16633:        * src/: include/pa_request.h, classes/op.C: removing
                   16634:          vclass,object.h -> pa_request.h dependency
                   16635: 
                   16636:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   16637:          main/pa_request.C: removing vform,response,cookie.h ->
                   16638:          pa_request.h dependency
                   16639: 
                   16640:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   16641:          dependency [testing...]
                   16642: 
                   16643:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   16644:          return 0; fixed
                   16645: 
                   16646:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   16647:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   16648: 
                   16649:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   16650: 
                   16651:        * src/main/pa_request.C: forgotten: ifdef XML
                   16652: 
                   16653:        * src/main/pa_request.C: forgotten: ifdef XML
                   16654: 
                   16655:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   16656:          win32 and run memleak tests again
                   16657: 
                   16658:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   16659:          old xml lib-- it's internal memory handling has faults
                   16660: 
                   16661:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   16662:          problems when transcode from charset A to A.
                   16663: 
                   16664:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   16665:          todo: still problems when transcode from charset A to A.
                   16666: 
                   16667:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   16668:          classes/table.C, include/pa_array.h,
                   16669:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   16670:          started full-scale-site-test [~ http://parser.ru sources]
                   16671: 
                   16672:          some fixes
                   16673: 
                   16674:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   16675:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   16676:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   16677:          results/110.processed, results/111.processed,
                   16678:          results/112.processed, results/113.processed,
                   16679:          results/114.processed, results/115.processed,
                   16680:          results/116.processed, results/117.processed,
                   16681:          results/118.processed, results/119.processed,
                   16682:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   16683:          selectSingle 111 xdoc.create from tainted & 112
                   16684:          xdoc.create/output with russian attr value 113 xpath
                   16685:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   16686:          116 output media-type change 117 transform by dom stylesheet 118
                   16687:          empty transform result 119 dom setAttribute 120 nbsp letter
                   16688:          output
                   16689: 
                   16690:          =END OF PREPARED XML TESTS=
                   16691: 
                   16692: 2003-03-07  paf
                   16693: 
                   16694:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16695:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   16696:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   16697:          transform with params [bugs fixed]
                   16698: 
                   16699:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   16700:          from copy/paste bug
                   16701: 
                   16702:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   16703:          src/include/pa_request.h, src/main/execute.C,
                   16704:          src/main/pa_charset.C, src/main/pa_exception.C,
                   16705:          src/main/pa_globals.C, src/main/pa_request.C,
                   16706:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   16707:          src/types/pa_vxnode.C, tests/107.html,
                   16708:          tests/results/107.processed: xml: test: 107 bug fixes
                   16709: 
                   16710:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   16711:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16712:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   16713: 
                   16714:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   16715:          string
                   16716: 
                   16717:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   16718:          mem alloc functions used for different cases [libxml, libxsl]
                   16719: 
                   16720:        * src/classes/classes.C: fixed: prevent system classes from
                   16721:          modification to lock ALL the classes, not only directly used
                   16722: 
                   16723:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   16724:          linked
                   16725: 
                   16726:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   16727: 
                   16728: 2003-03-06  paf
                   16729: 
                   16730:        * src/classes/xdoc.C: xdoc.C 50%
                   16731: 
                   16732:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   16733:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   16734:          main/pa_globals.C, main/pa_request.C,
                   16735:          main/pa_stylesheet_manager.C: xnode.C compiled
                   16736: 
                   16737:        * src/: include/pa_stylesheet_connection.h,
                   16738:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   16739:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   16740: 
                   16741:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   16742:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   16743:          xml: stylesheet&manager STARTED
                   16744: 
                   16745:        * src/: include/pa_globals.h, main/pa_charset.C,
                   16746:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   16747: 
                   16748:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   16749:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   16750:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   16751:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   16752:          charsets
                   16753: 
                   16754:        * tests/023.html: in some cases it rounded up badly. postponing
                   16755:          solution of that problem, making more simple test
                   16756: 
                   16757:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   16758:          -kb now
                   16759: 
                   16760:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   16761:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   16762:          moved to charsets.C
                   16763: 
                   16764: 2003-03-05  paf
                   16765: 
                   16766:        * src/classes/string.C, src/include/pa_string.h,
                   16767:          src/main/pa_string.C, tests/105.html,
                   16768:          tests/results/105.processed: String::match bug fixed
                   16769: 
                   16770:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   16771:          tests/results/104.processed: ^bpt operator added [does int3 in
                   16772:          debug build on win32]
                   16773: 
                   16774:        * tests/: 057.html, results/057.processed: test bug fixed
                   16775: 
1.116     moko     16776:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     16777: 
                   16778:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   16779:          missing
                   16780: 
1.116     moko     16781:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   16782:          forgotten files added to Makes
1.95      moko     16783: 
                   16784:        * ltmain.sh: ltmain.sh added
                   16785: 
                   16786:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   16787:          change undone ;(
                   16788: 
                   16789:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   16790:          made static
                   16791: 
                   16792:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     16793:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   16794:          todo:make linker happy
1.95      moko     16795: 
                   16796:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   16797:          env param made optional
                   16798: 
                   16799: 2003-03-04  paf
                   16800: 
                   16801:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   16802:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   16803: 
                   16804:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   16805:          results/103.processed: tests: 103 image.copy transparence test
                   16806: 
                   16807:        * src/main/execute.C, tests/101.html, tests/102.html,
                   16808:          tests/results/101.processed, tests/results/102.processed: tests:
                   16809:          101 method/variable name conflict test 102 form fields change
                   16810:          should not not change anything [bug fix]
                   16811: 
                   16812:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   16813:          results/099.processed, results/100.processed: tests: 57 date
                   16814:          create 2002: added 99,100 response:body/download
                   16815: 
                   16816:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   16817:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   16818: 
                   16819:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   16820:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   16821:          fixed]
                   16822: 
                   16823:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   16824:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   16825:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   16826:          image EXIF  [bug fixed]
                   16827: 
                   16828:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   16829:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   16830:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   16831:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   16832:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   16833:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   16834:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   16835:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   16836:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   16837:          tests/094.html, tests/095.html, tests/results/061.processed,
                   16838:          tests/results/062.processed, tests/results/063.processed,
                   16839:          tests/results/064.processed, tests/results/065.processed,
                   16840:          tests/results/066.processed, tests/results/067.processed,
                   16841:          tests/results/068.processed, tests/results/069.processed,
                   16842:          tests/results/070.processed, tests/results/071.processed,
                   16843:          tests/results/072.processed, tests/results/073.processed,
                   16844:          tests/results/074.processed, tests/results/075.processed,
                   16845:          tests/results/076.processed, tests/results/077.processed,
                   16846:          tests/results/078.processed, tests/results/080.processed,
                   16847:          tests/results/081.processed, tests/results/082.processed,
                   16848:          tests/results/083.processed, tests/results/084.processed,
                   16849:          tests/results/085.processed, tests/results/086.processed,
                   16850:          tests/results/087.processed, tests/results/088.processed,
                   16851:          tests/results/089.processed, tests/results/090.processed,
                   16852:          tests/results/091.processed, tests/results/092.processed,
                   16853:          tests/results/093.processed, tests/results/094.processed,
                   16854:          tests/results/095.processed, tests/079.html,
                   16855:          tests/results/079.processed: tests: 61 file::stat size 62
                   16856:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   16857:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   16858:          string.match simple on long 68 string.match normalized simple on
                   16859:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   16860:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   16861:          date arithmetics 75 response date values/attributes 76 string.pos
                   16862:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   16863:          with local 80 scientific numeric literal in string autoconvert 81
                   16864:          xor: logical and numerical 82 for delims 83 menu delims 84
                   16865:          table.hash distinct 85 long string  replace 86 throw+catch
                   16866:          current language preserve 87 bit shifts 88 junction tests +
                   16867:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   16868:          91 $caller test 92 junction is + def junction tests 93 $caller
                   16869:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   16870: 
                   16871:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   16872:          fixed] 60 string eq string [bug fixed]
                   16873: 
                   16874:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   16875:          058.html, 058_paf2000.png, 059.html, 060.html,
                   16876:          results/053.processed, results/054.processed,
                   16877:          results/055.processed, results/056.processed,
                   16878:          results/057.processed, results/058.processed,
                   16879:          results/059.processed, results/060.processed: test: 53
                   16880:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   16881:          date.create[string] 58 image.measure[png]
                   16882: 
                   16883:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   16884:          outputs/051.processed, results/052.processed: test: 52
                   16885:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   16886:          task: fix that
                   16887: 
                   16888: 2003-03-03  paf
                   16889: 
                   16890:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   16891:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   16892:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   16893:          outputs/049.processed, outputs/050.processed,
                   16894:          outputs/051.processed, results/001.processed,
                   16895:          results/002.processed, results/003.processed,
                   16896:          results/005.processed, results/006.processed,
                   16897:          results/008.processed, results/009.processed,
                   16898:          results/011.processed, results/012.processed,
                   16899:          results/013.processed, results/014.processed,
                   16900:          results/015.processed, results/016.processed,
                   16901:          results/017.processed, results/020.processed,
                   16902:          results/021.processed, results/022.processed,
                   16903:          results/024.processed, results/025.processed,
                   16904:          results/026.processed, results/027.processed,
                   16905:          results/028.processed, results/029.processed,
                   16906:          results/030.processed, results/031.processed,
                   16907:          results/049.processed, results/050.processed,
                   16908:          results/051.processed, results/043.processed,
                   16909:          results/044.processed, results/045.processed,
                   16910:          results/046.processed, results/047.processed,
                   16911:          results/048.processed: tests: 43,44,45 date rolls 46
                   16912:          autoevaluating junction 47 table.select 48 name with subvar 49
                   16913:          hash-creating switch 50 process 51 started parent/child, works as
                   16914:          it were but it were NOT GOOD, created separate task  to fix that
                   16915: 
                   16916:        * tests/: 042.html, results/042.processed: test: 42
                   16917:          exception.handled
                   16918: 
                   16919:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   16920:          expression
                   16921: 
                   16922:        * tests/: 040.html, results/040.processed: test: 39 method result
                   16923:          of type table 40 method param junction auto evaluate
                   16924: 
                   16925:        * tests/: 039.html, results/039.processed: test: 37 method result
                   16926:          of type table
                   16927: 
                   16928:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   16929:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   16930:          tests/038.html, tests/results/033.processed,
                   16931:          tests/results/034.processed, tests/results/035.processed,
                   16932:          tests/results/036.processed, tests/results/037.processed,
                   16933:          tests/results/038.processed: tests: 33 string.replace 34
                   16934:          string.upper 35 table created 36 local/global vars with juntions
                   16935:          37 table clone 38 math PI & number formatting
                   16936: 
                   16937:          math class registring typo fixed
                   16938: 
                   16939:        * src/classes/op.C, src/include/pa_request.h,
                   16940:          src/include/pa_string.h, src/main/execute.C,
                   16941:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   16942:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   16943:          tests/032.html, tests/results/032.processed: uchar changed to
                   16944:          String_UL in all places [was not everywhere] untaint test: 032
                   16945: 
                   16946:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   16947:          tests/results/004.processed, tests/parser-cygwin.sh,
                   16948:          tests/parser-unix.sh: removed -H command line key, now testing
                   16949:          using .sh file with SERVER_SOFTWARE=xxx
                   16950: 
                   16951: 2003-02-26  paf
                   16952: 
                   16953:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   16954:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   16955:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   16956:          tests/results/024.processed, tests/results/025.processed,
                   16957:          tests/results/026.processed, tests/results/027.processed,
                   16958:          tests/results/028.processed, tests/results/029.processed,
                   16959:          tests/results/030.processed, tests/results/031.processed: fixed
                   16960:          bug with name_cstr mutable CharPtr more tests
                   16961: 
                   16962:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   16963:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   16964:          << abort.  die now just exits
                   16965: 
                   16966:        * src/classes/classes.awk, src/classes/classes.h,
                   16967:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   16968:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   16969:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   16970:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   16971:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   16972:          src/classes/xnode.C, src/include/pa_memory.h,
                   16973:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   16974:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   16975:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   16976:          tests/017.html, tests/018.html, tests/019.html,
                   16977:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   16978:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   16979:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   16980:          tests/results/015.processed, tests/results/016.processed,
                   16981:          tests/results/017.processed, tests/results/018.processed,
                   16982:          tests/results/019.processed, tests/results/020.processed,
                   16983:          tests/results/021.processed, tests/results/022.processed,
                   16984:          tests/results/023.processed: methoded_array now contains all Mxxx
                   16985:          classes SAPI::get_env now returns info on pool more tests
                   16986: 
                   16987:        * src/include/pa_array.h, src/include/pa_hash.h,
                   16988:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   16989:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   16990:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   16991:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   16992:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   16993:          tests/results/001.processed, tests/results/002.processed,
                   16994:          tests/results/003.processed, tests/results/004.processed,
                   16995:          tests/results/005.processed, tests/results/006.processed,
                   16996:          tests/results/007.processed, tests/results/008.processed,
                   16997:          tests/results/009.processed, tests/results/010.processed,
                   16998:          tests/results/011.processed, tests/results/012.processed,
                   16999:          tests/results/013.processed, tests/results/014.processed: hash
                   17000:          cloning fixed
                   17001: 
                   17002: 2003-02-25  paf
                   17003: 
                   17004:        * src/main/pa_common.C: typo fixed
                   17005: 
                   17006: 2003-02-24  paf
                   17007: 
                   17008:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   17009:          [one remained]
                   17010: 
                   17011:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   17012:          [should have been get_string(&pool)] todo: check other such calls
                   17013: 
                   17014:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   17015:          test10, bad lookups
                   17016: 
                   17017:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   17018:          object got destructed, and xxx points to sky
                   17019: 
                   17020:        * ChangeLog, src/classes/string.C: match bug fixed
                   17021: 
                   17022:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   17023:          $.charset[specified] now
                   17024: 
                   17025:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17026:          which failed to handle sigsetjmp+throw: crashed inside of
                   17027:          pre-throw code.  rewritten simplier [though duplicating
                   17028:          closesocket code]
                   17029: 
                   17030:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   17031:          which failed to handle sigsetjmp+throw: crashed inside of
                   17032:          pre-throw code.  rewritten simplier [though duplicating
                   17033:          closesocket code]
                   17034: 
                   17035: 2003-02-21  paf
                   17036: 
                   17037:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   17038:          $cookie:name[$.expires[date << can be now]]
                   17039: 
                   17040:          written makefile with regression tests [raw]
                   17041: 
                   17042:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   17043:          tests' only [it's not forcing CGI mode now] now use -H to output
                   17044:          CGI header when parser used in command line [useful for tests
                   17045:          also]
                   17046: 
                   17047:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   17048:          switches on CGI mode, and is used in regression tests
                   17049: 
                   17050:        * src/: include/pa_request.h, main/pa_request.C,
                   17051:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   17052:          fixed
                   17053: 
                   17054:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   17055:          handling pa_*
                   17056: 
                   17057:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   17058:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   17059:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   17060:          memory handling files
                   17061: 
                   17062:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   17063: 
                   17064:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   17065:          compiles OK test to show benefits of free
                   17066: 
                   17067:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   17068:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   17069:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17070:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   17071:          use pool [as the one in ^process]
                   17072: 
                   17073:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   17074:          -- some must use pool [as the one in ^process]
                   17075: 
                   17076: 2003-02-20  paf
                   17077: 
                   17078:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17079:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17080:          classes/math.C, classes/op.C, classes/response.C,
                   17081:          classes/string.C, classes/table.C, classes/void.C,
                   17082:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   17083:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   17084:          string cmp fixed
                   17085: 
                   17086:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   17087:          values passed OK now
                   17088: 
                   17089: 2003-02-19  paf
                   17090: 
                   17091:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   17092:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   17093:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   17094:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   17095:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   17096:          all remaning leaks resulted from pooled::malloc calls [excluding
                   17097:          in gd -- planning complete rewrite extremely ugly code]
                   17098: 
                   17099:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   17100:          files
                   17101: 
                   17102: 2003-02-17  paf
                   17103: 
                   17104:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17105:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17106:          classes/response.C, classes/string.C, classes/table.C,
                   17107:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   17108:          include/pa_stylesheet_connection.h,
                   17109:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   17110:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17111:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   17112:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   17113:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   17114:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   17115:          of unitialized simple-typed field
                   17116: 
                   17117:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   17118:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   17119:          simple-typed field fixed.  todo: find&kill all like that one
                   17120: 
                   17121:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   17122:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   17123:          debug output fixed
                   17124: 
                   17125:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   17126:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   17127:          object_ptr from delete[them]
                   17128: 
                   17129:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   17130:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   17131:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   17132:          main/pa_charset.C, main/pa_common.C,
                   17133:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   17134:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   17135:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   17136:          calls
                   17137: 
                   17138:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   17139:          couple mem leaks rusulted from old pooled::malloc usage.
                   17140:          todo:find more like those
                   17141: 
                   17142:        * src/main/: compile.C, compile_tools.C: 2*2!
                   17143: 
                   17144:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   17145:          stackItem fixed [there were no string on stack before]
                   17146: 
                   17147:        * src/: main/execute.C, main/pa_request.C,
                   17148:          types/pa_vmethod_frame.C: first letters out OK
                   17149: 
                   17150:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   17151:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   17152:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   17153:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   17154:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   17155:          type not initialized with zeros :( while class fields of class
                   17156:          types initialized with default constructors.  learn C++
                   17157: 
                   17158:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   17159:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   17160:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   17161:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   17162:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   17163: 
                   17164: 2003-02-14  paf
                   17165: 
                   17166:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   17167:          13 link errors
                   17168: 
                   17169:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   17170:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   17171:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17172:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   17173:          errors :)
                   17174: 
                   17175:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   17176:          classes/hash.C, classes/mail.C, classes/op.C,
                   17177:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   17178:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   17179:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   17180:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   17181: 
                   17182:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   17183:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   17184:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   17185:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   17186:          types/pa_vint.h, types/types.dsp: op compiled
                   17187: 
                   17188:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   17189:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   17190:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   17191: 
                   17192: 2003-02-07  paf
                   17193: 
                   17194:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   17195: 
                   17196: 2003-02-06  paf
                   17197: 
                   17198:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   17199:          mail compiled
                   17200: 
                   17201:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   17202:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   17203:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   17204: 
                   17205:        * src/classes/: file.C, form.C: form compiled
                   17206: 
                   17207:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   17208:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   17209:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   17210: 
                   17211:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   17212:          types/pa_vmath.h: math compiled [win32]
                   17213: 
                   17214:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   17215:          types/pa_vstring.h: hash compiled
                   17216: 
                   17217: 2003-02-04  paf
                   17218: 
                   17219:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   17220:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   17221:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   17222:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   17223:          types/pa_vhash.h: hash 50% compiled
                   17224: 
                   17225:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   17226:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   17227:          classes/string.C, classes/table.C, classes/xdoc.C,
                   17228:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   17229:          main/pa_string.C: date compiled
                   17230: 
                   17231:        * src/classes/: classes.dsp, double.C: double compiled
                   17232: 
                   17233:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17234:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   17235:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   17236:          classes/string.C, classes/table.C, classes/void.C,
                   17237:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   17238:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   17239:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   17240:          compiled
                   17241: 
                   17242:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17243:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17244:          classes/math.C, classes/op.C, classes/response.C,
                   17245:          classes/string.C, classes/table.C, classes/void.C,
                   17246:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17247:          types/pa_vvoid.h: void  compiled :)
                   17248: 
                   17249:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   17250:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17251:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17252:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   17253:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   17254:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   17255:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   17256:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   17257:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   17258:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   17259:          value_includes.h
                   17260: 
                   17261:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   17262:          trying to remove stupid value_includes.h
                   17263: 
                   17264:        * src/main/pa_exec.C: pa_exec compiled on win32
                   17265: 
                   17266:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   17267: 
                   17268:        * src/: include/pa_globals.h, include/pa_request.h,
                   17269:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   17270:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   17271:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   17272:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   17273:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   17274: 
                   17275:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   17276:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   17277:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   17278: 
                   17279:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   17280:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   17281:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   17282:          compiled
                   17283: 
                   17284:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   17285:          name conflicts)
                   17286: 
                   17287:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   17288:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   17289:          yelds "virtual memory exhausted" while trying to compile
                   17290:          execute.C [eating up to 127MB]
                   17291: 
                   17292: 2003-02-03  paf
                   17293: 
                   17294:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   17295:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   17296:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   17297:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   17298:          types/pa_vint.h, types/pa_vjunction.h,
                   17299:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   17300:          started gcc compiling pa_common compiled
                   17301: 
                   17302:        * src/: include/pa_exception.h, include/pa_pool.h,
                   17303:          main/pa_exception.C: exception gcc change #1
                   17304: 
1.116     moko     17305:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   17306:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     17307: 
                   17308:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   17309: 
                   17310:        * src/types/pa_vtable.C: vtable compiled
                   17311: 
                   17312:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   17313: 
                   17314:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   17315:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   17316: 
                   17317:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   17318: 
                   17319:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   17320: 
                   17321:        * src/types/pa_vrequest.C: vrequest compiled
                   17322: 
                   17323:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   17324:          pa_vobject.C, pa_vobject.h: vobject compiled
                   17325: 
                   17326:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   17327:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17328:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   17329:          compiled
                   17330: 
                   17331:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   17332: 
                   17333:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   17334:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   17335:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   17336:          compiled
                   17337: 
                   17338:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   17339:          main.lib - 0 error(s), 0 warning(s)
                   17340: 
                   17341:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   17342:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   17343: 
                   17344: 2003-01-31  paf
                   17345: 
                   17346:        * src/: include/pa_array.h, include/pa_operation.h,
                   17347:          include/pa_request.h, main/execute.C, main/main.dsp,
                   17348:          types/pa_vjunction.h: started last file from main library:
                   17349:          execute
                   17350: 
                   17351:        * src/: include/pa_request.h, include/pa_sapi.h,
                   17352:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   17353:          main/pa_request.C, targets/cgi/parser3.C,
                   17354:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   17355:          types/pa_vhash.h: pa_request compiled
                   17356: 
                   17357:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   17358:          include/pa_globals.h, include/pa_request.h,
                   17359:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   17360:          main/execute.C, main/main.dsp, main/pa_common.C,
                   17361:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17362:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   17363:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   17364:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17365:          types/types.dsp: most pa_request compiled
                   17366: 
                   17367:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17368:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17369:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17370:          classes/op.C, classes/response.C, classes/string.C,
                   17371:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17372:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17373:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17374:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17375:          include/pa_dictionary.h, include/pa_dir.h,
                   17376:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17377:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   17378:          include/pa_pool.h, include/pa_request.h,
                   17379:          include/pa_request_charsets.h, include/pa_request_info.h,
                   17380:          include/pa_sapi.h, include/pa_socks.h,
                   17381:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17382:          include/pa_stack.h, include/pa_string.h,
                   17383:          include/pa_stylesheet_connection.h,
                   17384:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17385:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17386:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   17387:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   17388:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   17389:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   17390:          main/compile.C, main/compile.tab.C, main/compile.y,
                   17391:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17392:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   17393:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17394:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17395:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   17396:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17397:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17398:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   17399:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   17400:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17401:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   17402:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   17403:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   17404:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   17405:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17406:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   17407:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   17408:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17409:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   17410:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   17411:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   17412:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   17413:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17414:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17415:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17416:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17417:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17418:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17419:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   17420:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   17421: 
                   17422:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   17423:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   17424:          src/include/pa_charsets.h, src/include/pa_common.h,
                   17425:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   17426:          src/include/pa_exec.h, src/include/pa_pool.h,
                   17427:          src/include/pa_request.h, src/include/pa_sapi.h,
                   17428:          src/include/pa_sql_connection.h,
                   17429:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   17430:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   17431:          src/main/compile.tab.C, src/main/compile_tools.C,
                   17432:          src/main/compile_tools.h, src/main/main.dsp,
                   17433:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   17434:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   17435:          src/main/pa_exception.C, src/main/pa_exec.C,
                   17436:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   17437:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   17438:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   17439:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   17440:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   17441:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   17442:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   17443:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   17444:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   17445:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   17446:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   17447:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   17448:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   17449:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   17450:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   17451:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   17452:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   17453:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   17454:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   17455:          died, long live StringPtr
                   17456: 
                   17457: 2003-01-30  paf
                   17458: 
                   17459:        * src/: include/pa_charset.h, include/pa_request.h,
                   17460:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   17461:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   17462:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   17463: 
                   17464:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   17465:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   17466:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   17467:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17468:          types/types.dsp: vstateless_class compiled
                   17469: 
                   17470:        * src/main/compile.C: compile compiled
                   17471: 
                   17472:        * src/: include/pa_array.h, include/pa_operation.h,
                   17473:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   17474:          main/pa_table.C: compile_tools compiled
                   17475: 
                   17476:        * src/: include/pa_operation.h, main/compile.y,
                   17477:          main/compile_tools.C, main/compile_tools.h: started
                   17478:          compile_tools. vagues ideas of how to free compiled code
                   17479: 
                   17480:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   17481:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   17482:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   17483:          compiled
                   17484: 
                   17485: 2003-01-29  paf
                   17486: 
                   17487:        * src/: include/pa_globals.h, include/pa_request.h,
                   17488:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   17489:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   17490:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   17491:          compiled
                   17492: 
                   17493:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   17494:          now
                   17495: 
                   17496:        * src/: include/pa_array.h, include/pa_exception.h,
                   17497:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   17498: 
                   17499:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   17500:          compiled
                   17501: 
                   17502:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17503:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   17504:          types/pa_vfile.h: vfile compiled
                   17505: 
                   17506:        * src/: include/pa_common.h, include/pa_globals.h,
                   17507:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   17508:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17509:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   17510: 
                   17511:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   17512:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   17513:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   17514:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   17515:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   17516: 
                   17517:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   17518:          main/main.dsp, main/untaint.C: more compiled
                   17519: 
                   17520:        * src/: include/pa_charsets.h, include/pa_request.h,
                   17521:          include/pa_request_info.h, include/pa_string.h,
                   17522:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   17523:          types/pa_vresponse.h: vrequest compiled
                   17524: 
                   17525:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   17526:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   17527:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   17528: 
                   17529:        * src/: classes/classes.h, include/pa_charset.h,
                   17530:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   17531:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   17532:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   17533:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   17534:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   17535:          types/pa_vrequest.C, types/pa_vrequest.h,
                   17536:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   17537:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   17538: 
                   17539:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   17540:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   17541:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   17542:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   17543:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17544:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   17545:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17546:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   17547:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   17548: 
                   17549: 2003-01-28  paf
                   17550: 
                   17551:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   17552:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   17553:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   17554:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   17555:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   17556:          compile_tools
                   17557: 
                   17558:        * src/: include/pa_charset.h, include/pa_exception.h,
                   17559:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   17560:          untaint compiled
                   17561: 
                   17562:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   17563:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   17564:          more compiled.  struck with string::store_to needing to know
                   17565:          source/client charsets
                   17566: 
                   17567:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   17568:          types/pa_vfile.h: uue compiled
                   17569: 
                   17570:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   17571:          table compiled
                   17572: 
                   17573:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   17574:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   17575: 
                   17576:        * src/: include/pa_charset.h, main/pa_charset.C,
                   17577:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   17578:          introduced]
                   17579: 
                   17580:        * src/: classes/date.C, include/pa_charset.h,
                   17581:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   17582:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   17583:          pa_charsets compiled
                   17584: 
                   17585:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   17586:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   17587: 
                   17588:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   17589:          common compiled
                   17590: 
                   17591:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   17592:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   17593: 
                   17594:        * src/: include/pa_array.h, include/pa_charset.h,
                   17595:          include/pa_charsets.h, include/pa_pool.h,
                   17596:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17597:          include/pa_stack.h, include/pa_string.h,
                   17598:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   17599:          sql_driver_manager compiled
                   17600: 
                   17601:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   17602:          letter i with two dots added to koi, all ukranian letters added
                   17603:          to win1251.
                   17604: 
                   17605:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   17606:          abscent from koi]
                   17607: 
                   17608: 2003-01-27  paf
                   17609: 
                   17610:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   17611:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   17612:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   17613:          sql/pa_sql_driver.h: paused on sql_manager
                   17614: 
                   17615:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   17616:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17617:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   17618:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   17619: 
                   17620:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   17621:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17622:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   17623:          main/pa_table.C: table compiled
                   17624: 
                   17625:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   17626:          cache_managers compiled
                   17627: 
                   17628:        * src/: include/pa_array.h, include/pa_charset.h,
                   17629:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   17630: 
                   17631:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   17632: 
                   17633:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   17634:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17635:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   17636:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   17637:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   17638: 
                   17639: 2003-01-24  paf
                   17640: 
                   17641:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   17642:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   17643:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   17644:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   17645:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   17646:          types/pa_vint.h, types/pa_vjunction.h,
                   17647:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17648:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   17649: 
                   17650:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   17651:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   17652:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   17653:          main/pa_string.C, main/pa_table.C: string compiled
                   17654: 
                   17655:        * src/: include/pa_array.h, include/pa_common.h,
                   17656:          include/pa_dictionary.h, include/pa_exception.h,
                   17657:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   17658:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   17659:          main/pa_string.C: dictionary compiled
                   17660: 
                   17661: 2003-01-23  paf
                   17662: 
                   17663:        * src/: include/pa_array.h, include/pa_common.h,
                   17664:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   17665:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   17666:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   17667:          types/pa_value.h: resurrected pool in new sense: now it's
                   17668:          factory, producing&accounting memory chunks for read[autofree]
                   17669:          buffers
                   17670: 
                   17671:        * src/: include/pa_array.h, include/pa_exception.h,
                   17672:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   17673:          main/pa_exception.C, main/pa_table.C: table compiled
                   17674: 
                   17675:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   17676:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   17677:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   17678:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   17679:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   17680:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   17681:          main/pa_table.C: aint that easy
                   17682: 
                   17683:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   17684:          main/main.dsp: continued with Hash
                   17685: 
                   17686:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   17687:          stack] now. and exception can be reported OK now [can be reported
                   17688:          outside of pro c with that stack]
                   17689: 
                   17690: 2003-01-22  paf
                   17691: 
                   17692:        * src/: include/pa_array.h, include/pa_charset.h,
                   17693:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   17694:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   17695:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   17696:          base: contains references_count.  auto_ptr template calls
                   17697:          add_ref/release
                   17698: 
                   17699: 2003-01-21  paf
                   17700: 
                   17701:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17702:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17703:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17704:          classes/op.C, classes/response.C, classes/string.C,
                   17705:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17706:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17707:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17708:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17709:          include/pa_dictionary.h, include/pa_dir.h,
                   17710:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17711:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17712:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17713:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17714:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17715:          include/pa_stack.h, include/pa_string.h,
                   17716:          include/pa_stylesheet_connection.h,
                   17717:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17718:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17719:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17720:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   17721:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17722:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17723:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17724:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17725:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17726:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17727:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17728:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17729:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17730:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17731:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17732:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17733:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   17734:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17735:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17736:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17737:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17738:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17739:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17740:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17741:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17742:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17743:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17744:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17745:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17746:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17747:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17748:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17749:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   17750:          2002->2003
                   17751: 
                   17752: 2003-01-16  paf
                   17753: 
                   17754:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   17755:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   17756: 
                   17757:        * operators.txt, src/include/pa_config_fixed.h,
                   17758:          src/main/pa_common.C: http request now return status. and not
                   17759:          fail on status!=200
                   17760: 
                   17761: 2003-01-15  paf
                   17762: 
                   17763:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   17764: 
                   17765: 2003-01-14  paf
                   17766: 
                   17767:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   17768:          mkinstalldirs: removed some ancient files [they in / really]
                   17769: 
                   17770:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   17771:          regretfully needed patch in two places.  in config_fixed.h made
                   17772:          stubs for lib to compile in MSVC
                   17773: 
                   17774: 2003-01-13  paf
                   17775: 
                   17776:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   17777:          configure.in(libtool) hacks
                   17778: 
1.116     moko     17779:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     17780:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   17781:          ltdl.h: moved to latest libtool (1.4.3)
                   17782: 
                   17783: 2003-01-10  paf
                   17784: 
                   17785:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   17786: 
                   17787:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   17788:          patches.        libxml2 >= 2.5.1
                   17789:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   17790:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   17791:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   17792: 
                   17793:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   17794:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   17795:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   17796:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   17797: 
                   17798: 2003-01-09  paf
                   17799: 
                   17800:        * INSTALL: xml,xslt,gdome lib urls updated
                   17801: 
                   17802:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     17803:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     17804:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     17805:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   17806:          1.7.2
1.95      moko     17807: 
                   17808:        * depcomp: moving to automake 1.7.2
                   17809: 
                   17810: 2002-12-27  paf
                   17811: 
                   17812:        * src/include/pa_version.h: 0007
                   17813: 
                   17814:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   17815:          outdated parts, made links to language docs
                   17816: 
                   17817:        * src/include/pa_config_auto.h.in: comment
                   17818: 
                   17819: 2002-12-26  paf
                   17820: 
                   17821:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   17822:          not contain trailing / fixed.
                   17823: 
                   17824:        * INSTALL: changing SAFE_MODE politics
                   17825: 
                   17826:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   17827: 
                   17828:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   17829: 
                   17830: 2002-12-25  paf
                   17831: 
                   17832:        * src/main/pa_globals.C: optimized-xml
                   17833: 
                   17834:        * src/main/pa_globals.C: optimized-as-is
                   17835: 
                   17836: 2002-12-24  paf
                   17837: 
                   17838:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   17839:          fixed [were really called with zero size when .html?a=&b=]
                   17840: 
                   17841:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   17842:          with --with-sendmail
                   17843: 
                   17844:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   17845:          fixed]
                   17846: 
                   17847: 2002-12-23  paf
                   17848: 
                   17849:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   17850:          ignoring parameters & were storing only string with default
                   17851:          expires
                   17852: 
                   17853:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   17854:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   17855:          December 23, 2002 4:22 AM Subject: bug â
                   17856:          Charset::transcode_buf2xchar
                   17857: 
                   17858: 2002-12-20  paf
                   17859: 
                   17860:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   17861:          non-cgi [script] runs
                   17862: 
                   17863: 2002-12-19  paf
                   17864: 
                   17865:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   17866:          [tested on elik]] moreover, it's not needed there [parser
                   17867:          registers charsets itself]
                   17868: 
                   17869:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   17870:          [tested on elik]]
                   17871: 
                   17872:        * operators.txt, src/include/pa_globals.h,
                   17873:          src/include/pa_request.h, src/main/pa_globals.C,
                   17874:          src/main/pa_request.C: $response:download
                   17875: 
                   17876:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   17877:          compiler [win32]].
                   17878: 
                   17879: 2002-12-18  paf
                   17880: 
                   17881:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   17882: 
                   17883: 2002-12-17  paf
                   17884: 
                   17885:        * src/targets/cgi/parser3.C: merged die&iis changes
                   17886: 
                   17887:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   17888:          to exit(1) 2. more flexible iilegal call check
                   17889: 
                   17890: 2002-12-16  paf
                   17891: 
                   17892:        * ltmain.sh: some automakes silly insist on having this handy
                   17893: 
                   17894:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   17895:          'p' bug fix
                   17896: 
                   17897: 2002-12-15  paf
                   17898: 
                   17899:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   17900:          'p'
                   17901: 
                   17902:        * configure.in, src/include/pa_config_auto.h.in,
                   17903:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   17904:          from branch 6 to HEAD
                   17905: 
                   17906:        * src/main/compile.C: removed warning
                   17907: 
                   17908:        * src/main/pa_common.C: ftruncate having checked
                   17909: 
                   17910:        * configure.in, src/include/pa_version.h: new version
                   17911: 
                   17912: 2002-12-14  paf
                   17913: 
                   17914:        * src/classes/table.C: removed unnecessary code
                   17915: 
                   17916:        * src/sql/pa_sql_driver.h: exception type fixed
                   17917: 
                   17918: 2002-12-09  paf
                   17919: 
                   17920:        * src/types/pa_vvoid.h: $void.store[now] error
                   17921: 
                   17922:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   17923: 
                   17924:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   17925:          tries to write core dump
                   17926: 
                   17927:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   17928: 
                   17929:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17930:          classes/void.C, main/pa_sql_driver_manager.C,
                   17931:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   17932:          handlers #2
                   17933: 
                   17934:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   17935:          exception handling mech in sql handlers
                   17936: 
                   17937:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   17938:          handlers
                   17939: 
                   17940:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17941:          classes/void.C, main/pa_sql_driver_manager.C,
                   17942:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   17943:          handlers
                   17944: 
1.116     moko     17945:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   17946:          to write makefile which used libtool to install things, which is
                   17947:          not needed
1.95      moko     17948: 
                   17949: 2002-12-06  paf
                   17950: 
                   17951:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   17952:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   17953: 
                   17954: 2002-12-05  paf
                   17955: 
                   17956:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   17957:          cc/bcc OK now
                   17958: 
                   17959:        * src/main/untaint.C: mail header closed properly
                   17960: 
                   17961:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   17962:          header ',' allowed.  still bugs in smtp [only one receiptient
                   17963:          works, cc, bcc ignored now, and MAILED ;)]
                   17964: 
                   17965:          [strncpy killed, memnchr used]
                   17966: 
                   17967:        * src/main/pa_table.C: table-copy now current=0
                   17968: 
                   17969:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   17970:          lowlevel proc
                   17971: 
                   17972:        * src/targets/cgi/parser3.C: more checks on
                   17973:          http://domain/parser.cgi start [maybe some getenv returns "",
                   17974:          checked that now
                   17975: 
                   17976:        * src/targets/cgi/parser3.C: more checks on
                   17977:          http://domain/parser.cgi start [maybe some getenv returns "",
                   17978:          checked that now
                   17979: 
                   17980:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   17981:          out-of-mem errors reached log]
                   17982: 
                   17983:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   17984:          mail:send MIME-Version default
                   17985: 
                   17986:        * src/main/main.dsp: pa_version included into main.dsp
                   17987: 
                   17988: 2002-12-04  paf
                   17989: 
                   17990:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   17991: 
                   17992:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   17993:          lib/libltdl -> lib/ltdl Win32 changes. s
                   17994: 
                   17995:        * src/classes/classes.awk: more strict *.C$
                   17996: 
                   17997:        * gnu.dsp: restored
                   17998: 
1.116     moko     17999:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   18000:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   18001:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   18002:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   18003:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   18004:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   18005:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   18006:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   18007:          now created with /configure, not ltdl/configure, so it does have
                   18008:          no problems with automake.  ltdl/configure
                   18009:          AC_OUTPUT(Makefile<<removed)
1.95      moko     18010: 
                   18011: 2002-12-02  paf
                   18012: 
                   18013:        * operators.txt: removed outdated status:db
                   18014: 
                   18015:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   18016:          src/main/pa_common.C, src/main/pa_request.C,
                   18017:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   18018:          tainted parts becomes http-header
                   18019: 
                   18020: 2002-11-29  paf
                   18021: 
                   18022:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   18023:          dates now objects of type date
                   18024: 
                   18025:        * src/classes/image.C: file.seek removed [it were used in image.C
                   18026:          only, and for parser user this  means that jpeg image has bad
                   18027:          size in fragment's header] now used image.format
                   18028: 
                   18029:        * src/: include/pa_common.h, main/pa_common.C,
                   18030:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   18031:          now handled exactly like $response:header values.  e.g. can be
                   18032:          hash [can have subattributes] & contain date values.
                   18033: 
                   18034:        * src/main/pa_common.C: http:// param values lang forced URI
                   18035: 
                   18036:        * src/main/pa_common.C: http:// tainted partes now %xx
                   18037: 
                   18038: 2002-11-28  paf
                   18039: 
                   18040:        * operators.txt: http.timeout
                   18041: 
                   18042:        * src/classes/image.C: ^image.length now counts interchar space.
                   18043:          plus space after last char
                   18044: 
                   18045:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   18046: 
                   18047:        * src/classes/image.C: ^image.font width measurer now scans full
                   18048:          height [were -1]
                   18049: 
                   18050:        * configure.in: stopped double libltdl/Makefile generation
                   18051: 
                   18052:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   18053:          chars [one top horizontal line of 1pixel height were missing]
                   18054: 
                   18055:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   18056:          'false' to go into (Hash *) parameter
                   18057: 
                   18058: 2002-11-27  paf
                   18059: 
                   18060:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   18061:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   18062:          returns content-disposition: >>attachment<<
                   18063: 
                   18064:        * src/classes/image.C: ^image.font << bad font file-size now
                   18065:          properly reported
                   18066: 
                   18067: 2002-11-26  paf
                   18068: 
                   18069:        * src/main/pa_request.C: fixed lang in reponse header
                   18070: 
                   18071:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   18072: 
                   18073:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   18074:          made exception: http.status with source=bad status#
                   18075: 
                   18076: 2002-11-25  paf
                   18077: 
                   18078:        * configure.in, src/classes/image.C,
                   18079:          src/include/pa_config_auto.h.in,
                   18080:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     18081:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   18082:          const void related probs fixed
1.95      moko     18083: 
                   18084:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   18085: 
                   18086:          $file[^file::load[http://there]] $file.SERVER
                   18087: 
                   18088:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   18089:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   18090:          http options [invalid onces now reported] made default
                   18091:          user-agent: paf
                   18092: 
                   18093:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   18094:          src/classes/xdoc.C, src/include/pa_common.h,
                   18095:          src/include/pa_globals.h, src/main/pa_common.C,
                   18096:          src/main/pa_globals.C, src/main/pa_request.C,
                   18097:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   18098:          now understand http:// prefix and additional params, sample:
                   18099:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   18100:          $.USER-AGENT[parser3] ]]
                   18101: 
                   18102: 2002-11-22  paf
                   18103: 
                   18104:        * src/classes/image.C, src/include/pa_globals.h,
                   18105:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   18106:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   18107:          $image.exif.DateTime & co
                   18108: 
                   18109: 2002-11-21  paf
                   18110: 
                   18111:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   18112:          _PASS_APPENDED)
                   18113: 
                   18114:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   18115:          EXIF information [were big block and it's size were considered
                   18116:          negative :(]
                   18117: 
                   18118:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   18119:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   18120:          internals rewritten. no there's reader.seek, and all's ready for
                   18121:          EXIF extraction [now we fail to measure files with EXIF info]
                   18122: 
                   18123:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   18124:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   18125:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   18126: 
                   18127: 2002-11-20  paf
                   18128: 
                   18129:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   18130: 
                   18131:        * configure.in, src/include/pa_config_auto.h.in,
                   18132:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   18133:          comment
                   18134: 
                   18135:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   18136: 
                   18137:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   18138:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   18139:          currently processed document SIGPIPE >> interrupts request
                   18140:          processing [exception = DB rollback]
                   18141: 
                   18142:        * src/main/pa_exec.C: comment
                   18143: 
                   18144:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   18145: 
                   18146:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   18147:          << disable HTTP-POST repassing
                   18148: 
                   18149:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   18150:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   18151:          pipe read errors now checked
                   18152: 
                   18153: 2002-11-19  paf
                   18154: 
                   18155:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   18156:          CGI: Illegal call
                   18157: 
                   18158: 2002-11-01  paf
                   18159: 
                   18160:        * src/main/execute.C: comment
                   18161: 
                   18162: 2002-10-31  paf
                   18163: 
                   18164:        * src/main/execute.C: found out why, checked that for now.  todo:
                   18165:          find out a way for that user could do that
                   18166: 
                   18167:        * src/types/pa_vstateless_object.h: object put replaces static
                   18168:          parent if any
                   18169: 
                   18170:        * src/types/pa_vobject.C: object put replaces static parent if any
                   18171: 
                   18172:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18173:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   18174:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18175:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18176:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18177:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18178:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18179:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18180:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18181:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18182:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18183:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18184:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18185:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18186:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18187:          types/pa_wwrapper.h: static fix merged
                   18188: 
                   18189:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   18190:          $virtual_fields in dynamic, but one can reach derived
                   18191:          static[class] variable from base
                   18192: 
                   18193:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18194:          types/pa_vobject.C, types/pa_vobject.h,
                   18195:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   18196:          statics, left $virtual_fields in dynamic
                   18197: 
                   18198:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   18199:          one can't remember derivates in base class: there's so many of
                   18200:          them.  also there can be no virtual method calls in static
                   18201:          classes
                   18202: 
                   18203:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18204:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   18205:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18206:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18207:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18208:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18209:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18210:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18211:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18212:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18213:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18214:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18215:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   18216:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   18217:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   18218:          types/pa_wwrapper.h: static call $self fixed
                   18219: 
                   18220:        * src/main/execute.C: comment
                   18221: 
                   18222:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   18223:          ^process[$caller.self]{...} now compiles to last derived object
                   18224:          part of that 'self'
                   18225: 
                   18226: 2002-10-29  paf
                   18227: 
                   18228:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   18229:          re-passing [iis to blame]
                   18230: 
                   18231:        * src/classes/string.C: changed string.save to pass current sql
                   18232:          connection to cstr thus one can ^connect[some server]{
                   18233:          $s[insert into table x (x) values (^taint[sql]{value})]
                   18234:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   18235:          properly escaped.  [tried in mssql->mysql export->import of
                   18236:          binary data]
                   18237: 
                   18238: 2002-10-25  paf
                   18239: 
                   18240:        * src/types/pa_vresponse.C: case insensitive response user fields
                   18241:          get/put
                   18242: 
                   18243:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   18244:          types/pa_vresponse.C: saving for maybe-future
                   18245: 
                   18246: 2002-10-23  paf
                   18247: 
                   18248:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   18249:          ^table.hash(expr)...
                   18250: 
                   18251:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   18252: 
                   18253: 2002-10-22  paf
                   18254: 
                   18255:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   18256:          VForm::Append...(...Value)
                   18257: 
                   18258:        * src/main/execute.C: $.name outside of $name[...] checked
                   18259: 
                   18260:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   18261:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   18262: 
                   18263: 2002-10-21  paf
                   18264: 
                   18265:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   18266:          $form:qtail $form:imap.x/y
                   18267: 
                   18268:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   18269:          "?value&...", "...&value&...", "...&value"
                   18270: 
                   18271:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   18272: 
                   18273:        * operators.txt, src/classes/file.C: /some/page.html:
                   18274:          ^file:fullpath[a.gif] => /some/a.gif
                   18275: 
                   18276: 2002-10-17  paf
                   18277: 
                   18278:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   18279:          a little: logical not and bitwise negation precedence made
                   18280:          highest, << and >> bitshits precedence made equal [were << higher
                   18281:          than >>]
                   18282: 
                   18283:        * src/classes/op.C: exception handling fixed [were bad with
                   18284:          contexts]
                   18285: 
                   18286: 2002-10-16  paf
                   18287: 
                   18288:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   18289:          main/pa_request.C: Request::self considered equal to
                   18290:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   18291:          VMethodFrame.self()
                   18292: 
                   18293:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   18294:          $hash in open field now gives old good error meesage
                   18295: 
                   18296: 2002-10-15  paf
                   18297: 
                   18298:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   18299:          use ^if($junction is junction){was and now true}
                   18300: 
                   18301:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   18302:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   18303:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   18304:          points to place where value left xml library and came to parser:
                   18305:          place of dom field extraction/call
                   18306: 
                   18307:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   18308:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18309:          types/pa_vmethod_frame.h: removed last pieces of old code
                   18310:          allowing $junction.xxx at compile time
                   18311: 
                   18312:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   18313:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   18314:          objects also considered [were only classes]
                   18315: 
                   18316:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   18317:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   18318:          with CLASS self.  [   (request&method_frame).self temporarily
                   18319:          changed   ]
                   18320: 
                   18321:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   18322:          no exception to native calls.  for&foreach changed to use
                   18323:          method_frame.caller for their var's name context
                   18324: 
                   18325:        * src/: main/execute.C, targets/cgi/parser3.C,
                   18326:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   18327:          compiling to system classes disabled
                   18328: 
                   18329:        * operators.txt, src/classes/op.C:
                   18330:          ^process[$caller.CLASS]{code-string} added
                   18331: 
                   18332:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   18333:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   18334:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   18335:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   18336:          src/types/types.dsp: removed $junction.get $junction.set[]
                   18337:          introducing $caller
                   18338: 
                   18339:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   18340:          find them lower by inheritance tree
                   18341: 
                   18342:        * src/types/pa_vjunction.C: ident
                   18343: 
                   18344: 2002-10-14  paf
                   18345: 
                   18346:        * src/classes/op.C: process compiles to code's class class
                   18347: 
                   18348:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18349:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   18350:          main/compile.y, main/execute.C, main/pa_request.C,
                   18351:          types/pa_vstateless_class.h: operators now main-class-methods
                   18352: 
                   18353:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   18354:          better stack trace [has "call" & co there]
                   18355: 
                   18356:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   18357:          operators @auto now executed in MAIN context
                   18358: 
                   18359:        * src/main/execute.C: operator execution context now = MAIN, not
                   18360:          closest stack frame
                   18361: 
                   18362:          @touchit[] $i[after]
                   18363: 
                   18364:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   18365:          were 'after'
                   18366: 
                   18367:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   18368:          'after'
                   18369: 
                   18370:        * src/main/execute.C: comment
                   18371: 
                   18372:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   18373:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   18374:          action]
                   18375: 
                   18376:        * src/types/pa_vxnode.C: misreplace fixed
                   18377: 
                   18378:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18379:          src/types/pa_vstatus.C, operators.txt:
                   18380:          $status:rusage.tv_secs/usecs introduced
                   18381: 
                   18382: 2002-10-09  paf
                   18383: 
                   18384:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   18385:          on empty string [or uses (default)]
                   18386: 
                   18387: 2002-10-08  paf
                   18388: 
                   18389:        * src/main/untaint.C: mail header quoted printable changed after
                   18390:          RFC reread
                   18391: 
                   18392:        * operators.txt: plan on ^if(method
                   18393: 
                   18394:        * src/types/pa_vxnode.C: misreplace
                   18395: 
                   18396: 2002-09-24  paf
                   18397: 
1.116     moko     18398:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     18399: 
                   18400:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   18401:          mailreceive would compile on freebsd now
                   18402: 
                   18403:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   18404:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     18405:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   18406:          mailreceive would compile on freebsd now
1.95      moko     18407: 
                   18408:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   18409:          changed: now there are only few chars are untainted: * ? ' " < >
                   18410:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   18411:          one should use ^untaint[uri]{...} now]
                   18412: 
                   18413:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   18414:          $list.name, not tainted as filespec
                   18415: 
                   18416:          @russianindex[] #dir with files with russian-lang names
                   18417:          $where[dir]
                   18418: 
                   18419:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   18420:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   18421: 
                   18422: 2002-09-23  paf
                   18423: 
                   18424:        * src/types/pa_vdouble.h: double->int round added
                   18425: 
                   18426:        * src/classes/date.C: date bug fix, now
                   18427:          round(floatDays*secondsPerDay)
                   18428: 
                   18429:        * src/classes/date.C: date bug fix, now
                   18430:          round(floatDays*secondsPerDay)
                   18431: 
                   18432: 2002-09-20  paf
                   18433: 
                   18434:        * src/main/execute.C: code junction calls disabled [before: code
                   18435:          was compiled in such a way, that there were no code-junctions in
                   18436:          OP_CALL]
                   18437: 
                   18438:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   18439: 
                   18440:          @badjunctioncallinside[code] ^code[]
                   18441: 
                   18442:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   18443:          expanding to include ^junction.method
                   18444: 
                   18445:        * src/main/pa_common.C: -d "DIR/" now true
                   18446: 
                   18447:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   18448:          as internal xdoc encoding, and after decoding attributes set by
                   18449:          dom functions now encoded OK, not as digital entities
                   18450: 
                   18451:        * src/classes/xdoc.C: empty transform result, being taken as file
                   18452:          now returns empty file, not raises stupid error about "stat-ed
                   18453:          file"
                   18454: 
                   18455:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   18456:          allowed
                   18457: 
                   18458:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   18459:          write iterators now:
                   18460: 
                   18461:          ^user-foreach[key;value]{$key=$value<br>}
                   18462: 
                   18463:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18464:          $code.value($i*2)       $code }
                   18465: 
                   18466:        * src/main/compile_tools.h: mistype
                   18467: 
1.116     moko     18468:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   18469:          thus taking linking options configure changes into account [were:
                   18470:          ignoring]
1.95      moko     18471: 
                   18472:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   18473:          $junction.get/put(1) one can write iterators now:
                   18474: 
                   18475:          ^user-foreach[key;value]{$key=$value<br>}
                   18476: 
                   18477:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18478:          $code.value($i*2)       $code }
                   18479: 
                   18480:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18481:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18482:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   18483:          introducing $junction.get/put(1) one can write iterators now:
                   18484: 
                   18485:          ^user-foreach[key;value]{$key=$value<br>}
                   18486: 
                   18487:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   18488:          $code.value($i*2)       $code }
                   18489: 
                   18490: 2002-09-19  paf
                   18491: 
1.116     moko     18492:        * Makefile.am: new: make commit
1.95      moko     18493: 
                   18494:        * aclocal.m4: forced to be older
                   18495: 
                   18496: 2002-09-18  paf
                   18497: 
                   18498:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   18499:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   18500: 
                   18501:        * src/: include/pa_common.h, include/pa_request.h,
                   18502:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   18503:          - now this - fatal error
                   18504: 
                   18505:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   18506:          that one can pass binary data there
                   18507: 
                   18508:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   18509:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   18510:          classes/op.C, classes/response.C, classes/string.C,
                   18511:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   18512:          include/pa_request.h: pa_request contexts made privated, plus
                   18513:          get_{self/method_frame} to read.  Request_context_saver used in
                   18514:          ^try to save flang too.  [were not saved]
                   18515: 
                   18516:        * src/types/pa_vresponse.C: header value chains joined before
                   18517:          output, this should help $.subject[$var $var] from being
                   18518:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   18519: 
                   18520: 2002-09-17  paf
                   18521: 
                   18522:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   18523:          removed changes, operators executed with calling self.  lots of
                   18524:          code with ^include code relies on defined/defining self variables
                   18525: 
                   18526:          $a[1] ^include[print_a.p] print_a.p: $a
                   18527: 
                   18528:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   18529: 
                   18530:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   18531:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   18532:          types/pa_vstateless_class.h: operators now executed with MAIN
                   18533:          self.  it's for ^include sake, too strong a change
                   18534: 
                   18535:        * src/classes/op.C: made place for ^process to compile it's code to
                   18536:          in case of no self
                   18537: 
                   18538:        * src/main/execute.C: found ancient param to Junction, removed.
                   18539:          allowed passing self to native_code_operators [for ^process to
                   18540:          work, she needs self]
                   18541: 
                   18542:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   18543:          types/pa_vstateless_class.h: found ancient param to Junction,
                   18544:          removed.  allowed passing self to native_code_operators [for
                   18545:          ^process to work, she needs self]
                   18546: 
                   18547:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   18548:          types/pa_value.h, types/pa_vmethod_frame.h,
                   18549:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   18550:          checked that in VMethodFrame get/put and $self.
                   18551: 
                   18552:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   18553:          copy options options checked, wrong option now fatal error
                   18554: 
                   18555:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   18556:          pieces boundaries]
                   18557: 
1.150     moko     18558:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18559:          .dll on cygwin, .so in other cases)
1.95      moko     18560: 
                   18561:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   18562:          .dll on cygwin, .so in other cases)
                   18563: 
                   18564:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   18565:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   18566:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   18567:          record taken [were last]
                   18568: 
                   18569:        * src/: classes/hash.C, classes/table.C,
                   18570:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   18571:          now errors
                   18572: 
                   18573:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   18574: 
                   18575:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   18576:          ,2,3]
                   18577: 
                   18578: 2002-09-16  paf
                   18579: 
                   18580:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   18581:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   18582:          stdout to be binary.  now detected closest header break.
                   18583: 
                   18584:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   18585:          closed right
                   18586: 
                   18587: 2002-09-13  paf
                   18588: 
                   18589:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   18590:          src/main/compile_tools.h: (expression #comment)
                   18591: 
                   18592:          (multiline expression #comment  line2  #comment )
                   18593: 
                   18594:          (expression #comment with (brackets) comment) << OK
                   18595: 
                   18596:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   18597:          bitwise !|| numerical xor now [preparing for expression
                   18598:          #comments]
                   18599: 
                   18600:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   18601:          error
                   18602: 
                   18603:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   18604:          cheched in pa_socks.C
                   18605: 
1.116     moko     18606:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18607:          HAVE_WINSOCK_H created in configure.in
1.95      moko     18608: 
                   18609:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   18610:          cookie date now clean [were mistakenly tainted & that worked bad
                   18611:          with opera -- 'happily' that worked OK with msie]
                   18612: 
                   18613: 2002-09-12  paf
                   18614: 
                   18615:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   18616:          VClass get_element now first looks to fields, next to methods &
                   18617:          co todo: the rest reason: more speed
                   18618: 
                   18619:        * src/main/untaint.C: quoted printable encoding stops before
                   18620:          \s*<...>$
                   18621: 
                   18622:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   18623:          stops before <...>$
                   18624: 
                   18625: 2002-09-11  paf
                   18626: 
                   18627:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   18628:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   18629:          forgot to check users of those funcs. not all were using that
                   18630:          return value convention
                   18631: 
                   18632:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   18633:          windows-1254 added
                   18634: 
                   18635: 2002-09-10  paf
                   18636: 
                   18637:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   18638:          VCodeFrame parent param were specified badly
                   18639: 
                   18640:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   18641:          WWrapper which used in constructing objects(second param to sql
                   18642:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   18643:          code in hash to survivi
                   18644: 
                   18645:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   18646:          param to execute [stack said 'thanks']
                   18647: 
                   18648:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   18649:          types/pa_value.h, types/pa_vcode_frame.h,
                   18650:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   18651:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   18652:          responsibility to wcontext
                   18653: 
                   18654:        * src/classes/file.C: decided not to log exec's with stderr, that
                   18655:          could be warnings, and it's up to scritper to log/show them
                   18656: 
                   18657:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   18658:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   18659:          double/string converstion, which were loosing time&precesion
                   18660: 
                   18661:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   18662:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   18663:          case of unfinished in buffer processing, causing accidental
                   18664:          transcode stop [in case that source enc != utf-8 & there is
                   18665:          incomplete utf-8 sequence at the end of 16000block iside of
                   18666:          libxml lib] tfm readed & code updated
                   18667: 
                   18668: 2002-09-04  paf
                   18669: 
                   18670:        * configure: makes with sjlj
                   18671: 
                   18672:        * INSTALL, src/include/pa_config_fixed.h,
                   18673:          src/include/pa_sql_connection.h,
                   18674:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   18675:          checked.  on win32 it made default
                   18676: 
                   18677:        * src/include/pa_config_auto.h.in: sjlj define
                   18678: 
                   18679:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   18680:          can not work with longjump/throw pair, and one must switch that
                   18681:          on there.  todo: detect that automatically]
                   18682: 
                   18683:        * src/types/pa_vxnode.C: removed too strong checks of
                   18684:          xnode.elements.  now, for instance, if element does not have any
                   18685:          attributes, $xnode.attributes is void, not error
                   18686: 
                   18687: 2002-09-02  paf
                   18688: 
                   18689:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   18690:          removed double_result, didn't help
                   18691: 
                   18692:        * src/main/execute.C: double_result made to move that var away from
                   18693:          hungry g++ optimizer (-O2), before: it were optimized and
                   18694:          comparison operators worked badly
                   18695: 
                   18696:        * src/types/pa_vdate.h: removed debug
                   18697: 
1.116     moko     18698:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     18699: 
                   18700:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   18701:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   18702:          unknown reason.
                   18703: 
                   18704: 2002-08-29  paf
                   18705: 
                   18706:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   18707:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   18708:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   18709:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   18710:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   18711:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   18712:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   18713:          [called less frequent, allowed to remove ugly
                   18714:          Junction.change_context-s from many places, switch,
                   18715:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   18716:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   18717:          [speed up]
                   18718: 
                   18719: 2002-08-28  paf
                   18720: 
                   18721:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   18722:          tainted
                   18723: 
                   18724:        * src/types/pa_vcookie.C: fixed cookie delete when
                   18725:          $cookie:name[$.value[]]
                   18726: 
                   18727:        * operators.txt, src/classes/string.C:
                   18728:          ^string.split[delim[;options]]
                   18729: 
                   18730: 2002-08-27  paf
                   18731: 
1.116     moko     18732:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     18733: 
                   18734:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   18735:          delimiter
                   18736: 
                   18737:        * INSTALL: recommended latest gmime 1.0.5
                   18738: 
                   18739: 2002-08-26  paf
                   18740: 
                   18741:        * configure, configure.in: apache13/hook added to make dist.
                   18742: 
                   18743: 2002-08-23  paf
                   18744: 
                   18745:        * src/: include/pa_common.h, main/pa_common.C,
                   18746:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   18747:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   18748:          whatever] it's error now
                   18749: 
                   18750: 2002-08-21  paf
                   18751: 
1.116     moko     18752:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     18753: 
                   18754:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18755:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   18756:          class".  compiled as if here they named base class
                   18757: 
                   18758:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   18759:          cloning constructor]
                   18760: 
                   18761:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   18762: 
1.150     moko     18763:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     18764:          $mail.received.file.value.content-type fixed
                   18765: 
                   18766: 2002-08-20  paf
                   18767: 
                   18768:        * src/classes/file.C: fixed language of file:file result
                   18769: 
                   18770:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   18771:          from 3.0.0005
                   18772: 
                   18773:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   18774: 
                   18775:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   18776:          3.0.0005
                   18777: 
                   18778:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   18779: 
                   18780: 2002-08-19  paf
                   18781: 
                   18782:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   18783:          work now
                   18784: 
                   18785:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   18786:          error in xnode, which were not catched in xdoc]
                   18787: 
                   18788:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   18789:          prepared:        // validate each document after load/create (?)
                   18790:                 //xmlDoValidityCheckingDefaultValue = 1;
                   18791: 
                   18792: 2002-08-15  paf
                   18793: 
                   18794:        * src/classes/classes.h: write to static var caused useless
                   18795:          Exception, introduced Methoded::put_element wich consumes those
                   18796: 
                   18797:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   18798:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   18799:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   18800:          $response:field[date] $response:field[$.xxx[date]]
                   18801: 
                   18802:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   18803:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   18804:          ^hash::sql{bad}
                   18805: 
                   18806:        * operators.txt: $request:body unprecessed POST request body
                   18807: 
                   18808:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   18809: 
                   18810:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   18811:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   18812: 
                   18813:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   18814:          src/include/pa_request.h, src/main/pa_pool.C,
                   18815:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   18816:          $request:body r.post_data now const
                   18817: 
                   18818:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   18819:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   18820:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   18821:          types/pa_vtable.h: instead of type() checking everywhere used
                   18822:          Value.as now user descendants can be used in params.
                   18823: 
                   18824:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   18825:          ^if($xtable) now OK
                   18826: 
                   18827:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   18828:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   18829:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   18830: 
                   18831: 2002-08-14  paf
                   18832: 
                   18833:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   18834:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   18835:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18836:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18837:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18838:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   18839:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   18840:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18841:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18842:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18843:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18844:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18845:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18846:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   18847:          & VClass
                   18848: 
                   18849:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   18850: 
                   18851:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   18852:          removed fixopt stupidity. on stupid linux use cd /document/root
                   18853:          ../cgi/parser3 script
                   18854: 
                   18855:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   18856:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   18857: 
                   18858:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   18859:          fixopt.h: fixopt now preprocesses command line params, splitting
                   18860:          them by space, excluding argv[0], argv[argc-1]
                   18861: 
                   18862:        * src/targets/cgi/parser3.C: -f config file
                   18863: 
                   18864:        * src/targets/cgi/parser3.C: fixed .log file dir
                   18865: 
                   18866: 2002-08-13  paf
                   18867: 
                   18868:        * src/types/pa_vobject.C: allow override parent variables, useful
                   18869:          for form descendants [in vobject too, were in vclass]
                   18870: 
                   18871:        * src/types/pa_vclass.C: allow override parent variables, useful
                   18872:          for form descendants
                   18873: 
                   18874:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   18875:          overwritten in derived(table)
                   18876: 
                   18877:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   18878:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   18879:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   18880:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18881:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   18882:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   18883:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   18884:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18885:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   18886:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   18887:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18888:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18889:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18890:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18891:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   18892:          Value::get_element(..., bool looking_down) [needed to exclude
                   18893:          endless recoursion]
                   18894: 
                   18895:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   18896:          fix bug with put endless recoursion todo: check 'as'
                   18897: 
                   18898:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   18899:          reorganized modules todo: fix bug with put endless recoursion
                   18900:          todo: check 'as'
                   18901: 
                   18902:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   18903:          in derived(table)
                   18904: 
                   18905:        * src/types/pa_vobject.h: derived classes can have fields of their
                   18906:          own now
                   18907: 
                   18908:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   18909:          fixed error message on using non-created table
                   18910: 
                   18911:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   18912:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   18913:          main/compile.C, main/compile.tab.C, main/execute.C,
                   18914:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   18915:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   18916:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   18917:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18918:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   18919:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18920:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   18921:          types/pa_vresponse.C, types/pa_vresponse.h,
                   18922:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18923:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   18924:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   18925:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   18926:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   18927:          looking down/up tree todo: fix error message on non-constructed
                   18928:          parents
                   18929: 
                   18930: 2002-08-12  paf
                   18931: 
                   18932:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   18933:          derived OK
                   18934: 
                   18935:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   18936:          thorough testing
                   18937: 
                   18938:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   18939:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   18940:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   18941:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   18942:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   18943:          ^base:create[] dynamic call rewritten todo: thorough testing
                   18944: 
                   18945:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   18946:          now instantates base class, remembers it and saves child in
                   18947:          parent VObject.get_class now returns last child = downward
                   18948:          virtual calls OK
                   18949: 
                   18950:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   18951:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   18952:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   18953:          types/pa_vobject.h, types/pa_vresponse.h,
                   18954:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18955:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   18956:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   18957:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   18958:          instance]
                   18959: 
                   18960:        * src/main/pa_request.C: $response:body[file] content-type check
                   18961:          fixed [were bad when content-type is hash]
                   18962: 
                   18963: 2002-08-09  paf
                   18964: 
                   18965:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   18966:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   18967: 
                   18968: 2002-08-08  paf
                   18969: 
                   18970:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   18971:          src/main/pa_globals.C: year column in month calendar [week year]
                   18972: 
                   18973:        * src/main/execute.C: error reporting on object writes to MAIN
                   18974:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   18975: 
                   18976:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   18977:          $date.daylightsaving
                   18978: 
                   18979:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   18980:          use tainted data now. only she must specify the language.
                   18981: 
                   18982:          ^mail:send[     $.from[paf@mail.design.ru]
                   18983:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   18984:                $.text[^taint[uri][ìîñêâà]=] ]
                   18985: 
                   18986:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   18987:          now prints more precise origin
                   18988: 
                   18989:        * src/include/pa_string.h: String::first_char now not fails on
                   18990:          empty strings ^if(-f '') now ok and in 3 other places.
                   18991: 
                   18992:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   18993:          String::first_char now not fails on empty strings ^if(-f '') now
                   18994:          ok and in 3 other places.
                   18995: 
                   18996: 2002-08-07  paf
                   18997: 
                   18998:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   18999:          fixed
                   19000: 
                   19001:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   19002: 
                   19003:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   19004:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   19005:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   19006:          mistakenly not completely transparent to object writes.
                   19007:          $hash[^if(1){$hash}] now works
                   19008: 
                   19009:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   19010:          now erasing cache file [there were bad check on that]
                   19011: 
                   19012:        * src/: classes/classes.dsp, classes/table.C,
                   19013:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   19014:          all Debug dirs in .dsp now named 'Debug'
                   19015: 
1.116     moko     19016:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     19017: 
                   19018:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   19019: 
                   19020:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   19021: 
                   19022:        * src/types/pa_vmail.C: mail:send empty  email checked
                   19023: 
                   19024: 2002-08-06  paf
                   19025: 
                   19026:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   19027:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   19028:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   19029: 
                   19030:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   19031:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   19032:          #  $.default() }
                   19033: 
                   19034:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   19035: 
                   19036:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   19037:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   19038:          $file.content-type [instead of .mime-type] now works for
                   19039:          file::stat also
                   19040: 
                   19041:        * src/main/pa_request.C: case insensitive mime_type_of
                   19042: 
                   19043: 2002-08-05  paf
                   19044: 
                   19045:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   19046: 
                   19047:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   19048: 
                   19049:        * operators.txt: comment on date:calendar week column
                   19050: 
                   19051:        * src/main/pa_common.C: write checked
                   19052: 
                   19053:        * src/main/: pa_common.C: write checked
                   19054: 
                   19055:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   19056: 
                   19057:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   19058:          month calendar week column [ISO 8601 Week Numbers]
                   19059: 
                   19060: 2002-08-02  paf
                   19061: 
                   19062:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   19063:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   19064:          DEBUG*
                   19065: 
                   19066:        * configure, configure.in, src/include/pa_version.h: release
                   19067:          3_0_0005
                   19068: 
                   19069:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   19070:          multipart post fixed
                   19071: 
                   19072:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   19073:          response transcoded source->client only when text/* or simple
                   19074:          onoverridden $response:body
                   19075: 
                   19076: 2002-08-01  paf
                   19077: 
                   19078:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19079:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19080:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   19081:          classes/op.C, classes/response.C, classes/string.C,
                   19082:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   19083:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   19084:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19085:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   19086:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   19087:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   19088:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   19089:          include/pa_socks.h, include/pa_sql_connection.h,
                   19090:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   19091:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19092:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19093:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19094:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   19095:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   19096:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19097:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   19098:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   19099:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   19100:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   19101:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19102:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   19103:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   19104:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   19105:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   19106:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19107:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   19108:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   19109:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   19110:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   19111:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   19112:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   19113:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   19114:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19115:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   19116:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19117:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   19118:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   19119:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19120:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   19121:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   19122:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19123:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     19124:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     19125: 
                   19126:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   19127:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   19128:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   19129:          classes/math.C, classes/op.C, classes/response.C,
                   19130:          classes/string.C, classes/table.C, classes/void.C,
                   19131:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19132:          include/pa_array.h, include/pa_cache_managers.h,
                   19133:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   19134:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19135:          include/pa_dictionary.h, include/pa_dir.h,
                   19136:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19137:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19138:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19139:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19140:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19141:          include/pa_stack.h, include/pa_string.h,
                   19142:          include/pa_stylesheet_connection.h,
                   19143:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19144:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   19145:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   19146:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19147:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   19148:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   19149:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   19150:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   19151:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   19152:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   19153:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   19154:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19155:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19156:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   19157:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   19158:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19159:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19160:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   19161:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   19162:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   19163:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   19164:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   19165:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   19166:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   19167:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19168:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   19169:          types/pa_vresponse.C, types/pa_vresponse.h,
                   19170:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19171:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   19172:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   19173:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   19174:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   19175:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   19176:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   19177:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   19178:          types/Makefile.am: ident.C* removed
                   19179: 
                   19180:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   19181:          file:find[/can/do/this/now.txt]
                   19182: 
                   19183:        * src/targets/cgi/parser3.C: usage to stdout now
                   19184: 
                   19185: 2002-07-31  paf
                   19186: 
                   19187:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   19188: 
                   19189:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   19190:          default "postmaster"
                   19191: 
                   19192:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   19193:          -f postmaster now default sendmail key word "postmaster"
                   19194:          replaced to $.from
                   19195: 
                   19196: 2002-07-30  paf
                   19197: 
1.116     moko     19198:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   19199:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     19200: 
                   19201:        * src/main/pa_charset.C: comment
                   19202: 
                   19203:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   19204:          table, &#decimal;
                   19205: 
                   19206:        * src/main/pa_request.C: comment
                   19207: 
                   19208:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   19209:          paragraf]
                   19210: 
                   19211: 2002-07-11  paf
                   19212: 
                   19213:        * src/main/pa_exec.C: build command line badly added params twice
                   19214:          [and first time without ' ']. double wrong. fixed.
                   19215: 
                   19216:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   19217:          wich parser did not provide = reported badly.  fixed that.
                   19218: 
                   19219:        * src/classes/mail.C: $MAIL[ # xxx ]
                   19220: 
                   19221:          now ok
                   19222: 
                   19223:        * operators.txt: plan: sql detailed exception
                   19224: 
                   19225: 2002-07-01  paf
                   19226: 
                   19227:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   19228:          [MForm.configure_admin were called when request.main_class ==0
                   19229: 
                   19230:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   19231: 
                   19232:        * src/classes/form.C: content_length type fix
                   19233: 
                   19234: 2002-06-30  paf
                   19235: 
                   19236:        * src/classes/mail.C: merged from 4
                   19237: 
                   19238:        * src/classes/mail.C: restored $MAIL
                   19239: 
                   19240: 2002-06-28  paf
                   19241: 
                   19242:        * configure, configure.in: removed paths.h
                   19243: 
1.116     moko     19244:        * configure, src/include/pa_version.h,
1.95      moko     19245:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   19246:          merged, makes updated
                   19247: 
                   19248:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   19249:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19250:          src/include/pa_pool.h, src/include/pa_version.h,
                   19251:          src/main/pa_charset.C, src/main/pa_pool.C,
                   19252:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   19253:          src/types/pa_vmail.C: merged latest updates to head
                   19254: 
                   19255: 2002-06-27  paf
                   19256: 
                   19257:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   19258:          not error now
                   19259: 
                   19260:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   19261:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   19262:          src/main/pa_charset.C, src/main/pa_pool.C:
                   19263:          ^xdoc::create[[uri]]... base uri for document being created,
                   19264:          imports and other relative file names would be relative to this
                   19265:          uri default uri=path_translated
                   19266: 
                   19267:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   19268: 
                   19269: 2002-06-26  paf
                   19270: 
                   19271:        * configure, configure.in, src/include/pa_version.h:
                   19272:          release_3_0_0004
                   19273: 
                   19274:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   19275:          0 now
                   19276: 
                   19277:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   19278: 
                   19279: 2002-06-25  paf
                   19280: 
                   19281:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   19282:          considered bad number now
                   19283: 
                   19284:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   19285:          now
                   19286: 
                   19287:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   19288:          name: optimize
                   19289: 
                   19290:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   19291:          library configured
                   19292: 
                   19293:        * src/main/pa_request.C: configure_admin forced if no @conf
                   19294: 
1.150     moko     19295:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   19296:          ^math:crypt updated to generate random salt when needed and to
                   19297:          call system crypt() if not $apr1$ prefix
1.95      moko     19298: 
                   19299: 2002-06-24  paf
                   19300: 
                   19301:        * INSTALL: --with-static/shared-mailreceive described
                   19302: 
                   19303:        * src/include/pa_config_fixed.h: ssize_t fixed
                   19304: 
1.116     moko     19305:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   19306:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     19307:          src/types/pa_vmail.C: $mail:received makes update
                   19308: 
                   19309:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   19310:          WITH_MAILRECEIVE
                   19311: 
                   19312:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   19313: 
                   19314:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   19315:          option, for $mail:receive
                   19316: 
                   19317:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   19318:          introducting $message:received ^mail:send rewritten with backward
                   19319:          comp
                   19320: 
                   19321:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   19322:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   19323:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   19324:          now
                   19325: 
                   19326:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   19327:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   19328:          src/include/pa_request.h, src/include/pa_string.h,
                   19329:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   19330:          src/main/pa_globals.C, src/main/pa_request.C,
                   19331:          src/main/pa_string.C, src/main/pa_uue.C,
                   19332:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   19333:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   19334:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   19335:          uue to separate file introducting $message:received ^mail:send
                   19336:          rewritten with backward comp
                   19337: 
                   19338: 2002-06-21  paf
                   19339: 
1.116     moko     19340:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   19341:          co changes
1.95      moko     19342: 
1.116     moko     19343:        * configure, configure.in, src/lib/md5/Makefile.am,
                   19344:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   19345:          restructure .in and .am files appropriate changes
1.95      moko     19346: 
                   19347:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   19348:          pcre to libs/ added libs/md5 which is linked to non-apache
                   19349:          targets ^math:crypt[password;$apr1$salt]
                   19350: 
                   19351:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   19352:          src/Makefile.am, src/classes/Makefile.am,
                   19353:          src/classes/classes.dsp, src/classes/math.C,
                   19354:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     19355:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   19356:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   19357:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   19358:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   19359:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   19360:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   19361:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   19362:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     19363:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   19364:          src/lib/pcre/pcre_parser_ctype.dsp,
                   19365:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   19366:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   19367:          src/main/compile.tab.C, src/main/main.dsp,
                   19368:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   19369:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   19370:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   19371:          to libs/ added libs/md5 which is linked to non-apache targets
                   19372:          ^math:crypt[password;$apr1$salt]
                   19373: 
                   19374: 2002-06-20  paf
                   19375: 
1.150     moko     19376:        * INSTALL, configure, configure.in, operators.txt,
                   19377:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   19378:          src/include/pa_globals.h, src/include/pa_request.h,
                   19379:          src/main/execute.C, src/main/pa_request.C,
                   19380:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   19381:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   19382:          file:justname&co & @auto/conf[filespec
1.95      moko     19383: 
                   19384:        * operators.txt, src/classes/file.C:
                   19385:          !^file:dirname[/a/some.tar.gz]=/a
                   19386:              !^file:dirname[/a/b/]=/a
                   19387:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   19388:              !^file:justname[/a/some.tar.gz]=some.tar
                   19389:              !^file:justext[/a/some.tar.gz]=gz
                   19390: 
                   19391:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   19392:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   19393:          @conf/auto[filespec]
                   19394: 
1.116     moko     19395:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     19396: 
1.150     moko     19397:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     19398:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   19399:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   19400: 
                   19401: 2002-06-18  paf
                   19402: 
                   19403:        * configure, configure.in, src/include/pa_version.h: version to
                   19404:          configure.in
                   19405: 
                   19406:        * INSTALL: reflected .conf.dist dir change
                   19407: 
1.150     moko     19408:        * Makefile.am, configure, configure.in,
1.116     moko     19409:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     19410:          .in & *.am updated
                   19411: 
                   19412:        * src/classes/file.C: strncasecmp
                   19413: 
                   19414:        * src/classes/file.C: strcasecmp
                   19415: 
1.150     moko     19416:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     19417: 
                   19418:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   19419:          insensitive check now
                   19420: 
                   19421:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   19422: 
                   19423:        * configure, configure.in, src/include/pa_pool.h,
                   19424:          src/include/pa_types.h: pack configure.in detection simplified.
                   19425:          figured out that gcc on sparc not that stupid as thought
                   19426:          previously: on sparc: when it sees packed class it modifies it's
                   19427:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   19428:          operations [st, lduh] so packed must be all parts of packed
                   19429:          class, i.e. it's parents&fields(classes).  for now it's only
                   19430:          String that packed and what was wrong is that it's parent -
                   19431:          Pooled, were not packed. fixed that.
                   19432: 
                   19433: 2002-06-14  paf
                   19434: 
                   19435:        * operators.txt: more precise xml-to-text options
                   19436: 
                   19437:        * operators.txt, src/types/pa_vxnode.C: xnode
                   19438:          attribute_node.name/value xnode pi.node.data
                   19439: 
                   19440: 2002-06-12  paf
                   19441: 
1.116     moko     19442:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   19443:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     19444: 
                   19445:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   19446:          src/include/pa_globals.h, src/include/pa_request.h,
                   19447:          src/main/compile.tab.C, src/main/pa_globals.C,
                   19448:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   19449:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   19450: 
                   19451:        * src/classes/mail.C: sendmail -ti [default now]
                   19452: 
                   19453:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   19454:          to be strings. for convinient #ing
                   19455: 
                   19456:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   19457:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   19458: 
                   19459:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   19460:          main/pa_globals.C, main/pa_request.C: @conf
                   19461: 
                   19462: 2002-06-11  paf
                   19463: 
                   19464:        * src/classes/file.C: check simplified
                   19465: 
                   19466:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   19467:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   19468:          valid prefix
                   19469: 
                   19470:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   19471:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   19472:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   19473: 
                   19474: 2002-06-10  paf
                   19475: 
                   19476:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   19477:          src/main/pa_common.C: lock failures reported now
                   19478: 
                   19479:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   19480:          string->double @ compile time were not-enough-checking...
                   19481: 
                   19482:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   19483:          autoconvert now ignored
                   19484: 
                   19485:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   19486:          check
                   19487: 
                   19488:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   19489:          $response:body content-type:name
                   19490: 
                   19491:        * configure, configure.in: hpux check, nsl link, no socket
                   19492: 
                   19493:        * operators.txt: old merge conflict removed
                   19494: 
                   19495:        * configure, configure.in: pack even address access on sparc&co
                   19496:          arch checked in configure
                   19497: 
                   19498:        * configure, src/include/pa_version.h: makes
                   19499: 
                   19500:        * configure, configure.in, src/include/pa_version.h: makes
                   19501: 
                   19502:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   19503:          with charset even when all letters were 7bit one
                   19504: 
                   19505:        * src/main/pa_common.C: merged fixed -d (bug)
                   19506: 
                   19507:        * src/main/pa_common.C: fixed -d (bug)
                   19508: 
                   19509: 2002-06-03  paf
                   19510: 
                   19511:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   19512:          src/classes/classes.dsp, src/main/compile.tab.C,
                   19513:          src/main/main.dsp, src/main/pa_globals.C,
                   19514:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   19515:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   19516:          .dsp-s along with reorganized cvs modules dirs structure
                   19517: 
                   19518:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19519:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   19520:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   19521:          modules
                   19522: 
                   19523: 2002-05-28  paf
                   19524: 
                   19525:        * src/targets/cgi/parser3.C: info.uri now ""
                   19526: 
                   19527: 2002-05-17  paf
                   19528: 
                   19529:        * src/classes/: table.C: ^table.save << checked empty
                   19530:          pre/match/post columns
                   19531: 
                   19532: 2002-05-16  paf
                   19533: 
                   19534:        * src/classes/image.C: image::measure can png now
                   19535: 
                   19536: 2002-05-15  paf
                   19537: 
                   19538:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   19539:          added
                   19540: 
                   19541:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   19542: 
                   19543:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   19544:          %H[:%M[:%S]]]]]] [-%m now
                   19545: 
                   19546: 2002-05-14  paf
                   19547: 
                   19548:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   19549: 
                   19550: 2002-05-07  paf
                   19551: 
                   19552:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   19553:          src/include/pa_globals.h, src/include/pa_request.h,
                   19554:          src/include/pa_table.h, src/main/compile.tab.C,
                   19555:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   19556:          src/main/pa_request.C, src/main/pa_table.C,
                   19557:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   19558:          src/targets/isapi/parser3isapi.dsp,
                   19559:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   19560:          name2number field now &.  main_method_name now on Request pool
                   19561:          rather on global_pool [Junction+VJunction created on same pool as
                   19562:          name = were created on global pool, causing mem leaks]
                   19563: 
                   19564:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   19565:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   19566:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   19567:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   19568:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   19569:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   19570:          field now &.  main_method_name now on Request pool rather on
                   19571:          global_pool [Junction+VJunction created on same pool as name =
                   19572:          were created on global pool, causing mem leaks]
                   19573: 
                   19574: 2002-05-06  paf
                   19575: 
                   19576:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19577:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19578:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19579: 
                   19580:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   19581:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   19582:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   19583: 
                   19584: 2002-04-30  paf
                   19585: 
                   19586:        * configure, src/include/pa_version.h: version now not b
                   19587: 
                   19588:        * src/targets/cgi/parser3.C: request.uri now never 0
                   19589: 
                   19590: 2002-04-29  paf
                   19591: 
                   19592:        * configure.in: removed b
                   19593: 
                   19594:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   19595:          Exception::comment/type checked in (), no there's no empty
                   19596:          type/comment by default
                   19597: 
                   19598:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   19599:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   19600:          src/doc/value.dox, src/include/pa_exception.h,
                   19601:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   19602:          0001
                   19603: 
                   19604: 2002-04-26  paf
                   19605: 
                   19606:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   19607:          size reduced
                   19608: 
                   19609: 2002-04-25  paf
                   19610: 
                   19611:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   19612:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   19613:          now that took into account
                   19614: 
                   19615:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   19616:          01:03:04]
                   19617: 
                   19618:        * ChangeLog, operators.txt, src/classes/date.C:
                   19619:          ^date::create[2002-12-33 01:03:04]
                   19620: 
                   19621:        * ChangeLog: updated changelog
                   19622: 
                   19623:        * src/classes/table.C: removed restriction on column count to
                   19624:          ^table.hash to work, now must be >0 [were >1]
                   19625: 
                   19626: 2002-04-24  paf
                   19627: 
                   19628:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   19629:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   19630:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   19631:          targets
                   19632: 
                   19633: 2002-04-23  paf
                   19634: 
                   19635:        * operators.txt, src/classes/string.C:
                   19636:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   19637:          "junction used outside of context"]
                   19638: 
                   19639: 2002-04-22  paf
                   19640: 
                   19641:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   19642:          src/main/pa_string.C, src/types/pa_vstring.C,
                   19643:          src/types/pa_vstring.h: ^string.optimize[]
                   19644: 
                   19645:        * src/: include/pa_globals.h, include/pa_table.h,
                   19646:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   19647:          table template
                   19648: 
                   19649:        * src/classes/: string.C: optimize removed from string
                   19650:          .left/right/pos
                   19651: 
                   19652:        * src/main/execute.C: rolled back to
                   19653:          before_killing_userjunction_contexts
                   19654: 
                   19655:        * src/main/execute.C: user junctions context killed
                   19656: 
                   19657:        * src/main/execute.C: junctions to local contexts got
                   19658:          cleanized&checked later
                   19659: 
                   19660: 2002-04-19  paf
                   19661: 
                   19662:        * src/: classes/string.C, include/pa_request.h,
                   19663:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   19664:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   19665:          prior to .left .right .mid .pos .match when that is profitable,
                   19666:          and always before .replace when $ORIGINS(1) optimization disabled
                   19667:          economy from not wasting mem on lots of strings which occur by
                   19668:          lots of String:mid calls to get parts of source string between
                   19669:          found_occurances
                   19670: 
                   19671:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   19672:          ^file:list
                   19673: 
                   19674:        * src/: include/pa_globals.h, include/pa_table.h,
                   19675:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   19676:          globalized, not created @ each ^match anymore economy:
                   19677:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   19678: 
                   19679:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   19680:          removed from each String::match replace iteration, and made
                   19681:          stacked sizeof(VTable)=12bytes economy on each replace code
                   19682: 
                   19683:        * src/doc/footer.htm: 2001,
                   19684: 
                   19685:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   19686:          string.match[]['] option enables generation of $match.prematch
                   19687:          .match .postmatch columns
                   19688: 
                   19689:        * src/main/pa_string.C: String::match options analized without
                   19690:          cstr-ing them now
                   19691: 
                   19692:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   19693:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   19694:          config updated to doxygen 1.2.15, created helper which fixes
                   19695:          minor bugs in chm project files & htm tree.  changed extension to
                   19696:          .htm
                   19697: 
                   19698: 2002-04-18  paf
                   19699: 
                   19700:        * src/doc/doxygen.cfg: .chi generation disabled
                   19701: 
                   19702:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   19703:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   19704:          fields&methods
                   19705: 
                   19706:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   19707:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   19708:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   19709:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   19710:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   19711:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   19712:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19713:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   19714:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   19715:          VStateless_class to VObject
                   19716: 
                   19717:        * src/: main/pa_request.C, types/pa_valiased.h,
                   19718:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   19719:          types/pa_vstring.h: VStateless_string_object speicalized light
                   19720:          version of VStateless_object
                   19721: 
                   19722:        * src/classes/op.C: ^throw comment param made optional
                   19723: 
                   19724:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   19725:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   19726:          and implemented down in VClass, fclass_alias removed,
                   19727: 
                   19728:        * src/types/pa_value.C: forced to cut that from .h because of
                   19729:          VStateless_class usage [undefined in .h]
                   19730: 
                   19731:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19732:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19733:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   19734:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   19735:          on each CALL]
                   19736: 
                   19737:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   19738:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   19739:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   19740:          classes/response.C, classes/string.C, classes/table.C,
                   19741:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   19742:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   19743:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   19744:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   19745:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   19746:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   19747:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   19748:          removed Value::fname
                   19749: 
                   19750: 2002-04-17  paf
                   19751: 
                   19752:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   19753:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   19754:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   19755:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   19756:          state, PTHROW freshen to throw & co
                   19757: 
                   19758:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   19759: 
                   19760:        * src/classes/op.C: taint local result var bug fixed
                   19761: 
                   19762: 2002-04-16  paf
                   19763: 
                   19764:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   19765:          Attic asm.txt as most interesting
                   19766: 
                   19767:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   19768:          check, preventing content-length: 0 from appearing
                   19769: 
                   19770:        * src/main/execute.C: $result in @main now taken into account as in
                   19771:          usual functions
                   19772: 
                   19773:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   19774:          & @unhandled_exception now taken into account as in usual
                   19775:          functions
                   19776: 
                   19777:        * src/doc/postbuild.txt: instructions on post .html build
                   19778: 
                   19779:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   19780: 
                   19781:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   19782:          tainted
                   19783: 
                   19784:        * src/main/pa_request.C: uri in error log
                   19785: 
                   19786:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   19787:          cheched date:create(days) param for validity [later were assumed
                   19788:          valid and crashed on invalid onces]
                   19789: 
                   19790:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19791:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   19792:          and used that for removing VString wrapper
                   19793: 
                   19794:        * src/classes/op.C: exception2vhash file now tainted
                   19795: 
                   19796:        * src/classes/op.C: _process pseudo origin copied from local var to
                   19797:          heap
                   19798: 
                   19799:        * src/classes/op.C: extra check on empty file in origin in _execute
                   19800: 
                   19801: 2002-04-15  paf
                   19802: 
                   19803:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   19804: 
                   19805:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   19806:          functions
                   19807: 
                   19808:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   19809:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   19810:          started dual write_xxx_lang functions, if checked & works
                   19811: 
                   19812:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   19813:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   19814:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   19815:          unnecessary VString shells
                   19816: 
                   19817:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   19818:          prev changes]
                   19819: 
                   19820:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   19821:          classes/table.C, include/pa_request.h, main/execute.C,
                   19822:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   19823:          StringOrValue wcontext result, now ready for dual writes
                   19824: 
                   19825:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   19826:          checked that
                   19827: 
                   19828:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   19829:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   19830:          changed to OP_WRITE_VALUE in var get cases
                   19831: 
                   19832:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   19833:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   19834:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19835:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   19836:          switch in hash constructor fixed [were problems with using of
                   19837:          stacked wwrapper after it's death]
                   19838: 
                   19839: 2002-04-12  paf
                   19840: 
                   19841:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   19842: 
                   19843: 2002-04-11  paf
                   19844: 
                   19845:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   19846:          Request::process_internal codeFrame & wwrapper stacked [not
                   19847:          wasting  heap anymore]
                   19848: 
                   19849: 2002-04-10  paf
                   19850: 
                   19851:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   19852:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   19853:          classes/string.C, classes/table.C, classes/void.C,
                   19854:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   19855:          main/pa_string.C: killed Request::process() wrapping
                   19856:          VString(String) in case we need only String
                   19857: 
                   19858:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   19859:          killed 8 bytes from String.head
                   19860: 
                   19861: 2002-04-09  paf
                   19862: 
                   19863:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   19864:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   19865:          local*/char b[...];      a=b; situations
                   19866: 
                   19867:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   19868: 
                   19869:        * src/classes/xdoc.C: xslt params fixed
                   19870: 
                   19871:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   19872:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   19873:          not pool.malloc(MAX_NUMBER) but really neaded
                   19874: 
                   19875:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   19876:          int/double.int/double(default)
                   19877: 
                   19878: 2002-04-04  paf
                   19879: 
                   19880:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   19881:          [when reconstructing pieces were split by
                   19882:          max_integral(piece.size), thus some strings to replace happen to
                   19883:          be split into two = not replaced)
                   19884: 
                   19885:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   19886:          standalone version = current dir
                   19887: 
                   19888:        * src/targets/cgi/parser3.C: document root in standalone version =
                   19889:          current dir
                   19890: 
                   19891: 2002-04-03  paf
                   19892: 
                   19893:        * configure, configure.in: more checks on nonexistent charset
                   19894: 
1.116     moko     19895:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     19896: 
                   19897: 2002-04-02  paf
                   19898: 
                   19899:        * src/main/compile.C: parser.compile [exception name more like in
                   19900:          doc]
                   19901: 
                   19902: 2002-04-01  paf
                   19903: 
                   19904:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   19905:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   19906:          .content-type.charset, not .charset
                   19907: 
                   19908: 2002-03-29  paf
                   19909: 
                   19910:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   19911: 
                   19912:        * operators.txt, src/classes/date.C: ^date::create now may not
                   19913:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   19914:          days' year.  | 31.05->31.04   roll
                   19915: 
                   19916: 2002-03-28  paf
                   19917: 
                   19918:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   19919:          src/include/pa_globals.h, src/include/pa_hash.h,
                   19920:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   19921:          ^cache(seconds)    ^cache[date] }
                   19922: 
                   19923:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   19924:          param
                   19925: 
                   19926: 2002-03-27  paf
                   19927: 
                   19928:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   19929:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   19930:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   19931:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   19932:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   19933:          src/classes/xnode.C, src/include/pa_exception.h,
                   19934:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   19935:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   19936:          src/main/pa_array.C, src/main/pa_charset.C,
                   19937:          src/main/pa_charsets.C, src/main/pa_common.C,
                   19938:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   19939:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   19940:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   19941:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   19942:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   19943:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   19944:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   19945:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   19946:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   19947:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   19948:          src/types/pa_wwrapper.h: assigned exception types
                   19949: 
                   19950:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   19951:          src/include/pa_request.h, src/main/execute.C,
                   19952:          src/main/pa_request.C: decided agains resetting exception_trace,
                   19953:          just changed name
                   19954: 
                   19955: 2002-03-26  paf
                   19956: 
                   19957:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   19958:          fixed
                   19959: 
                   19960:        * src/classes/op.C: forced language of $source field of exception
                   19961:          to 'tainted', so that sql-langed-frags could be outputed outside
                   19962:          of connect
                   19963: 
                   19964:        * operators.txt: removed date.roll limit of +-1 offset
                   19965: 
                   19966:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   19967: 
                   19968:        * operators.txt, src/classes/date.C: fixed date roll on
                   19969:          daylightsaving days mktime took into account tm_isdst flag, which
                   19970:          remained from BEFORE roll, but should have been reset
                   19971: 
                   19972: 2002-03-25  paf
                   19973: 
                   19974:        * operators.txt, src/targets/cgi/parser3.C:
                   19975:          http_site_config_filespec
                   19976: 
                   19977:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   19978:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   19979:          with any/both --disable-foreign-group-files --disable-execs
                   19980: 
                   19981:        * INSTALL: "--with=sendmail=COMMAND" comment
                   19982: 
                   19983:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   19984:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     19985:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   19986:          disables execs also.  introducing --sendmail
1.95      moko     19987: 
                   19988:        * operators.txt: pgsql options comment
                   19989: 
                   19990:        * INSTALL: comment on --disable-link-stdcpp
                   19991: 
1.116     moko     19992:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   19993:          libstdc++ link skipping configure option
1.95      moko     19994: 
                   19995:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   19996:          with error were put to cache with 'marked_to_rollback' flag, all
                   19997:          consequent even OK requests rolled back
                   19998: 
                   19999: 2002-03-22  paf
                   20000: 
                   20001:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   20002:          false return
                   20003: 
                   20004:        * operators.txt: few comments on sets
                   20005: 
                   20006: 2002-03-18  paf
                   20007: 
                   20008:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   20009:          src/include/pa_globals.h, src/include/pa_request.h,
                   20010:          src/include/pa_stack.h, src/main/pa_globals.C,
                   20011:          src/main/pa_request.C: introducing ^try
                   20012: 
                   20013:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   20014:          types/pa_vdouble.h: removed some tested @tests
                   20015: 
                   20016: 2002-03-15  paf
                   20017: 
                   20018:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   20019: 
                   20020: 2002-03-13  paf
                   20021: 
                   20022:        * src/main/pa_exception.C: checked not-pooled malloc
                   20023: 
                   20024: 2002-03-11  paf
                   20025: 
                   20026:        * INSTALL, configure, configure.in,
                   20027:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   20028: 
                   20029:        * src/main/pa_common.C: --disable-foreign-group-files
                   20030: 
                   20031:        * INSTALL: --disable-execs
                   20032: 
                   20033:        * src/main/pa_exec.C: --disable-execs
                   20034: 
                   20035:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20036:          --disable-execs
                   20037: 
                   20038:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   20039: 
                   20040:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   20041:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   20042: 
                   20043: 2002-03-05  paf
                   20044: 
                   20045:        * operators.txt, src/classes/date.C: date week calendar columns
                   20046:          named
                   20047: 
                   20048:        * operators.txt, src/classes/date.C: date week calendar columns
                   20049:          named
                   20050: 
                   20051:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   20052:          requires headers to be terminated with \r\n manually [refuses to
                   20053:          separate header/body itself]
                   20054: 
                   20055:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   20056:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   20057: 
                   20058: 2002-03-04  paf
                   20059: 
                   20060:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   20061:          in PASS language
                   20062: 
                   20063:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   20064:          deserialize checks on broken file
                   20065: 
                   20066:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   20067:          parser3isapi.dsp: isapi updated
                   20068: 
                   20069: 2002-03-01  paf
                   20070: 
                   20071:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   20072: 
                   20073: 2002-02-28  paf
                   20074: 
                   20075:        * src/main/untaint.C: removed some debug comments
                   20076: 
                   20077:        * src/main/pa_charsets.C: when placing charset to cache using
                   20078:          global name now [were request]
                   20079: 
                   20080:        * configure, configure.in: apache module updated
                   20081: 
                   20082:        * src/main/pa_string.C: origin by first piece preferred before last
                   20083:          piece
                   20084: 
                   20085: 2002-02-27  paf
                   20086: 
                   20087:        * src/main/pa_charset.C: size_t
                   20088: 
                   20089:        * INSTALL: shared/static-xml with-pathlink
                   20090: 
                   20091:        * operators.txt: SMTP comment
                   20092: 
                   20093: 2002-02-26  paf
                   20094: 
                   20095:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   20096: 
                   20097:        * src/classes/xnode.C: in some situation, xpath query returned
                   20098:          result with type NODESET, but empty nodeset member field, checked
                   20099:          that
                   20100: 
                   20101: 2002-02-22  paf
                   20102: 
                   20103:        * INSTALL: without-zlib comment
                   20104: 
                   20105:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   20106: 
                   20107:        * configure, configure.in: glib###.a detection fixed
                   20108: 
                   20109:        * INSTALL: hashfile removed from INSTALL
                   20110: 
1.116     moko     20111:        * Makefile.am: make update
1.95      moko     20112: 
                   20113:        * src/main/pa_string.C: string iterators fixed again, so were
                   20114:          String::join_chain
                   20115: 
                   20116:        * src/main/pa_string.C: string iterators fixed again, so were
                   20117:          String::join_chain
                   20118: 
                   20119:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   20120:          fixed again, so were String::join_chain
                   20121: 
                   20122:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   20123: 
                   20124:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   20125:          "session"
                   20126: 
1.116     moko     20127:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   20128:          --with-shared-xml --with-static-xml
1.95      moko     20129: 
                   20130:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   20131:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20132:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   20133:          xalan&xml
                   20134: 
                   20135:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   20136: 
                   20137:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   20138:          src/types/types.dsp: removed hashfile support from sources for
                   20139:          now
                   20140: 
1.116     moko     20141:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     20142:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     20143:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   20144:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   20145:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     20146:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     20147:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   20148:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   20149:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     20150: 
                   20151: 2002-02-21  paf
                   20152: 
                   20153:        * src/main/untaint.C: removed debug code, activated commented-for
                   20154:          debug parts
                   20155: 
1.116     moko     20156:        * Makefile.am: make cvsupdate
1.95      moko     20157: 
                   20158:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20159:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   20160:          append_row, not at link zero now string to string appending works
                   20161: 
                   20162: 2002-02-20  paf
                   20163: 
                   20164:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   20165:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   20166:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   20167: 
                   20168:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20169:          economy: 22%
                   20170: 
                   20171:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   20172:          space uptimized: string::link_row removed
                   20173: 
                   20174:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   20175:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   20176:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20177:          types/pa_vstring.h: speed uptimized: string::is_empty
                   20178: 
                   20179:        * operators.txt, src/include/pa_common.h,
                   20180:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   20181:          src/include/pa_types.h, src/main/compile.tab.C,
                   20182:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   20183:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   20184:          string append optimiziation idea and estimates
                   20185: 
                   20186: 2002-02-19  paf
                   20187: 
                   20188:        * src/classes/math.C: not used directly [but erroreously reported
                   20189:          that 'is', thus registering twice&other probs]
                   20190: 
                   20191:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   20192:          to node [element]
                   20193: 
                   20194:        * src/main/compile.C: without string_origins parse error
                   20195:          file+line+col possible
                   20196: 
                   20197:        * src/main/: compile.C: without string_origins not worked
                   20198: 
                   20199: 2002-02-18  paf
                   20200: 
                   20201:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   20202:          trick i've installed into double::as_string
                   20203: 
                   20204:        * src/main/pa_globals.C: extern "C" was removed too fast
                   20205: 
                   20206:        * src/: include/pa_opcode.h, include/pa_request.h,
                   20207:          main/compile.tab.C, main/compile.y, main/execute.C,
                   20208:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   20209:          with string/nonstring values, now in expressions double/int
                   20210:          values are passed as-is, without stupid tostring/fromstring
                   20211:          conversions
                   20212: 
                   20213:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   20214:          __cplusplus } #endif
                   20215: 
                   20216:        * src/main/compile.tab.C: bison env set so one could compile
                   20217:          without cygwin installed
                   20218: 
                   20219:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   20220:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   20221:          gnome xml libs parser .dsp-s changed accordingly
                   20222: 
                   20223:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   20224: 
                   20225:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   20226:          with backward comp
                   20227: 
                   20228:        * src/classes/math.C: math:random range check fixed
                   20229: 
                   20230:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   20231: 
                   20232:        * INSTALL: local install comment
                   20233: 
1.116     moko     20234:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     20235: 
1.116     moko     20236:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   20237:          src/include/pa_config_auto.h.in,
                   20238:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   20239:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     20240: 
                   20241:        * operators.txt: \ comment
                   20242: 
                   20243: 2002-02-13  paf
                   20244: 
                   20245:        * src/include/pa_config_includes.h: sys/time time both included
                   20246:          now.  vaguely remember confilicts on this on some system [not on
                   20247:          six|ablv] so when would see them again would think up proper
                   20248:          check
                   20249: 
1.116     moko     20250:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   20251:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     20252: 
                   20253:        * src/main/pa_common.C: truncation never occured when writing files
                   20254:          on unix [since i've changed cache mech] fix
                   20255: 
                   20256:        * src/main/pa_common.C: strnchr: sanity check added
                   20257: 
                   20258:        * etc/parser3.charsets/windows-1257.cfg: id added
                   20259: 
                   20260:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   20261:          baltic charset file generated, in generation script ispunct check
                   20262:          added
                   20263: 
                   20264: 2002-02-08  paf
                   20265: 
1.116     moko     20266:        * src/: include/Makefile.am, sql/Makefile.am,
                   20267:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     20268: 
                   20269:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   20270:          forgotten
                   20271: 
                   20272:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   20273: 
                   20274:        * INSTALL, README: install&others updated
                   20275: 
                   20276:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   20277: 
1.116     moko     20278:        * Makefile.am, configure, configure.in,
                   20279:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   20280:          src/classes/Makefile.am, src/main/Makefile.am,
                   20281:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   20282:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   20283:          works
1.95      moko     20284: 
                   20285:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20286:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20287:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   20288:          classes/math.C, classes/op.C, classes/response.C,
                   20289:          classes/string.C, classes/table.C, classes/void.C,
                   20290:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20291:          include/pa_array.h, include/pa_cache_managers.h,
                   20292:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20293:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20294:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20295:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20296:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20297:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20298:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20299:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20300:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20301:          include/pa_stack.h, include/pa_string.h,
                   20302:          include/pa_stylesheet_connection.h,
                   20303:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20304:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20305:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20306:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   20307:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20308:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20309:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   20310:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20311:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   20312:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   20313:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20314:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   20315:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20316:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   20317:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20318:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20319:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20320:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   20321:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   20322:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20323:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20324:          types/pa_vrequest.h, types/pa_vresponse.h,
                   20325:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20326:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   20327:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   20328:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   20329:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   20330:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   20331:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   20332:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   20333:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   20334:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   20335:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   20336: 
                   20337:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   20338:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20339:          classes/hashfile.C, classes/image.C, classes/int.C,
                   20340:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   20341:          classes/string.C, classes/table.C, classes/void.C,
                   20342:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20343:          include/pa_array.h, include/pa_cache_managers.h,
                   20344:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   20345:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   20346:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20347:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   20348:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   20349:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   20350:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   20351:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   20352:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20353:          include/pa_stack.h, include/pa_string.h,
                   20354:          include/pa_stylesheet_connection.h,
                   20355:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20356:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   20357:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   20358:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   20359:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   20360:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20361:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   20362:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   20363:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   20364:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20365:          main/pa_status_provider.C, main/pa_string.C,
                   20366:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   20367:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20368:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20369:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   20370:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20371:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   20372:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   20373:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   20374:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   20375:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   20376:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   20377:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   20378:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   20379:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20380:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   20381:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   20382:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   20383:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   20384:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20385:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20386:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   20387:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   20388: 
                   20389: 2002-02-07  paf
                   20390: 
                   20391:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   20392: 
1.116     moko     20393:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   20394:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   20395:          added yet another locking function: fcntl
1.95      moko     20396: 
                   20397:        * config.sub: on cygwin configure passes it with strange i1586
                   20398:          const, hacked it to mean i586
                   20399: 
                   20400:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   20401:          disabled $if reference due to conflicts with local variables
                   20402: 
                   20403:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   20404:          xdoc::set obsolete now, now xdoc::create, with both sences
                   20405: 
                   20406:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   20407:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   20408:          table::create now // 'set' name obsolete now table clone.
                   20409: 
                   20410:        * operators.txt, src/classes/string.C,
                   20411:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   20412:          ^int/double/string.format now can be called with normal []
                   20413:          brackets, not stupid {} as it were implemented for some strange
                   20414:          reason.  retaining backward compatibility due to some
                   20415:          already-implemented servers
                   20416: 
                   20417:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   20418:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   20419:          operators now detected by check at name_without_curly_rdive_read
                   20420:          rule whether diving code constists only of
                   20421:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   20422:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   20423:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   20424: 
                   20425: 2002-02-06  paf
                   20426: 
                   20427:        * configure, configure.in: prefix expanded, grr
                   20428: 
                   20429:        * operators.txt, src/classes/mail.C: mail:send config changed
                   20430: 
                   20431: 2002-02-05  paf
                   20432: 
                   20433:        * operators.txt: regex options commented
                   20434: 
                   20435:        * src/main/: pa_exec.C: argv0 now correct
                   20436: 
                   20437:        * src/types/pa_vstatus.C: status:rusage 3
                   20438: 
                   20439:        * src/types/pa_vstatus.C: status:rusage 2
                   20440: 
                   20441:        * operators.txt: status:rusage described int operators
                   20442: 
                   20443:        * src/types/pa_vstatus.C: status:rusage 1
                   20444: 
                   20445:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   20446:          src/types/types.dsp: status:rusage
                   20447: 
                   20448:        * configure.in, operators.txt, src/classes/file.C,
                   20449:          src/classes/op.C, src/include/pa_common.h,
                   20450:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   20451:          src/main/pa_common.C: rewritten ^cache to use
                   20452:          non-blocking-exclusive-caches
                   20453: 
                   20454:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   20455:          [speed impact. was off for debugging purpose, but forgotten
                   20456:          afterwards]
                   20457: 
                   20458: 2002-02-01  paf
                   20459: 
                   20460:        * src/classes/op.C: file_write does EX lock after create, while
                   20461:          file_read does SH after open, so there's a moment after create
                   20462:          but before EX lock when read can sneak into, and read
                   20463:          just-created-for-writing-and-not-yet-locked file, added a check
                   20464:          for that in ^cache...read
                   20465: 
                   20466: 2002-01-31  paf
                   20467: 
                   20468:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   20469:          ^xxx:
                   20470: 
                   20471:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   20472:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   20473: 
                   20474:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   20475:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   20476:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   20477:          operators check 6.1 rewritten. now check is done at compile time
                   20478: 
                   20479:        * src/main/execute.C: operators check 5 floated up old error of
                   20480:          staying in 'entered class/object' state after $a($a..) it
                   20481:          prevented operators from being called thereafter
                   20482: 
                   20483:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20484:          main/execute.C: operators check 4 floated up old error of staying
                   20485:          in 'entered object' state after ^a.a(a) it prevented operators
                   20486:          from being called thereafter
                   20487: 
                   20488:        * src/main/execute.C: operators check 3 floated up old error of
                   20489:          staying in 'entered class' state after $a:a(a) it prevented
                   20490:          operators from being called thereafter
                   20491: 
                   20492:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   20493:          floated up old error of staying in 'entered class' state after
                   20494:          $a:a[a] it prevented operators from being called thereafter
                   20495: 
                   20496:        * src/main/execute.C: operators check, thay mistakenly seen in
                   20497:          $class:operator   $object.operators contexts
                   20498: 
                   20499:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   20500:          win32
                   20501: 
1.116     moko     20502:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   20503:          src/classes/Makefile.am, src/main/Makefile.am,
                   20504:          src/targets/cgi/Makefile.am,
1.95      moko     20505:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     20506:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     20507: 
1.116     moko     20508:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   20509:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   20510:          configure, configure.in, form.txt, ident.awk, install-sh,
                   20511:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   20512:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     20513:          etc/parser3.charsets/Makefile.am,
                   20514:          etc/parser3.charsets/koi8-r.cfg,
                   20515:          etc/parser3.charsets/windows-1250.cfg,
                   20516:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     20517:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   20518:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   20519:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   20520:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     20521:          straightened installation scripts procedure made
                   20522:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   20523:          change
                   20524: 
                   20525: 2002-01-30  paf
                   20526: 
                   20527:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   20528:          removed] those comments were a mistake, and prevented libltdl
                   20529:          from function properly
                   20530: 
                   20531: 2002-01-29  paf
                   20532: 
1.116     moko     20533:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   20534:          creation [modified acinclude.m4 which were creating int into just
                   20535:          assignment LIBTOOL=../libtool] added default system
                   20536:          config&charsetts prepared 'make install', now it installs
                   20537:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   20538:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     20539:          $sysconfdir/parser3.charsets respectively
                   20540: 
                   20541:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   20542:          main/pa_globals.C: few forgotten ifdef XML added
                   20543: 
                   20544: 2002-01-28  paf
                   20545: 
1.116     moko     20546:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     20547:          removed
                   20548: 
                   20549:        * src/main/pa_exception.C: dom|generic error output fix
                   20550: 
                   20551:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   20552: 
                   20553:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   20554: 
                   20555:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   20556:          [fixed as_node helper func to accept docs]
                   20557: 
                   20558:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   20559:          xdoc.importNode 0
                   20560: 
                   20561:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   20562: 
                   20563: 2002-01-25  paf
                   20564: 
                   20565:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   20566:          @SPECIAL now works OK
                   20567: 
                   20568:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   20569: 
                   20570:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   20571:          violation that added
                   20572: 
                   20573:        * src/classes/hash.C: unified  hash::sql, now
                   20574:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   20575: 
                   20576:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   20577:          ^file:lock[filename]{code}
                   20578: 
                   20579:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20580:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   20581:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   20582:          to some pa_common funcs
                   20583: 
                   20584:        * src/: include/pa_charset.h, main/pa_globals.C:
                   20585:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   20586: 
                   20587:        * src/: include/pa_charset.h, main/pa_charset.C,
                   20588:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   20589:          not stupid illegal define
                   20590: 
                   20591: 2002-01-24  paf
                   20592: 
                   20593:        * src/include/pa_version.h: changed version number
                   20594: 
                   20595:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20596:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20597:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   20598:          main/pa_db_connection.C, main/pa_db_table.C,
                   20599:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   20600:          hashfile without logfiles
                   20601: 
                   20602:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   20603:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   20604:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   20605:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   20606:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   20607:          cluttered disk without huge need]
                   20608: 
                   20609:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   20610:          handy macro, which is strangly abscent in dome lib
                   20611: 
                   20612:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   20613: 
                   20614:        * src/classes/xdoc.C: checked empty response
                   20615: 
                   20616:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   20617:          /, not self node]
                   20618: 
                   20619:        * src/classes/xnode.C: xnode.select returns array always now, in
                   20620:          case 'nothing found' returns empty array
                   20621: 
                   20622:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   20623:          be more tender with ctrl/c/v
                   20624: 
                   20625: 2002-01-23  paf
                   20626: 
                   20627:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   20628:          substituted.         // 2. when dom tree with entites goes under
                   20629:          transform text nodes        // got [erroreosly] cut on first
                   20630:          entity occurance
                   20631: 
                   20632:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   20633:          twice-converting
                   20634: 
                   20635:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   20636:          'e' in output this is for regretful twice-converting here:
                   20637:          $a(double value) when they write double falue  they convert it to
                   20638:          string first, thus %g were losing precesion.
                   20639: 
                   20640:          todo: think up some way to remove double->string string->double
                   20641:          twice-converting
                   20642: 
                   20643:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   20644:          %.20E now default float format this is for regretful
                   20645:          twice-converting here: $a(double value) when they write double
                   20646:          falue  they convert it to string first, thus %g were losing
                   20647:          precesion.
                   20648: 
                   20649:          todo: think up some way to remove double->string string->double
                   20650:          twice-converting
                   20651: 
                   20652:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20653:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   20654:          reasons in comment inside
                   20655: 
                   20656:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   20657:          statically linked]
                   20658: 
                   20659:        * src/: include/pa_exception.h, main/compile.tab.C,
                   20660:          main/pa_exception.C: removed exception va_list constructor.  1.
                   20661:          not needed anymore 2. there were a conflict[causing errors]
                   20662:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   20663:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   20664:          ctor(, va_list) which, of course, caused gpf
                   20665: 
                   20666:        * src/main/pa_globals.C: removed debug xslt messages
                   20667: 
                   20668: 2002-01-22  paf
                   20669: 
                   20670:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   20671:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   20672:          helps compiling stylesheet properly.  example: this refused to
                   20673:          work,             <b>&laquo;<xsl:value-of select="@title"
                   20674:          />&raquo;</b> stranly worked only this way:
                   20675:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   20676: 
                   20677:          docs says "set it to 1", never going into details, so I decided
                   20678:          to try NOT to do that
                   20679: 
                   20680:        * src/classes/table.C: join behaived badly in case named tables
                   20681:          structure mismatched: 0 strings sneaked into dest failing
                   20682:          afterwards.  replaced them with empty strings
                   20683: 
                   20684: 2002-01-21  paf
                   20685: 
                   20686:        * src/main/pa_charset.C: checked empty transcoders in
                   20687:          transcode_cstr|buf
                   20688: 
                   20689:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   20690: 
                   20691:        * src/classes/xdoc.C: transform error source now
                   20692:          stylesheet_filespec
                   20693: 
1.116     moko     20694:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     20695:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   20696:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     20697:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   20698:          gnome
1.95      moko     20699: 
                   20700:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20701:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   20702:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   20703:          xslt generic error 1
                   20704: 
                   20705:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   20706:          xml generic message 1
                   20707: 
                   20708:        * src/classes/table.C: ^table::load empty lines or #comments before
                   20709:          headline
                   20710: 
                   20711:        * src/: include/pa_array.h, include/pa_globals.h,
                   20712:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   20713:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   20714:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   20715:          errors 0
                   20716: 
                   20717: 2002-01-16  paf
                   20718: 
                   20719:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   20720:          classes/table.C, classes/void.C, classes/xdoc.C,
                   20721:          include/pa_db_connection.h, include/pa_request.h,
                   20722:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20723:          include/pa_stylesheet_connection.h,
                   20724:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   20725:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20726:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   20727:          stylesheet_connection auto destroyers to remaining gnome objects
                   20728: 
                   20729:        * src/classes/xdoc.C: few comments
                   20730: 
                   20731: 2002-01-15  paf
                   20732: 
                   20733:        * src/classes/xdoc.C: xdoc   file   save   string
                   20734: 
                   20735:          ready.  todo: error handling
                   20736: 
                   20737:        * src/classes/xdoc.C: xdoc save rewritten using
                   20738:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   20739:          result
                   20740: 
                   20741:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   20742:          started output options parsing
                   20743: 
                   20744: 2002-01-14  paf
                   20745: 
                   20746:        * src/classes/xdoc.C: method
                   20747: 
                   20748:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   20749:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20750:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   20751:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   20752:          xslt transform0.  TODO:   use output options   handle errors
                   20753: 
                   20754:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   20755: 
                   20756: 2002-01-11  paf
                   20757: 
                   20758:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20759:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   20760:          partial logical && || evaluation
                   20761: 
                   20762:        * src/classes/xnode.C: xpath selectNodes
                   20763: 
                   20764:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   20765:          string/number/bool
                   20766: 
                   20767:        * src/classes/xnode.C: xpath selectNode 2
                   20768: 
                   20769:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   20770:          xpath selectNode 1
                   20771: 
                   20772: 2002-01-10  paf
                   20773: 
                   20774:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   20775: 
                   20776:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   20777:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   20778:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   20779:          refcounter]
                   20780: 
                   20781: 2001-12-29  paf
                   20782: 
                   20783:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   20784:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   20785:          glib works 0
                   20786: 
                   20787: 2001-12-28  paf
                   20788: 
                   20789:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   20790:          main/pa_exception.C: started glib transcoders
                   20791: 
                   20792:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   20793: 
                   20794:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   20795:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   20796:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   20797:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   20798:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   20799:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   20800:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   20801:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   20802: 
                   20803: 2001-12-27  paf
                   20804: 
                   20805:        * src/: include/pa_charset.h, include/pa_common.h,
                   20806:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   20807:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   20808:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   20809:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   20810:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   20811:          from xalan&xerces, started the process.  globals [initialization
                   20812:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   20813:          calls
                   20814: 
                   20815:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   20816:          anymore
                   20817: 
                   20818: 2001-12-26  paf
                   20819: 
                   20820:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   20821:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   20822:          key globalized [bug]
                   20823: 
                   20824: 2001-12-25  paf
                   20825: 
                   20826:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   20827:          main/pa_string.C: table set & append changed splitting languages,
                   20828:          separators now can be clean AND as-is same to mail command line
                   20829:          $MAIN:MAIL.progX arguments
                   20830: 
                   20831: 2001-12-24  paf
                   20832: 
                   20833:        * src/classes/mail.C: one parted text messages - no multipart
                   20834:          mime-type anymore.  for convinient if $.attach-ments
                   20835: 
                   20836:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   20837:          main/pa_string.C: read from cache size check updated
                   20838: 
                   20839:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   20840: 
                   20841: 2001-12-21  paf
                   20842: 
                   20843:        * src/classes/date.C: date:sql-string now returns localtime
                   20844: 
                   20845:        * src/main/pa_request.C: $result in @main actually not working, to
                   20846:          hell with it for now
                   20847: 
                   20848:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   20849:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   20850:          @postprocess @exception
                   20851: 
                   20852:        * src/main/execute.C: junction evaluation canceled - endless
                   20853:          recursion detected
                   20854: 
                   20855: 2001-12-19  paf
                   20856: 
                   20857:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   20858:          intermediate
                   20859: 
                   20860:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   20861: 
                   20862:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   20863: 
                   20864:        * src/classes/op.C: ^cache keypath now relative
                   20865: 
                   20866:        * src/classes/mail.C: changed weighting prior to sort
                   20867: 
                   20868:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   20869:          were missing
                   20870: 
                   20871: 2001-12-17  paf
                   20872: 
                   20873:        * src/main/pa_charset.C: ifndef XML were bad type
                   20874: 
                   20875:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   20876:          outdated unset services_pool
                   20877: 
                   20878:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   20879:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   20880:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   20881: 
                   20882:        * src/main/untaint.C: allowed space in filespec
                   20883: 
                   20884:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   20885: 
                   20886:        * src/classes/image.C: no govno
                   20887: 
                   20888:        * src/classes/image.C: govno
                   20889: 
                   20890: 2001-12-16  paf
                   20891: 
                   20892:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   20893: 
                   20894:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   20895:          charset_connection&manager replaced by charset&charsets
                   20896: 
                   20897:        * src/main/pa_charset.C: name_cstr 0
                   20898: 
                   20899:        * src/main/untaint.C: uri lang now knows about client/source
                   20900:          charsets
                   20901: 
                   20902:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   20903:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20904:          include/pa_array.h, include/pa_cache_managers.h,
                   20905:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   20906:          include/pa_common.h, include/pa_db_connection.h,
                   20907:          include/pa_db_manager.h, include/pa_db_table.h,
                   20908:          include/pa_dictionary.h, include/pa_exception.h,
                   20909:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   20910:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   20911:          include/pa_sapi.h, include/pa_socks.h,
                   20912:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20913:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20914:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   20915:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   20916:          main/pa_charset.C, main/pa_charset_connection.C,
                   20917:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   20918:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   20919:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   20920:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   20921:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   20922:          types/types.dsp: introducing Charset
                   20923: 
                   20924: 2001-12-14  paf
                   20925: 
                   20926:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   20927:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   20928:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   20929:          uri lang
                   20930: 
                   20931:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   20932: 
                   20933:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   20934: 
                   20935:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   20936:          defalts_name global
                   20937: 
                   20938:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   20939:          include/pa_request.h, main/main.dsp,
                   20940:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20941:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   20942:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   20943:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   20944:          changed charset model.  now important: $request:charset
                   20945:          $response:charset while $response:content-type.charset become
                   20946:          unimportant [informational]
                   20947: 
                   20948: 2001-12-13  paf
                   20949: 
                   20950:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   20951: 
                   20952:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   20953:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   20954:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   20955:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   20956:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   20957:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   20958: 
                   20959:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   20960:          auto_ptr part other way, because of stupid gcc 2.96
                   20961:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   20962:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   20963:          FormatterListener] /usr/include/g++-3/memory:48:
                   20964:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   20965:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   20966: 
                   20967:        * src/classes/xdoc.C: removed extra inc
                   20968: 
                   20969:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   20970: 
                   20971:        * src/include/pa_types.h: msvc head debugging flag
                   20972: 
                   20973:        * src/classes/xdoc.C: freed up listener
                   20974: 
                   20975:        * src/classes/string.C: change msg '... code is not code'
                   20976: 
                   20977:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   20978:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20979:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   20980:          [past/future prob]
                   20981: 
                   20982:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   20983:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   20984:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20985:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   20986: 
                   20987:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   20988:          main/pa_string.C: removed signed mismatch warnings
                   20989: 
                   20990:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   20991:          'expires' from header outputs
                   20992: 
                   20993:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   20994:          row ptr
                   20995: 
                   20996:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   20997:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   20998: 
                   20999:        * src/classes/xdoc.C: lang list updated
                   21000: 
                   21001: 2001-12-10  paf
                   21002: 
                   21003:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   21004: 
                   21005:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   21006:          erase files like that, knowing their full name introducing   //
                   21007:          theoretical problem with, for instance, "_2B" and "." fragments,
                   21008:          // they would yield the same    // because
                   21009:          need_file_encode('_')=false  // but we need to delete such files
                   21010:          somehow, getting names from ^index
                   21011: 
                   21012:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   21013:          string::join_chank break]
                   21014: 
                   21015: 2001-12-07  paf
                   21016: 
                   21017:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   21018:          include/pa_common.h, include/pa_config_auto.h.in,
                   21019:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21020:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   21021:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   21022:          types/pa_vhashfile.C: merged from r14_simple_cache
                   21023: 
                   21024:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   21025:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   21026:             lduh  [ %i2 + 1 ], %l0
                   21027: 
                   21028:          bus error, fixed that
                   21029: 
                   21030:        * src/main/pa_string.C: strange string deserialize bug on
                   21031:          client[pmts], a bit shortened,
                   21032: 
                   21033:        * src/include/pa_config_auto.h.in: makes
                   21034: 
                   21035:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   21036:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   21037:          file write shared lock file read
                   21038: 
                   21039:        * src/: classes/op.C, include/pa_common.h,
                   21040:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   21041: 
                   21042: 2001-12-06  paf
                   21043: 
                   21044:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21045:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   21046: 
                   21047:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   21048:          info
                   21049: 
                   21050:        * src/classes/hashfile.C: removed transaction from ^cache
                   21051: 
                   21052: 2001-12-05  paf
                   21053: 
                   21054:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   21055:          IIS5 there were a prob with illegal call check
                   21056: 
                   21057: 2001-12-04  paf
                   21058: 
                   21059:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   21060:          main/pa_request.C: measures to log
                   21061: 
                   21062: 2001-11-23  paf
                   21063: 
                   21064:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21065:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   21066:          types/pa_vhashfile.C: merged from _0014, 1
                   21067: 
                   21068:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   21069:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   21070:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   21071:          ^cache(33) would change
                   21072: 
                   21073:          0660 bits in file_write & hashfile create
                   21074: 
                   21075:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   21076:          after pa_string optimization]
                   21077: 
                   21078: 2001-11-22  paf
                   21079: 
                   21080:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21081:          table.offset[whence]
                   21082: 
                   21083:        * src/classes/op.C: process cstr(,connection)
                   21084: 
                   21085:        * src/classes/op.C: process now gets its body on current language,
                   21086:          not as-is
                   21087: 
                   21088:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   21089: 
                   21090:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   21091:          bit
                   21092: 
1.116     moko     21093:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     21094: 
                   21095: 2001-11-21  paf
                   21096: 
                   21097:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   21098:          <xsl:output output options made identical to xsl:output
                   21099:          attributes exclusion:    cdata-section-elements what xalan can do
                   21100:          but that not used now:    it can escape and remove CDATA sections
                   21101: 
                   21102:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   21103:          produced by xslt
                   21104: 
                   21105:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   21106: 
                   21107:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   21108: 
                   21109:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   21110:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   21111:          default language for {code}, it happen to change it's language
                   21112:          from CLEAN, so later refused to split by CLEAN \t
                   21113: 
                   21114: 2001-11-20  paf
                   21115: 
1.116     moko     21116:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   21117:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     21118:          bottom of dependeces, so that errors would popup quicklier, fixed
                   21119:          line numbering in table::sql
                   21120: 
                   21121: 2001-11-19  paf
                   21122: 
                   21123:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   21124:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   21125:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   21126:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   21127:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   21128:          at wcontext.write
                   21129: 
1.116     moko     21130:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     21131:          _set_new_handler
                   21132: 
1.116     moko     21133:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   21134:          set_new_handler in apache&isapi
1.95      moko     21135: 
                   21136: 2001-11-16  paf
                   21137: 
                   21138:        * src/targets/cgi/parser3.C: pool debug @ die
                   21139: 
                   21140:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   21141:          removed 8 bytes from String, 2 bytes from
                   21142:          string::chunk::row::item
                   21143: 
                   21144:        * src/main/pa_string.C: removed 1+4 bytes from String
                   21145: 
                   21146:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21147:          types/pa_vstring.C: removed 1+4 bytes from String
                   21148: 
                   21149:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   21150:          0
                   21151: 
                   21152:        * src/: include/pa_globals.h, include/pa_string.h,
                   21153:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   21154:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   21155:          targets/cgi/parser3.C: introducing estimating
                   21156:          String::cstr_bufsize, 0
                   21157: 
                   21158:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   21159: 
                   21160:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   21161: 
                   21162:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   21163:          include/pa_pool.h: die in pool::fail
                   21164: 
                   21165: 2001-11-15  paf
                   21166: 
                   21167:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   21168:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   21169:          dynamic buffer re-back now with counter
                   21170: 
                   21171:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   21172:          static buffer back
                   21173: 
                   21174:        * src/targets/cgi/parser3.C: std::
                   21175: 
                   21176:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   21177:          include/pa_config_includes.h: setnewhandler check
                   21178: 
1.116     moko     21179:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21180: 
                   21181:        * src/targets/cgi/parser3.C: set_new_handler started
                   21182: 
                   21183: 2001-11-14  paf
                   21184: 
                   21185:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21186:          was wrong
                   21187: 
                   21188:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   21189:          was wrong
                   21190: 
                   21191:        * src/main/pa_request.C: z
                   21192: 
                   21193:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   21194:          full returns win32 -1 solaris >buffer_size
                   21195: 
                   21196:          checked all that
                   21197: 
                   21198:        * src/classes/op.C: ^untaint{body} as-is default now
                   21199: 
                   21200:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21201:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   21202:          with no_bad_constructors_try
                   21203: 
                   21204:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   21205:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   21206:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   21207:          $bred[^int::int[]]
                   21208: 
                   21209:          now VObject creation moved into overriden
                   21210:          VClass::create_new_value, thus 0 from create_new_value means that
                   21211:          class has no ctors
                   21212: 
                   21213: 2001-11-13  paf
                   21214: 
                   21215:        * src/classes/classes.C: returned accedently removed if in foreach
                   21216:          callbacks [when hash no-0-restructure]
                   21217: 
                   21218: 2001-11-12  paf
                   21219: 
                   21220:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   21221:          passed as-is to method, xalan makes & into &amp; itself
                   21222: 
                   21223:        * src/classes/date.C: date.roll parser2 alg used
                   21224: 
                   21225:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   21226:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21227:          main/pa_dictionary.C, main/pa_hash.C,
                   21228:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   21229:          now does not containt 0 values. put 0 actullay removes.  no check
                   21230:          on 0 value in foreach now required
                   21231: 
                   21232: 2001-11-11  paf
                   21233: 
                   21234:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   21235: 
                   21236:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   21237: 
                   21238:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   21239:          driver initialize not const
                   21240: 
                   21241: 2001-11-10  paf
                   21242: 
                   21243:        * src/main/pa_exec.C: doc
                   21244: 
                   21245: 2001-11-09  paf
                   21246: 
                   21247:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   21248:          param properly
                   21249: 
                   21250:        * src/classes/string.C: string.save now does untainting before
                   21251:          saving
                   21252: 
                   21253:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   21254:          still cstr oriented]
                   21255: 
                   21256:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21257:          line endings fixing got rid of cstr, now must work ok with post
                   21258:          multipart
                   21259: 
                   21260:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   21261:          not file  also now
                   21262: 
                   21263: 2001-11-08  paf
                   21264: 
                   21265:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21266:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21267:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   21268:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   21269:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   21270:          simple parent, not second parent [gcc 2.96 strangly refused to
                   21271:          call virtual from second parent]
                   21272: 
1.116     moko     21273:        * src/: include/pa_common.h, main/Makefile.am,
                   21274:          targets/cgi/pa_pool.C: makes
1.95      moko     21275: 
                   21276:        * src/: include/pa_request.h, main/pa_request.C,
                   21277:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   21278:          'status' class enabler
                   21279: 
                   21280:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   21281: 
                   21282:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   21283:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   21284:          include/pa_stylesheet_manager.h, main/main.dsp,
                   21285:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   21286:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21287:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21288:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   21289:          todo: apache 'status' class enabler
                   21290: 
                   21291: 2001-11-05  paf
                   21292: 
                   21293:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   21294:          debug to normal
                   21295: 
                   21296:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   21297:          hence i removed skipping 0 values in hash::for_each-es we need to
                   21298:          check cleaned cache items manually. few more checks.
                   21299: 
                   21300:          expiring to 0 time was wrong, changed to 'now' time
                   21301: 
                   21302:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   21303:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   21304:          on apache already done :)
                   21305: 
                   21306:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   21307:          skipping 0 values in hash::for_each-es we need to check cleaned
                   21308:          cache items manually
                   21309: 
                   21310:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   21311:          parser_multithreaded check was wrong
                   21312: 
                   21313:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   21314:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   21315:          classes/hashfile.C, classes/image.C, classes/int.C,
                   21316:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   21317:          classes/string.C, classes/table.C, classes/void.C,
                   21318:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21319:          include/pa_array.h, include/pa_charset_connection.h,
                   21320:          include/pa_charset_manager.h, include/pa_common.h,
                   21321:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   21322:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21323:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   21324:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   21325:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   21326:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   21327:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   21328:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21329:          include/pa_stack.h, include/pa_string.h,
                   21330:          include/pa_stylesheet_connection.h,
                   21331:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   21332:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   21333:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   21334:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   21335:          main/pa_charset_manager.C, main/pa_common.C,
                   21336:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21337:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   21338:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21339:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21340:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21341:          main/pa_status_provider.C, main/pa_string.C,
                   21342:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   21343:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   21344:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   21345:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   21346:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   21347:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   21348:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   21349:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   21350:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   21351:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   21352:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   21353:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   21354:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   21355:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   21356:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   21357:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   21358:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   21359:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   21360:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   21361:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   21362:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   21363:          $status:db fixed used not initialized in db_connection & db_table
                   21364: 
                   21365:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   21366:          $status:charset
                   21367: 
                   21368:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   21369:          include/pa_stylesheet_connection.h,
                   21370:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   21371:          types/pa_vstatus.h: $status:stylesheet
                   21372: 
                   21373:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   21374:          include/pa_request.h, include/pa_sql_connection.h,
                   21375:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21376:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   21377:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   21378:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   21379:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   21380:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   21381: 
                   21382: 2001-11-01  paf
                   21383: 
                   21384:        * src/include/pa_config_auto.h.in: makes
                   21385: 
                   21386:        * src/main/pa_hash.C: removed old extra include
                   21387: 
                   21388:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   21389:          checks [for hp, there are such in math.h]
                   21390: 
                   21391:        * src/classes/op.C: ^for endless loop check strightened
                   21392: 
                   21393:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   21394:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   21395:          co can use r.root to write their i & key,value there
                   21396: 
                   21397:        * src/classes/op.C: detected for var storage bug, fixed.
                   21398:          todo:foreach
                   21399: 
                   21400:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   21401:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   21402:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   21403:          changing of hash inside of foreach
                   21404: 
                   21405:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   21406:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   21407:          were hash.foreach
                   21408: 
                   21409:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   21410:          types/pa_vstring.C, types/pa_vstring.h:
                   21411:          ^foreach[key|value]{body}[[separator]|{separator}]
                   21412: 
                   21413:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   21414:          types/pa_vcookie.C: ^hash.delete[key]
                   21415: 
                   21416: 2001-10-31  paf
                   21417: 
                   21418:        * src/main/: compile.C, pa_common.C: completely empty file now
                   21419:          considered "read", not ignored [not perfect trick used]
                   21420: 
                   21421:        * src/main/pa_common.C: simplier common ifdefs
                   21422: 
                   21423:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   21424: 
                   21425:        * src/main/pa_db_connection.C: z
                   21426: 
                   21427:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   21428:          lockdetector flags
                   21429:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   21430: 
                   21431:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   21432:          from accidental show [imagine user forgot @exception]
                   21433: 
                   21434:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   21435: 
                   21436:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   21437:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   21438:          main/pa_common.C: ^string.save[[append;]path]
                   21439: 
                   21440:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   21441:          main/execute.C: \ in expression: int divide 10/3=3
                   21442: 
                   21443:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   21444:          inside of ^cache
                   21445: 
                   21446:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   21447:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   21448:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   21449:          needed
                   21450: 
                   21451: 2001-10-30  paf
                   21452: 
                   21453:        * src/: classes/classes.dsp, main/main.dsp,
                   21454:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21455:          types/types.dsp: enabled debug incremental compile
                   21456: 
                   21457:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   21458:          form post data line endings not reformatted now.
                   21459: 
                   21460:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   21461:          now required [had bug when file= has no value]
                   21462: 
                   21463:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   21464:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   21465:          cstr(asis) default param removed
                   21466: 
                   21467:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   21468: 
                   21469:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   21470: 
                   21471:        * src/include/pa_dir.h: LOAD_DIR fixed
                   21472: 
                   21473:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   21474:          was broken} fix_line_breaks
                   21475: 
                   21476:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   21477:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   21478:          packed with #pragma pack
                   21479: 
1.116     moko     21480:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     21481: 
                   21482: 2001-10-29  paf
                   21483: 
                   21484:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   21485: 
                   21486:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   21487:          string hash.puts
                   21488: 
                   21489:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   21490: 
                   21491:        * src/include/pa_sql_connection.h: there were one wrong
                   21492:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   21493: 
                   21494:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   21495:          param.someday either ifdef or remove it
                   21496: 
                   21497:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   21498: 
                   21499:        * src/main/untaint.C: optimizing returned after debugging
                   21500: 
                   21501:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   21502:          main/untaint.C: memory hunging #pragma pack(1)
                   21503: 
                   21504:          16 419 844 13 169 394
                   21505: 
                   21506:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   21507:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   21508:          places [todo:Array]
                   21509: 
                   21510:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   21511:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   21512:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   21513: 
                   21514:          total 5 652 652/158731 total 5 469 332/158731
                   21515: 
                   21516:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   21517:          Array:: without cache in get/put now
                   21518: 
                   21519:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   21520:          18:25:27 2001] total 5 652 652/158731
                   21521: 
                   21522:        * src/: include/pa_string.h, main/pa_string.C,
                   21523:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   21524:          now
                   21525: 
                   21526:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   21527:          18:11:53 2001] total 5796092/158731
                   21528: 
                   21529:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   21530:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   21531:          key ref now
                   21532: 
                   21533:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   21534:          17:11:17 2001] total 16867948/202658
                   21535: 
                   21536:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   21537:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   21538:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   21539:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21540:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   21541:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   21542:          string::as_int/double now usually uses stack, not heap [200K out
                   21543:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   21544: 
                   21545:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   21546:          hiding bug]
                   21547: 
                   21548:        * src/Makefile.am: .am order
                   21549: 
                   21550:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   21551:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21552:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   21553:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   21554:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   21555:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   21556:          required "friend class"
                   21557: 
                   21558:          ../include/pa_request.h:51: friend declaration requires
                   21559:          class-key, i.e. `friend    class Temp_lang'
                   21560: 
                   21561:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   21562:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   21563:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   21564: 
                   21565:          the idea is to #1 jump to C++ some function to main body, where
                   21566:          every function stack frame has exception unwind information and
                   21567:          from there... #2 propagate_exception()
                   21568: 
                   21569: 2001-10-28  paf
                   21570: 
                   21571:        * src/main/pa_db_connection.C: removed old consts
                   21572: 
                   21573:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   21574:          with wrong type/cast]
                   21575: 
                   21576:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   21577:          translation
                   21578: 
1.116     moko     21579:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     21580:          remember to build DB2 with -fexceptions!!!
                   21581: 
                   21582:        * src/main/pa_db_table.C: DB_RMW defed
                   21583: 
                   21584:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   21585:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21586:          include/pa_db_table.h, main/pa_db_connection.C,
                   21587:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   21588: 
                   21589: 2001-10-27  paf
                   21590: 
                   21591:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21592:          include/pa_db_table.h, main/pa_db_connection.C,
                   21593:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   21594:          types/pa_vhashfile.C: DB2 ifdefs
                   21595: 
1.116     moko     21596:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   21597:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     21598:          makes with DB2
                   21599: 
1.116     moko     21600:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   21601:          types/Makefile.am: makes db
1.95      moko     21602: 
                   21603:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   21604:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   21605:          globals.C
                   21606: 
                   21607:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21608:          include/pa_db_table.h, main/pa_db_connection.C,
                   21609:          main/pa_db_table.C: ^hashfile.clear[]
                   21610: 
                   21611:        * src/classes/classes.awk: no $ in var names
                   21612: 
                   21613:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   21614:          connection&table [forgotten calls]
                   21615: 
                   21616: 2001-10-26  paf
                   21617: 
                   21618:        * src/main/pa_db_connection.C: db checkpoints
                   21619: 
                   21620:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   21621:          checkpoints
                   21622: 
                   21623:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   21624:          default. but entities still reparsed. todo: tothink
                   21625: 
                   21626:        * src/main/pa_db_connection.C: db recover mech 2
                   21627: 
                   21628:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21629:          include/pa_db_manager.h, include/pa_db_table.h,
                   21630:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   21631:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   21632:          types/pa_vhashfile.h: db connections & tables now cached at
                   21633:          create time & multithreaded
                   21634: 
                   21635:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   21636:          parsed_source
                   21637: 
                   21638:        * src/main/pa_db_connection.C: about to remove connection from
                   21639:          vhashfile
                   21640: 
                   21641:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   21642:          transaction commit/rollback responsibility left to parent [as it
                   21643:          sould - else there were a bug with double free]
                   21644: 
                   21645:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   21646:          responsibility left to parent [as it sould - else there were a
                   21647:          bug with double free]
                   21648: 
                   21649: 2001-10-25  paf
                   21650: 
                   21651:        * src/: classes/hashfile.C, include/pa_common.h,
                   21652:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21653:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   21654:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   21655:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   21656:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   21657:          yet]
                   21658: 
                   21659:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   21660: 
                   21661:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   21662:          transaction parent passed
                   21663: 
                   21664: 2001-10-24  parser
                   21665: 
1.116     moko     21666:        * src/classes/Makefile.am: makes
1.95      moko     21667: 
                   21668:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   21669:          isapi/pool_storage.h: pool_storage fixed
                   21670: 
                   21671:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   21672:          types/pa_vform.h: form fix_line_breaks
                   21673: 
1.116     moko     21674:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     21675: 
                   21676:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   21677:          targets/cgi/pool_storage.h: makes
                   21678: 
                   21679:        * src/sql/pa_sql_driver.h: version
                   21680: 
                   21681:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   21682:          types/pa_vform.C, types/pa_vform.h: .am
                   21683: 
                   21684:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   21685:          this: DB_RMW Acquire write locks instead of read locks when doing
                   21686:          the retrieval. Setting this flag may decrease the likelihood of
                   21687:          deadlock during a read-modify-write cycle by immediately
                   21688:          acquiring the write lock during the read part of the cycle so
                   21689:          that another thread of control acquiring a read lock for the same
                   21690:          item, in its own read-modify-write cycle, will not result in
                   21691:          deadlock
                   21692: 
                   21693:        * src/targets/isapi/parser3isapi.dsp: doc
                   21694: 
                   21695:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   21696: 
                   21697:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   21698: 
                   21699:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21700:          main/pa_db_connection.C: hashfile expired deleted from db when
                   21701:          get & iterate
                   21702: 
                   21703:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   21704:          expiring 1
                   21705: 
                   21706:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   21707: 
                   21708:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   21709:          db_connection not bothers with key when not returning expired
                   21710:          data
                   21711: 
                   21712:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21713:          types/pa_vhashfile.C: db_cursor constructor public now
                   21714: 
                   21715:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   21716:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   21717:          stamped, todo: put_element analize
                   21718: 
                   21719:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   21720:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   21721:          serialize. todo stamp
                   21722: 
                   21723: 2001-10-23  parser
                   21724: 
                   21725:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   21726:          classes/image.C, classes/mail.C, classes/response.C,
                   21727:          classes/string.C, classes/table.C, classes/xdoc.C,
                   21728:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   21729:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   21730:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   21731:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   21732:          types/pa_vtable.C: ^hashfile.hash[]
                   21733: 
                   21734:        * src/: classes/hashfile.C, classes/xdoc.C,
                   21735:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   21736:          main/pa_globals.C: ifdefs so it compiled without db
                   21737: 
                   21738:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   21739:          include/pa_db_manager.h, main/pa_db_connection.C,
                   21740:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   21741:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   21742:          ^hashfile.delete[key]
                   21743: 
                   21744: 2001-10-22  parser
                   21745: 
                   21746:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   21747:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   21748: 
                   21749:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   21750:          classes/xnode.C, include/pa_charset_connection.h,
                   21751:          include/pa_db_connection.h, include/pa_db_manager.h,
                   21752:          include/pa_exception.h, include/pa_sapi.h,
                   21753:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21754:          include/pa_stylesheet_connection.h,
                   21755:          include/pa_stylesheet_manager.h,
                   21756:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21757:          main/pa_db_connection.C, main/pa_db_manager.C,
                   21758:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   21759:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   21760:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   21761:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   21762:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   21763:          types/types.dsp: hashfile 0
                   21764: 
                   21765:        * src/types/pa_vhashfile.C: z
                   21766: 
                   21767:        * src/: classes/classes.dsp, classes/hashfile.C,
                   21768:          include/pa_config_fixed.h, main/execute.C,
                   21769:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   21770:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   21771: 
                   21772:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   21773: 
                   21774:        * src/: include/pa_exception.h, include/pa_request.h,
                   21775:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   21776:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21777:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   21778: 
                   21779: 2001-10-19  parser
                   21780: 
                   21781:        * src/include/pa_pool.h: header
                   21782: 
                   21783:        * src/main/pa_pool.C: auto compiled on gcc
                   21784: 
                   21785:        * src/classes/image.C: comment
                   21786: 
1.116     moko     21787:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     21788: 
                   21789:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   21790:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   21791:          types/pa_vxnode.h: xnode clone got freed
                   21792: 
                   21793:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   21794:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   21795:          can free up xalandomstring resulting from pool::transcode
                   21796: 
                   21797:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   21798:          include/pa_config_fixed.h, include/pa_exception.h,
                   21799:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   21800:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   21801:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   21802:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   21803:          from non-xml compile
                   21804: 
                   21805:        * src/main/pa_request.C: pool:: context - get_context
                   21806: 
                   21807:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   21808:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   21809:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   21810:          classes/string.C, classes/table.C, classes/void.C,
                   21811:          include/pa_config_fixed.h, include/pa_exception.h,
                   21812:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   21813:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21814:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   21815:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   21816:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   21817:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   21818:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   21819:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   21820:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   21821:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   21822:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   21823:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   21824:          exceptions 0
                   21825: 
                   21826:        * src/classes/classes.awk: $ removed
                   21827: 
                   21828: 2001-10-18  parser
                   21829: 
                   21830:        * src/types/pa_vcookie.C: cookie:CLASS
                   21831: 
                   21832:        * src/main/main.dsp: project
                   21833: 
                   21834:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   21835:          set_document & ctor question "who owns document" solved
                   21836: 
                   21837:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   21838: 
                   21839:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   21840:          main/pa_pool.C: encoding in dom creating funcs
                   21841: 
                   21842:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   21843:          be transformed now
                   21844: 
                   21845:        * src/classes/xdoc.C: dom created by create can be transformed now
                   21846: 
                   21847:        * src/classes/xdoc.C: z
                   21848: 
                   21849:        * src/classes/xdoc.C: comment
                   21850: 
                   21851:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   21852:          create now uses XercesDocumentBridge, appendChild&co now works
                   21853: 
                   21854:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   21855:          @ recompile
                   21856: 
                   21857:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   21858:          $origin @exception[
                   21859: 
                   21860:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   21861:          tag names forced to XML lang
                   21862: 
                   21863:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   21864:          leechy-found bugs in code&doc fixed
                   21865: 
                   21866: 2001-10-17  parser
                   21867: 
                   21868:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   21869:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   21870:          n functionality preserved
                   21871: 
                   21872:        * src/types/pa_vimage.h: removed unused vimage::save
                   21873: 
                   21874: 2001-10-16  parser
                   21875: 
                   21876:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   21877: 
                   21878:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   21879: 
                   21880:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   21881: 
                   21882:        * src/classes/image.C: image.copy tolerance
                   21883: 
                   21884:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   21885:          ineffective, but works for small paleted image
                   21886: 
                   21887:        * src/types/pa_vimage.C: comment
                   21888: 
                   21889:        * src/classes/image.C: gd size/resize bugfix
                   21890: 
                   21891:        * src/: classes/classes.dsp, main/main.dsp,
                   21892:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   21893:          types/types.dsp: ident >nul 2>&1
                   21894: 
                   21895:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   21896:          systems
                   21897: 
                   21898:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   21899:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   21900: 
                   21901: 2001-10-15  parser
                   21902: 
                   21903:        * src/main/execute.C: z
                   21904: 
                   21905:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   21906: 
                   21907:        * src/types/pa_vxnode.C:     document_type_node.
                   21908:                  !readonly attribute DOMString name
                   21909:              !notation_node.
                   21910:                  !readonly attribute DOMString publicId
                   21911:                  !readonly attribute DOMString systemId
                   21912: 
1.116     moko     21913:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   21914:          ::write badly passed string too transparently [failed to
                   21915:          intercept it]
1.95      moko     21916: 
                   21917:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   21918:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   21919:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   21920:          types/pa_vxnode.h: DOM1 major addtion, only few
                   21921:          attributes/methods left
                   21922: 
                   21923: 2001-10-13  parser
                   21924: 
                   21925:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   21926:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   21927:          in main handler
                   21928: 
                   21929:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   21930:          cleanups & frees order
                   21931: 
                   21932:        * src/types/pa_vcode_frame.h: couple comments
                   21933: 
                   21934:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   21935:          transparent enough to handle hash if creation&passing
                   21936: 
                   21937:        * src/: include/pa_config_fixed.h, main/execute.C,
                   21938:          main/pa_exception.C: noticed that vcodeframe not transparent
                   21939:          enough, would change now
                   21940: 
                   21941: 2001-10-12  parser
                   21942: 
                   21943:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   21944:          fixed. initialization&free on each thread!
                   21945: 
                   21946:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   21947:          handling changed: now type of default param analized always, not
                   21948:          only at problem time, thus helping early problem spotting
                   21949: 
                   21950:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   21951:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   21952:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   21953:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   21954:          multithread bug fixed. initialization&free on each thread!
                   21955: 
                   21956: 2001-10-11  parser
                   21957: 
                   21958:        * src/classes/xnode.C: xnode.selectSingle now
                   21959: 
                   21960:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   21961:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   21962:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   21963:          convertors out of Pool into Exception
                   21964: 
                   21965:        * src/main/pa_string.C: const
                   21966: 
                   21967:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   21968:          linked pieces of same language together prior to String::replace
                   21969: 
                   21970:        * src/classes/hash.C:     !^hash.add[addme]
                   21971:              !^hash.sub[subme]
                   21972:              !^a.union[b] = new
                   21973:              !^a.intersection[b] = new
                   21974:              !^a.intersects[b] = bool
                   21975: 
                   21976:        * src/classes/hash.C:     !^hash::append[append_from]
                   21977: 
                   21978:        * src/: classes/hash.C, types/pa_vhash.h:
                   21979:          !^hash::create[[copy_from]]
                   21980: 
                   21981:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   21982:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   21983:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   21984:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   21985:          exception but somebody[value.bark] tried to throw it on it's pool
                   21986: 
1.116     moko     21987:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21988: 
                   21989: 2001-10-10  parser
                   21990: 
                   21991:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   21992: 
                   21993:        * src/main/: compile.tab.C, compile.y: ^a[
                   21994: 
                   21995:          @next_method  << now unclosed ] would be reported here
                   21996: 
                   21997:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   21998:          compile error
                   21999: 
                   22000: 2001-10-09  parser
                   22001: 
1.116     moko     22002:        * src/: classes/Makefile.am, main/Makefile.am,
                   22003:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     22004: 
                   22005:        * src/classes/Makefile.am: makes
                   22006: 
                   22007:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   22008:          win32 errors intercepted [xalan transformer patched and
                   22009:          incorporated]
                   22010: 
                   22011:        * src/: classes/classes.dsp, classes/xdoc.C,
                   22012:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22013:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22014:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   22015:          patches starting
                   22016: 
                   22017:        * src/classes/: string.C, table.C: ^string.save[file]
                   22018: 
                   22019:        * src/classes/: date.C, table.C: calendar moved to date
                   22020: 
                   22021:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   22022:          string/table]  now
                   22023: 
                   22024:        * src/classes/: op.C, table.C: z
                   22025: 
                   22026:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   22027:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   22028:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   22029:          be code [be string..]
                   22030: 
                   22031:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   22032:          table.C: lots of
                   22033:          params->as_int/double/as_string/as_junction/as_no_junction
                   22034:          messages added
                   22035: 
                   22036: 2001-10-08  parser
                   22037: 
                   22038:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   22039:          classes/table.C, classes/void.C, include/pa_request.h:
                   22040:          params->as_int/double message added
                   22041: 
                   22042:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   22043: 
                   22044:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   22045:          image:sector removed image:html internal "line-*" attribs
                   22046: 
                   22047:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   22048:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   22049: 
                   22050:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   22051:          way
                   22052: 
                   22053:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   22054:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   22055:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   22056: 
                   22057:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   22058:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   22059:          @ SAPI::log
                   22060: 
                   22061:        * src/main/untaint.C: \r to ' ' in origins mode
                   22062: 
                   22063:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   22064:          set]
                   22065: 
                   22066:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   22067:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   22068:          nonstandard liaison freed up
                   22069: 
                   22070: 2001-10-07  parser
                   22071: 
                   22072:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   22073:          project
                   22074: 
                   22075: 2001-10-05  parser
                   22076: 
                   22077:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   22078:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   22079:          from outputing to cerr.  lots of "todos"
                   22080: 
                   22081:        * src/main/untaint.C: http_header tainting more gentle with
                   22082:          enquoting now
                   22083: 
                   22084:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   22085:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   22086:          xml errorhandler.  fixed string.replace a little, read @test
                   22087: 
                   22088:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   22089:          *) does not have limit, and looks further eos, fixing....
                   22090: 
                   22091:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   22092: 
                   22093:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   22094: 
                   22095:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   22096:          bugfix
                   22097: 
1.116     moko     22098:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   22099:          $result[^[$p^]z] now works fine
1.95      moko     22100: 
                   22101:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   22102:          wrong. fixed it
                   22103: 
                   22104:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   22105:          of totable appered to be vital
                   22106: 
                   22107: 2001-10-04  parser
                   22108: 
                   22109:        * src/classes/image.C: ^image.length[text]
                   22110: 
                   22111: 2001-10-03  parser
                   22112: 
                   22113:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   22114: 
                   22115:        * src/main/pa_request.C: restored pcre defaulting in request
                   22116:          [mindlessly "optimized" yesterday] comment left
                   22117: 
                   22118: 2001-10-02  parser
                   22119: 
                   22120:        * src/: main/pa_charset_manager.C,
                   22121:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   22122:          needed
                   22123: 
                   22124:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   22125:          forgot non-xml pool.*charset needed
                   22126: 
                   22127:        * src/classes/table.C: # config comments fixed
                   22128: 
                   22129:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   22130:          charset_connection #comment now
                   22131: 
                   22132:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   22133:          options fixed to use release msvcrt lib
                   22134: 
                   22135:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   22136:          removed default - pcre handles that internally fixed bug on
                   22137:          not-cleaning tables [previously was calloced, now member]
                   22138: 
                   22139:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   22140:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   22141:          inside removed default - pcre handles that internally fixed bug
                   22142:          on not-cleaning tables [previously was calloced, now member]
                   22143: 
                   22144:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   22145:          tested charset reload on file change @ apache version = OK tested
                   22146:          freeing up prev encoding on adding new = OK
                   22147: 
                   22148: 2001-10-01  parser
                   22149: 
                   22150:        * src/main/pa_charset_connection.C: removed entitify external hack
                   22151:          [internal installed]
                   22152: 
1.116     moko     22153:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     22154: 
                   22155:        * src/: include/pa_charset_connection.h,
                   22156:          include/pa_charset_manager.h,
                   22157:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22158:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   22159:          main/pa_request.C: charset loading & caching mech 0
                   22160: 
                   22161:        * src/: include/pa_stylesheet_connection.h,
                   22162:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22163:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   22164:          & caching mech now
                   22165: 
                   22166: 2001-09-30  parser
                   22167: 
                   22168:        * src/main/pa_request.C: forgot to fill toTable
                   22169: 
                   22170:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   22171:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   22172:          failed on win32 for now..
                   22173: 
                   22174:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   22175:          now charsets table configuration variable is: CHARSETS
                   22176: 
                   22177:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   22178:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   22179: 
                   22180:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   22181:          include/pa_request.h, main/pa_request.C: started ctype with
                   22182:          unicode values
                   22183: 
                   22184: 2001-09-28  parser
                   22185: 
                   22186:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   22187:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   22188:          string passed AS-IS now
                   22189: 
                   22190:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   22191:          way of user-configuring... todo: implement
                   22192: 
                   22193: 2001-09-27  parser
                   22194: 
                   22195:        * src/classes/table.C: table.sort changed to sort table itself
                   22196: 
                   22197:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   22198:          X^.getElementsByTagName[tagname] = array of xnode
                   22199:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   22200:          nodes removed - regretfully not supported @ xalan. maybe someday
                   22201:          would reimplement, if needed.
                   22202: 
                   22203:          win32build system: solved long waiting anti-non-started-apache
                   22204:          problem
                   22205: 
                   22206:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   22207:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   22208:          types/types.dsp: win32 ident make system so not to rebuild
                   22209:          library [ident.C.new]
                   22210: 
                   22211: 2001-09-26  parser
                   22212: 
                   22213:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   22214:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   22215:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22216:          types/pa_vxnode.C, types/types.dsp: z
                   22217: 
                   22218:        * src/classes/classes.C: forgot one non-xml check
                   22219: 
1.116     moko     22220:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   22221:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     22222: 
                   22223:        * src/targets/cgi/parser3.C: z
                   22224: 
                   22225:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   22226:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   22227: 
                   22228:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   22229:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   22230:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   22231:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   22232:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   22233:          types/types.dsp: xdoc&xnode now
                   22234: 
                   22235:        * src/: classes/classes.C, classes/classes.awk,
                   22236:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   22237:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   22238:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   22239:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   22240:          classes/op.C, classes/response.C, classes/string.C,
                   22241:          classes/table.C, classes/void.C, include/pa_array.h,
                   22242:          include/pa_common.h, include/pa_config_fixed.h,
                   22243:          include/pa_config_includes.h, include/pa_dictionary.h,
                   22244:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   22245:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22246:          include/pa_socks.h, include/pa_sql_connection.h,
                   22247:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   22248:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   22249:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   22250:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   22251:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   22252:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   22253:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   22254:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   22255:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   22256:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22257:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   22258:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   22259:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   22260:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   22261:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   22262:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   22263:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   22264:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22265:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   22266:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   22267:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   22268:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   22269:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   22270:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   22271:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22272:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   22273:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   22274:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   22275:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   22276:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   22277:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   22278:          main.dsp splitted to main+classes+types along to .am
                   22279: 
                   22280:        * src/classes/Makefile.am: removed useless var
                   22281: 
                   22282:        * src/: classes/classes.cmd, main/main.dsp,
                   22283:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   22284:          main.dsp
                   22285: 
                   22286: 2001-09-25  parser
                   22287: 
                   22288:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   22289:          1251 though, todo ICU
                   22290: 
1.116     moko     22291:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     22292:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     22293:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   22294:          types/pa_vdom.h: xml configure makes
1.95      moko     22295: 
                   22296: 2001-09-24  parser
                   22297: 
1.116     moko     22298:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   22299:          types/Makefile.am: makes
1.95      moko     22300: 
1.116     moko     22301:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     22302: 
                   22303:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   22304:          started unix makes update
                   22305: 
                   22306:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   22307:          started unix makes update
                   22308: 
                   22309:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   22310: 
                   22311:        * src/types/pa_value.h: z
                   22312: 
                   22313:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   22314:          bugs with usinge hash/table in expressions
                   22315: 
                   22316:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   22317:          resolved conflicts fixed [const]
                   22318: 
                   22319:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   22320:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   22321:          main/compile.C, main/compile.tab.C, main/compile.y,
                   22322:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   22323:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   22324:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   22325:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   22326:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   22327:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   22328:          with before_xml [merge2 actually didn't happen - i've created
                   22329:          tags on wrong branch. so this merge is in fact re-merge]
                   22330: 
                   22331: 2001-09-21  parser
                   22332: 
                   22333:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   22334:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   22335:          produced "" in make file and sadly wrong interpreted on load]
                   22336: 
1.116     moko     22337:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   22338:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   22339:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   22340:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22341:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   22342:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   22343:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     22344: 
                   22345:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   22346:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   22347:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   22348:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22349:          main/pa_pool.C, main/pa_request.C,
                   22350:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   22351:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   22352:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   22353:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   22354:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   22355:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   22356:          types/pa_vrequest.C, types/pa_vresponse.h,
                   22357:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   22358:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   22359:          created new projects for sql drivers [planning to remove sql
                   22360:          drivers from main cvs project] first, will join latest changes
                   22361: 
                   22362:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   22363:          pool.get_charset
                   22364: 
                   22365:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   22366:          pool.get_charset
                   22367: 
                   22368:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   22369:          pool.get_charset
                   22370: 
                   22371:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   22372:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   22373:          methods encoding to pool.get_charset
                   22374: 
                   22375:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   22376:          transcoder were created right "unsupported encoding" message.
                   22377:          not @ set time, but @ use time, so until xml output functions
                   22378:          .string, .file, .save used - no encoding name check occur
                   22379: 
                   22380:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   22381:          registration needed, pools are officially destructured
                   22382: 
                   22383: 2001-09-20  parser
                   22384: 
                   22385:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   22386: 
                   22387:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   22388:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   22389: 
                   22390:        * src/: classes/dnode.C, classes/dom.C,
                   22391:          include/pa_config_includes.h, include/pa_globals.h,
                   22392:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   22393:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   22394:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   22395:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   22396:          Pool::transcode 0
                   22397: 
                   22398:        * src/classes/dom.C: dom. string save file moved output xml options
                   22399:          to last param and made it optional
                   22400: 
                   22401:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   22402:          dnodes
                   22403:              !$attributenode.specified = boolean
                   22404:                      true if the attribute received its value explicitly
                   22405:          in the XML document,
                   22406:                      or if a value was assigned programatically with the
                   22407:          setValue function.
                   22408:                  false if the attribute value came from the default value
                   22409:          declared in the document's DTD.
                   22410:              !$pinode.target = target of this processing instruction
                   22411:                  XML defines this as being the first token following the
                   22412:          markup
                   22413:                  that begins the processing instruction.
                   22414:                  XPath:
                   22415:              !^node.select[xpath/query/expression] = hash of 0->node0
                   22416:          1->node1
                   22417:              !^node.select-single[xpath/query/expression] = first node if
                   22418:          any
                   22419: 
                   22420:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   22421:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   22422:          some 'const's added
                   22423: 
                   22424:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   22425:          expression context now, there value = size and boolean value
                   22426:          size!=0
                   22427: 
                   22428:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   22429:          can be used in expression context now, there value = size and
                   22430:          boolean value size!=0
                   22431: 
                   22432:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   22433:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   22434:          due to strange xalan bug
                   22435: 
                   22436: 2001-09-18  parser
                   22437: 
                   22438:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   22439:          classes/image.C, classes/op.C, classes/table.C,
                   22440:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   22441:          include/pa_sql_driver_manager.h, main/compile.C,
                   22442:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   22443:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   22444:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   22445:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22446:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   22447:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   22448:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   22449:          before_xml branch ^if(def $hash) now true only when
                   22450:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   22451: 
                   22452:        * src/: classes/op.C, main/execute.C: operators self changed to
                   22453:          root ^for variable context changed to self
                   22454: 
                   22455:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   22456:          dnode 1
                   22457: 
                   22458:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   22459:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   22460: 
                   22461:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   22462:          poly* fixed
                   22463: 
                   22464: 2001-09-17  parser
                   22465: 
                   22466:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   22467:          types/pa_vdom.h: started dnode+dom
                   22468: 
                   22469:          dnode     DOM methods:     $node.name     $node.value
                   22470:          ...others...
                   22471: 
                   22472:              ^node.xpath[/rates/USD] = hash
                   22473:                  $hash[
                   22474:                          $.0[node0]
                   22475:                          $.1[node1]
                   22476:                  ]
                   22477: 
                   22478:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   22479:          applies to all linear primitives
                   22480: 
                   22481:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   22482:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22483:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   22484:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   22485:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   22486:          dom(dnode)
                   22487: 
                   22488:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   22489:          main/compile.y, main/compile_tools.h, main/execute.C,
                   22490:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   22491:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   22492:          name after '.'
                   22493: 
                   22494: 2001-09-15  parser
                   22495: 
                   22496:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   22497:          image: $line-width ^line(...)[****   style]
                   22498: 
                   22499:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   22500:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   22501:          pool_storage - cleanups first, allocations second.  apache wisely
                   22502:          does just like that
                   22503: 
                   22504:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   22505:          rewritten using template, no bugs now
                   22506: 
                   22507:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   22508:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   22509:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   22510:          poorly started isapi pool_storage, would rewrite using template
                   22511:          now
                   22512: 
                   22513:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   22514:          include/pa_stylesheet_connection.h, main/main.dsp,
                   22515:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   22516:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   22517:          xalan objects freed up [introducing Pool::register_cleanup]
                   22518: 
                   22519:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   22520:          comments
                   22521: 
                   22522: 2001-09-14  parser
                   22523: 
                   22524:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   22525:          z
                   22526: 
                   22527:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22528:          classes/mail.C, include/pa_common.h,
                   22529:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   22530:          include/pa_stylesheet_connection.h,
                   22531:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   22532:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   22533:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   22534:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   22535:          compiled&cached
                   22536: 
                   22537: 2001-09-13  parser
                   22538: 
                   22539:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   22540:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   22541: 
                   22542:        * src/classes/dom.C: dom:file content-type(.method)
                   22543: 
                   22544:        * src/: include/pa_common.h, include/pa_globals.h,
                   22545:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   22546:          string now more informative error messages
                   22547: 
                   22548:        * src/: include/pa_globals.h, include/pa_request.h,
                   22549:          main/pa_request.C, targets/cgi/parser3.C,
                   22550:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   22551:          ParserSiteConfig .../parser3.conf
                   22552: 
                   22553:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   22554: 
                   22555: 2001-09-12  parser
                   22556: 
                   22557:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22558:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   22559:          precise error reporting: "connection string must start with
                   22560:          protocol://" now
                   22561: 
                   22562:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   22563:          braced
                   22564: 
                   22565:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   22566:          lexer on LS_USER level did [] matching without setting nestage,
                   22567:          introduced special LS_NAME_SQUARE_PART state
                   22568: 
                   22569: 2001-09-11  parser
                   22570: 
                   22571:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   22572:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   22573:          languages+=xml
                   22574: 
                   22575:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   22576: 
                   22577:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22578:          options:     $.method[xml|html|text] detection fixed
                   22579: 
                   22580:        * src/types/pa_vdom.h: messages
                   22581: 
                   22582:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22583:          options:     $.method[xml|html|text] detection fixed
                   22584: 
                   22585: 2001-09-10  parser
                   22586: 
                   22587:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   22588:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   22589: 
                   22590:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   22591:          added]
                   22592: 
                   22593:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22594:          ^dom.xslt[stylesheet filename] 0
                   22595: 
                   22596:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   22597:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   22598: 
                   22599:        * src/classes/dom.C: ^dom.file[encoding] = file
                   22600: 
                   22601:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   22602:          ^dom.save[encoding;filename]
                   22603: 
                   22604:        * src/classes/dom.C: ^dom.string[] 0
                   22605: 
                   22606:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   22607: 
                   22608:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   22609:          types/pa_vform.h: ^dom.save[b.xml] 0
                   22610: 
                   22611: 2001-09-08  parser
                   22612: 
                   22613:        * src/types/pa_vform.C: $form:tables.name.field
                   22614: 
                   22615: 2001-09-07  parser
                   22616: 
                   22617:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   22618:          $table)...
                   22619: 
                   22620:        * src/targets/cgi/parser3.C: z
                   22621: 
                   22622:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   22623:          from '' to int/double is 0]
                   22624: 
                   22625:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   22626:          $table) is false when table is empty
                   22627: 
                   22628:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   22629:          !$form:tables $atable[$form:tables.a]
                   22630:          ^atable.menu{a=$atable.element}[,]
                   22631: 
                   22632:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   22633:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   22634: 
1.116     moko     22635:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22636:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   22637:          of dom
                   22638: 
                   22639:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   22640:          types/pa_vform.C, types/pa_vform.h: z
                   22641: 
                   22642:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   22643:          element [not last]
                   22644: 
1.116     moko     22645:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     22646:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   22647: 
                   22648: 2001-09-06  parser
                   22649: 
                   22650:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22651:          table with one column 'element' and two rows: 1 and 2
                   22652: 
                   22653:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   22654:          table with one column 'element' and two rows: 1 and 2
                   22655: 
                   22656:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   22657:          bad int/double conversions, and now $form:nonexistent.int(88)
                   22658:          would return 88
                   22659: 
                   22660:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   22661:          types/pa_vhash.h: now there's special hash key '_default'
                   22662:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   22663:          $._default[xx] ] $hash.c
                   22664: 
                   22665:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   22666:          fixed [thanks, fif], ^; were treated there non-literally
                   22667: 
                   22668:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   22669:          doxygen
                   22670: 
                   22671:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   22672:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   22673:          types/pa_vtable.C: few #ifndef DOXYGEN
                   22674: 
                   22675: 2001-09-05  parser
                   22676: 
                   22677:        * src/classes/: string.C, table.C: sql options can be void [same as
                   22678:          image:html the other day]
                   22679: 
                   22680:        * src/targets/cgi/Makefile.am: .am undo
                   22681: 
                   22682:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22683:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   22684:          macro expantion on param, simply qoutes whatever passed, undone
                   22685: 
                   22686:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22687:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   22688:          STRINGIZE(name) #name invented
                   22689: 
                   22690:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   22691:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   22692:          MAIN_SQL_DRIVERS_NAME "drivers"
                   22693: 
                   22694:          moved to be availible to all users
                   22695: 
                   22696:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   22697:          SQL_DRIVER_CREATE_FUNC_NAME
                   22698: 
                   22699:        * src/classes/mail.C: MAIN:MAIL check fixed
                   22700: 
                   22701: 2001-09-04  parser
                   22702: 
                   22703:        * src/classes/image.C: image.html now can accept void params
                   22704: 
                   22705:        * src/targets/isapi/parser3isapi.C: z
                   22706: 
                   22707:        * src/targets/cgi/parser3.C: full_file_spec bug
                   22708: 
                   22709:        * src/targets/cgi/parser3.C: getenvcheck
                   22710: 
                   22711:        * src/targets/cgi/parser3.C: zz
                   22712: 
                   22713:        * src/targets/cgi/parser3.C: zzz
                   22714: 
                   22715:        * src/classes/date.C: date
                   22716: 
                   22717:        * src/classes/date.C: date:sql-string is now without ''
                   22718: 
1.116     moko     22719:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     22720:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   22721:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   22722: 
1.116     moko     22723:        * src/include/pa_config_auto.h.in: makes
1.95      moko     22724: 
                   22725: 2001-09-03  parser
                   22726: 
                   22727:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   22728: 
                   22729: 2001-09-01  parser
                   22730: 
                   22731:        * src/classes/image.C: letter_spacing
                   22732: 
                   22733:        * src/classes/image.C: image: font params changed
                   22734: 
                   22735:        * src/classes/image.C: image: as_int as_string used
                   22736: 
                   22737:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   22738:          analized
                   22739: 
                   22740: 2001-08-31  parser
                   22741: 
                   22742:        * src/targets/cgi/parser3.C: z
                   22743: 
1.116     moko     22744:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   22745:          cygwin
1.95      moko     22746: 
                   22747:        * src/classes/void.C: void:int/double += (default)
                   22748: 
                   22749:        * src/classes/image.C: image:font added space param image:font
                   22750:          changed charwidth alg, added kerning const[for now]
                   22751: 
                   22752:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   22753: 
                   22754: 2001-08-29  parser
                   22755: 
                   22756:        * src/main/pa_exception.C: exception redundant debug info
                   22757: 
                   22758: 2001-08-28  parser
                   22759: 
                   22760:        * src/classes/image.C: image error msgs
                   22761: 
                   22762:        * src/classes/image.C: image: gifsize little endian
                   22763: 
                   22764:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   22765:          doxygeneration
                   22766: 
                   22767:        * src/: classes/Makefile.am, main/Makefile.am,
                   22768:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   22769: 
                   22770:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   22771:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   22772: 
                   22773:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   22774: 
                   22775:        * src/classes/table.C: NO_STRING_ORIGIN check
                   22776: 
                   22777:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   22778:          storage class specifiers invalid in friend function declarations
                   22779: 
                   22780:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   22781:          main/untaint.C, targets/cgi/parser3.C,
                   22782:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   22783:          case of limit
                   22784: 
                   22785:        * src/: classes/file.C, main/pa_common.C: file:move
                   22786:          autocreate/remove dest/src dir
                   22787: 
                   22788:        * src/: classes/string.C, include/pa_dictionary.h,
                   22789:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   22790:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   22791:          to directory constructor.  string:replace
                   22792: 
                   22793: 2001-08-27  parser
                   22794: 
                   22795:        * src/classes/image.C: fixed jpgsize alg
                   22796: 
                   22797:        * src/classes/image.C: fixed jpgsize alg
                   22798: 
                   22799:        * src/main/pa_exception.C: z
                   22800: 
                   22801:        * src/main/pa_common.C: removed debug info from pa_common
                   22802: 
                   22803:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   22804:          [auto.p from current dir loading]
                   22805: 
1.116     moko     22806:        * src/: main/pa_common.C, main/pa_exception.C,
                   22807:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   22808:          for solaris -lsocket
1.95      moko     22809: 
                   22810: 2001-08-24  parser
                   22811: 
                   22812:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   22813: 
                   22814:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   22815: 
                   22816:        * src/targets/cgi/parser3.C: not cgi extra \n
                   22817: 
                   22818:        * src/main/pa_sql_driver_manager.C: z
                   22819: 
                   22820:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   22821:          sql* removed services from disconnect - cross-request ideological
                   22822:          probs.
                   22823: 
                   22824:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   22825:          cross-request ideological probs.  oracle - fixed bug: cs
                   22826:          allocated on request.pool and got freed before disconnect
                   22827: 
                   22828:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   22829:          mallocs fixed
                   22830: 
                   22831: 2001-08-23  parser
                   22832: 
                   22833:        * src/classes/file.C: minor bug in file:save fixed
                   22834: 
                   22835:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   22836: 
                   22837: 2001-08-22  parser
                   22838: 
                   22839:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   22840:          types/pa_vfile.h: file:load|save[text|binary;
                   22841: 
                   22842:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   22843: 
                   22844: 2001-08-21  parser
                   22845: 
                   22846:        * src/classes/: file.C, table.C: ^file:list
                   22847: 
                   22848: 2001-08-20  parser
                   22849: 
                   22850:        * src/: main/compile.tab.C, main/compile.y,
                   22851:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   22852:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   22853:          recousively caused problems: inc incremeted 123 literal!! fixed
                   22854: 
                   22855: 2001-08-10  parser
                   22856: 
                   22857:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   22858: 
                   22859:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   22860:          added
                   22861: 
                   22862:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   22863:          added
                   22864: 
                   22865:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   22866: 
                   22867:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   22868:          ''
                   22869: 
                   22870:        * src/main/: pa_request.C: wanted to make const int
                   22871:          MAX_EXECUTE_SECONDS=1;
                   22872: 
                   22873:          but couldnt, set_callback_and_alarm appeared to be not exported
                   22874:          :(
                   22875: 
                   22876:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   22877:          check but it weren't wise enough
                   22878: 
                   22879:          @parse[dateString][tmp]
                   22880:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   22881:          #end
                   22882: 
                   22883:          @main[] ^parse[2001-02-03]
                   22884: 
                   22885:        * src/classes/: table.C: table:sort now default desc
                   22886: 
                   22887:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   22888:          table.sort now creates new sorted table
                   22889: 
                   22890: 2001-08-09  parser
                   22891: 
                   22892:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   22893: 
                   22894:        * src/classes/hash.C: hash:_default now [was hash:default]
                   22895: 
                   22896:        * src/classes/op.C: case without switch check added
                   22897: 
                   22898:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   22899:          precise $ORIGINS(1)
                   22900: 
                   22901:        * src/main/Makefile.am: .am
                   22902: 
                   22903:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   22904:          fixed
                   22905: 
                   22906:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   22907:          fixed
                   22908: 
                   22909: 2001-08-07  parser
                   22910: 
                   22911:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22912:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   22913:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   22914:          string, table
                   22915: 
                   22916:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   22917:          srand made working
                   22918: 
                   22919: 2001-08-06  parser
                   22920: 
                   22921:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   22922:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   22923:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   22924:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   22925:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   22926: 
                   22927:        * src/main/pa_exec.C: exec win32 real filename
                   22928: 
                   22929:        * src/classes/file.C: exec stderr out
                   22930: 
                   22931:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   22932: 
                   22933: 2001-08-03  parser
                   22934: 
                   22935:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   22936: 
                   22937: 2001-08-02  parser
                   22938: 
                   22939:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   22940:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   22941: 
                   22942:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   22943:          get@execute, but needs array iterator, separate from array to
                   22944:          avoid it & use caching
                   22945: 
                   22946:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   22947:          bug fixed
                   22948: 
                   22949:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   22950:          main/execute.C, main/pa_globals.C: found another multithread bug
                   22951:          in op.C (last, last global var killed) :)
                   22952: 
                   22953: 2001-08-01  parser
                   22954: 
                   22955:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   22956:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   22957:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22958:          main/untaint.C: speeded up typo-html replacements. introducing
                   22959:          Dictionary with first-char caching
                   22960: 
                   22961: 2001-07-31  parser
                   22962: 
                   22963:        * src/types/Makefile.am: pa_vtable.C added to .am
                   22964: 
                   22965:        * src/main/compile.tab.C: added, so that could be compiled even on
                   22966:          non-bison-enabled platforms
                   22967: 
                   22968: 2001-07-28  parser
                   22969: 
                   22970:        * src/classes/table.C: table:hash always produces hash, when can't
                   22971:          - empty
                   22972: 
                   22973:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   22974:          skipped \n
                   22975: 
                   22976: 2001-07-27  parser
                   22977: 
                   22978:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   22979:          on int/double/string :sql without result and default
                   22980: 
                   22981: 2001-07-26  parser
                   22982: 
                   22983:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   22984:          OP
                   22985: 
                   22986:        * src/main/compile.y: $man[$.age[zzz]]  0
                   22987: 
                   22988:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   22989:          creation syntax problem persists. restored $: for a while.
                   22990:          thinking of $man[$.age[zzz]] syntax now
                   22991: 
                   22992:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   22993:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   22994:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   22995:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   22996:          types/pa_wwrapper.h: fixing :: realization #1
                   22997: 
                   22998:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   22999:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   23000:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   23001:          prefix.  ordinary : remains for static accesses
                   23002: 
                   23003: 2001-07-25  parser
                   23004: 
                   23005:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   23006:          fields 2. methods 3. columns
                   23007: 
                   23008:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   23009:          quote.  optimized double&int tostring-s
                   23010: 
                   23011:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   23012:          whitespace before first method decl
                   23013: 
                   23014:        * src/classes/table.C: allowed nontable result in table:sql,
                   23015:          results in empty table
                   23016: 
                   23017:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   23018:          lines before first method decl
                   23019: 
                   23020:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   23021:          types/pa_vtable.h: ^table.record[] now $table.fields
                   23022: 
                   23023:        * src/main/compile.y: $var[] is now empty string, not void
                   23024: 
                   23025:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   23026:          void
                   23027: 
                   23028:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   23029:          main/pa_globals.C: match replace code context moved to implicit
                   23030:          $match context
                   23031: 
                   23032:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   23033:          main/compile_tools.h, main/execute.C: with killed, code storage
                   23034:          introduced with former 'with' syntax
                   23035: 
                   23036: 2001-07-24  parser
                   23037: 
                   23038:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   23039:          types/pa_value.h: first get_element, next get operator
                   23040: 
                   23041:        * src/main/compile.y: removed @end handling
                   23042: 
                   23043:        * src/main/: compile.C, compile.y: @end handling method2
                   23044: 
                   23045:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   23046:          file:move
                   23047: 
                   23048:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   23049:          fixed
                   23050: 
                   23051: 2001-07-23  parser
                   23052: 
                   23053:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   23054:          driver
                   23055: 
                   23056:        * src/classes/hash.C: changed sql driver query interface
                   23057: 
                   23058:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   23059:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   23060:          changed sql driver query interface
                   23061: 
                   23062: 2001-07-20  parser
                   23063: 
                   23064:        * src/types/pa_vrequest.C: X!$browser:type
                   23065: 
                   23066:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   23067:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   23068:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   23069:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   23070:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   23071:          types/pa_vobject.h, types/pa_vrequest.C,
                   23072:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   23073:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   23074:          BASE element globally removed
                   23075: 
                   23076: 2001-07-18  parser
                   23077: 
                   23078:        * src/classes/file.C: file:exec/cgi msg
                   23079: 
                   23080:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   23081: 
                   23082:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   23083: 
1.116     moko     23084:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   23085:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   23086:          removed $id from *.in *.am
1.95      moko     23087: 
                   23088:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   23089:          abbrevations
                   23090: 
                   23091:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   23092:          classes/string.C, classes/table.C, include/pa_globals.h,
                   23093:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   23094:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23095:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   23096:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   23097:          $ORIGINS(1) output tracing mode
                   23098: 
                   23099: 2001-07-13  parser
                   23100: 
                   23101:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   23102:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   23103:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   23104:          second would not call first @auto
                   23105: 
                   23106:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   23107:          wrong, fixed
                   23108: 
                   23109: 2001-07-12  parser
                   23110: 
                   23111:        * src/types/pa_value.h: pa_value.putelement modification of system
                   23112:          classes prevented
                   23113: 
                   23114: 2001-07-11  parser
                   23115: 
                   23116:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   23117:          table $piece
                   23118: 
                   23119:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   23120:          types/pa_vstateless_class.h: $file created by file:state +=
                   23121:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   23122:          get_junction-created objects [they were on wrong pool]
                   23123: 
                   23124: 2001-07-09  parser
                   23125: 
                   23126:        * src/main/untaint.C: qp wrong name
                   23127: 
                   23128:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   23129:          main/compile.y: date format 0
                   23130: 
                   23131: 2001-07-07  parser
                   23132: 
                   23133:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   23134:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   23135:          roll table calendar
                   23136: 
                   23137:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   23138:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   23139:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   23140:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   23141:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   23142:          string.  todo: sql, calendar
                   23143: 
                   23144: 2001-07-06  parser
                   23145: 
                   23146:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   23147:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   23148: 
                   23149: 2001-07-03  parser
                   23150: 
                   23151:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   23152:          classes/random.C, main/main.dsp: class random renamed to math,
                   23153:          operators became methods
                   23154: 
                   23155:        * src/classes/op.C:  pow sqrt
                   23156: 
                   23157:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   23158: 
                   23159: 2001-07-02  parser
                   23160: 
                   23161:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   23162:          'column'
                   23163: 
                   23164:        * src/classes/hash.C: ^hash.keys[]
                   23165: 
                   23166:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   23167: 
                   23168:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   23169:          'strings'
                   23170: 
                   23171: 2001-06-29  parser
                   23172: 
                   23173:        * src/main/: execute.C: /0  %0 checkes ver 2
                   23174: 
                   23175:        * src/main/execute.C: /0  %0 checke
                   23176: 
                   23177:        * src/classes/Makefile.am: nothing - void
                   23178: 
                   23179:        * src/classes/table.C: empty strings @ sql
                   23180: 
                   23181: 2001-06-28  parser
                   23182: 
                   23183:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23184:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23185:          classes/op.C, classes/random.C, classes/response.C,
                   23186:          classes/string.C, classes/table.C, classes/void.C,
                   23187:          main/compile.C, main/compile_tools.C, main/execute.C,
                   23188:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23189:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23190:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23191:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23192:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   23193:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   23194:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   23195:          $";
                   23196: 
                   23197:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   23198:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   23199:          classes/op.C, classes/random.C, classes/response.C,
                   23200:          classes/string.C, classes/table.C, classes/void.C,
                   23201:          main/compile.C, main/compile.y, main/compile_tools.C,
                   23202:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   23203:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   23204:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   23205:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   23206:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     23207:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     23208: 
                   23209:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   23210:          $class:name: == ${class:name}:
                   23211: 
                   23212:        * src/classes/string.C: exactly one
                   23213: 
                   23214: 2001-06-27  parser
                   23215: 
                   23216:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   23217:          types/pa_vvoid.h: nothing renamed to void
                   23218: 
                   23219:        * src/classes/op.C: ^switch ^case
                   23220: 
                   23221:        * src/main/compile.y: nothing renamed to void
                   23222: 
                   23223:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   23224:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23225:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   23226:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   23227:          void
                   23228: 
                   23229:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   23230: 
                   23231: 2001-05-28  parser
                   23232: 
                   23233:        * src/doc/html2chm.cmd: removed >a
                   23234: 
                   23235:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   23236:          project options [some bugs]
                   23237: 
                   23238:        * src/doc/sources2html.cmd: z
                   23239: 
                   23240:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23241:          main/execute.C: operators are not in root class again
                   23242: 
                   23243: 2001-05-24  parser
                   23244: 
                   23245:        * src/targets/cgi/parser3.dsp: project file
                   23246: 
                   23247:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   23248:          ^log ^exp
                   23249: 
                   23250:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   23251:          conversions in @exception[params]
                   23252: 
                   23253:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   23254: 
                   23255: 2001-05-23  parser
                   23256: 
                   23257:        * src/main/pa_string.C: string cmp bug
                   23258: 
                   23259:        * src/classes/: mail.C, op.C: rem max 1000
                   23260: 
                   23261:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   23262:          LS_DEF_NAME
                   23263: 
                   23264: 2001-05-22  parser
                   23265: 
                   23266:        * src/classes/op.C: if params code-required
                   23267: 
                   23268: 2001-05-21  parser
                   23269: 
                   23270:        * src/types/pa_vstring.C: eoleof
                   23271: 
                   23272:        * src/classes/Makefile.am: .AM
                   23273: 
                   23274:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   23275: 
                   23276:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   23277: 
                   23278:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   23279:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   23280:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   23281:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   23282:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   23283:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   23284:          'nothing'
                   23285: 
                   23286:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   23287:          vstring::set_string
                   23288: 
                   23289:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   23290: 
                   23291:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   23292:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   23293:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   23294: 
                   23295:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   23296:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   23297:          hash:sql moved to main trunc. operators.txt updated
                   23298: 
                   23299:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   23300: 
                   23301:        * src/classes/op.C: z
                   23302: 
                   23303:        * src/: main/compile.C, classes/classes.C: 1
                   23304: 
                   23305:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   23306:          main/execute.C: 0
                   23307: 
                   23308:        * src/main/execute.C: z
                   23309: 
                   23310:        * src/targets/cgi/parser3.C: z
                   23311: 
                   23312:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   23313:          site_auto_path "." in that case
                   23314: 
                   23315:        * src/targets/cgi/: parser3.C: z
                   23316: 
                   23317:        * src/main/pa_request.C: .am
                   23318: 
                   23319:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   23320:          pcre_tables=pcre_default_tables;
                   23321: 
                   23322: 2001-05-19  parser
                   23323: 
                   23324:        * src/main/pa_string.C: z
                   23325: 
                   23326:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   23327:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   23328:          target.
                   23329: 
                   23330:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   23331:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   23332:          used, 4* mem wasted
                   23333: 
                   23334:        * src/classes/string.C: root context in match replace body now
                   23335:          unchanged
                   23336: 
                   23337:        * src/types/pa_value.h: parameter # 1 based
                   23338: 
                   23339:        * src/main/pa_common.C: common:  actual filename '%s'
                   23340: 
                   23341:        * src/classes/string.C: z
                   23342: 
                   23343:        * src/classes/Makefile.am: classes/.am
                   23344: 
                   23345:        * src/classes/: Makefile.am: classes/.am
                   23346: 
                   23347:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   23348:          targets/cgi/pa_pool.C: classes/.am
                   23349: 
                   23350: 2001-05-18  parser
                   23351: 
1.116     moko     23352:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   23353:          pa_threads.C ins
1.95      moko     23354: 
                   23355:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   23356: 
                   23357: 2001-05-17  parser
                   23358: 
                   23359:        * src/: classes/string.C, include/pa_config_fixed.h,
                   23360:          include/pa_config_includes.h, main/compile.y,
                   23361:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   23362:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   23363:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   23364:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   23365:          most .C
                   23366: 
                   23367:        * src/doc/html2chm.cmd: z
                   23368: 
                   23369:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   23370:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   23371: 
                   23372:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   23373:          get_connection_from_cache
                   23374: 
                   23375:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   23376: 
                   23377:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   23378:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   23379:          cache expiration[use SQL_Driver::disconnect]
                   23380: 
                   23381:        * src/main/pa_table.C: table.locate current restored on "not found"
                   23382: 
                   23383:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   23384:          line no
                   23385: 
                   23386:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23387:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   23388: 
                   23389:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23390:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   23391:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   23392:          1driver and set_services fight for driver::fservices. before fix
                   23393: 
                   23394:        * src/: classes/op.C, include/pa_config_fixed.h,
                   23395:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   23396:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   23397:          own 1driver and set_services fight for driver::fservices. before
                   23398:          fix
                   23399: 
                   23400:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23401:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   23402:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   23403:          pa_threads.C
                   23404: 
                   23405:        * src/include/pa_threads.h: removed targets/parser
                   23406: 
                   23407:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   23408:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   23409:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   23410:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   23411:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   23412:          headers
                   23413: 
                   23414:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   23415:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   23416:          order prevented sqlmanager to see MULTYTHREAD define
                   23417: 
                   23418:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   23419:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   23420:          put/gets
                   23421: 
                   23422:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   23423:          from hash.h
                   23424: 
                   23425:        * src/: classes/op.C, include/pa_sql_connection.h,
                   23426:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   23427:          from cache ->set_services(&services);
                   23428: 
                   23429: 2001-05-16  parser
                   23430: 
                   23431:        * src/targets/cgi/parser3.C: z
                   23432: 
                   23433:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   23434:          debug, #ifdefed some.  would debug later, on more precise sample
                   23435:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   23436:          $name.$tail[$tail!] $name.$tail } ok3
                   23437: 
                   23438:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   23439:          removed array debug. before vstring rebasing
                   23440: 
                   23441:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   23442:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   23443:          array debugged; adjusted
                   23444: 
                   23445:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   23446:          SQL_Driver_manager line no for connect/charset errors
                   23447: 
                   23448: 2001-05-15  parser
                   23449: 
                   23450:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   23451:          main/pa_string.C: string+array made linear grows
                   23452: 
                   23453:        * src/: include/pa_string.h, main/pa_string.C,
                   23454:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   23455:          grow lineary, not exponentialy
                   23456: 
                   23457:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   23458:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   23459:          with fullchunk cmps
                   23460: 
                   23461:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   23462:          70041=           81
                   23463: 
                   23464:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   23465:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   23466:          malloc 27809390/368771, calloc 3232/83. would test now
                   23467: 
                   23468:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   23469:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   23470:          numbered params had wrong name - for instance: bad error message
                   23471:          in ^for[] bad body type. fixed
                   23472: 
                   23473: 2001-05-14  parser
                   23474: 
                   23475:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   23476:          main/untaint.C: ^string.upper|lower[]
                   23477: 
                   23478: 2001-05-11  parser
                   23479: 
                   23480:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   23481:          classes/string.C, classes/table.C, classes/unknown.C,
                   23482:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   23483:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   23484:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   23485: 
                   23486:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   23487:          .dsp for win32tools
                   23488: 
                   23489: 2001-05-11  paf
                   23490: 
                   23491:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   23492:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   23493:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   23494:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   23495: 
                   23496: 2001-05-10  paf
                   23497: 
                   23498:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   23499:          for C++, that's all
                   23500: 
1.116     moko     23501:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   23502:          pa_config_includes.h: inline wonders
1.95      moko     23503: 
                   23504:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   23505:          doc/doxygen.cmd: hash.C added
                   23506: 
                   23507:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   23508: 
                   23509:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   23510:          menthod
                   23511: 
                   23512:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   23513:          pa_vstateless_object.h: changed priority: field before method
                   23514:          lookup in vclass & vobject
                   23515: 
                   23516:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   23517:          grammar: priorities changes [lowerd && prior] vobject: now first
                   23518:          fields, next methods
                   23519: 
                   23520: 2001-05-08  paf
                   23521: 
                   23522:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   23523:          bark=false. fixed
                   23524: 
                   23525:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   23526:          types/pa_vmethod_frame.h: hash:default works at last!
                   23527: 
                   23528:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   23529:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   23530:          hash:default
                   23531: 
                   23532:        * src/classes/table.C: z
                   23533: 
                   23534:        * src/classes/table.C: table:hash always hash of hash now
                   23535: 
                   23536:        * src/classes/table.C: table:empty return bool now
                   23537: 
                   23538:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   23539:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23540:          types/pa_vtable.h: table:hash
                   23541: 
                   23542:        * src/classes/table.C: table:record have name
                   23543: 
                   23544:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   23545:          returns vunknown
                   23546: 
                   23547:        * src/classes/: double.C, int.C, op.C, string.C:
                   23548:          int,double,string:int[] double[] string:length[] results now have
                   23549:          hames
                   23550: 
                   23551:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   23552:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   23553:          now return bool
                   23554: 
                   23555:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   23556:          in method checkparams again. fixed
                   23557: 
                   23558: 2001-05-07  paf
                   23559: 
                   23560:        * src/doc/chm.cmd: cmd
                   23561: 
                   23562:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23563:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   23564:          types/pa_value.h: method reported errors on wrong pool
                   23565: 
                   23566:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   23567:          now
                   23568: 
                   23569:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   23570:          include/code.h, include/pa_opcode.h, main/compile.C,
                   23571:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   23572:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23573:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23574:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   23575:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23576:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23577:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23578:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23579:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23580:          types/pa_wwrapper.h: pa_code.h
                   23581: 
                   23582:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   23583: 
                   23584:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   23585:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   23586:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23587:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   23588:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23589:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   23590:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   23591:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   23592:          types/pa_vtable.h: dox, split by not clean parts also
                   23593: 
                   23594:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   23595:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   23596:          'dir' fields & co. more
                   23597: 
                   23598:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   23599:          so to enable 'dir' fields & co.
                   23600: 
                   23601:        * src/main/compile.y: grammar: @end
                   23602: 
                   23603: 2001-05-04  paf
                   23604: 
                   23605:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   23606:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   23607: 
                   23608:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   23609:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23610:          classes/op.C, classes/random.C, classes/response.C,
                   23611:          classes/string.C, classes/table.C, classes/unknown.C,
                   23612:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   23613:          method dox
                   23614: 
                   23615: 2001-05-03  paf
                   23616: 
                   23617:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   23618:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   23619:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   23620:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   23621:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   23622:          main/pa_request.C: dox splitted .dox files and added some
                   23623: 
                   23624:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   23625: 
                   23626: 2001-05-02  paf
                   23627: 
                   23628:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   23629:          by file_name  language now
                   23630: 
                   23631: 2001-04-28  paf
                   23632: 
                   23633:        * src/classes/classes.inc: removed classes.inc
                   23634: 
                   23635:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   23636:          from .am
                   23637: 
                   23638:        * src/classes/classes.awk: skipped classes in .awk
                   23639: 
                   23640:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   23641:          classes/classes.inc, classes/double.C, classes/file.C,
                   23642:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   23643:          classes/string.C, classes/table.C, classes/unknown.C,
                   23644:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   23645:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23646:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   23647:          pa_methoded back to classes/classes.h
                   23648: 
                   23649:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   23650: 
                   23651:        * src/: classes/Makefile.am, classes/classes.awk,
                   23652:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   23653:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   23654: 
                   23655:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   23656:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   23657:          classes/response.C, classes/string.C, classes/table.C,
                   23658:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   23659:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   23660:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   23661:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   23662:          include|main/pa_methoded
                   23663: 
                   23664:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   23665:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   23666: 
                   23667:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   23668:          moved some configured data to request::classes_conf moved some
                   23669:          string crations from globals to M...  [works]
                   23670: 
                   23671:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   23672:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   23673:          main/pa_request.C: moved some configured data to
                   23674:          request::classes_conf moved some string crations from globals to
                   23675:          M...
                   23676: 
                   23677:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   23678:          about to move configured data to special request hash
                   23679: 
                   23680:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   23681:          classes/form.C, classes/mail.C, include/pa_request.h,
                   23682:          main/pa_request.C: configure started
                   23683: 
                   23684:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   23685:          2. todo: methoded-configure
                   23686: 
                   23687:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   23688:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23689:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23690:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   23691:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23692:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23693:          classes/random.C, classes/response.C, classes/string.C,
                   23694:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   23695:          include/pa_request.h, main/compile.y, main/execute.C,
                   23696:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23697:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23698:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   23699:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   23700:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23701:          types/pa_vrequest.h, types/pa_vresponse.h,
                   23702:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   23703:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   23704:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   23705:          methoded-configure
                   23706: 
                   23707:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   23708:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   23709:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   23710:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   23711: 
                   23712:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   23713:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   23714:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23715:          classes/random.C, classes/response.C, classes/string.C,
                   23716:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   23717:          main/compile.y, main/execute.C, main/pa_globals.C,
                   23718:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   23719:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   23720:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   23721:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   23722:          beautifying just compiled. todo: debug, configure
                   23723: 
                   23724: 2001-04-27  paf
                   23725: 
                   23726:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   23727:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   23728:          beautifying -99
                   23729: 
                   23730:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   23731:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   23732:          classes/classes.h, classes/double.C, classes/file.C,
                   23733:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   23734:          classes/op.C, classes/random.C, classes/response.C,
                   23735:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   23736:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23737:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   23738:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   23739:          types/pa_vunknown.h: beautifying -100
                   23740: 
                   23741:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   23742: 
                   23743:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   23744:          classes/_op.h, classes/_random.h, classes/_table.h,
                   23745:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   23746:          classes/op.C, classes/random.C, classes/response.C,
                   23747:          classes/string.C, classes/table.C, classes/unknown.C,
                   23748:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   23749:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23750:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   23751:          beautifying
                   23752: 
                   23753: 2001-04-26  paf
                   23754: 
                   23755:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   23756: 
                   23757:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   23758:          documentation ++
                   23759: 
                   23760:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   23761:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23762:          targets/cgi/pa_pool.C: code documentation ++
                   23763: 
                   23764:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   23765:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23766:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   23767:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   23768:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   23769:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   23770:          types/pa_vrequest.C, types/pa_vrequest.h,
                   23771:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   23772:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   23773:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   23774:          code documentation ++
                   23775: 
                   23776:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   23777:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   23778:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   23779:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   23780:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   23781:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   23782:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   23783:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   23784: 
                   23785:        * src/main/: pa_request.C, pa_string.C: z
                   23786: 
                   23787:        * src/: include/pa_common.h, include/pa_types.h,
                   23788:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   23789:          connection caching fixed.  request-pooled-url were stored into
                   23790:          global connectioncache
                   23791: 
                   23792: 2001-04-25  paf
                   23793: 
                   23794:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   23795:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   23796: 
                   23797:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   23798:          main/execute.C, main/pa_common.C: -d
                   23799: 
                   23800:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   23801:          illegal call check a bit improved, but still under iis no mapping
                   23802:          of dir with parser allowed!
                   23803: 
                   23804: 2001-04-24  paf
                   23805: 
                   23806:        * src/targets/Makefile.am: apache module lib .am
                   23807: 
                   23808:        * src/main/pa_exec.C: windows32 buildCommand
                   23809: 
                   23810: 2001-04-23  paf
                   23811: 
                   23812:        * src/targets/cgi/Makefile.am: win32 conditional
                   23813: 
                   23814:        * src/targets/cgi/Makefile.am: win32 conditional
                   23815: 
                   23816:        * src/targets/cgi/Makefile.am: liblink
                   23817: 
                   23818:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   23819:          vfile fields return type
                   23820: 
                   23821:        * src/types/pa_vfile.h: vfile fields return type
                   23822: 
                   23823:        * src/include/pa_config_auto.h.in: .h.in
                   23824: 
                   23825:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   23826:          types/Makefile: makefiles removed
                   23827: 
                   23828:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   23829:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   23830: 
                   23831:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   23832:          [tested: i & g ]
                   23833: 
                   23834:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   23835:          @test noticed series in isapi, check how initialize_random_class
                   23836:          is called! [must be called only once]
                   23837: 
                   23838:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   23839:          would not be 'unknown column'
                   23840: 
                   23841:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   23842:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   23843: 
                   23844:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   23845:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   23846:          [now doesnt]
                   23847: 
                   23848:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   23849: 
                   23850:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   23851:          /cgi-bin/parser3/auto.p
                   23852: 
                   23853:        * src/main/untaint.C: untaint without charset
                   23854: 
                   23855:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   23856:          main/pa_common.C: common: file_write /// @test mkdirs
                   23857:          file_delete rmdirs
                   23858: 
                   23859:        * src/main/untaint.C: mail header only once to =?
                   23860: 
                   23861:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   23862:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   23863:          main/untaint.C: untaint -        @test optimize whitespaces for
                   23864:          all but 'html'
                   23865: 
                   23866:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   23867:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23868:          main/untaint.C: untaint -  @test mail-header
                   23869: 
                   23870: 2001-04-20  paf
                   23871: 
                   23872:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   23873:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   23874:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23875:          targets/cgi/parser3.C: $MAIN:LOCALE
                   23876: 
                   23877:        * src/main/untaint.C: z
                   23878: 
                   23879:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   23880: 
                   23881: 2001-04-19  paf
                   23882: 
                   23883:        * src/main/compile_tools.h: $a$b bugfix
                   23884: 
                   23885:        * src/targets/cgi/parser3.C: z
                   23886: 
                   23887:        * src/classes/file.C: z
                   23888: 
                   23889:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   23890:          done: header to $fields. waits for header '\' tricks
                   23891: 
                   23892:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23893:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   23894:          changed urlencode here and in untaint.C to HTTP standard's " and
                   23895:          \" mech
                   23896: 
                   23897:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   23898:          http://alx/~paf/ doesnt load /auto.p
                   23899: 
                   23900: 2001-04-18  paf
                   23901: 
                   23902:        * src/main/pa_request.C: 1
                   23903: 
                   23904:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   23905:          linux @alx
                   23906: 
                   23907: 2001-04-17  paf
                   23908: 
                   23909:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   23910:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   23911:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   23912:          enabled
                   23913: 
                   23914:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   23915:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   23916:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23917:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23918:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   23919:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   23920:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23921:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   23922:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   23923:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   23924:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   23925:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   23926:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   23927:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   23928: 
                   23929:        * src/: include/pa_sql_driver_manager.h,
                   23930:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   23931:          types/pa_vimage.h: sql driver interface now has initialize(client
                   23932:          .so)
                   23933: 
                   23934: 2001-04-16  paf
                   23935: 
                   23936:        * src/Makefile.am: compile2 cygwin
                   23937: 
                   23938:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   23939:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   23940: 
                   23941:        * src/targets/cgi/Makefile.am: compile0 jav
                   23942: 
                   23943:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   23944:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   23945:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   23946:          classes/_random.h, classes/_response.h, classes/_string.h,
                   23947:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   23948:          classes/mail.C, classes/op.C, classes/random.C,
                   23949:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23950:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   23951:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   23952:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23953:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   23954:          compile-1
                   23955: 
                   23956: 2001-04-15  paf
                   23957: 
                   23958:        * src/classes/op.C: z
                   23959: 
                   23960:        * src/classes/table.C: table:empty +=process
                   23961: 
                   23962:        * src/types/pa_value.h: MethodParams !junction
                   23963: 
                   23964:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   23965:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   23966:          classes/random.C, classes/response.C, classes/string.C,
                   23967:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   23968:          MethodParams everywhere
                   23969: 
                   23970:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   23971:          types/pa_vmethod_frame.h: MethodParams in op.C
                   23972: 
                   23973: 2001-04-12  paf
                   23974: 
                   23975:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   23976: 
                   23977:        * src/: classes/_unknown.h, classes/unknown.C,
                   23978:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   23979:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   23980: 
                   23981:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   23982: 
                   23983:        * src/classes/image.C: image:gif now does not have params
                   23984: 
                   23985:        * src/classes/image.C:
                   23986:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   23987: 
                   23988:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   23989:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   23990:          for var now written not to r.wcontext, but to r.root cleared
                   23991:          "entered_object" state
                   23992: 
                   23993: 2001-04-11  paf
                   23994: 
                   23995:        * src/classes/image.C: image:create image:load
                   23996: 
                   23997:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   23998:          just compiled
                   23999: 
                   24000:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24001:          todo: gif without file
                   24002: 
                   24003:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   24004:          started porting to Pooled descendant
                   24005: 
                   24006:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   24007:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   24008:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   24009:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   24010: 
                   24011:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   24012:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   24013:          end. switching to python imaging lib
                   24014: 
                   24015:        * src/main/main.dsp: gd+smtp made separate libs
                   24016: 
                   24017:        * src/: include/pa_globals.h, include/pa_string.h,
                   24018:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   24019:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   24020:          length
                   24021: 
                   24022:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   24023:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   24024:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   24025:          UL_FILE_NAME of posted file name
                   24026: 
                   24027:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   24028:          post [broke when moved post read to core]
                   24029: 
                   24030: 2001-04-10  paf
                   24031: 
                   24032:        * src/classes/image.C: image:html done
                   24033: 
                   24034:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   24035: 
                   24036:        * src/classes/image.C: z
                   24037: 
                   24038:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   24039:          forgotten!
                   24040: 
                   24041:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24042:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24043:          types/pa_vimage.h: image:measure -90
                   24044: 
                   24045:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   24046:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   24047:          classes/_random.h, classes/_response.h, classes/_string.h,
                   24048:          classes/_table.h, classes/file.C, classes/mail.C,
                   24049:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   24050:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   24051:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   24052:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   24053:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   24054:          compiled
                   24055: 
                   24056:        * src/classes/mail.C: minor bug with unclear from/to
                   24057: 
                   24058:        * src/classes/mail.C: sendmail unix skipping defaults
                   24059: 
                   24060:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   24061:          sendmail unix added defaults
                   24062: 
                   24063:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   24064: 
                   24065:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   24066: 
                   24067: 2001-04-09  paf
                   24068: 
                   24069:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   24070:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   24071:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   24072:          targets/isapi/parser3isapi.dsp: all targets exec
                   24073: 
                   24074:        * src/: include/pa_sapi.h, include/pa_string.h,
                   24075:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24076:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   24077:          args in apache:util.script
                   24078: 
                   24079:        * src/include/pa_string.h: written but not tested exec with env for
                   24080:          unix
                   24081: 
                   24082:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   24083:          targets/cgi/parser3.C: exec win32 env
                   24084: 
                   24085:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   24086:          0
                   24087: 
                   24088:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   24089:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24090:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   24091:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   24092: 
                   24093:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   24094:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   24095: 
                   24096:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   24097:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   24098: 
                   24099:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   24100:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   24101:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24102:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24103:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   24104:          exec class just compiled. moved post read to request core
                   24105: 
                   24106:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   24107:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   24108:          main/pa_globals.C, targets/cgi/parser3.C,
                   24109:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   24110:          are already read by vform
                   24111: 
                   24112: 2001-04-08  paf
                   24113: 
                   24114:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   24115:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   24116:          uuencode. string<<
                   24117: 
                   24118: 2001-04-07  paf
                   24119: 
                   24120:        * src/classes/mail.C: z
                   24121: 
                   24122:        * src/classes/mail.C: z
                   24123: 
                   24124:        * src/classes/mail.C: ^mail[$attach
                   24125: 
                   24126:        * src/classes/mail.C: ^attach dead end
                   24127: 
                   24128:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   24129:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24130:          targets/isapi/parser3isapi.C: mail:send 1
                   24131: 
                   24132:        * src/: classes/mail.C, main/pa_request.C: z
                   24133: 
                   24134:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   24135:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   24136:          compiled
                   24137: 
                   24138:        * src/classes/mail.C: +=
                   24139: 
                   24140:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   24141:          prepared
                   24142: 
                   24143:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   24144:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   24145:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24146:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   24147: 
                   24148: 2001-04-06  paf
                   24149: 
                   24150:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   24151:          main/pa_string.C: table:dir 1
                   24152: 
                   24153:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   24154:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   24155: 
                   24156:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   24157:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   24158:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   24159:          main/pa_request.C: renamed 'root' to 'op'
                   24160: 
                   24161:        * src/classes/: _op.h, op.C: renamed from 'root'
                   24162: 
                   24163:        * src/types/pa_valiased.C: another root inherititance skipped
                   24164: 
                   24165:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   24166:          root methods of parent class. just 'ROOT' class
                   24167: 
                   24168:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   24169:          @office
                   24170: 
                   24171:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   24172: 
                   24173: 2001-04-05  paf
                   24174: 
                   24175:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   24176:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   24177:          constructor flag dropped at get_method_frame and remembered into
                   24178:          method_frame
                   24179: 
                   24180:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24181:          classes/table.C, main/pa_request.C: junction to code&expression
                   24182:          in errors
                   24183: 
                   24184:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24185:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   24186:          $LOCALE:ctype[Russian_Russia.1251]
                   24187: 
                   24188:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   24189:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   24190:          main/pa_table.C: hash now not thread-safe.
                   24191: 
                   24192:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24193:          main/untaint.C: z
                   24194: 
                   24195:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24196:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   24197:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   24198:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   24199:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   24200: 
                   24201:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24202:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   24203: 
                   24204:        * src/classes/table.C: select * from hren error contains statement
                   24205: 
                   24206:        * src/: classes/table.C, include/pa_sql_connection.h,
                   24207:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   24208:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   24209: 
                   24210:        * src/: classes/root.C, include/pa_sql_connection.h,
                   24211:          include/pa_sql_driver.h, main/main.dsp,
                   24212:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   24213:          services for conv memory & error reporting
                   24214: 
                   24215: 2001-04-04  paf
                   24216: 
                   24217:        * src/doc/doxygen.cfg: z
                   24218: 
                   24219:        * src/include/pa_sql_driver.h: mysql connect
                   24220: 
                   24221:        * src/include/pa_sql_driver.h: mysql info
                   24222: 
                   24223:        * src/: classes/root.C, include/pa_sql_driver.h,
                   24224:          include/pa_sql_driver_manager.h, main/main.dsp,
                   24225:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   24226: 
                   24227:        * src/sql/Makefile.am: forgot to add mysql client
                   24228: 
                   24229:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   24230:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   24231:          [forgot to add libltdl, added]
                   24232: 
                   24233:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   24234:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   24235:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   24236:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24237:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24238:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   24239:          -1000 just compiled
                   24240: 
                   24241:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   24242:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   24243:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   24244: 
                   24245: 2001-04-03  paf
                   24246: 
                   24247:        * src/types/pa_vform.C: z
                   24248: 
                   24249:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   24250:          assigned lang
                   24251: 
                   24252:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   24253:          {}[]< empty []
                   24254: 
                   24255:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   24256:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   24257:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   24258: 
                   24259:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24260:          string:match replace strange matches
                   24261: 
                   24262:        * src/classes/string.C: string:match replace 0
                   24263: 
                   24264:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   24265:          prepared 2
                   24266: 
                   24267:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24268:          string:match replace prepared
                   24269: 
                   24270:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24271:          string:match replace -11
                   24272: 
                   24273:        * src/: classes/string.C, include/pa_globals.h,
                   24274:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   24275:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   24276: 
                   24277:        * src/: classes/string.C, include/pa_globals.h,
                   24278:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   24279:          main/pa_string.C: string:match [search] -1 just compiled
                   24280: 
                   24281:        * src/types/pa_vstring.C: z
                   24282: 
                   24283:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   24284:          classes/int.C, classes/response.C, classes/root.C,
                   24285:          classes/string.C, classes/table.C, include/pa_string.h,
                   24286:          main/pa_string.C: string:match -10 [frame]
                   24287: 
                   24288:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   24289:          main/pa_request.C: z
                   24290: 
                   24291:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   24292:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   24293:          todo/tests
                   24294: 
                   24295:        * src/include/pa_common.h: z
                   24296: 
                   24297:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   24298:          main/pa_request.C, targets/cgi/parser3.C,
                   24299:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   24300:          content-disposition
                   24301: 
                   24302:        * src/: include/pa_common.h, include/pa_globals.h,
                   24303:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24304:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   24305: 
                   24306:        * src/: include/pa_common.h, include/pa_request.h,
                   24307:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   24308:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24309:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   24310:          response:body
                   24311: 
                   24312:        * src/classes/table.C: table:append now uses string::split
                   24313: 
                   24314:        * src/classes/table.C: z
                   24315: 
                   24316:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   24317:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   24318:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   24319:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   24320:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   24321:          string::pos & cmp & piece bugs fixed.  string::split new
                   24322:          table:load separated from set table:set implemented with clean \n
                   24323:          \t searches
                   24324: 
                   24325: 2001-04-02  paf
                   24326: 
                   24327:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   24328:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   24329:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24330:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   24331:          it in table:set/load
                   24332: 
                   24333:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   24334:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   24335: 
                   24336:        * src/classes/random.C: random:generate 1
                   24337: 
                   24338:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   24339:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24340:          types/pa_value.h: random:generate
                   24341: 
                   24342: 2001-03-30  paf
                   24343: 
                   24344:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   24345:          todo: table flip and append. string::pos
                   24346: 
                   24347:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   24348:          classes/response.C, classes/root.C, classes/string.C,
                   24349:          classes/table.C, main/compile.y, main/execute.C,
                   24350:          types/pa_value.h, types/pa_vstateless_class.C,
                   24351:          types/pa_vstateless_class.h: static|dynamic|any method
                   24352:          registration
                   24353: 
                   24354:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   24355:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24356:          table:flip
                   24357: 
                   24358: 2001-03-29  paf
                   24359: 
                   24360:        * src/classes/string.C: string:xsplit forgot that they must result
                   24361:          in 1 row N column [not vice versa]
                   24362: 
                   24363:        * src/classes/string.C: z
                   24364: 
                   24365:        * src/classes/string.C: string: rsplit
                   24366: 
                   24367:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24368:          string: lsplit
                   24369: 
                   24370:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   24371:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   24372:          lsplit -1
                   24373: 
                   24374:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   24375:          string: pos
                   24376: 
                   24377:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   24378:          string: pos -1
                   24379: 
                   24380:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   24381:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   24382:          main/untaint.C: string: left right mid
                   24383: 
                   24384:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   24385:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   24386:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   24387:          and [;] are different now.
                   24388: 
                   24389:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24390:          main/untaint.C: pool.request undone
                   24391: 
                   24392:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   24393:          main/untaint.C: pool.request
                   24394: 
                   24395: 2001-03-28  paf
                   24396: 
                   24397:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24398:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24399:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   24400:          $request:browser [.type .version]; unknown.get_double now = 0.
                   24401: 
                   24402:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   24403:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   24404:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   24405:          types/pa_vform.C: file:load autodetection of mime-type by
                   24406:          user-file-name
                   24407: 
                   24408:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   24409:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   24410:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   24411: 
                   24412:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   24413:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   24414:          write. must be self.set
                   24415: 
                   24416:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24417:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   24418: 
                   24419:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   24420:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   24421:          types/pa_vtable.h: table:locate just compiled
                   24422: 
                   24423: 2001-03-27  paf
                   24424: 
                   24425:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   24426:          code-params2, fixed ntfs hardlink slow dir update
                   24427: 
                   24428:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   24429:          types/pa_wcontext.h: fixed r/w context of code-params
                   24430: 
                   24431:        * src/: classes/table.C, main/execute.C: about to change junction
                   24432:          rcontext!!
                   24433: 
                   24434:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   24435:          classes/string.C, classes/table.C, main/compile_tools.C,
                   24436:          main/execute.C, main/pa_request.C, main/untaint.C,
                   24437:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   24438:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24439:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   24440:          types/pa_vunknown.h: sort 0
                   24441: 
                   24442:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   24443:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   24444:          renamed to are_static_calls_disabled
                   24445: 
                   24446:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   24447:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   24448:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   24449:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   24450: 
                   24451:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   24452: 
                   24453:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   24454:          started table:sort fixed minor bug in #...^{
                   24455: 
                   24456:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   24457:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   24458:          decided to have as it were. stepped back.  grammar: added 'in'
                   24459:          'is' 'lt'&co follow-space check
                   24460: 
                   24461: 2001-03-26  paf
                   24462: 
                   24463:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24464:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   24465:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24466:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   24467:          invocation in ^process
                   24468: 
                   24469:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   24470: 
                   24471:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   24472:          main/pa_array.C: table:record
                   24473: 
                   24474:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   24475:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24476:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   24477:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   24478:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   24479:          types/pa_vtable.h: z
                   24480: 
                   24481:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   24482:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   24483:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   24484:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   24485:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   24486:          method realisations on 'self' validity - they now can simply
                   24487:          assume that 'self' is V{Proper} .
                   24488: 
                   24489: 2001-03-25  paf
                   24490: 
                   24491:        * src/main/untaint.C: z
                   24492: 
                   24493:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   24494:          lowlevel - it initialization could be skipped if failed in @auto.
                   24495:          so that exception report would use some table
                   24496: 
                   24497:        * src/main/pa_request.C: table empty lines ignored. system-default
                   24498:          content type assigned in output:result [can fail in main:auto and
                   24499:          skipped normal defaults extraction]
                   24500: 
                   24501:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   24502:          bug
                   24503: 
                   24504:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   24505:          processing to table [except preliminary \r\n \r \n replacements
                   24506:          to "\n"]
                   24507: 
                   24508:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   24509:          move all the processing to table
                   24510: 
                   24511:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   24512:          main/pa_table.C, main/untaint.C: returned table originating.
                   24513:          useful for reporting typo table problems origin. think would be
                   24514:          useful somewhere else
                   24515: 
                   24516:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   24517: 
                   24518:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   24519:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   24520:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   24521:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   24522:          types/pa_vcookie.h: typo & typo-default
                   24523: 
                   24524: 2001-03-24  paf
                   24525: 
                   24526:        * src/main/pa_common.C: z
                   24527: 
                   24528:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   24529:          targets/cgi/parser3.C: html-typo 2
                   24530: 
                   24531:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   24532:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   24533:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   24534:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   24535:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24536:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   24537:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   24538:          noticed double default content-type prob. run cgi.cmd tomorrow
                   24539:          first html-typo sample. detected << problem: they become ltlt too
                   24540:          fast
                   24541: 
                   24542:        * src/main/compile.y: z
                   24543: 
                   24544:        * src/main/: compile.y, compile_tools.h: #comment
                   24545: 
                   24546:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   24547:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   24548:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   24549:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   24550:          stringified
                   24551: 
                   24552:        * src/types/pa_valiased.C: decided to String-ify file_read
                   24553: 
                   24554:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   24555:          isapi/parser3isapi.dsp: cgi: sapi::log
                   24556: 
                   24557:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   24558:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   24559:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   24560:          error log experiments failed - cgi under iis got no access to
                   24561:          log. registereventsource simply failed with 5(illegal call) code,
                   24562:          while worked OK as standalone executable.  isapi: used
                   24563:          HSE_APPEND_LOG_PARAMETER feature
                   24564: 
                   24565:        * src/: include/pa_common.h, include/pa_globals.h,
                   24566:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24567:          targets/isapi/parser3isapi.C: fixed default content-type
                   24568:          allocation storage
                   24569: 
                   24570:        * src/: include/pa_globals.h, include/pa_request.h,
                   24571:          main/pa_globals.C, main/pa_request.C: z
                   24572: 
                   24573:        * src/: include/pa_array.h, include/pa_hash.h,
                   24574:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   24575:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   24576:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   24577:          content-type
                   24578: 
                   24579:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   24580:          sanity
                   24581: 
                   24582:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   24583:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   24584:          away freeze mech.  no danger now for you can't do
                   24585:          ^request:process[@new-method[] body] trick anymore.  still
                   24586:          remains $some_instance.process[@new-method[] possibility] but
                   24587:          would leave it as a feature.  see index for sample
                   24588: 
                   24589:        * src/: include/pa_common.h, main/pa_common.C,
                   24590:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   24591:          monkey every target
                   24592: 
                   24593:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   24594:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   24595:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   24596: 
                   24597: 2001-03-23  paf
                   24598: 
                   24599:        * src/: include/pa_pool.h, main/pa_request.C,
                   24600:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   24601:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24602:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   24603: 
                   24604:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   24605: 
                   24606:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   24607:          it would be better to rewrite as filter then to deal with pool
                   24608: 
                   24609:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   24610:          now like in cgi, not from APPL_PHYSICAL_PATH
                   24611: 
                   24612:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   24613:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   24614:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   24615:          include/pa_version.h, main/compile.y, main/execute.C,
                   24616:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24617:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24618:          main/untaint.C, targets/cgi/parser3.C,
                   24619:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   24620:          cgi: reinvent document_root and request_uri under iis. autoconf
                   24621:          updated. introducing ap_config_includes
                   24622: 
                   24623:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   24624: 
                   24625:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   24626: 
                   24627:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   24628:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24629:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24630:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   24631: 
                   24632:        * src/: include/pa_globals.h, main/pa_request.C,
                   24633:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24634:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   24635:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   24636: 
                   24637:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24638:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24639:          isapi minor env beauty
                   24640: 
                   24641:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   24642:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   24643:          isapi document_root 0
                   24644: 
                   24645: 2001-03-22  paf
                   24646: 
                   24647:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   24648: 
                   24649:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   24650:          isapi/parser3isapi.C: z
                   24651: 
                   24652:        * src/: include/pa_pool.h, main/pa_request.C,
                   24653:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   24654: 
                   24655:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   24656:          kill.pl: isapi added utils
                   24657: 
                   24658:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   24659:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   24660:          types/pa_vform.C: isapi 0
                   24661: 
                   24662:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   24663:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24664:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   24665:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   24666:          started isapi
                   24667: 
                   24668:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   24669:          some comments
                   24670: 
                   24671:        * src/: include/pa_globals.h, include/pa_request.h,
                   24672:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   24673:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   24674:          parser_root_auto_path parser_site_auto_path
                   24675: 
                   24676:        * src/types/pa_vcookie.C: cookie attr decoded
                   24677: 
                   24678: 2001-03-21  paf
                   24679: 
                   24680:        * src/targets/cgi/parser3.C: z
                   24681: 
                   24682:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   24683: 
                   24684:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   24685:          types/pa_venv.h: in cookie & env. todo:post
                   24686: 
                   24687:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   24688:          classes/root.C, classes/table.C, include/pa_array.h,
                   24689:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   24690:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   24691:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   24692:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24693:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   24694:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24695:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   24696:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   24697:          shifted apache branch on main trunc
                   24698: 
                   24699:        * src/: include/pa_common.h, include/pa_globals.h,
                   24700:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24701:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   24702:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   24703:          starting mod_parser3
                   24704: 
                   24705:        * src/targets/cgi/parser3.C: starting mod_parser3
                   24706: 
                   24707: 2001-03-20  paf
                   24708: 
                   24709:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   24710:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   24711:          win32 ifdefs work and add ifdef unistd
                   24712: 
                   24713:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   24714:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   24715:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   24716:          z
                   24717: 
                   24718:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   24719:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   24720:          locking
                   24721: 
                   24722:        * src/: classes/Makefile.am, types/Makefile.am: z
                   24723: 
                   24724:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   24725:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   24726:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   24727:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   24728:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   24729:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   24730:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   24731: 
                   24732:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   24733:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   24734: 
                   24735:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   24736:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   24737:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   24738:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   24739:          types/pa_vform.h: z
                   24740: 
                   24741:        * src/include/pa_string.h: z
                   24742: 
                   24743:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   24744:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   24745:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   24746:          :Value
                   24747: 
                   24748:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   24749:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   24750:          :VStateless_object
                   24751: 
                   24752:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   24753:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   24754:          :VStateless_object
                   24755: 
                   24756:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   24757:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   24758: 
                   24759:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   24760:          types/pa_valiased.h, types/pa_value.h,
                   24761:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   24762:          types/pa_vstateless_object.h: moved common get_element part from
                   24763:          stateless object&class into VAliased
                   24764: 
                   24765:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   24766:          classes/table.C, main/execute.C, main/main.dsp,
                   24767:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   24768:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   24769:          now :Value
                   24770: 
                   24771:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   24772:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   24773:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   24774: 
                   24775:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   24776:          doxx
                   24777: 
                   24778:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   24779:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   24780:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   24781:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   24782:          and ^file:save
                   24783: 
                   24784: 2001-03-19  paf
                   24785: 
                   24786:        * src/types/pa_vfile.C: z
                   24787: 
                   24788:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   24789:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   24790:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   24791:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   24792: 
                   24793:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   24794:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   24795:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   24796:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   24797:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   24798:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   24799:          types/pa_vfile.h: file class just compiled
                   24800: 
                   24801:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   24802:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   24803:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   24804:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   24805:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   24806: 
                   24807:        * src/include/pa_pool.h: z
                   24808: 
                   24809:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   24810:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   24811:          Hash::Value to Val so to doxygen would finlly stop confusing
                   24812:          those Value-s
                   24813: 
                   24814:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   24815:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   24816:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   24817:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   24818:          include/pa_types.h, main/compile.C, main/compile.y,
                   24819:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   24820:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   24821:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   24822:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   24823:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   24824: 
                   24825:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   24826:          derivates somehow unlinked. don't know why yet
                   24827: 
                   24828:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   24829:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   24830:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24831:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   24832:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   24833:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   24834:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   24835: 
                   24836:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   24837:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   24838:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   24839:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   24840:          types/pa_vrequest.h: doc: detected Value derivates prob
                   24841: 
                   24842:        * src/include/pa_globals.h: z
                   24843: 
                   24844:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   24845:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   24846:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   24847:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   24848:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   24849:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   24850:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   24851:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   24852: 
                   24853: 2001-03-18  paf
                   24854: 
                   24855:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   24856:          cookie: allowed access to hash-assigned
                   24857: 
                   24858:        * src/targets/cgi/parser3.C: z
                   24859: 
                   24860:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   24861:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   24862:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   24863:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24864:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   24865:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   24866:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   24867:          types/pa_vunknown.h: cookie class
                   24868: 
                   24869:        * src/main/pa_request.C: zero length output allowed
                   24870: 
                   24871:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   24872:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   24873: 
                   24874:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   24875:          lang switch
                   24876: 
                   24877:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   24878:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24879:          types/pa_value.h, types/pa_vhash.h:
                   24880:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   24881: 
                   24882:        * src/main/execute.C: z
                   24883: 
                   24884:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   24885:          targets/cgi/parser3.C: taint[uri
                   24886: 
                   24887:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   24888:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   24889:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   24890:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   24891: 
                   24892:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   24893:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   24894:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   24895:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   24896:          bool tainted) ctor
                   24897: 
                   24898:        * src/: include/pa_hash.h, include/pa_request.h,
                   24899:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   24900:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   24901:          targets/cgi/parser3.C: proper @exceptions params tainting
                   24902: 
                   24903:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   24904:          response fields to header
                   24905: 
                   24906:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   24907:          z
                   24908: 
                   24909:        * src/: classes/_response.h, classes/response.C,
                   24910:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   24911:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   24912:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   24913:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   24914:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   24915:          $response: 0  request::core exception rethrow
                   24916: 
                   24917: 2001-03-16  paf
                   24918: 
                   24919:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   24920:          types/pa_vrequest.h: native method' class call with less params
                   24921:          then needed error reporting
                   24922: 
                   24923:        * src/: classes/_request.h, classes/request.C,
                   24924:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   24925:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24926:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   24927:          types/pa_vrequest.h: $request : query :uri
                   24928: 
                   24929:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   24930:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   24931:          types/pa_wcontext.h: $result
                   24932: 
                   24933:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   24934: 
                   24935:        * src/: classes/double.C, include/code.h, main/compile.y,
                   24936:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   24937:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   24938: 
                   24939:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   24940:          main/compile.y, main/execute.C, types/pa_value.h,
                   24941:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   24942:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   24943:          wcontext conflict
                   24944: 
                   24945:        * src/: main/execute.C, types/pa_value.h,
                   24946:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   24947:          $string.field
                   24948: 
                   24949: 2001-03-15  paf
                   24950: 
                   24951:        * src/main/pa_request.C: news sample
                   24952: 
                   24953:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   24954:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   24955: 
                   24956:        * src/main/: compile.y, execute.C: z
                   24957: 
                   24958:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   24959:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   24960:          pre pre works
                   24961: 
                   24962:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24963:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   24964:          fillfields just compiled
                   24965: 
                   24966: 2001-03-14  paf
                   24967: 
                   24968:        * src/: include/pa_request.h, main/pa_request.C,
                   24969:          targets/cgi/parser3.C: z
                   24970: 
                   24971:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   24972:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   24973:          types/pa_vstring.h: limits -1
                   24974: 
                   24975:        * src/: include/pa_globals.h, include/pa_request.h,
                   24976:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   24977:          main/pa_request.C, targets/cgi/parser3.C,
                   24978:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   24979:          request_info -1
                   24980: 
                   24981:        * src/: include/pa_globals.h, main/pa_globals.C,
                   24982:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   24983:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   24984:          vform_fields_fill
                   24985: 
                   24986:        * src/targets/cgi/parser3.C: #  if MSVC
                   24987: 
                   24988:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   24989:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   24990: 
                   24991:        * src/targets/cgi/parser3.C: z
                   24992: 
                   24993:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   24994:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   24995:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   24996:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   24997:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   24998:          types/pa_vunknown.h: global handler, exceptions in parser3
                   24999: 
                   25000: 2001-03-13  paf
                   25001: 
                   25002:        * src/: classes/form.C, main/compile.y, main/core.C,
                   25003:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   25004:          types/pa_vform.h, types/pa_vstateless_class.C,
                   25005:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   25006:          instead
                   25007: 
                   25008:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25009:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   25010:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   25011:          started cgi target
                   25012: 
                   25013:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   25014:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   25015:          before error show with parser
                   25016: 
                   25017:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   25018:          include/pa_request.h, main/core.C, main/pa_request.C,
                   25019:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   25020: 
                   25021:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   25022: 
                   25023:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   25024:          parser3.C: renamed targets/ parser to cgi
                   25025: 
                   25026:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   25027:          classes/root.C, classes/string.C, classes/table.C,
                   25028:          include/pa_request.h, types/pa_vhash.h: z
                   25029: 
                   25030:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25031:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   25032:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   25033:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25034:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   25035:          [historical moment :)]
                   25036: 
                   25037:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   25038:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   25039: 
                   25040:        * src/types/pa_venv.h: $ENV 1
                   25041: 
                   25042:        * src/main/execute.C: z
                   25043: 
                   25044:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   25045:          future methods of ENV constructor if
                   25046: 
                   25047:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   25048:          class
                   25049: 
                   25050:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25051:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25052:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25053:          classes/string.C, classes/table.C, include/pa_request.h,
                   25054:          main/compile.C, main/compile_tools.h, main/core.C,
                   25055:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25056:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25057:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25058:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25059:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25060:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25061: 
                   25062:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25063:          classes/_root.h, classes/_string.h, classes/_table.h,
                   25064:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   25065:          classes/string.C, classes/table.C, include/pa_request.h,
                   25066:          main/compile.C, main/compile_tools.h, main/core.C,
                   25067:          main/execute.C, main/main.dsp, main/pa_request.C,
                   25068:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   25069:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   25070:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   25071:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   25072:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   25073: 
                   25074:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   25075:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   25076:          yesterdays bad decision on execute_static_method
                   25077: 
                   25078:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   25079: 
                   25080:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25081:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   25082: 
                   25083:        * src/main/pa_request.C: z
                   25084: 
                   25085:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25086:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   25087: 
                   25088:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   25089:          include/pa_pool.h, main/pa_request.C:
                   25090:          restructure_exceptions_dead_end
                   25091: 
                   25092:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   25093:          allowed ; inside {} to break params
                   25094: 
                   25095:        * src/classes/root.C: ^eval
                   25096: 
                   25097:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   25098:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   25099:          string ^format
                   25100: 
                   25101:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   25102:          'bad' but not 'enough'
                   25103: 
                   25104:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   25105:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   25106:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   25107:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   25108:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   25109: 
                   25110:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25111:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   25112:          types/pa_vint.h: ^for
                   25113: 
                   25114: 2001-03-12  paf
                   25115: 
                   25116:        * src/classes/table.C: table ^empty
                   25117: 
                   25118:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   25119: 
                   25120:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   25121:          ^offset ^line ^count
                   25122: 
                   25123:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   25124:          ^abs()  ^sign()
                   25125: 
                   25126:        * src/classes/: root.C, table.C: ^use
                   25127: 
                   25128:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25129:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   25130:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   25131:          ^while. switched off wcontext.constructing after write(value) or
                   25132:          auto-vhash-constructing
                   25133: 
                   25134:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   25135:          main/pa_request.C: fail_if_junction_ helper func
                   25136: 
                   25137:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   25138:          include/pa_request.h, main/execute.C, main/main.dsp,
                   25139:          main/pa_common.C, main/pa_request.C: ^process error point by
                   25140:          actual method_name, not source.  ^load
                   25141: 
                   25142:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   25143: 
                   25144:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   25145:          classes/_table.h, classes/table.C, main/untaint.C: z
                   25146: 
                   25147:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   25148:          include/pa_table.h, main/core.C, main/execute.C,
                   25149:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   25150:          types/pa_value.h: table:set 0
                   25151: 
                   25152:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   25153:          include/pa_request.h, include/pa_table.h, main/core.C,
                   25154:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   25155:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   25156:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   25157:          types/pa_vstring.h: freeze, ^table:create[] -1
                   25158: 
                   25159:        * src/: classes/root.C, types/pa_value.h: z
                   25160: 
                   25161:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   25162:          get_method in couple places optimizing them
                   25163: 
                   25164:        * src/classes/root.C: z
                   25165: 
                   25166:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   25167:          zeroing
                   25168: 
                   25169:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25170:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   25171:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   25172:          main/compile.y, main/compile_tools.h, main/execute.C,
                   25173:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   25174:          types/pa_vmframe.h: ^process. actual names to store param and
                   25175:          check_actual_numbered_params for better place diagnostics
                   25176: 
                   25177:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   25178:          method-junctions bug fixed
                   25179: 
                   25180:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   25181:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   25182: 
                   25183: 2001-03-11  paf
                   25184: 
                   25185:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   25186:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   25187:          VDouble VInt base now VObject_base - without fields
                   25188: 
                   25189:        * src/: classes/root.C, include/core.h, main/core.C: z
                   25190: 
                   25191:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25192:          classes/string.C, include/core.h, include/pa_hash.h,
                   25193:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   25194:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   25195: 
                   25196:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25197:          include/pa_request.h, main/execute.C: intercept_string
                   25198: 
                   25199:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25200:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   25201: 
                   25202:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   25203:          ^inc-s(expr)
                   25204: 
                   25205:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25206:          classes/_root.h, classes/_string.h, classes/double.C,
                   25207:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25208:          include/code.h, include/core.h, include/pa_array.h,
                   25209:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25210:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25211:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25212:          include/pa_types.h, main/compile.C, main/compile.y,
                   25213:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25214:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   25215:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   25216:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   25217:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25218:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25219:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25220:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25221:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25222:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   25223: 
                   25224:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   25225: 
                   25226:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25227:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   25228: 
                   25229:        * src/: include/pa_valiased.h, include/pa_value.h,
                   25230:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25231:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25232:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25233:          include/pa_vobject.h, include/pa_vstring.h,
                   25234:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25235:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   25236:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   25237:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   25238:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   25239:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   25240:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   25241:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   25242:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   25243:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   25244:          include/
                   25245: 
                   25246: 2001-03-10  paf
                   25247: 
                   25248:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   25249:          main/pa_request.C: run+auto=run
                   25250: 
                   25251:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   25252: 
                   25253:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   25254:          classes/_root.h, classes/_string.h, classes/double.C,
                   25255:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   25256:          include/code.h, include/core.h, include/pa_array.h,
                   25257:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   25258:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   25259:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   25260:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   25261:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   25262:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   25263:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25264:          include/pa_vobject.h, include/pa_vstring.h,
                   25265:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25266:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   25267:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25268:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   25269:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   25270:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   25271:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   25272:          main/pa_wcontext.C: sources header
                   25273: 
                   25274:        * src/main/pa_request.C: auto..
                   25275: 
                   25276:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25277:          main/pa_request.C: auto tree0
                   25278: 
                   25279:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   25280:          main/core.C, main/pa_request.C: names to core.C
                   25281: 
                   25282:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   25283:          include/pa_request.h, main/core.C, main/execute.C,
                   25284:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   25285: 
                   25286:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   25287:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   25288:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25289:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   25290: 
                   25291:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   25292:          @auto[] realised. auto.p scan togo
                   25293: 
                   25294:        * src/: include/pa_request.h, main/execute.C: autocalc
                   25295:          code-junctions result now have names
                   25296: 
                   25297:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   25298:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   25299:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   25300:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   25301: 
                   25302:        * src/classes/env.C: env:file/line
                   25303: 
                   25304:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   25305:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   25306:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   25307:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   25308:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25309:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   25310:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   25311: 
                   25312:        * src/include/pa_vclass.h: const fight to go
                   25313: 
                   25314:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   25315:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   25316:          main/main.dsp: env0
                   25317: 
                   25318:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   25319:          classes/_string.h, classes/double.C, classes/int.C,
                   25320:          classes/root.C, classes/string.C, include/pa_request.h,
                   25321:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   25322:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   25323:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   25324:          main/pa_wcontext.C: ^lang prepare0
                   25325: 
                   25326: 2001-03-09  paf
                   25327: 
                   25328:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   25329:          construct proper naming
                   25330: 
                   25331:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   25332:          classes/double.C, classes/int.C, classes/root.C,
                   25333:          classes/string.C, include/code.h, include/pa_value.h,
                   25334:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   25335:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25336:          main/compile.y, main/compile_tools.C, main/core.C,
                   25337:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   25338:          and ^double[]. fixed expr type
                   25339: 
                   25340:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25341:          ^string.length[]
                   25342: 
                   25343: 2001-03-08  paf
                   25344: 
                   25345:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   25346: 
                   25347:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   25348:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25349:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   25350:          derivated from vobject
                   25351: 
                   25352:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   25353:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   25354: 
                   25355:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   25356:          remained clone conseqs
                   25357: 
                   25358:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   25359: 
                   25360:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   25361: 
                   25362:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   25363:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   25364:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   25365:          include/pa_vobject.h, include/pa_vstring.h,
                   25366:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25367:          main/execute.C: withoud cloning. didn't need it actually, params
                   25368:          got passed from out unnamed ewpool
                   25369: 
                   25370:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   25371:          include/pa_vjunction.h, include/pa_vobject.h,
                   25372:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   25373: 
                   25374:        * src/: include/pa_bool.h, include/pa_double.h,
                   25375:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   25376:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   25377:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25378:          include/pa_vobject.h, include/pa_vstring.h,
                   25379:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   25380:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   25381:          to give params proper names
                   25382: 
                   25383:        * src/main/pa_wcontext.C: z
                   25384: 
                   25385:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   25386:          unknown values in get_element and unfilled params. removed wrong
                   25387:          name change in get_element
                   25388: 
                   25389:        * src/main/execute.C: z
                   25390: 
                   25391:        * src/main/execute.C: fixed problems calling operators in
                   25392:          constructors
                   25393: 
                   25394:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   25395:          detected problems calling operators in constructors
                   25396: 
                   25397:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   25398:          autocalc def to string
                   25399: 
                   25400:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   25401:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   25402: 
                   25403:        * src/classes/root.C: added root.c
                   25404: 
                   25405:        * src/: include/pa_request.h, include/pa_value.h,
                   25406:          include/pa_vcframe.h, include/pa_vmframe.h,
                   25407:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25408:          main/core.C, main/execute.C, main/pa_cframe.C,
                   25409:          main/pa_wcontext.C: 'if' just compiled
                   25410: 
                   25411:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   25412:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25413:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   25414:          main/pa_wcontext.C: z
                   25415: 
                   25416:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   25417:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   25418:          with parameter names  in operator methods
                   25419: 
                   25420:        * src/main/compile.y: minor renamings in .y
                   25421: 
                   25422:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   25423:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   25424:          @BASE.  changed 'RUN' assignment mech
                   25425: 
                   25426:        * src/main/execute.C: z
                   25427: 
                   25428:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25429:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   25430:          static. so to enable runtime ^use
                   25431: 
                   25432:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   25433: 
                   25434:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   25435:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   25436: 
                   25437:        * src/main/execute.C: root root in code-junction
                   25438: 
                   25439: 2001-03-07  paf
                   25440: 
                   25441:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   25442:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   25443: 
                   25444:        * src/: include/pa_stack.h, include/pa_value.h,
                   25445:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   25446:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   25447:          fixed rwcontext of {} params up
                   25448: 
                   25449:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   25450: 
                   25451:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   25452: 
                   25453:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   25454:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   25455:          main/pa_hash.C: expr def in -f
                   25456: 
                   25457:        * src/main/: compile.y, execute.C: expr calls
                   25458: 
                   25459:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   25460:          fixed
                   25461: 
                   25462:        * src/main/compile.y: expr quoted code
                   25463: 
                   25464:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   25465:          support0
                   25466: 
                   25467:        * src/main/compile.y: expr string comparisons 0
                   25468: 
                   25469:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   25470:          main/pa_string.C: just compiled lt&co
                   25471: 
                   25472:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   25473:          $field not a $var.field
                   25474: 
                   25475: 2001-03-06  paf
                   25476: 
                   25477:        * src/main/compile.y: .y expr visible-shorter
                   25478: 
                   25479:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   25480:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   25481:          logical
                   25482: 
                   25483:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   25484:          skipping whitespace in yylex
                   25485: 
                   25486:        * src/include/pa_vbool.h: forgot this
                   25487: 
                   25488:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   25489:          string ops in expressions 0
                   25490: 
                   25491:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   25492:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   25493:          main/execute.C, main/main.dsp: !~
                   25494: 
                   25495:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   25496:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   25497:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25498:          include/pa_vunknown.h, include/pa_wcontext.h,
                   25499:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25500:          main/compile_tools.h, main/execute.C: +-*/
                   25501: 
                   25502:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   25503:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   25504: 
                   25505:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   25506:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   25507: 
                   25508:        * src/main/compile.y: expr grammar-1
                   25509: 
                   25510:        * src/main/compile.y: expr lexx1
                   25511: 
                   25512:        * src/main/: compile.y, execute.C, main.dsp: z
                   25513: 
                   25514:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   25515:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   25516:          main/execute.C: expr lex0 exec-1
                   25517: 
                   25518:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   25519: 
                   25520: 2001-02-26  paf
                   25521: 
                   25522:        * src/main/compile.y: max_string in yyerror bug fix
                   25523: 
                   25524: 2001-02-25  paf
                   25525: 
                   25526:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25527:          include/pa_wcontext.h, main/execute.C: VAliased3
                   25528: 
                   25529:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   25530: 
                   25531:        * src/main/execute.C: VAliased1
                   25532: 
                   25533:        * src/: include/pa_request.h, include/pa_value.h,
                   25534:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   25535:          VAliased0
                   25536: 
                   25537:        * src/: include/pa_pool.h, include/pa_request.h,
                   25538:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   25539:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   25540:          VAliased just compiled
                   25541: 
                   25542:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   25543:          include/pa_vobject.h, main/execute.C: alias dead end
                   25544: 
                   25545:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25546:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25547:          main/main.dsp: no not get fields into interm VFielded class.
                   25548:          fields & staticfields 1
                   25549: 
                   25550:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   25551:          include/pa_vobject.h, include/pa_wcontext.h,
                   25552:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   25553:          main/main.dsp: would now get fields into interm VFielded class
                   25554: 
                   25555:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25556:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   25557:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   25558:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   25559:          main/pa_wcontext.C: virtuals2
                   25560: 
                   25561:        * src/main/compile.y: : 1
                   25562: 
                   25563:        * src/main/compile.y: rethought to $class:static.field.subfield
                   25564: 
                   25565:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   25566:          $class:element
                   25567: 
                   25568:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   25569:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   25570:          main/pa_wcontext.C: before execute class calls rewrite
                   25571: 
                   25572:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   25573:          name RUN, also alias
                   25574: 
                   25575:        * src/main/compile.y: escaping bug
                   25576: 
                   25577:        * src/: include/pa_request.h, include/pa_value.h,
                   25578:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   25579:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   25580: 
                   25581:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25582:          include/pa_vmframe.h, include/pa_vobject.h,
                   25583:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   25584:          main/compile_tools.h, main/execute.C: ^class:method() just
                   25585:          compiled
                   25586: 
                   25587: 2001-02-24  paf
                   25588: 
                   25589:        * src/main/main.dsp: no bison -d
                   25590: 
                   25591:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   25592:          class' err msg wrong
                   25593: 
                   25594:        * src/main/compile.y: z
                   25595: 
                   25596:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   25597: 
                   25598:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   25599:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   25600: 
                   25601:        * src/: include/pa_vclass.h, main/core.C: z
                   25602: 
                   25603:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25604:          include/pa_vobject.h, main/main.dsp: vobject00
                   25605: 
                   25606:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   25607:          60% from 1 were 0
                   25608: 
                   25609:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   25610:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   25611:          as bad as you've named it: wcontext.value() was not a perfect
                   25612:          idea
                   25613: 
                   25614:        * src/main/execute.C: codeframe1
                   25615: 
                   25616:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   25617:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   25618:          include/pa_vjunction.h, include/pa_vmframe.h,
                   25619:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   25620:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   25621:          just compiled
                   25622: 
                   25623:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   25624:          ideology @: ^x{$a()) must construct current wcontext element, so
                   25625:          smart wcontext handling needed
                   25626: 
                   25627:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   25628:          klinch
                   25629: 
                   25630:        * src/main/: compile.y, execute.C: fixed empty constructor
                   25631:          optimized empty case. failed on calls - produced empty string
                   25632:          param
                   25633: 
                   25634:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   25635: 
                   25636:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   25637:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   25638:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   25639:          main/execute.C: code junctions0. something wrong with last \n
                   25640:          macrotemplate strip
                   25641: 
                   25642:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   25643:          main/pa_value.C: minor error reporting format beautifyings
                   25644: 
                   25645:        * src/: include/pa_value.h, include/pa_vclass.h,
                   25646:          include/pa_vframe.h, main/core.C, main/execute.C,
                   25647:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   25648:          junctions0
                   25649: 
                   25650: 2001-02-23  paf
                   25651: 
                   25652:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   25653:          pa_wwrapper.h: lara came, can't work, sorry :(
                   25654: 
                   25655:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   25656:          junction
                   25657: 
                   25658:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   25659:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   25660:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   25661: 
                   25662:        * src/: include/pa_hash.h, include/pa_value.h,
                   25663:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   25664:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   25665:          done
                   25666: 
                   25667:        * src/include/pa_wcontext.h: z
                   25668: 
                   25669:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   25670:          wrong grammar in complex constructor case
                   25671: 
                   25672:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   25673: 
                   25674:        * src/main/execute.C: with result rwpool
                   25675: 
                   25676:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   25677:          main/main.dsp: value named
                   25678: 
                   25679:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   25680:          strign 2 value in 2 places in execute
                   25681: 
                   25682:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   25683:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   25684:          wcontext.put_element when wcontext fvalue==0
                   25685: 
                   25686: 2001-02-22  paf
                   25687: 
                   25688:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   25689:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   25690:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   25691: 
                   25692:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   25693:          erroreos checkout
                   25694: 
                   25695:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   25696: 
                   25697:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   25698:          main/compile_tools.h, main/pa_array.C: $self.get
                   25699: 
                   25700:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   25701: 
                   25702:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   25703:          bit. finished now.
                   25704: 
                   25705:        * src/main/compile.y: $: finished
                   25706: 
                   25707:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   25708: 
                   25709:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   25710:          main/execute.C: OP_STRING better then some xxx _VALUE
                   25711: 
                   25712:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   25713:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   25714:          string to vstring it .y all
                   25715: 
                   25716:        * src/: include/pa_request.h, include/pa_stack.h,
                   25717:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   25718:          all
                   25719: 
                   25720:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   25721:          precise parse error line:col
                   25722: 
                   25723:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   25724:          main/pa_hash.C, main/pa_pool.C: TRY...
                   25725: 
                   25726:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25727:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   25728:          main/compile.C, main/compile.y, main/compile_tools.C,
                   25729:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   25730:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   25731:          main/pa_table.C: removed exception from request
                   25732: 
                   25733:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   25734:          some forgotten
                   25735: 
                   25736:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   25737:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   25738:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   25739:          get/put simple vars to VClass works0
                   25740: 
                   25741:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   25742:          main/pa_string.C: in process, but found that exceptions are too
                   25743:          global
                   25744: 
                   25745:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   25746:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   25747:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   25748:          seems wcontext must write strings regardles of fvalue!=0
                   25749: 
                   25750: 2001-02-21  paf
                   25751: 
                   25752:        * src/main/execute.C: tired :)
                   25753: 
                   25754:        * src/main/: compile.C, compile.y, execute.C: store0
                   25755: 
                   25756:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   25757:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   25758:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   25759:          main/execute.C, main/main.dsp, main/pa_array.C,
                   25760:          main/pa_request.C: get put -1 [just compiled]
                   25761: 
                   25762:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   25763:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   25764:          main/main.dsp, main/pa_request.C: request core methods0
                   25765: 
                   25766:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   25767:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   25768:          execute
                   25769: 
                   25770:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   25771:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   25772:          methods and one_big_piece. now compile returns array<method*>
                   25773: 
                   25774:        * src/main/compile.y: more straightforward yylex[end]
                   25775: 
                   25776:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   25777:          string.operator==(char*)
                   25778: 
                   25779:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   25780:          main/execute.C, main/pa_array.C: after array.const get wonders
                   25781: 
                   25782:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   25783:          pa_string.h, pa_value.h: struck with const array.gets
                   25784: 
                   25785:        * src/main/: execute.C: z
                   25786: 
                   25787:        * src/main/: compile.y, execute.C: z
                   25788: 
                   25789:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   25790:          processing in eval & yyerror so it wouldn't cause memleaks.
                   25791: 
                   25792:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   25793:          parse error positions. leaving RIGHTMOST position as
                   25794:          @file[line:col]
                   25795: 
                   25796:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   25797:          main/compile_tools.h: line numbers needed. would add them to .y
                   25798:          now internally. externally it's not as precise as needed
                   25799: 
                   25800:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   25801:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   25802:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   25803:          compiler works ok
                   25804: 
                   25805: 2001-02-20  paf
                   25806: 
                   25807:        * src/main/: compile.C, compile.y, compile_tools.C,
                   25808:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   25809:          not perfect
                   25810: 
                   25811:        * src/: include/code.h, include/compile.h, include/execute.h,
                   25812:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   25813:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25814:          main/compile.C, main/compile.y, main/compile_tools.C,
                   25815:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   25816:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   25817:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   25818:          compiled.  execute=dump for now
                   25819: 
                   25820:        * src/main/core.C: core rewrite using yacc investigations now will
                   25821:          be compile[yacc]/execute[opcodes]
                   25822: 
                   25823: 2001-02-15  paf
                   25824: 
                   25825:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   25826:          rewrite as turing machine? for it seems it would be it's too many
                   25827:          ifs with this syntax now
                   25828: 
                   25829: 2001-02-14  paf
                   25830: 
                   25831:        * src/main/core.C: get_params 1
                   25832: 
                   25833:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   25834:          :( ]
                   25835: 
                   25836:        * src/main/core.C: varios breaks
                   25837: 
                   25838:        * src/main/core.C: get names 3
                   25839: 
                   25840:        * src/main/core.C: get names 2
                   25841: 
                   25842:        * src/main/core.C: get names 1
                   25843: 
                   25844:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   25845:          names 0
                   25846: 
                   25847:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   25848:          text repassing2 operator static vars
                   25849: 
                   25850:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   25851:          main/pa_string.C: process text repassing
                   25852: 
                   25853:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   25854:          module:calls changes
                   25855: 
                   25856: 2001-02-13  paf
                   25857: 
                   25858:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   25859:          ^class:calls[] started
                   25860: 
                   25861:        * src/: include/pa_value.h, main/core.C: z
                   25862: 
                   25863:        * src/main/core.C: operators : and self. prefixes
                   25864: 
                   25865:        * src/main/core.C: z
                   25866: 
                   25867:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   25868:          tested
                   25869: 
                   25870:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   25871:          optimized
                   25872: 
                   25873:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   25874:          would change privates to better support optimization
                   25875: 
                   25876:        * src/: include/pa_string.h, main/pa_string.C:
                   25877:          String_iterator::skip_to todo:optimize
                   25878: 
                   25879: 2001-02-12  paf
                   25880: 
                   25881:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   25882:          String_iterator
                   25883: 
                   25884:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   25885:          comments
                   25886: 
                   25887:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   25888:          self/methodref joined
                   25889: 
                   25890: 2001-02-11  paf
                   25891: 
                   25892:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   25893:          main/main.dsp: core started.  core.C, context&value .h
                   25894: 
                   25895:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25896:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   25897:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   25898: 
                   25899: 2001-01-30  paf
                   25900: 
                   25901:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   25902:          comments
                   25903: 
                   25904:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   25905:          main/pa_pool.C: moved pa_pool.C to be target specific
                   25906: 
                   25907:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25908:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   25909:          to & changes
                   25910: 
                   25911:        * src/: include/pa_exception.h, include/pa_pool.h,
                   25912:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   25913:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   25914:          re-associated. that's much better even removed 'die' necessety
                   25915: 
                   25916:        * src/: include/pa_error.h, include/pa_exception.h,
                   25917:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   25918:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   25919:          targets/Makefile.am: lowered targets/parser into subdir, added
                   25920:          parser_Pool(Pool) failed to add. would think..
                   25921: 
                   25922:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   25923:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   25924:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   25925:          hence lots of 'const'
                   25926: 
                   25927:        * src/: include/pa_error.h, include/pa_request.h,
                   25928:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   25929:          main/pa_table.C: Error fixed
                   25930: 
                   25931: 2001-01-29  paf
                   25932: 
                   25933:        * src/: include/pa_array.h, include/pa_common.h,
                   25934:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   25935:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   25936:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   25937:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   25938: 
                   25939:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25940:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25941:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   25942:          main/pa_string.C, main/pa_table.C: Request Error Table
                   25943: 
                   25944:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   25945:          templates"
                   25946: 
                   25947:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   25948:          main/main.dsp, main/pa_array.C: templates failed no template
                   25949:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   25950:          2.95.2-6 from latest cygwin]
                   25951: 
                   25952:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25953:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   25954:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   25955:          main/pa_table.C: Table started would test template Array now
                   25956: 
                   25957:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   25958:          String originating
                   25959: 
                   25960:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   25961:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   25962:          SYNCHRONIZED(thread_safe)
                   25963: 
                   25964:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   25965:          parts to top
                   25966: 
                   25967:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   25968:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   25969:          see: needed only in global Hash now, made Hash:: put/get
                   25970:          SYNCHRONIZED
                   25971: 
                   25972:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   25973:          main/pa_threads.C: added pa_threads
                   25974: 
                   25975:          Mutex
                   25976: 
                   25977:        * src/include/pa_hash.h: some comments
                   25978: 
                   25979:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   25980:          Array& operator += (Array& src)
                   25981: 
                   25982:        * src/main/pa_array.C: expand not convinient, would rewrite
                   25983: 
                   25984:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   25985:          (Array& src)
                   25986: 
                   25987:          rethought, would change now
                   25988: 
                   25989: 2001-01-27  paf
                   25990: 
                   25991:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   25992:          caching
                   25993: 
                   25994:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25995:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   25996:          cache rethought to chunk caching
                   25997: 
                   25998:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   25999:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   26000:          main/pa_hash.C, main/pa_string.C: Array 0
                   26001: 
                   26002:        * src/main/pa_string.C: String::operator ==
                   26003: 
                   26004:        * src/main/pa_hash.C: String(&String)
                   26005: 
                   26006:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   26007: 
                   26008:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   26009:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   26010:          pa_hash[forgotten]
                   26011: 
                   26012: 2001-01-26  paf
                   26013: 
                   26014:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   26015:          removed templates [vc++ suxx]
                   26016: 
                   26017:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   26018:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   26019: 
                   26020:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   26021: 
1.119     moko     26022:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     26023: 
1.119     moko     26024:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     26025:          check
                   26026: 
                   26027:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   26028:          dynamic row_count
                   26029: 
                   26030:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26031:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26032:          targets/Makefile.am: Initial revision
                   26033: 
                   26034:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   26035:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   26036:          targets/Makefile.am: creating parser3 module
                   26037: 

E-mail: