Annotation of parser3/ChangeLog, revision 1.159

1.157     moko        1: 2021-01-20  moko
                      2: 
1.159   ! moko        3:        * src/targets/isapi/Makefile.am: -pa_threads.C
        !             4: 
1.158     moko        5:        * configure, configure.ac, src/include/pa_version.h: 3.4.6rc ->
                      6:          3.4.6
                      7: 
1.157     moko        8:        * etc/auto.p.in: post_max_size 10Mb -> 64Mb. It's 2021 year now. :)
                      9: 
                     10:        * etc/auto.p.in: @config[result] added to simplify $cfg change in
                     11:          /httpd.p
                     12: 
                     13:        * etc/auto.p.in: httpd fine-tune: + @OPTIONS partial, +
                     14:          ^use[/httpd.p] + optional ^preprocess[] (related to feature
                     15:          #1203)
                     16: 
                     17: 2021-01-19  moko
                     18: 
                     19:        * buildall: --disable-parallel-mark added to avoid "number of
                     20:          processors" threads creation for heap marking as it conflicts
                     21:          with RLimitNProc in apache (on Linux setrlimit RLIMIT_NPROC
                     22:          limits threads)
                     23: 
1.156     moko       24: 2021-01-16  moko
                     25: 
                     26:        * src/: classes/memory.C, include/pa_memory.h, lib/gc/include/gc.h,
                     27:          main/pa_globals.C, main/pa_memory.C,
                     28:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C,
                     29:          types/pa_vhashfile.C: ^memory:auto-compact(N) added (implements
                     30:          feature #1209)
                     31: 
                     32: 2021-01-15  moko
                     33: 
                     34:        * configure, configure.ac, src/include/pa_version.h: 3.4.6b ->
                     35:          3.4.6rc
                     36: 
                     37:        * src/classes/json.C: get_delim added for delimiter caching (10%
                     38:          faster on large json)
                     39: 
                     40: 2021-01-14  moko
                     41: 
                     42:        * operators.txt: updated with 3.4.6 changes
                     43: 
                     44:        * tests/results/224.processed: test result modified after
                     45:          today(shift) implemented
                     46: 
                     47:        * tests/: 407.html, results/407.processed: test for ^hash.select
                     48:          option $.default(bool) added (related to feature #1172)
                     49: 
                     50:        * src/classes/hash.C: ^hash.select option $.default(bool) added
                     51:          (related to feature #1172)
                     52: 
                     53:        * tests/: 141.html, results/141.processed: test modified for
                     54:          feature #1185.
                     55: 
                     56:        * src/: classes/math.C, include/pa_random.h, main/pa_random.C:
                     57:          ^math:uuid options $.lower(bool) $.solid(bool), ^math:uid64
                     58:          options $.lower(bool) (implements feature #1185)
                     59: 
                     60: 2021-01-11  moko
                     61: 
                     62:        * src/classes/date.C: ^date::today(N) by gz@ (implements feature
                     63:          #1192)
                     64: 
                     65:        * tests/: 411.html, results/411.processed: test for ^date::today(N)
                     66:          added (related to feature #1192)
                     67: 
1.155     moko       68: 2021-01-05  moko
                     69: 
                     70:        * tests/: 270.html, results/270.processed: test modified to work
                     71:          under Windows
                     72: 
                     73:        * tests/: 390.html, 395.html, results/395.processed: tests updated
                     74:          4 windows
                     75: 
                     76:        * tests/: 410.html, results/410.processed: test for
                     77:          $CLASS-GETTER-PROTECTED(false) added
                     78: 
                     79: 2021-01-04  moko
                     80: 
                     81:        * tests/: 409.html, results/409.processed, results/auto.p: test for
                     82:          $MAIN:LOCALS(true) added
                     83: 
1.154     moko       84: 2021-01-03  moko
                     85: 
                     86:        * src/: main/pa_http.C, main/pa_request.C, types/pa_vclass.C,
                     87:          types/pa_vclass.h, types/pa_vstateless_class.C,
                     88:          types/pa_vstateless_class.h: @conf[] +CLASS-GETTER-PROTECTED,
                     89:          +LOCALS. $main -> $MAIN in exception texts (implements feature
                     90:          #1207)
                     91: 
                     92: 2021-01-02  moko
                     93: 
                     94:        * etc/auto.p.in: minor
                     95: 
                     96:        * src/main/pa_request.C: sending headers only after opening file to
                     97:          allow error reporting if file was not opened (foreign group,
                     98:          etc).
                     99: 
                    100: 2020-12-31  moko
                    101: 
                    102:        * src/: include/pa_request.h, main/pa_request.C,
                    103:          targets/cgi/parser3.C: ^httpd-main[] -> ^httpd:main[]
                    104: 
                    105:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                    106:          main/pa_request.C: get_class_ref added and used
                    107: 
                    108:        * etc/auto.p.in: @CLASS httpd added
                    109: 
                    110:        * etc/auto.p.in: @auto[] is now first
                    111: 
                    112: 2020-12-30  moko
                    113: 
                    114:        * tests/: 408.html, results/408.processed: test for bug #1166
                    115:          (windows only) added
                    116: 
                    117:        * src/main/pa_common.C: create_dir_for_file should not create dir
                    118:          for trailing / (fixes bug #1166)
                    119: 
                    120:        * tests/: 341.html, results/341.processed: tests for
                    121:          ^nameless_table.hash[] added (related to feature #1138)
                    122: 
                    123:        * src/classes/table.C: ^nameless_table.hash[0;1] now supported
                    124:          (implements feature #1138), extra fields in named tables no
                    125:          longer ignored (implements feature #1138)
                    126: 
                    127:        * tests/results/390.processed: updated after exception text change
                    128: 
                    129: 2020-12-29  moko
                    130: 
                    131:        * tests/: 407.html, results/407.processed: +$._default check
                    132: 
                    133:        * src/classes/hash.C: keep $_default in ^hash.reverse[]
                    134: 
                    135:        * tests/: 407.html, results/407.processed: test for ^hash.select[]
                    136:          and ^hash.reverse[] added (releated to feature #1172)
                    137: 
                    138:        * src/classes/hash.C:
                    139:          ^hash.select[key;value](bool-condition)[options hash] +
                    140:          ^hash.reverse[] added (implements feature #1172)
                    141: 
                    142:        * src/types/pa_vtable.h: warning war
                    143: 
                    144:        * src/include/pa_config_fixed.h: win32 fix
                    145: 
1.153     moko      146: 2020-12-27  moko
                    147: 
                    148:        * tests/: 406.html, results/406.processed: test results updated
                    149: 
                    150:        * src/: classes/table.C, main/pa_request.C, types/pa_vmail.C,
                    151:          types/pa_vmemcached.C: fine tuning in ^table.rename[], minor
                    152:          spelling
                    153: 
                    154: 2020-12-26  moko
                    155: 
                    156:        * tests/: 406.html, results/406.processed: tests for
                    157:          ^table.rename[] added (related to feature #1148)
                    158: 
                    159:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                    160:          ^table.rename[column name from;column name to], ^table.rename[
                    161:          $.[column name from][column name to] ... ] added (implements
                    162:          feature #1148)
                    163: 
                    164: 2020-12-25  moko
                    165: 
                    166:        * src/: include/pa_request_info.h, targets/cgi/parser3.C:
                    167:          request_info now on stack to avoid yet another THREAD_LOCAL
                    168:          memory deallocation issue (now with cookies), explained in #1203
                    169: 
                    170:        * src/types/pa_vcookie.C: fields should be inited
                    171: 
                    172: 2020-12-24  moko
                    173: 
                    174:        * src/include/pa_stylesheet_connection.h: looks like
                    175:          xsltFreeStylesheet leads to memory double-free. If so, it's for
                    176:          sure libxml bug, but we have GC anyway, so we just remove this
                    177:          call and see...
                    178: 
                    179:          * thread #1, name = 'parser.parser3.cgi', stop reason = signal
                    180:          SIGABRT   * frame #0: 0x0000000801ab50fa libc.so.7`__sys_thr_kill
                    181:          + 10     frame #2: 0x0000000801ab5039 libc.so.7`abort at
                    182:          abort.c:65:8     frame #3: 0x00000000004da663
                    183:          parser.parser3.cgi`GC_freehblk(hbp=<unavailable>) at
                    184:          allchblk.c:878:9     frame #4: 0x00000000004cb8c4
                    185:          parser.parser3.cgi`GC_free(p=0x0000000808b34000) at
                    186:          malloc.c:617:9     frame #5: 0x0000000000577f0c
                    187:          parser.parser3.cgi`xmlHashFree(table=0x0000000806991a80,
                    188:          f=<unavailable>) at hash.c:356:2     frame #6: 0x000000000051a7c2
                    189:          parser.parser3.cgi`xsltFreeTemplateHashes + 50     frame #7:
                    190:          0x000000000050cfac parser.parser3.cgi`xsltFreeStylesheet + 124
                    191:           frame #8: 0x000000000050d35c
                    192:          parser.parser3.cgi`xsltFreeStylesheetList + 44     frame #9:
                    193:          0x000000000050d1fa parser.parser3.cgi`xsltFreeStylesheet + 714
                    194:           frame #10: 0x00000000004436e5
                    195:          parser.parser3.cgi`Stylesheet_manager::maybe_expire_cache()
                    196:          [inlined]
                    197:          Stylesheet_connection::disconnect(this=0x0000000804676c80) at
                    198:          pa_stylesheet_connection.h:62:3
                    199: 
                    200: 2020-12-23  moko
                    201: 
                    202:        * src/classes/image.C: ^image::measure[; $.video() ] option added
                    203: 
                    204:        * tests/: 395.html, 395_dir/4.mp4, results/395.processed: test
                    205:          ^image::measure[; $.video(true) ] added
                    206: 
                    207:        * src/main/pa_exec.C: not cleared automatically in multithreaded
                    208:          httpd mode for unknown reasons
                    209: 
                    210: 2020-12-22  moko
                    211: 
                    212:        * src/targets/cgi/parser3.C: added by PAF in rev 201 to "write to
                    213:          error_log uri of currently processed document", but never used
                    214:          and conflicts with how libgc stops threads on FreeBSD (#define
                    215:          SIG_SUSPEND SIGUSR1), thus removed.
                    216: 
                    217: 2020-12-21  moko
                    218: 
                    219:        * src/main/pa_request.C: +comment
                    220: 
1.151     moko      221: 2020-12-20  moko
                    222: 
1.152     moko      223:        * src/: include/pa_common.h, include/pa_memory.h, main/pa_common.C:
                    224:          it is more safe to have versions of pa_strdup with one and two
                    225:          arguments, as helper_length=0 not always mean that strlen()
                    226:          should be called, but means zero.
                    227: 
                    228:        * src/targets/isapi/parser3isapi.C: minor
                    229: 
                    230:        * src/main/pa_http.C: +valid_http_method
                    231: 
1.151     moko      232:        * src/: include/pa_http.h, main/pa_http.C,
                    233:          targets/cgi/pa_sapi_info.h: SERVER_PORT now available
                    234: 
                    235: 2020-12-17  moko
                    236: 
                    237:        * tests/: 405.html, results/405.processed: test for split by regex
                    238:          added (related to feature #1160)
                    239: 
                    240:        * src/classes/string.C: split by regex implemented (feature #1160)
                    241: 
                    242:        * src/classes/string.C: minor
                    243: 
                    244:        * tests/: 404.html, results/404.processed: test for whitespace
                    245:          string is now OK for table argument (related to feature #1169)
                    246: 
                    247:        * src/: classes/image.C, classes/string.C, classes/table.C,
                    248:          types/pa_vmethod_frame.C: whitespace string is now OK for table
                    249:          argument (as with hash) (implements feature #1169)
                    250: 
                    251:        * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
                    252:          limit for comment (fixes bug #1102)
                    253: 
                    254:        * src/targets/cgi/parser3.C: +HAVE_TLS check
                    255: 
                    256:        * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
                    257: 
                    258:        * src/include/pa_config_includes.h: HAVE_TLS used
                    259: 
                    260:        * configure.ac: +TLS check
                    261: 
                    262:        * src/main/pa_http.C: content logging added
                    263: 
                    264:        * src/targets/cgi/: pa_sapi_info.h, parser3.C:
                    265:          clear_response_headers added
                    266: 
                    267: 2020-12-16  moko
                    268: 
                    269:        * buildall: as we now use threads, libatomic_ops still required for
                    270:          some OS.
                    271: 
                    272:        * src/main/pa_request.C: whitespace
                    273: 
                    274:        * src/: include/pa_request.h, main/pa_request.C:
                    275:          Request::Exception_trace::table extracted and used
                    276: 
                    277:        * src/main/pa_request.C: moving output_result call outside of try
                    278:          as network exceptions should not be handled by parser code
                    279: 
                    280:        * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
                    281:          logging network exchange
                    282: 
                    283:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
                    284:          via network if it was network write error.
                    285: 
                    286:        * src/targets/cgi/parser3.C: log -> pa_log
                    287: 
                    288:        * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
                    289: 
                    290:        * src/main/pa_threads.C: getpid() if no gettid() found
                    291: 
                    292:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    293:          we need to ignore "void" connections from browsers (browsers open
                    294:          connections in advance and they will be empty if user does not
                    295:          request more pages)
                    296: 
                    297: 2020-12-15  moko
                    298: 
                    299:        * src/targets/cgi/parser3.C: avoid previous uri in logs
                    300: 
                    301:        * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
                    302:          RequestController not needed in httpd mode
                    303: 
                    304:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                    305:          classes/classes.h, classes/curl.C, classes/date.C,
                    306:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                    307:          classes/hashfile.C, classes/image.C, classes/inet.C,
                    308:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                    309:          classes/memcached.C, classes/memory.C, classes/op.C,
                    310:          classes/reflection.C, classes/regex.C, classes/response.C,
                    311:          classes/string.C, classes/table.C, classes/void.C,
                    312:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                    313:          include/pa_array.h, include/pa_base64.h,
                    314:          include/pa_cache_managers.h, include/pa_charset.h,
                    315:          include/pa_charsets.h, include/pa_common.h,
                    316:          include/pa_config_fixed.h, include/pa_config_includes.h,
                    317:          include/pa_dictionary.h, include/pa_dir.h,
                    318:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                    319:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                    320:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                    321:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                    322:          include/pa_request_charsets.h, include/pa_request_info.h,
                    323:          include/pa_sapi.h, include/pa_socks.h,
                    324:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                    325:          include/pa_stack.h, include/pa_string.h,
                    326:          include/pa_stylesheet_connection.h,
                    327:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                    328:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                    329:          include/pa_uue.h, include/pa_xml_exception.h,
                    330:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                    331:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                    332:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                    333:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                    334:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                    335:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                    336:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                    337:          main/compile_tools.h, main/execute.C, main/pa_base64.C,
                    338:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                    339:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                    340:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                    341:          main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                    342:          main/pa_random.C, main/pa_request.C, main/pa_socks.C,
                    343:          main/pa_sql_driver_manager.C, main/pa_string.C,
                    344:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                    345:          main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
                    346:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                    347:          main/untaint.C, sql/pa_sql_driver.h,
                    348:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                    349:          targets/apache/pa_httpd.h, targets/cgi/parser3.C,
                    350:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                    351:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                    352:          types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
                    353:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                    354:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                    355:          types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
                    356:          types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
                    357:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                    358:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
                    359:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                    360:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                    361:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                    362:          types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
                    363:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                    364:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                    365:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                    366:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                    367:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                    368:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                    369:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                    370:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                    371:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                    372:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                    373:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                    374: 
                    375:        * src/main/pa_request.C: old compilers support
                    376: 
                    377:        * tests/: 362.html, results/362.processed: test updated after
                    378:          changes after upgrade to libxml2-2.9.9 were made (related to bug
                    379:          #1108)
                    380: 
                    381:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
                    382:          removed, as xsltFreeStylesheet has side effects on original doc.
                    383:          compiled stylesheet no longer cached as with libxml2-2.9.9 it was
                    384:          not updated after xdoc modification (part 3 of test 362).
                    385:          (related to bug #1108)
                    386: 
                    387:        * src/targets/isapi/parser3isapi.C: +pa_strcat
                    388: 
                    389:        * src/: classes/memory.C, include/pa_memory.h,
                    390:          targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
                    391:          PA_GC_GCOLLECT used
                    392: 
                    393:        * src/include/pa_memory.h: +PA_GC_COLLECT
                    394: 
                    395:        * src/targets/cgi/parser3.C: msvs support fixes
                    396: 
                    397:        * src/lib/gc/include/gc.h: more cleanup
                    398: 
                    399:        * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
                    400: 
                    401:        * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
                    402:          targets/cgi/parser3.C: $main:HTTPD.mode implemented
                    403: 
                    404:        * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
                    405: 
                    406:        * configure.ac: pthread.h added to checked headers
                    407: 
                    408:        * src/classes/table.C: string stream is back :)
                    409: 
                    410:        * src/classes/memory.C: GC_generate_random_backtrace no longer
                    411:          exists
                    412: 
                    413:        * src/main/pa_globals.C: GC_dont_gc replaced
                    414: 
                    415:        * src/lib/gc/include/gc.h: major cleanup, only used functions are
                    416:          left to simplify adding new functions.  depricated GC_dont_gc
                    417:          replaced with GC_disable and GC_enable calls.
                    418: 
                    419:        * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
                    420:          CORD_from_file* not used and thus removed
                    421: 
                    422:        * src/lib/gc/include/gc_allocator.h: minor cleanup
                    423: 
                    424: 2020-12-14  moko
                    425: 
                    426:        * src/classes/: curl.C, memory.C, table.C: every TLS should be
                    427:          referenced elsewhere, or GC will collect it.
                    428: 
                    429:        * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
                    430:          main/pa_xml_io.C: bugfix: TLS variables should be referenced
                    431:          elsewhere, or GC will collect them (and we'll get GPF in
                    432:          multithreaded enviroment).  May be it can be also fixed by some
                    433:          GC call, not sure. But this fix costs nothing (but hours of
                    434:          debugging to find the issue :).
                    435: 
1.150     moko      436: 2020-12-11  moko
                    437: 
                    438:        * configure.ac: gettid() check added
                    439: 
                    440:        * src/main/pa_threads.C: HAVE_GETTID used
                    441: 
                    442:        * src/include/pa_config_auto.h.in: +HAVE_GETTID
                    443: 
                    444:        * src/: include/pa_threads.h, main/pa_threads.C: now unified
                    445:          version for isapi/cgi/apache
                    446: 
                    447:        * buildall: threads are now required.
                    448: 
                    449:        * src/: targets/apache/ApacheModuleParser3Core.vcproj,
                    450:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    451:          main/main.vcproj: pa_threads.C moved to main
                    452: 
                    453:        * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
                    454:          isapi/pa_threads.C: pa_threads.C moved to main
                    455: 
                    456:        * src/: main/Makefile.am, targets/cgi/Makefile.am,
                    457:          targets/apache/Makefile.am: pa_threads.C moved to main
                    458: 
                    459:        * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
                    460: 
                    461:        * src/: include/pa_stylesheet_connection.h,
                    462:          main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
                    463:          and weird GPF in multithreaded httpd is gone
                    464: 
                    465:        * src/include/: pa_stylesheet_connection.h,
                    466:          pa_sql_driver_manager.h: whitespace
                    467: 
                    468:        * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
                    469: 
                    470:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                    471:          main/pa_stylesheet_manager.C: whitespace, warning war
                    472: 
                    473:        * src/: include/pa_threads.h, targets/apache/pa_threads.C,
                    474:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
                    475:          parser_multithreaded never used
                    476: 
                    477:        * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
                    478: 
                    479: 2020-12-10  moko
                    480: 
                    481:        * src/: include/pa_config_includes.h, include/pa_http.h,
                    482:          main/pa_http.C, targets/cgi/parser3.C: initial support for
                    483:          MULTITHREADED and PARALLEL httpd server modes
                    484: 
                    485:        * src/main/pa_globals.C: GC_java_finalization is depricated
                    486: 
                    487: 2020-12-09  moko
                    488: 
                    489:        * etc/auto.p.in: + @httpd-main
                    490: 
                    491:        * src/: include/pa_common.h, main/pa_request.C,
                    492:          targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
                    493:          work
                    494: 
                    495:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    496:          slow file_read_binary no longer used, send_range added
                    497: 
                    498: 2020-12-08  moko
                    499: 
                    500:        * src/main/pa_request.C: >4Gb support
                    501: 
                    502:        * src/targets/cgi/parser3.C: msvc warning war
                    503: 
                    504:        * src/: include/pa_config_includes.h, main/pa_http.C,
                    505:          main/pa_request.C: msvc warnings war
                    506: 
                    507:        * src/classes/image.C: warning war
                    508: 
                    509:        * src/classes/table.C: MSVC warning war
                    510: 
                    511:        * src/targets/cgi/parser3.C: msvc warnings war
                    512: 
                    513:        * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
                    514:          added
                    515: 
1.149     moko      516: 2020-12-07  moko
                    517: 
1.150     moko      518:        * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
                    519:          avoid logging beside system-wide auto.p
                    520: 
                    521:        * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
                    522: 
                    523:        * configure, configure.ac, src/include/pa_config_auto.h.in:
                    524:          configure options added:
                    525: 
                    526:          --with-system-cfg=FILE  to specify system-wide auto.p
                    527:          --with-system-log=FILE  to specify system-wide parser3.log
                    528: 
                    529:        * Makefile.am: bin no longer exists
                    530: 
                    531:        * configure, configure.ac: auto.p moved to etc to simplify debian
                    532:          package
                    533: 
                    534:        * buildall: auto.p and parser3.charsets moved to their default
                    535:          location after install
                    536: 
                    537:        * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
                    538: 
                    539:        * aclocal.m4, configure: automake 1.15 -> 1.16.1
                    540: 
1.149     moko      541:        * src/targets/cgi/parser3.C: locate_config call returned to
                    542:          original place as it requires pa_thread_request() under Windows
                    543: 
                    544:        * src/targets/cgi/parser3.C: renaming
                    545: 
                    546: 2020-12-06  moko
                    547: 
                    548:        * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
                    549:          check added
                    550: 
                    551: 2020-12-04  moko
                    552: 
                    553:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                    554:          main/pa_request.C: unified uint64_t lseek implemented to support
                    555:          >4Gb files under x86, including Windows
                    556: 
                    557: 2020-12-02  moko
                    558: 
                    559:        * src/main/pa_common.C: minor bugfix: $.limit() should be checked
                    560:          with max_file_size
                    561: 
                    562:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                    563:          support for processing files sized >4Gb on 32 bit planforms
                    564: 
                    565:        * tests/399.html: file moved
                    566: 
                    567:        * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
                    568: 
                    569:        * src/targets/cgi/pa_sapi_info.h: warning war
                    570: 
                    571:        * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
                    572:          warning war
                    573: 
                    574: 2020-12-01  moko
                    575: 
                    576:        * src/classes/image.C: mp4 extended size (>4Gb) support added
                    577: 
                    578:        * src/classes/image.C: for "size not found" exception to be shown
                    579:          if size not found until eof
                    580: 
                    581:        * src/classes/image.C: long -> off_t (which is 64 bits even on 32
                    582:          bit linux)
                    583: 
                    584:        * src/classes/image.C: ^image::measure[] now supports mp4 (feature
                    585:          #1188)
                    586: 
                    587: 2020-11-30  moko
                    588: 
                    589:        * src/classes/image.C: definitions moved closer to code
                    590: 
                    591:        * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
                    592:          395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
                    593:          395_dir/3_VP8X.webp, results/395.processed,
                    594:          results/396.processed: tests for ^image::measure[] .webp support
                    595:          added, all image files moved into one directory (related to
                    596:          feature #1188)
                    597: 
                    598:        * src/classes/image.C: ^image::measure[] now supports webp (feature
                    599:          #1188)
                    600: 
1.148     moko      601: 2020-11-29  moko
                    602: 
                    603:        * src/main/pa_request.C: CONF_OPTION added to unify @conf options
                    604:          processing, unnessesary defines removed
                    605: 
                    606: 2020-11-24  moko
                    607: 
                    608:        * tests/results/: 099.processed, 100.processed, 205.processed,
                    609:          309.processed, 310.processed: Content-Disposition: inline
                    610:          returned
                    611: 
                    612:        * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
                    613:          results/auto.p: test for $response:body[ $.file[<file>] $.name[]
                    614:          ] added (related to bug #1204)
                    615: 
                    616:        * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
                    617:          ] supported to avoid Content-Disposition: inline;
                    618:          filename="<file>.ext" but still set Content-Type for ext (related
                    619:          to bug #1204)
                    620: 
1.147     moko      621: 2020-11-22  moko
                    622: 
                    623:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                    624:          types/pa_vfile.C: pa_filename added to avoid useless rsplit
                    625: 
                    626:        * src/main/pa_request.C: content_disposition_inline returned.
                    627: 
                    628: 2020-11-17  moko
                    629: 
                    630:        * src/main/pa_request.C: empty main method name support
                    631: 
                    632:        * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
                    633:          config_handler added, stdout flush added.
                    634: 
                    635: 2020-11-16  moko
                    636: 
                    637:        * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
                    638: 
                    639:        * tests/results/: 099.processed, 205.processed, 237.processed,
                    640:          309.processed, 310.processed: Content-Disposition: inline is not
                    641:          required and should not contain filename="<name>"
                    642: 
                    643:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
                    644:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    645:          targets/isapi/parser3isapi.C: pa_strcat implemented and used
                    646: 
1.146     moko      647: 2020-11-14  moko
                    648: 
                    649:        * src/targets/cgi/parser3.C: spelling
                    650: 
                    651:        * src/targets/cgi/parser3.C: renaming
                    652: 
                    653:        * src/targets/cgi/parser3.C: args_skip removed, locate_config
                    654:          relocated
                    655: 
                    656:        * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
                    657:          before request processing, which is weired
                    658: 
                    659: 2020-11-13  moko
                    660: 
                    661:        * src/main/pa_http.C: pa_recv added with timeout support, thus read
                    662:          copied in httpd.
                    663: 
                    664: 2020-11-12  moko
                    665: 
                    666:        * src/main/pa_http.C: ALARM code unified to be used in httpd
                    667: 
                    668:        * src/: include/pa_request.h, main/pa_request.C,
                    669:          targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
                    670: 
                    671:        * src/main/pa_http.C: URI validation added
                    672: 
                    673:        * src/targets/cgi/parser3.C: filespec_to_process now variable,
                    674:          can't be empty but can be null.  httpd-main is now main method
                    675:          name for httpd mode
                    676: 
                    677: 2020-11-11  moko
                    678: 
                    679:        * src/main/pa_request.C: path_translated can be null in httpd mode
                    680: 
                    681:        * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
                    682:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                    683:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                    684:          main/pa_request.C: r.absolute -> r.full_disk_path
                    685: 
                    686:        * src/targets/cgi/parser3.C: if filename to process is not
                    687:          specified, auto.p should be present.
                    688: 
1.145     moko      689: 2020-11-03  moko
                    690: 
                    691:        * src/: classes/op.C, include/pa_request.h: unused argument removed
                    692: 
                    693:        * src/main/pa_request.C: content_disposition_inline is the default,
                    694:          not required.
                    695: 
1.144     moko      696: 2020-10-29  moko
                    697: 
                    698:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
                    699:          ^use[file; $.main(true) ] implemented for auto.p processing and
                    700:          path_translated changing to correct relative files path
                    701:          calculation in httpd mode
                    702: 
                    703:        * src/: include/pa_request.h, main/pa_request.C:
                    704:          fail_on_read_problem removed, as it allways true, as if should
                    705:          be.
                    706: 
                    707:        * src/: include/pa_request.h, main/pa_request.C,
                    708:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    709:          targets/isapi/parser3isapi.C: clearing config_filespec when
                    710:          config was not found, thus flag not required and removed.
                    711: 
                    712: 2020-10-28  moko
                    713: 
                    714:        * tests/: 402.html, results/402.processed: error reporting test
                    715: 
                    716:        * src/main/execute.C: better error reporting when
                    717:          $result[^hash::create[]] in @main.
                    718: 
                    719:        * src/main/: execute.C, pa_request.C: frame.result() should be used
                    720:          + minor optimization
                    721: 
                    722:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                    723:          main/pa_xml_io.C: execute_*_method simplified and unified
                    724: 
                    725: 2020-10-27  moko
                    726: 
                    727:        * tests/: 306.html, results/306.processed: a bit more testing. :)
                    728: 
                    729:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                    730:          types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
                    731:          types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
                    732:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
                    733:          types/pa_vmethod_frame.h, types/pa_vobject.C,
                    734:          types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
                    735:          types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
                    736:          longer used in object-prototype mode
                    737: 
                    738:        * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
                    739:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
                    740:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
                    741:          types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
                    742:          $form:name[value] features
                    743: 
1.143     moko      744: 2020-10-18  moko
                    745: 
                    746:        * src/targets/cgi/Makefile.am: + pa_sapi_info.h
                    747: 
                    748: 2020-10-15  moko
                    749: 
                    750:        * src/main/pa_http.C: url no longer needed as
                    751:          ALTER_EXCEPTION_SOURCE is used
                    752: 
                    753:        * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
                    754:          main/pa_http.C: check_file_size filespec is now optional
                    755: 
                    756:        * src/: classes/curl.C, include/pa_exception.h,
                    757:          main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
                    758:          ALTER_EXCEPTION_COMMENT added for better error reporting
                    759: 
                    760:        * tests/: 379-curl.html, 379.html, results/223-curl.processed,
                    761:          results/346-curl.processed, results/379-curl.processed,
                    762:          results/379.processed: test results updated as load now provides
                    763:          better error reporting + curl responses updated
                    764: 
                    765: 2020-10-14  moko
                    766: 
                    767:        * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
                    768:          main/pa_string.C, targets/apache/mod_parser3_core.C,
                    769:          targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
                    770:          checked. 10 is now default base, no hex autodetect by default
                    771: 
                    772:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    773:          connection socket closing in destructor + accept exception
                    774:          handling
                    775: 
                    776:        * src/targets/cgi/parser3.C: warning war
                    777: 
                    778:        * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
                    779:          main/pa_request.C, targets/apache/mod_parser3_core.C,
                    780:          targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
                    781:          exception handling unified
                    782: 
                    783: 2020-10-13  moko
                    784: 
                    785:        * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
                    786:          autodetection
                    787: 
                    788:        * src/targets/apache/mod_parser3_core.C: reverted to atoi
                    789: 
                    790:        * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
                    791: 
                    792:        * src/main/pa_http.C: warning war
                    793: 
1.142     moko      794: 2020-10-12  moko
                    795: 
1.143     moko      796:        * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
                    797:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
                    798:          unhandled exception code optimization
                    799: 
                    800:        * src/targets/cgi/parser3.C: request_info now global variable
                    801: 
                    802:        * src/main/pa_http.C: http_read_response moved to HTTP_response
                    803:          class
                    804: 
                    805:        * src/: include/pa_http.h, main/pa_http.C,
                    806:          targets/cgi/pa_sapi_info.h: read_post implemented
                    807: 
1.142     moko      808:        * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
                    809:          [host:]port syntax support in httpd mode
                    810: 
                    811:        * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
                    812:          targets/cgi/parser3.C: populate_env added
                    813: 
                    814:        * src/include/pa_hash.h: to make get(char *) compiling in
                    815:          HashStringString
                    816: 
                    817: 2020-10-10  moko
                    818: 
                    819:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                    820:          targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
                    821: 
                    822:        * src/: include/pa_http.h, include/pa_request_info.h,
                    823:          main/pa_http.C, main/pa_string.C,
                    824:          targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
                    825:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                    826:          types/pa_vrequest.C: initial httpd mode implementation
                    827: 
1.141     moko      828: 2020-10-04  moko
                    829: 
                    830:        * src/targets/cgi/parser3.C: options together
                    831: 
                    832: 2020-09-30  moko
                    833: 
                    834:        * src/main/pa_http.C: renamed
                    835: 
1.140     moko      836: 2020-08-14  moko
                    837: 
                    838:        * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
                    839:          src/targets/cgi/Makefile.am: no httpd as separate library
                    840: 
                    841: 2020-08-13  moko
                    842: 
                    843:        * src/targets/cgi/parser3.C: SAPI::die used in exception in
                    844:          unhandled exception handler to report 500 instead of 200 it was
                    845:          before.
                    846: 
                    847:        * src/targets/apache/mod_parser3_core.C: minor cleanup
                    848: 
                    849:        * src/: include/pa_sapi.h, main/untaint.C,
                    850:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                    851:          targets/isapi/parser3isapi.C: SAPI::abort was used only once,
                    852:          thus replaced with SAPI::die and removed
                    853: 
                    854:        * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
                    855:          cgi/parser3.C: whitespace
                    856: 
                    857:        * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
                    858: 
                    859: 2020-08-12  moko
                    860: 
                    861:        * src/targets/cgi/parser3.C: duplicate info in signal logging
                    862:          removed, whitespace was: SIGPIPE received while executing code.
                    863:          uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
                    864:          cl=0]
                    865: 
                    866:        * parser3.sln: + httpd.vcproj
                    867: 
                    868: 2020-08-11  moko
                    869: 
                    870:        * src/targets/cgi/Makefile.am: +libhttpd
                    871: 
                    872:        * configure.ac, src/lib/Makefile.am: +libhttpd
                    873: 
1.139     moko      874: 2020-07-13  moko
                    875: 
                    876:        * tests/: 401.html, results/401.processed: test for hash key does
                    877:          not keep language, but tainted in foreach.
                    878: 
1.138     moko      879: 2020-07-01  moko
                    880: 
                    881:        * tests/: 235.html, results/235.processed: test result updated as
                    882:          messages before attachments implemented (feature #1176)
                    883: 
1.137     moko      884: 2020-06-27  moko
                    885: 
                    886:        * tests/: 400.html, results/400.processed: test updated to check
                    887:          ^return{code}
                    888: 
                    889:        * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
                    890:          fixed
                    891: 
                    892: 2020-06-26  moko
                    893: 
                    894:        * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
                    895:          added (related to https://www.parser.ru/forum/?id=85319)
                    896: 
                    897:        * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
                    898:          when $result assignment was last statement in the method
                    899:          (https://www.parser.ru/forum/?id=85319)
                    900: 
1.136     moko      901: 2020-05-23  moko
                    902: 
                    903:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
                    904:          whitespace, unused level removed
                    905: 
                    906: 2020-05-19  moko
                    907: 
                    908:        * src/types/pa_vmail.C: whitespace
                    909: 
                    910:        * src/types/pa_vmail.C: files should be processed last (related to
                    911:          feature #1176)
                    912: 
1.135     moko      913: 2020-05-12  moko
                    914: 
                    915:        * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
                    916:          due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
                    917: 
                    918:        * configure.ac: FreeBSD1X.X check added to avoid
                    919:          https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
                    920: 
1.134     moko      921: 2020-02-26  moko
                    922: 
                    923:        * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
                    924:          compilation issue (related to bug #1201)
                    925: 
                    926:        * src/main/pa_common.C: entry_readable -> entry_exists,
                    927:          undocumented access(fname, R_OK) call removed (fixes bug #1201)
                    928:          -f and -d now works under Windows in UTF-8 with Russian
                    929:          filenames.
                    930: 
                    931:        * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
                    932:          advice (related to feature #1199)
                    933: 
                    934: 2020-02-25  moko
                    935: 
                    936:        * buildall: --silent removed
                    937: 
                    938:        * configure.ac: gmime-3.0 support
                    939: 
                    940:        * buildall: --with-system-mailreceive option added to build with
                    941:          system libgmime
                    942: 
                    943:        * src/types/pa_vmail.C: avoiding
                    944:          https://github.com/jstedfast/gmime/issues/83 "feature" (related
                    945:          to feature #1199)
                    946: 
1.133     moko      947: 2020-02-18  moko
                    948: 
                    949:        * src/classes/op.C: windows x64 debug mode compile fix
                    950: 
                    951:        * src/main/pa_globals.C: no longer required due to -MD -> -MT
                    952:          change (releated to feature #1200)
                    953: 
                    954:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                    955:          lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
                    956:          lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
                    957:          lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
                    958:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                    959:          targets/apache/ApacheModuleParser3.vcproj,
                    960:          targets/apache/ApacheModuleParser3Core.vcproj,
                    961:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                    962:          types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
                    963:          dependency (related to feature #1200)
                    964: 
1.132     moko      965: 2020-02-12  moko
                    966: 
                    967:        * src/types/pa_vmail.C: minimize diff
                    968: 
                    969:        * src/types/pa_vmail.C: libgmime 3.X support (implements feature
                    970:          #1199)
                    971: 
1.131     moko      972: 2020-01-18  moko
                    973: 
                    974:        * tests/: 388-sql.html, results/388-sql.processed: +postprocess
                    975: 
1.130     moko      976: 2019-12-28  moko
                    977: 
                    978:        * src/targets/cgi/parser3.C: avoid empty ?
                    979: 
                    980: 2019-12-27  moko
                    981: 
                    982:        * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
                    983:          DOCUMENT_ROOT (related to feature #1164)
                    984: 
                    985:        * src/targets/cgi/parser3.C: IIS5 support removed to simplify
                    986:          fcgiwrap setup (implements feature #1164)
                    987: 
                    988:        * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
                    989:          but no issues found (related to feature #1164)
                    990: 
                    991:        * src/targets/cgi/parser3.C: actualized
                    992: 
                    993: 2019-12-26  moko
                    994: 
                    995:        * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
                    996:          removed
                    997: 
                    998:        * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
                    999:          removed
                   1000: 
                   1001:        * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
                   1002:          allocation errors, we don't want default gc warnings (without
                   1003:          timestamp and URI).
                   1004: 
                   1005:        * src/: classes/memory.C, main/pa_globals.C,
                   1006:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1007:          targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
                   1008:          pa_globals_init
                   1009: 
                   1010:        * src/main/pa_globals.C: setup_hex_value() removed, static array
                   1011:          initialization used (optimization)
                   1012: 
                   1013:        * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
                   1014:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   1015:          pa_socks_init/pa_socks_done moved inside pa_globals_init
                   1016:          (optimization)
                   1017: 
1.129     moko     1018: 2019-12-09  moko
                   1019: 
                   1020:        * src/include/pa_config_fixed.h: warning war
                   1021: 
1.128     moko     1022: 2019-12-08  moko
                   1023: 
                   1024:        * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
                   1025:          process grammar under Unix.
                   1026: 
                   1027: 2019-12-07  moko
                   1028: 
                   1029:        * tests/389.html: For Windows XP. :)
                   1030: 
                   1031:        * tests/388-sql.html: Windows compatibility added
                   1032: 
                   1033: 2019-12-06  moko
                   1034: 
                   1035:        * src/targets/cgi/parser3.C: warning war
                   1036: 
                   1037:        * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
                   1038:          == sizeof(CORD)) to avoid aligning bugs in future
                   1039: 
                   1040:        * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
                   1041:          XML_STATIC
                   1042: 
                   1043:        * src/include/pa_request.h: StackItem() not required
                   1044: 
                   1045:        * src/include/pa_stack.h: warning war
                   1046: 
                   1047:        * src/include/pa_config_includes.h: GCC warning silenced
                   1048: 
                   1049:        * src/include/pa_memory.h: warning war: the program should also
                   1050:          define 'void operator delete [](void*, std::size_t)'
                   1051:          [-Wsized-deallocation]
                   1052: 
                   1053:        * src/types/: pa_vregex.h, pa_vtable.h: warning war
                   1054: 
                   1055:        * src/classes/string.C: not reqired cast removed
                   1056: 
                   1057:        * src/classes/string.C: not reqired cast removed
                   1058: 
                   1059: 2019-12-05  moko
                   1060: 
                   1061:        * src/lib/sdbm/pa_file_io.C: warning war
                   1062: 
                   1063:        * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
                   1064:          enum Language : size_t - required for VS2015+ to make
                   1065:          sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
                   1066:          without it (related to feature #1198)
                   1067: 
                   1068: 2019-12-04  moko
                   1069: 
                   1070:        * src/main/pa_base64.C: unsigned char -> uchar
                   1071: 
                   1072:        * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
                   1073:          as other libs
                   1074: 
                   1075:        * src/include/pa_version.h: +amd64
                   1076: 
                   1077: 2019-12-03  moko
                   1078: 
                   1079:        * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
                   1080:          release
                   1081: 
                   1082:        * src/include/pa_config_includes.h: warning war
                   1083: 
                   1084:        * src/classes/image.C: warning war
                   1085: 
                   1086:        * src/main/pa_globals.C: x64 libs support
                   1087: 
                   1088:        * src/include/pa_config_includes.h: warning war
                   1089: 
                   1090:        * src/types/pa_method.h: warning war
                   1091: 
1.127     moko     1092: 2019-11-28  moko
                   1093: 
                   1094:        * src/classes/math.C: vs2003 compatibility + warning war
                   1095: 
                   1096:        * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
                   1097:          libxml2-2.9.9 (related to feature #1136)
                   1098: 
                   1099:        * src/classes/xdoc.C: xmlHashScanner declaration changed, using
                   1100:          typecast for more compatibility (related to feature #1136)
                   1101: 
                   1102:        * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
                   1103:          libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
                   1104:          feature #1136)
                   1105: 
                   1106: 2019-11-26  moko
                   1107: 
                   1108:        * src/main/: compile_tools.C, compile_tools.h: invalid assert
                   1109:          removed (it was failing in $$var case), condition added
                   1110: 
1.126     moko     1111: 2019-11-25  moko
                   1112: 
                   1113:        * tests/: 397.html, 399.html, results/141.processed,
                   1114:          results/399.processed: base64 options tested
                   1115: 
                   1116:        * src/: classes/math.C, main/pa_http.C: base64 options used
                   1117: 
                   1118:        * src/main/pa_base64.C: base64 encode rewritten, base64 options
                   1119:          implemented (feature #986)
                   1120: 
                   1121:        * src/main/pa_cache_managers.C: whitespace
                   1122: 
                   1123:        * tests/: 397.html, 399.html, results/399.processed: tests for
                   1124:          ^base64 encode options added (related to feature #986)
                   1125: 
                   1126:        * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
                   1127:          pa_base64_encode(file) removed - more memory, but faster and less
                   1128:          code (related fo feature #986)
                   1129: 
                   1130: 2019-11-24  moko
                   1131: 
                   1132:        * tests/: 155.html, results/155.processed: limit and offset in
                   1133:          ^table::load[] now supported, thus test added
                   1134: 
                   1135:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   1136:          main/pa_common.C: optimization: offset and limit options parsing
                   1137:          moved inside file_load.
                   1138: 
                   1139: 2019-11-23  moko
                   1140: 
                   1141:        * src/: classes/file.C, classes/op.C, include/pa_common.h,
                   1142:          main/pa_common.C, main/pa_request.C, types/pa_vform.C:
                   1143:          optimization: file_read replaced with simplified file_read_binary
                   1144: 
                   1145:        * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
                   1146:          types/pa_vform.C: whitespace
                   1147: 
                   1148:        * src/: include/pa_common.h, main/pa_common.C: never used params
                   1149:          removed
                   1150: 
                   1151: 2019-11-21  moko
                   1152: 
                   1153:        * tests/: 193.html, results/193.processed, results/389.processed:
                   1154:          test results updated as now base64 does not discard tail without
                   1155:          padding (related to feature #986)
                   1156: 
                   1157: 2019-11-20  moko
                   1158: 
                   1159:        * src/: classes/file.C, classes/string.C, include/pa_base64.h,
                   1160:          main/pa_base64.C: optimization: void pa_base64_decode -> size_t
                   1161:          pa_base64_decode (related to feature #986)
                   1162: 
                   1163:        * tests/398.html: tests for base64 decode added (related to feature
                   1164:          #986)
                   1165: 
                   1166:        * src/main/pa_base64.C: base64_decode rewritten - padding option
                   1167:          support, padding inside base 64 supported (related to feature
                   1168:          #096)
                   1169: 
                   1170: 2019-11-19  moko
                   1171: 
                   1172:        * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
                   1173:          FreeBSD 12
                   1174: 
1.125     moko     1175: 2019-11-16  moko
                   1176: 
                   1177:        * src/main/pa_base64.C: base64_decode converted to C++, url-safe
                   1178:          support added, step support removed (related to #986)
                   1179: 
                   1180: 2019-11-15  moko
                   1181: 
                   1182:        * src/classes/math.C: using log since log2 is not present on
                   1183:          FreeBSD < 8.4 (related to feature #1177)
                   1184: 
                   1185:        * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
                   1186:          pa_base64_size extracted and used for files as well (related to
                   1187:          feature 986)
                   1188: 
                   1189: 2019-11-14  moko
                   1190: 
                   1191:        * tests/: 397.html, results/397.processed: + content check
                   1192: 
                   1193:        * tests/: 141.html, results/141.processed: make test resuls more
                   1194:          readable
                   1195: 
                   1196:        * tests/: 397.html, results/193.processed, results/397.processed:
                   1197:          test results updated after \x00 character was disabled in
                   1198:          math:convert string mode (related to feature #1177)
                   1199: 
                   1200:        * src/classes/: math.C, string.C: \\x00 character disabled while
                   1201:          converting to string (as in base64, related to feature #1177)
                   1202: 
                   1203:        * src/classes/file.C: more correct arguments separation
                   1204: 
                   1205:        * src/: classes/file.C, classes/math.C, classes/string.C,
                   1206:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1207:          main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
                   1208:          options added, but not yet implemented (related to feature #986)
                   1209: 
                   1210:        * src/classes/math.C: whitespace
                   1211: 
                   1212: 2019-11-13  moko
                   1213: 
                   1214:        * tests/: 397.html, results/397.processed: +tainting test (related
                   1215:          to feature #1177)
                   1216: 
                   1217:        * src/classes/math.C: as we now produce not only digits, result
                   1218:          should be tainted (related to feature #1177)
                   1219: 
                   1220:        * src/main/pa_base64.C: whitespace
                   1221: 
                   1222:        * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
                   1223:          include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
                   1224:          main/pa_common.C: pa_base64.h and pa_base64.C added, base64
                   1225:          implementation moved from pa_common.h and pa_common.C
                   1226: 
                   1227: 2019-11-12  moko
                   1228: 
                   1229:        * tests/: 275.html, results/275.processed: out of range test fixed,
                   1230:          as ^math:convert now supports arbitrary precision
                   1231: 
                   1232: 2019-11-11  moko
                   1233: 
                   1234:        * tests/results/389.processed: uctualized error message
                   1235: 
                   1236:        * tests/: 389.html, 397.html, results/397.processed: tests for
                   1237:          ^math:convert added (related to feature #1177)
                   1238: 
                   1239:        * src/classes/math.C: ^math:convert now supports arbitrary
                   1240:          precision, alphabet support added (implements feature #1177)
                   1241: 
1.124     moko     1242: 2019-11-06  moko
                   1243: 
                   1244:        * tests/: 181.html, results/181.processed: entities usage added,
                   1245:          more entites load tests (related to bug #842 discussion)
                   1246: 
                   1247: 2019-11-05  moko
                   1248: 
                   1249:        * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
                   1250:          call from xmlFileOpen if http://localhost/<file> was not found
                   1251:          (related to bug #842)
                   1252: 
                   1253:        * src/main/pa_xml_io.C: rename
                   1254: 
                   1255:        * src/main/pa_xml_io.C: +MemoryStream constructor
                   1256: 
                   1257:        * src/main/pa_xml_io.C: whitespace
                   1258: 
1.123     moko     1259: 2019-10-31  moko
                   1260: 
                   1261:        * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
                   1262:          XML_PARSE_NOENT) added to fix entities load, (related to feature
                   1263:          #1181)
                   1264: 
1.122     moko     1265: 2019-10-25  moko
                   1266: 
                   1267:        * tests/: 388-sql.html, results/388-sql.processed: more multiple
                   1268:          queries tests
                   1269: 
                   1270: 2019-10-24  moko
                   1271: 
                   1272:        * tests/: 388-sql.html, results/388-sql.processed: support for
                   1273:          pgsql driver test
                   1274: 
                   1275:        * tests/: 388-sql.html, results/388-sql.processed:
                   1276:          multi_statements=1 now tested, mysql test now supported
                   1277:          (connection must be specified in [parser3] section in .my.cnf)
                   1278:          related to issues #1195 and #1194
                   1279: 
1.121     moko     1280: 2019-09-11  moko
                   1281: 
                   1282:        * src/classes/int.C: whitespace
                   1283: 
                   1284:        * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
                   1285:          exception test
                   1286: 
                   1287:        * tests/results/388-sql.processed: sql queries now shown (related
                   1288:          to feature #1196)
                   1289: 
                   1290:        * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
                   1291:          with old parser versions.
                   1292: 
                   1293:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   1294:          classes/table.C, classes/void.C, include/pa_sql_connection.h,
                   1295:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
                   1296:          instead of connect string in query_event_handlers exceptions
                   1297:          (implements feature #1196)
                   1298: 
1.120     moko     1299: 2019-09-06  moko
                   1300: 
                   1301:        * tests/388-sql.html: mysql compat
                   1302: 
                   1303:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   1304:          classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
                   1305:          sql_ variables declaration moved to pa_common.h
                   1306: 
1.116     moko     1307: 2019-01-15  moko
                   1308: 
                   1309:        * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
                   1310:          logically sorted
                   1311: 
                   1312: 2018-12-27  moko
                   1313: 
                   1314:        * src/include/pa_config_includes.h: warning war:
                   1315:          -Wdeprecated-register added for C++ 17
                   1316: 
                   1317: 2018-10-15  moko
                   1318: 
                   1319:        * configure.ac: FreeBSD 11.2 can be build with ./configure
                   1320:          --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
                   1321:          --with-xml=/usr/local/
                   1322: 
                   1323: 2018-09-24  moko
                   1324: 
                   1325:        * tests/: 396.html, 396.tiff, results/396.processed: test for
                   1326:          ^image::measure[] now supports tiff added (related to feature
                   1327:          #1188)
                   1328: 
                   1329:        * src/classes/image.C: ^image::measure[] now supports tiff
                   1330:          (implements feature #1188)
                   1331: 
                   1332: 2018-09-20  moko
                   1333: 
                   1334:        * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
                   1335:          files measure added (related to ticket #1188)
                   1336: 
                   1337:        * src/classes/image.C: measure of bmp files implemented (related to
                   1338:          ticket #1188)
                   1339: 
                   1340: 2018-09-18  moko
                   1341: 
                   1342:        * tests/: 394-curl.html, results/394-curl.processed,
                   1343:          results/auto.p: test for bug #1187 (max_file_size check for head
                   1344:          requests) added
                   1345: 
                   1346: 2018-08-24  moko
                   1347: 
                   1348:        * src/classes/curl.C: CURLOPT_NOBODY value used to check if
                   1349:          response content-length check is required (fixes bug #1187)
                   1350: 
                   1351: 2018-05-11  moko
                   1352: 
                   1353:        * tests/: 157.html, results/157.processed: test for ^file:copy[..;
                   1354:          $.append(bool) ] option added (related to feature #919)
                   1355: 
                   1356:        * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
                   1357:          from misha@ patch (implements feature #919)
                   1358: 
                   1359: 2018-03-22  moko
                   1360: 
                   1361:        * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
                   1362:          worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
                   1363:          with 128kb buffer.  Now works at least 12 times faster. :) May be
                   1364:          Windows-only problem.
                   1365: 
                   1366:        * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
                   1367:          build fix)
                   1368: 
                   1369: 2018-02-03  moko
                   1370: 
                   1371:        * src/main/execute.C: removes irrelevant lines from exception stack
                   1372:          trace when exceptions occurs in assigment (fixes bug #1165)
                   1373: 
                   1374:        * tests/: 393.html, results/393.processed: test for behavour after
                   1375:          "Property can not be created, already exists field with that
                   1376:          name" exception removed (related to feature #1183)
                   1377: 
                   1378:        * src/types/pa_vclass.C: "Property can not be created, already
                   1379:          exists field with that name" exception removed (implements
                   1380:          feature #1183)
                   1381: 
                   1382: 2018-01-19  moko
                   1383: 
                   1384:        * src/classes/string.C: whitespace
                   1385: 
                   1386:        * src/classes/string.C: whitespace
                   1387: 
                   1388:        * tests/: 392.html, results/392.processed: test for
                   1389:          ^regex::create[$regex] added (related to feature #1135)
                   1390: 
                   1391:        * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
                   1392:          ^regex::create[$regex] added (implements feature #1135)
                   1393: 
                   1394:        * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
                   1395:          commented define added (related to feature #1157)
                   1396: 
                   1397: 2018-01-17  moko
                   1398: 
                   1399:        * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
                   1400: 
                   1401: 2018-01-15  moko
                   1402: 
                   1403:        * tests/: 390.html, results/390.processed: real path replaced by
                   1404:          stub
                   1405: 
                   1406:        * tests/: 391.html, results/391.processed: test for feature #1181
                   1407:          (XML_PARSE_HUGE exception) added
                   1408: 
                   1409: 2018-01-11  moko
                   1410: 
                   1411:        * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
                   1412:          XML_PARSE_HUGE option passed by default (implements feature
                   1413:          #1181)
                   1414: 
                   1415:        * src/classes/string.C: whitespace
                   1416: 
                   1417: 2017-12-10  moko
                   1418: 
                   1419:        * tests/: 389.html, 390.html, results/389.processed,
                   1420:          results/390.processed: image code coverage tests added (related
                   1421:          to feature #1125)
                   1422: 
                   1423: 2017-12-08  moko
                   1424: 
                   1425:        * tests/: 346-curl.html, 388-sql.html, 389.html,
                   1426:          results/346-curl.processed, results/388-sql.processed,
                   1427:          results/389.processed: more code coverage tests
                   1428: 
                   1429:        * tests/: 264.html, results/264.processed: code coverage for
                   1430:          ^file::exec[]
                   1431: 
                   1432: 2017-12-07  moko
                   1433: 
                   1434:        * tests/: 174.html, 388-sql.html, 389.html,
                   1435:          results/388-sql.processed, results/389.processed,
                   1436:          results/174.processed: more coverage tests
                   1437: 
                   1438:        * src/classes/math.C: exception text actualized
                   1439: 
                   1440: 2017-12-06  moko
                   1441: 
                   1442:        * tests/388-sql.html: $SQL can be here
                   1443: 
                   1444:        * tests/results/auto.p: $SQL not required here
                   1445: 
                   1446:        * tests/: 388-sql.html, 389.html, Makefile,
                   1447:          results/388-sql.processed, results/389.processed, results/auto.p:
                   1448:          code coverage tests for sql (using sqlite) and int/double/bool
                   1449:          added (related to feature #1125)
                   1450: 
                   1451:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   1452:          lib/json/json.vcproj, lib/md5/md5.vcproj,
                   1453:          lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
                   1454:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
                   1455:          targets/apache/ApacheModuleParser3Core.vcproj,
                   1456:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   1457:          types/types.vcproj: gc\include no longer required
                   1458: 
                   1459:        * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
                   1460:          required
                   1461: 
                   1462:        * src/: classes/Makefile.am, classes/table.C,
                   1463:          include/pa_config_includes.h, include/pa_string.h,
                   1464:          lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1465:          lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
                   1466:          lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
                   1467:          targets/apache/Makefile.am, targets/cgi/Makefile.am,
                   1468:          types/Makefile.am: to be sure that our version of gc.h/cord.h is
                   1469:          used, we now include it directly
                   1470: 
                   1471: 2017-12-04  moko
                   1472: 
                   1473:        * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
                   1474:          memcached/memcached.vcproj, punycode/punycode.vcproj,
                   1475:          sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
                   1476:          where required
                   1477: 
                   1478:        * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
                   1479:          now can be used to trace memory allocations
                   1480: 
                   1481:        * src/: classes/table.C, include/pa_config_includes.h,
                   1482:          include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   1483:          main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
                   1484:          method removes, libcord also can work without libgc
                   1485: 
                   1486:        * src/classes/json.C: pa_gc_malloc_atomic should not be used
                   1487: 
                   1488: 2017-11-29  moko
                   1489: 
                   1490:        * src/classes/curl.C: no exception if some of ^curl:info[] elements
                   1491:          are not present (related to feature #1173)
                   1492: 
                   1493:        * tests/346-curl.html: test updated to test curl content-length bug
                   1494:          (related to feature #1173)
                   1495: 
                   1496:        * tests/results/346-curl.processed: more test for content-length
                   1497:          curl bug (related to feature #1173)
                   1498: 
                   1499:        * tests/results/346-curl.processed: test results updated after
                   1500:          #1173 implemented
                   1501: 
                   1502: 2017-11-28  moko
                   1503: 
                   1504:        * src/classes/curl.C: another libcurl Content-length bug walkaround
                   1505:          (related to feature #1173)
                   1506: 
                   1507: 2017-11-27  moko
                   1508: 
                   1509:        * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
                   1510:          $.http_version[version string] added (implements feature #1173),
                   1511:          CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
                   1512:          where $post(true) bug existed.
                   1513: 
                   1514: 2017-11-18  moko
                   1515: 
                   1516:        * src/include/pa_memory.h: warning war (related to feature #1170)
                   1517: 
                   1518:        * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
                   1519:          feature #1170)
                   1520: 
                   1521: 2017-11-17  moko
                   1522: 
                   1523:        * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
                   1524:          std::basic_stringstream used in ^table.csv-string[] is compatible
                   1525:          with delete usage check only under Debian 9 (related to feature
                   1526:          #1170)
                   1527: 
                   1528: 2017-11-16  moko
                   1529: 
                   1530:        * src/: classes/curl.C, classes/hash.C, classes/json.C,
                   1531:          classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
                   1532:          include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
                   1533:          main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
                   1534:          sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
                   1535:          types/pa_vxdoc.h: regular new/delete no longer used in our code,
                   1536:          stubs defend from accidental use (implements feature #1170)
                   1537: 
                   1538: 2017-06-24  moko
                   1539: 
                   1540:        * configure.ac: minor fix: thanks to alx@
                   1541: 
1.115     moko     1542: 2017-05-29  moko
                   1543: 
                   1544:        * src/types/pa_vmail.C: mail headers are now correctly truncated -
                   1545:          MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
                   1546:          added to avoid cutting of UTF-8 chars (fixed bug #123)
                   1547: 
                   1548:        * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
                   1549:          ignored, =?UTF-8?Q?= should start in case of leading space
                   1550:          (related to bug #123)
                   1551: 
                   1552:        * buildall: echo -n -> printf for OS X. :)
                   1553: 
                   1554: 2017-05-25  moko
                   1555: 
                   1556:        * tests/: 288.html, results/288.processed: test updated afted
                   1557:          setting $o.prop without setter exception removed (related to
                   1558:          feature #1157)
                   1559: 
                   1560:        * src/types/pa_vclass.C: no more "this property has no setter
                   1561:          method" when setting $o.prop without setter (implements feature
                   1562:          #1157)
                   1563: 
                   1564:        * buildall: echo \c -> echo -n for FreeBSD
                   1565: 
                   1566:        * configure, configure.ac, src/include/pa_config_auto.h.in,
                   1567:          src/types/pa_vdouble.h: isfinite now checked in configure
                   1568: 
                   1569:        * compile, config.guess, config.sub, depcomp, install-sh, missing:
                   1570:          upgraded to automake 1.15
                   1571: 
                   1572: 2017-05-23  moko
                   1573: 
                   1574:        * src/types/pa_vdouble.h: finite returned where isfinite not
                   1575:          defined
                   1576: 
                   1577: 2017-05-22  moko
                   1578: 
                   1579:        * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
                   1580: 
                   1581:        * buildall: extern CFLAGS setting support
                   1582: 
                   1583:        * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
                   1584: 
                   1585:        * buildall: http -> https
                   1586: 
                   1587:        * buildall: gc-7.2f -> gc-7.6.0
                   1588: 
                   1589: 2017-05-20  moko
                   1590: 
                   1591:        * buildall: https, pcre, xml, xslt updated to current versions
                   1592:          (related to feature #1136)
                   1593: 
                   1594: 2017-05-19  moko
                   1595: 
                   1596:        * tests/097.html: after parser.ru moved to https
                   1597: 
                   1598: 2017-05-17  moko
                   1599: 
                   1600:        * tests/results/: 175.processed, 372.processed: tests resuls
                   1601:          updated after lintian spelling typos fixed (related to bug #1156)
                   1602: 
                   1603:        * src/: classes/file.C, classes/hash.C, classes/reflection.C,
                   1604:          classes/string.C, classes/table.C, main/pa_charset.C,
                   1605:          main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
                   1606:          types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
                   1607:          lintian reported by Sergey B Kirpichev (fixes bug #1156)
                   1608: 
                   1609:        * tests/results/096.processed: +XMP
                   1610: 
                   1611:        * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
                   1612:          $.xmp(true) options tested (test for feature #1154)
                   1613: 
                   1614:        * src/classes/image.C: ^image:measure[] options $.exif(false)
                   1615:          $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
                   1616:          fetched by default! (implements feature #1154)
                   1617: 
                   1618: 2017-05-16  moko
                   1619: 
                   1620:        * tests/: 256.html, results/256.processed: ^json:string[$image] now
                   1621:          allowed (related to feature #1154)
                   1622: 
                   1623:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1624:          initial XMP implementation - without options and transcode
                   1625:          (related to feature #1154)
                   1626: 
                   1627: 2017-05-12  moko
                   1628: 
                   1629:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   1630:          image: exif moved to ffields, skipped in ^image.html[] where
                   1631:          iterators now used (preparation for feature #1154)
                   1632: 
                   1633: 2017-05-05  moko
                   1634: 
                   1635:        * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
                   1636:          results/387.processed: test for circular class inheritance check
                   1637:          added (related to bug #1150)
                   1638: 
                   1639:        * src/types/pa_vstateless_class.C: circular class inheritance check
                   1640:          added (fixes endless add_derived bug #1150)
                   1641: 
                   1642: 2017-05-04  moko
                   1643: 
                   1644:        * tests/: 386.html, results/386.processed: test for
                   1645:          $table.value(number) added (related to feature #1152)
                   1646: 
                   1647:        * src/types/pa_vtable.C: table put_element: column value must be
                   1648:          string  - > column value must be string compatible to allow
                   1649:          $t.value(1) (implements feature #1152)
                   1650: 
                   1651: 2017-05-03  moko
                   1652: 
                   1653:        * src/main/pa_request.C: $use[$method] is not possible, reverting
                   1654:          (related to feature #1151)
                   1655: 
                   1656:        * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
                   1657:          not possible, removing test (related to feature #1151)
                   1658: 
                   1659:        * src/: main/pa_request.C, types/pa_vstateless_class.h:
                   1660:          get_element_method added and used to allow $use[$method] and
                   1661:          $autouse[$method] (implements feature 1151)
                   1662: 
                   1663:        * tests/: 386.html, 386.p, results/386.processed: test for @use in
                   1664:          variable added (related to feature #1151)
                   1665: 
                   1666:        * tests/results/226.processed: actualized after ^try-catch used
                   1667: 
                   1668:        * tests/: 226.html, 385.html, results/385.processed: test for
                   1669:          @autouse in variable added
                   1670: 
                   1671:        * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
                   1672: 
1.114     moko     1673: 2017-02-27  moko
                   1674: 
                   1675:        * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
                   1676: 
1.113     moko     1677: 2017-02-20  moko
                   1678: 
                   1679:        * operators.txt: actualization + beauty
                   1680: 
                   1681: 2017-02-16  moko
                   1682: 
                   1683:        * tests/: 384.html, results/384.processed: test for
                   1684:          ^reflection:mixin[; $.name[] ] option added (related to feature
                   1685:          #1089)
                   1686: 
                   1687:        * tests/: 384.html, results/384.processed: test for
                   1688:          ^reflection:mixin[] added (related to feature #1089)
                   1689: 
                   1690:        * src/types/pa_value.h: warning war: virtual ~Value() added
                   1691: 
1.112     moko     1692: 2017-02-15  moko
                   1693: 
                   1694:        * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
                   1695:          fixed
                   1696: 
                   1697:        * tests/: 320.html, results/320.processed: $.reverse(true/false)
                   1698:          test added (related to feature #1069)
                   1699: 
                   1700:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   1701:          compilation without HASH_ORDER fixed
                   1702: 
                   1703:        * src/: classes/reflection.C, include/pa_hash.h:
                   1704:          $.reverse(true/false) added to ^reflection:methods[] (related to
                   1705:          feature #1069)
                   1706: 
                   1707: 2017-02-14  moko
                   1708: 
                   1709:        * tests/: 152.html, results/152.processed: test for $._default hash
                   1710:          added (related to bug #1131)
                   1711: 
                   1712:        * tests/: 277.html, results/277.processed: test for hash with only
                   1713:          $._default is now defined (related to bug #1131)
                   1714: 
                   1715:        * src/types/pa_vhash.h: hash with only $._default is now defined
                   1716:          (fixed bug #1131)
                   1717: 
                   1718: 2017-02-13  moko
                   1719: 
                   1720:        * tests/cat-windows.sh: cat-windows added (cygwin required)
                   1721: 
                   1722:        * tests/: 171.html, 264.html, 286.html, 370.html,
                   1723:          results/320.processed, results/375.processed, results/auto.p:
                   1724:          cat-windows.sh support added
                   1725: 
                   1726:        * tests/375.html: Windows support
                   1727: 
                   1728:        * tests/270.html: documented
                   1729: 
                   1730:        * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
                   1731:          (not backslashes) even under Windows (broke test 270)
                   1732: 
                   1733: 2017-02-12  moko
                   1734: 
                   1735:        * tests/: descript.ion, todo.txt: cleanup
                   1736: 
                   1737: 2017-02-09  moko
                   1738: 
                   1739:        * tests/: 253.html, 255.html, 275.html, 347-curl.html,
                   1740:          run_tests.cmd: Windows compatibility
                   1741: 
                   1742:        * tests/make_tests.cmd: removed as test can't be passed - TZ is set
                   1743:          incorrectly (GMT) if parser is called from cygwin
                   1744: 
1.111     moko     1745: 2017-02-08  moko
                   1746: 
1.112     moko     1747:        * operators.txt: actualization 15% completed
                   1748: 
                   1749:        * operators.txt: cp1251 -> utf-8
                   1750: 
                   1751:        * NEWS, README: minor update
                   1752: 
                   1753:        * src/include/pa_config_includes.h: warning war continues
                   1754: 
                   1755:        * src/: include/pa_config_includes.h, include/pa_memory.h,
                   1756:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   1757:          targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
                   1758:          gcc 6.x issues fixed
                   1759: 
1.111     moko     1760:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   1761:          classes/classes.h, classes/curl.C, classes/date.C,
                   1762:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   1763:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   1764:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   1765:          classes/memcached.C, classes/memory.C, classes/op.C,
                   1766:          classes/reflection.C, classes/regex.C, classes/response.C,
                   1767:          classes/string.C, classes/table.C, classes/void.C,
                   1768:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   1769:          include/pa_array.h, include/pa_cache_managers.h,
                   1770:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   1771:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   1772:          include/pa_dictionary.h, include/pa_dir.h,
                   1773:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   1774:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   1775:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   1776:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   1777:          include/pa_request_charsets.h, include/pa_request_info.h,
                   1778:          include/pa_sapi.h, include/pa_socks.h,
                   1779:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   1780:          include/pa_stack.h, include/pa_string.h,
                   1781:          include/pa_stylesheet_connection.h,
                   1782:          include/pa_stylesheet_manager.h, include/pa_symbols.h,
                   1783:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   1784:          include/pa_uue.h, include/pa_xml_exception.h,
                   1785:          include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
                   1786:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   1787:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   1788:          lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
                   1789:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   1790:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   1791:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   1792:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   1793:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   1794:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   1795:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   1796:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   1797:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   1798:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   1799:          main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
                   1800:          main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
                   1801:          main/untaint.C, sql/pa_sql_driver.h,
                   1802:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   1803:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   1804:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   1805:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   1806:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   1807:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   1808:          types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
                   1809:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   1810:          types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
                   1811:          types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
                   1812:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   1813:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   1814:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   1815:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   1816:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   1817:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
                   1818:          types/pa_vmemcached.h, types/pa_vmemory.h,
                   1819:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   1820:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   1821:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   1822:          types/pa_vresponse.C, types/pa_vresponse.h,
                   1823:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   1824:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   1825:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   1826:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   1827:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   1828:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   1829:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
                   1830:          2015->2017
                   1831: 
1.110     moko     1832: 2017-02-07  moko
                   1833: 
                   1834:        * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
                   1835: 
                   1836: 2017-02-06  moko
                   1837: 
                   1838:        * src/main/pa_common.C: minor fixes, whitespace
                   1839: 
                   1840:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   1841:          include/pa_common.h, include/pa_dir.h, main/pa_common.C,
                   1842:          main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
                   1843:          now used (implements feature #1081)
                   1844: 
                   1845:        * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
                   1846: 
                   1847: 2017-02-01  moko
                   1848: 
                   1849:        * src/include/pa_request.h: cleanup
                   1850: 
                   1851: 2017-01-30  moko
                   1852: 
                   1853:        * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
                   1854: 
                   1855: 2017-01-29  moko
                   1856: 
                   1857:        * tests/: 383.html, results/383.processed: test for
                   1858:          ^reflection:stack[] added (related to feature #1052)
                   1859: 
                   1860:        * src/classes/reflection.C: else added
                   1861: 
                   1862:        * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
                   1863:          $.max_file_lock_wait added (implements feature #1128)
                   1864: 
                   1865: 2017-01-28  moko
                   1866: 
                   1867:        * tests/: 379-curl.html, results/379-curl.processed: curl empty
                   1868:          body and other cases tests added (related to featue #1014)
                   1869: 
                   1870:        * src/classes/curl.C: bug if response is empty fixed (related to
                   1871:          feature #1014)
                   1872: 
                   1873: 2017-01-27  moko
                   1874: 
                   1875:        * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
                   1876:          main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
                   1877:          added (implements feature #1052)
                   1878: 
                   1879: 2017-01-25  moko
                   1880: 
                   1881:        * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
                   1882:          method test added
                   1883: 
                   1884: 2017-01-23  moko
                   1885: 
                   1886:        * src/classes/reflection.C: optimization: options->get replaced by
                   1887:          hash iterator
                   1888: 
                   1889:        * tests/: 381.html, results/381.processed: now -> fixed date
                   1890: 
                   1891:        * src/main/pa_request.C: warning war
                   1892: 
                   1893:        * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
                   1894:          5Mb (fixes bug #1058)
                   1895: 
                   1896:        * src/classes/curl.C: warning war
                   1897: 
                   1898:        * tests/: 381.html, results/381.processed: tests for ^json:string
                   1899:          $.one-line(true) option added (related to feature #1124)
                   1900: 
                   1901:        * src/: classes/json.C, types/pa_value.h: $json-string
                   1902:          $.one-line(true|false) options is now supported (implements
                   1903:          feature #1124)
                   1904: 
                   1905:        * tests/: 380.html, results/380.processed: test for modified
                   1906:          $.max_file_size added (related to bug #1014)
                   1907: 
                   1908:        * tests/: 379.html, results/auto.p: tests for rewritten http file
                   1909:          load added (related to bug #1014)
                   1910: 
                   1911:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   1912:          main/pa_common.C, main/pa_http.C: check_file_size added and used
                   1913:          in curl / file load from disk and http, http file load rewritten
                   1914:          (related to bug #1014)
                   1915: 
                   1916: 2017-01-18  moko
                   1917: 
                   1918:        * tests/: 378.html, results/378.processed: tests for ^result[]
                   1919:          added (related to feature #66)
                   1920: 
                   1921:        * src/: classes/op.C, include/pa_request.h: ^return[] can't be
                   1922:          Method::CO_WITHOUT_FRAME as frame still added in expression
                   1923:          (related to feature #66)
                   1924: 
                   1925: 2017-01-17  moko
                   1926: 
                   1927:        * tests/: 377.html, results/377.processed: test for different
                   1928:          combinations of breaks in body and delimiter (related to bug
                   1929:          #1077)
                   1930: 
                   1931:        * tests/: 376.html, results/376.processed: many ^break[] tests
                   1932:          added (related to bug #1077)
                   1933: 
                   1934:        * src/types/pa_vmethod_frame.C: "break is not allowed in expression
                   1935:          passed to native method" exception added to avoid bugs due to
                   1936:          WRITE_EXPR_RESULT skipped and native methods execution continues
                   1937:          after ^break[] (related to bug #1077)
                   1938: 
                   1939: 2017-01-14  moko
                   1940: 
                   1941:        * tests/: 330.html, results/330.processed: test results updated
                   1942:          after ^break[] bugs where fixed (related to bug #1077)
                   1943: 
                   1944:        * tests/: 329.html, results/329.processed: test results updated
                   1945:          after ^break[] bugs where fixed (related to bug #1077)
                   1946: 
                   1947:        * tests/results/320.processed: ^return[] added
                   1948: 
                   1949: 2017-01-13  moko
                   1950: 
                   1951:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   1952:          classes/table.C, include/pa_request.h, main/execute.C,
                   1953:          main/pa_request.C, targets/cgi/parser3.C,
                   1954:          types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
                   1955:          Request::SKIP_RETURN added and implemented, Request::SKIP_* now
                   1956:          checked after each possible process/execute call (fixes bug
                   1957:          #1077)
                   1958: 
                   1959: 2016-12-29  moko
                   1960: 
                   1961:        * src/main/pa_common.C: warning war
                   1962: 
                   1963:        * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
                   1964:          include/pa_types.h, main/pa_request.C, main/pa_string.C:
                   1965:          pa_file_size_limit added, ^math:random fixed for upper limit and
                   1966:          limits more then 0x7FFFFFFF, limits now declared in pa_types.h
                   1967:          (related to feature #1014)
                   1968: 
                   1969:        * src/: classes/curl.C, classes/file.C, include/pa_common.h,
                   1970:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
                   1971:          (related to feature #1014)
                   1972: 
                   1973: 2016-12-28  moko
                   1974: 
                   1975:        * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
                   1976:          warning war
                   1977: 
                   1978: 2016-12-26  moko
                   1979: 
                   1980:        * tests/: 341.html, results/341.processed: test for
                   1981:          ^table.hash[id;;$.type[string]] added (related to feature #1057)
                   1982: 
                   1983:        * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
                   1984:          (related to feature #1057)
                   1985: 
                   1986:        * src/types/pa_vdate.C: warning war continues...
                   1987: 
                   1988:        * src/: classes/date.C, classes/image.C, classes/table.C,
                   1989:          include/pa_config_includes.h, types/pa_vfile.C: warning war
                   1990: 
                   1991:        * src/lib/gd/gifio.C: warning war / cleanup
                   1992: 
                   1993:        * src/lib/json/pa_json.C: warning war
                   1994: 
                   1995:        * src/classes/hash.C: warning war
                   1996: 
                   1997:        * src/types/pa_vfile.C: warning war
                   1998: 
                   1999:        * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
                   2000:          -Wall warning war continues
                   2001: 
                   2002:        * configure.ac: --with-build-warnings actualized
                   2003: 
                   2004: 2016-12-25  moko
                   2005: 
                   2006:        * src/main/pa_exec.C: -wAll warning war
                   2007: 
                   2008:        * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
                   2009:          -wAll warning war
                   2010: 
                   2011:        * src/: include/pa_common.h, include/pa_sapi.h,
                   2012:          types/pa_junction.h, types/pa_method.h, types/pa_value.h,
                   2013:          types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
                   2014:          -wAll warning war
                   2015: 
                   2016: 2016-12-23  moko
                   2017: 
                   2018:        * src/lib/ltdl/Makefile.am: extra dist added
                   2019: 
                   2020:        * tests/results/344.processed: test result updated after $file.text
                   2021:          prefetched in ^hash::create[$file] (related to feature #1075)
                   2022: 
                   2023:        * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
                   2024:          ^hash::create[$file] (related to feature #1075)
                   2025: 
                   2026: 2016-12-22  moko
                   2027: 
                   2028:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   2029:          main/pa_request.C, main/pa_stylesheet_connection.C,
                   2030:          types/pa_vfile.C: file_stat now return 64-bit size (implements
                   2031:          #1014 under 32-bit unix versions)
                   2032: 
                   2033: 2016-12-21  moko
                   2034: 
                   2035:        * tests/: 375.html, results/375.processed: test for exec returning
                   2036:          stated file added (related to feature #1119)
                   2037: 
                   2038:        * src/classes/file.C: load should not return file with null body
                   2039:          (fixes bug #1119)
                   2040: 
                   2041: 2016-12-14  moko
                   2042: 
                   2043:        * tests/: 374.html, results/374.processed: test for $method.name
                   2044:          added (related to feature #1117) plus method returning junction
                   2045:          test
                   2046: 
                   2047: 2016-12-13  moko
                   2048: 
                   2049:        * src/: include/pa_symbols.h, main/pa_symbols.C,
                   2050:          types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
                   2051:          (implements feature #1117)
                   2052: 
                   2053:        * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
                   2054:          HEAD and TRACE can't have body (implements feature #1116)
                   2055: 
                   2056: 2016-12-09  moko
                   2057: 
                   2058:        * tests/: 373.html, results/373.processed: tests for
                   2059:          ^reflection:tainting added (related to feature #1098)
                   2060: 
                   2061:        * src/classes/reflection.C: ^reflection:tainting arguments order
                   2062:          change (related to feature #1098)
                   2063: 
                   2064: 2016-12-06  moko
                   2065: 
                   2066:        * src/: classes/reflection.C, include/pa_string.h,
                   2067:          main/pa_string.C: ^reflection:tainting[$string] added (implements
                   2068:          feature #1098)
                   2069: 
                   2070: 2016-12-05  moko
                   2071: 
                   2072:        * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
                   2073:          (fixes bug #1114)
                   2074: 
                   2075: 2016-12-04  moko
                   2076: 
                   2077:        * tests/: 206.html, results/206.processed: negative zero (0/-1)
                   2078:          check added
                   2079: 
                   2080: 2016-12-03  moko
                   2081: 
                   2082:        * tests/: 346-curl.html, results/346-curl.processed: test modified
                   2083:          to test value.as_hash() usage
                   2084: 
                   2085:        * src/classes/curl.C: value.as_hash() used for correct hash
                   2086:          processing
                   2087: 
                   2088:        * src/classes/reflection.C: exceptions texts fixes
                   2089: 
                   2090: 2016-12-02  moko
                   2091: 
                   2092:        * tests/: 372.html, results/372.processed: tests for
                   2093:          ^reflection:create[ $.class[name] $.constructor[name]
                   2094:          $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
                   2095:          feature #1094)
                   2096: 
                   2097:        * src/types/pa_vmethod_frame.h: comment added: params should be
                   2098:          declared outside of *_FRAME_ACTION as MethodParams destructor
                   2099:          will be called in ~VNativeMethodFrame
                   2100: 
                   2101:        * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
                   2102:          ] minor fix
                   2103: 
                   2104:        * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
                   2105:          types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
                   2106:          $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
                   2107:          now supported (implements feature #1094) value::as_hash added
                   2108:          (and should be used everywhere)
                   2109: 
                   2110:        * src/classes/reflection.C: cleanup
                   2111: 
                   2112: 2016-12-01  moko
                   2113: 
                   2114:        * tests/: 356.html, results/356.processed: test for method
                   2115:          junctions class name added to the resulting hash added (related
                   2116:          to feature #1068)
                   2117: 
                   2118:        * src/classes/reflection.C: for method junctions class name added
                   2119:          to the resulting hash (related to feature #1068)
                   2120: 
                   2121: 2016-11-30  moko
                   2122: 
                   2123:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
                   2124:          exception (related to bug #1113)
                   2125: 
                   2126:        * src/types/pa_vhashfile.C: whitespace
                   2127: 
                   2128:        * src/main/pa_os.C: errno now returned as it should (fixes bug
                   2129:          #1113)
                   2130: 
                   2131:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   2132:          229.processed, 239.processed, 244.processed, 246.processed,
                   2133:          314.processed, 352.processed: tests results updated after method
                   2134:          call exceptions improved as method now keeps its name
                   2135: 
                   2136:        * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
                   2137:          types/pa_vmethod_frame.h: method call exceptions improved as
                   2138:          method now keeps its name
                   2139: 
                   2140:        * tests/: 224.html, 239.html, results/224.processed,
                   2141:          results/239.processed: tests and tests results updated after
                   2142:          Request::construct exception changed
                   2143: 
                   2144:        * src/: classes/reflection.C, main/execute.C: Request::construct
                   2145:          exception optimized
                   2146: 
                   2147:        * tests/: 371.html, results/371.processed: test for
                   2148:          WWrapper.get_element call in $.name.key[value] code added
                   2149:          (related to feature #1091)
                   2150: 
                   2151:        * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
                   2152:          in $.name.key[value] code (related to feature #1091)
                   2153: 
                   2154: 2016-11-29  moko
                   2155: 
                   2156:        * src/classes/op.C: VS warning war
                   2157: 
                   2158:        * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
                   2159:          C4239: nonstandard extension used : 'return' : conversion from
                   2160:          'Value' to 'Value &' (related to feature #1020)
                   2161: 
                   2162:        * src/: main/execute.C, types/pa_vmethod_frame.h,
                   2163:          types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
                   2164:          used : 'return' : conversion from 'Value' to 'Value &' (related
                   2165:          to feature #1020)
                   2166: 
                   2167:        * src/main/execute.C: VS warning war
                   2168: 
                   2169:        * src/targets/cgi/parser3.C: VS compatibility fix
                   2170: 
                   2171:        * src/include/pa_request.h: VS warning war
                   2172: 
                   2173:        * tests/: 370.html, results/370.processed: test for ^file::exec[
                   2174:          ... $.stdin[$binary_file] ] added (related to bug #1044)
                   2175: 
                   2176:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   2177:          include/pa_string.h, main/pa_exec.C: pa_exec now supports
                   2178:          $.stdin[$binary_file] (fixes bug #1044)
                   2179: 
                   2180: 2016-11-28  moko
                   2181: 
                   2182:        * src/main/pa_exec.C: whitespace
                   2183: 
                   2184:        * src/main/pa_request.C: whitespace
                   2185: 
                   2186:        * tests/: 369.html, results/369.processed: test for
                   2187:          $response:status usage added (related to feature #1099)
                   2188: 
                   2189:        * src/targets/cgi/parser3.C: HTTP response code used as exit status
                   2190:          if < 100 (implements feature #1099)
                   2191: 
                   2192:        * src/targets/cgi/parser3.C: whitespace
                   2193: 
                   2194:        * src/targets/cgi/parser3.C: whitespace
                   2195: 
                   2196:        * tests/: 368.html, results/368.processed: test updated after
                   2197:          ^reflection:filename[$method] added (related to feature #1053)
                   2198: 
                   2199:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   2200:          main/compile.y, main/execute.C, main/pa_request.C,
                   2201:          types/pa_vclass.h: filename -> filespec,
                   2202:          ^reflection:filename[$method] added (related to feature #1053)
                   2203: 
                   2204: 2016-11-27  moko
                   2205: 
                   2206:        * tests/: 368.html, results/368.processed: test for
                   2207:          reflection:filename[$class or object] added (related to feature
                   2208:          #1053)
                   2209: 
                   2210:        * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
                   2211:          types/pa_vstateless_class.h: ^reflection:filename[$class or
                   2212:          object] added (implements feature #1053)
                   2213: 
                   2214: 2016-11-26  moko
                   2215: 
                   2216:        * src/: include/pa_request_info.h,
                   2217:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2218:          remove_absolute_uri -> strip_absolute_uri
                   2219: 
                   2220: 2016-11-25  moko
                   2221: 
                   2222:        * src/: include/pa_request_info.h,
                   2223:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
                   2224:          request_info.remove_absolute_uri added to remove possible
                   2225:          http://site.name/ from $request:uri (implements feature #1112)
                   2226: 
                   2227: 2016-11-24  moko
                   2228: 
                   2229:        * tests/: 367-curl.html, results/367-curl.processed: test for
                   2230:          previous request headers clearing after redirect added (related
                   2231:          to bug #1109)
                   2232: 
                   2233:        * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
                   2234:          response headers from previous requests are now cleared, only
                   2235:          last request headers are collected (fixes bug #1109)
                   2236: 
                   2237:        * tests/results/: 266.processed, 321.processed, 356.processed:
                   2238:          tests results updated as method name now added to the resulting
                   2239:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2240:          feature #1068)
                   2241: 
                   2242:        * src/classes/reflection.C: method name now added to the resulting
                   2243:          hash for new syntax only (Imp1 compatimility fixed, related to
                   2244:          feature #1068)
                   2245: 
                   2246:        * tests/results/366.processed: test for native and parser
                   2247:          implementation of ^use[] logic (related to feature #1074)
                   2248: 
                   2249:        * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
                   2250:          for native and parser implementation of ^use[] logic (related to
                   2251:          feature #1074)
                   2252: 
                   2253: 2016-11-23  moko
                   2254: 
                   2255:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   2256:          main/pa_request.C: @USE file now implemented as ^use[file;
                   2257:          $.origin[origin_file] ] (implements feature #1074)
                   2258: 
1.109     moko     2259: 2016-11-21  moko
                   2260: 
1.110     moko     2261:        * tests/: 365.html, results/365.processed: test for $caller bugs in
                   2262:          3.4.4 and $caller.method now tested (related to feature #1110)
                   2263: 
                   2264:        * tests/: 364.html, results/364.processed: $caller usage in
                   2265:          different contexts now tested (related to feature #1110)
                   2266: 
                   2267:        * src/types/types.vcproj: +pa_vcaller_wrapper.h
                   2268: 
                   2269:        * src/types/Makefile.am: pa_vcaller_wrapper.h added
                   2270: 
1.109     moko     2271:        * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
                   2272:          types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
                   2273:          types/pa_vmethod_frame.h:  redesign: VCallerWrapper added and
                   2274:          used (implements feature #1110)
                   2275: 
                   2276: 2016-11-20  moko
                   2277: 
                   2278:        * src/types/pa_vdouble.h: whitespace
                   2279: 
                   2280: 2016-11-11  moko
                   2281: 
                   2282:        * tests/: 363.html, results/363.processed: more tests for feature
                   2283:          #1091 (how parser methods work in expression context)
                   2284: 
                   2285:        * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
                   2286:          expressions strings are now written as strings, not values by
                   2287:          write_as_string (related to feature #1091)
                   2288: 
                   2289:        * src/classes/op.C: to make more correct behavour in expression
                   2290:          context
                   2291: 
                   2292: 2016-11-07  moko
                   2293: 
                   2294:        * tests/: 362.html, results/362.processed: test for
                   2295:          xsltParseStylesheetDoc caching as xsl modification after it added
                   2296:          (related to bug #1108)
                   2297: 
                   2298:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
                   2299:          result now cached as xdoc is modified after it (fixes bug #1108)
                   2300: 
                   2301: 2016-11-06  moko
                   2302: 
                   2303:        * src/types/pa_vxdoc.h: whitespace
                   2304: 
                   2305: 2016-11-05  moko
                   2306: 
                   2307:        * src/types/pa_vmethod_frame.h: cleanup
                   2308: 
                   2309: 2016-11-03  moko
                   2310: 
                   2311:        * tests/results/244.processed: more correct exception after method
                   2312:          frames separation
                   2313: 
                   2314:        * src/types/pa_vmethod_frame.h: minor optimizaion
                   2315: 
                   2316:        * src/types/pa_method.h: optimization: params_count added
                   2317: 
                   2318:        * src/: classes/json.C, classes/op.C, classes/reflection.C,
                   2319:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   2320:          types/pa_value.C, types/pa_vmethod_frame.C,
                   2321:          types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
                   2322:          VMethodFrame now divided into VNativeMethodFrame,
                   2323:          VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
                   2324:          EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
                   2325:          and used (related to feature #1104)
                   2326: 
                   2327: 2016-11-02  moko
                   2328: 
                   2329:        * src/: classes/bool.C, classes/curl.C, classes/date.C,
                   2330:          classes/double.C, classes/file.C, classes/hash.C,
                   2331:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   2332:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   2333:          classes/memcached.C, classes/op.C, classes/reflection.C,
                   2334:          classes/regex.C, classes/string.C, classes/table.C,
                   2335:          classes/xdoc.C, classes/xnode.C, include/pa_request.h,
                   2336:          main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
                   2337:          r.write (implements feature #1091)
                   2338: 
                   2339:        * src/main/execute.C: cleanup (related to feature #1104)
                   2340: 
                   2341:        * src/: include/pa_request.h, main/execute.C,
                   2342:          types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
                   2343:          added, in_expression removed (implements feature #1104)
                   2344: 
                   2345: 2016-10-31  moko
                   2346: 
                   2347:        * src/types/pa_value.C: whitespace
                   2348: 
                   2349: 2016-10-28  moko
                   2350: 
                   2351:        * tests/results/244.processed: updated after error reporting fixed
                   2352:          in pa_wcontext.C
                   2353: 
                   2354:        * src/types/pa_wcontext.C: error reporting fixed
                   2355: 
                   2356:        * src/types/pa_wcontext.h: whitespace
                   2357: 
                   2358:        * src/classes/image.C: not fully readed entries are no longer
                   2359:          processed (fixes bug #1106)
                   2360: 
                   2361: 2016-10-26  moko
                   2362: 
                   2363:        * src/classes/image.C: whitespace
                   2364: 
                   2365:        * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
                   2366:          types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   2367:          types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
                   2368:          longer required (related to feature #1091)
                   2369: 
                   2370:        * tests/results/: 264.processed, 350.processed: test results update
                   2371:          reverted (whitespace optimization) after write_no_lang removed :)
                   2372:          (related to feature #1091)
                   2373: 
                   2374:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   2375:          classes/string.C, classes/table.C, classes/void.C,
                   2376:          classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
                   2377:          types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
                   2378:          equal write_pass_lang (related to feature #1091)
                   2379: 
                   2380:        * tests/results/: 264.processed, 350.processed: test results
                   2381:          updated (whitespace optimization) after write_assign_lang removed
                   2382:          (related to feature #1091)
                   2383: 
                   2384:        * tests/: 361.html, results/361.processed: test for non-string
                   2385:          ^untaint added (related to feature #1091)
                   2386: 
                   2387:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   2388:          classes/hash.C, classes/op.C, classes/string.C,
                   2389:          include/pa_request.h, main/execute.C: optimization:
                   2390:          write_assign_lang removed as not required (first part of feature
                   2391:          #1091 implementation)
                   2392: 
1.108     moko     2393: 2016-10-12  moko
                   2394: 
                   2395:        * tests/: 360.html, results/360.processed: more test code (related
                   2396:          to feature #1104)
                   2397: 
                   2398:        * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
                   2399:          include/pa_request.h, main/compile.y, main/execute.C: opcode
                   2400:          OP_PREPARE_TO_EXPRESSION removed as not required, optimized
                   2401:          WContext is next task (implements feature #1104)
                   2402: 
                   2403:        * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
                   2404:          / CO_WITHOUT_WCONTEXT
                   2405: 
                   2406:        * tests/: 360.html, results/360.processed: test for in expression
                   2407:          state (related to feature #1104)
                   2408: 
                   2409: 2016-10-11  moko
                   2410: 
                   2411:        * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
                   2412: 
                   2413:        * src/classes/op.C: default value removed from initializer
                   2414: 
                   2415:        * src/types/pa_vmemcached.C: FreeBSD 11 warning war
                   2416: 
                   2417:        * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
                   2418: 
                   2419: 2016-10-10  moko
                   2420: 
                   2421:        * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
                   2422:          $LOOP_LIMIT  -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
                   2423:          to feature #42)
                   2424: 
                   2425:        * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT  ->
                   2426:          $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
                   2427: 
                   2428: 2016-10-08  moko
                   2429: 
                   2430:        * src/classes/double.C: whitespace
                   2431: 
                   2432: 2016-10-07  moko
                   2433: 
                   2434:        * src/types/pa_vmethod_frame.h: reorder
                   2435: 
                   2436: 2016-10-06  moko
                   2437: 
                   2438:        * src/classes/date.C: typo
                   2439: 
                   2440:        * src/types/pa_vmethod_frame.h: whitespace + cleanup
                   2441: 
                   2442:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2443:          classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
                   2444:          types/pa_vmethod_frame.h: params.get now returns Value&, not
                   2445:          Value*
                   2446: 
                   2447:        * src/types/pa_vmethod_frame.C: params.get should return Value&.
                   2448: 
                   2449:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
                   2450:          removed; first as_* code rewrite
                   2451: 
                   2452: 2016-10-05  moko
                   2453: 
                   2454:        * src/include/pa_request.h: whitespace
                   2455: 
                   2456:        * tests/: 359.html, results/359.processed: test for VCodeFrame and
                   2457:          intercept_string added (related to feature #1097)
                   2458: 
                   2459:        * src/: classes/image.C, classes/op.C, classes/table.C,
                   2460:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2461:          optimization: intercept_string removed (implements feature #1097)
                   2462: 
                   2463:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
                   2464: 
                   2465:        * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
                   2466:          from VCodeFrame and WWrapper as not required
                   2467: 
                   2468: 2016-10-04  moko
                   2469: 
                   2470:        * src/: classes/curl.C, classes/date.C, classes/double.C,
                   2471:          classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
                   2472:          classes/int.C, classes/json.C, classes/op.C,
                   2473:          classes/reflection.C, classes/string.C, classes/table.C,
                   2474:          include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
                   2475:          proces_to_value -> process after StringOrValue removed (related
                   2476:          to feature #1020)
                   2477: 
                   2478:        * src/classes/form.C: whitespace
                   2479: 
                   2480:        * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
                   2481: 
                   2482:        * tests/: 357.html, 358.html, results/357.processed,
                   2483:          results/358.processed, results/auto.p: test for @conf
                   2484:          $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
                   2485: 
                   2486: 2016-10-03  moko
                   2487: 
                   2488:        * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
                   2489:          types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
                   2490:          supported (implements feature #42)
                   2491: 
                   2492:        * src/types/pa_vregex.h: no reason for VRegex to be
                   2493:          is_evaluated_expr
                   2494: 
                   2495:        * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
                   2496:          (implements feature #1095)
                   2497: 
                   2498: 2016-10-01  moko
                   2499: 
                   2500:        * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
                   2501:          false by default (related to feature #1089)
                   2502: 
                   2503: 2016-09-30  moko
                   2504: 
                   2505:        * src/types/pa_wcontext.h: cleanup
                   2506: 
                   2507: 2016-09-29  moko
                   2508: 
                   2509:        * src/main/execute.C: whitespace
                   2510: 
                   2511:        * src/include/pa_request.h: whitespace
                   2512: 
                   2513:        * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
                   2514:          classes/op.C, classes/table.C, include/pa_request.h,
                   2515:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
                   2516:          types/pa_vobject.C, types/pa_wcontext.h: optimization:
                   2517:          StringOrValue removed as it just slows down and adds complexity
                   2518:          (implements feature #1020)
                   2519: 
                   2520: 2016-09-28  moko
                   2521: 
                   2522:        * tests/: 356.html, results/266.processed, results/321.processed,
                   2523:          results/356.processed: tests updated after name was added to
                   2524:          method_info hash, test for ^reflection:method_info[junction]
                   2525:          added (related to feature #1068)
                   2526: 
                   2527:        * src/classes/reflection.C: ^reflection:method_info[junction] now
                   2528:          supported, method name added to the resulting hash (implements
                   2529:          feature #1068)
                   2530: 
                   2531:        * tests/: 276.html, results/276.processed: more tests for
                   2532:          ^reflection:delete[]
                   2533: 
                   2534:        * src/classes/reflection.C: fixed bug then ^reflection:delete
                   2535:          didn't work on class and could damage native objects (like file)
                   2536: 
                   2537: 2016-09-26  moko
                   2538: 
                   2539:        * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
                   2540:          results/345.processed, results/346-curl.processed,
                   2541:          results/347-curl.processed, results/348.processed: numbers added
                   2542:          to simplify diff analysis
                   2543: 
                   2544:        * tests/: 352.html, results/352.processed: test result updated as
                   2545:          method name used
                   2546: 
                   2547:        * src/classes/reflection.C: method name used
                   2548: 
                   2549:        * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
                   2550:          its name
                   2551: 
                   2552:        * src/types/pa_method.h: whitespace
                   2553: 
                   2554:        * src/classes/reflection.C: both method and field with one name can
                   2555:          exist.
                   2556: 
                   2557:        * src/classes/reflection.C: ^reflection:mixin added (implements
                   2558:          feature #1089)
                   2559: 
                   2560:        * tests/: 355.html, results/355.processed: property appears in
                   2561:          derived class if added in base test added
                   2562: 
                   2563:        * src/types/pa_vstateless_class.h: get_method declaration +
                   2564:          whitespace
                   2565: 
                   2566:        * tests/: 354.html, results/354.processed: nice test from method
                   2567:          and property with one name in class added
                   2568: 
                   2569: 2016-09-23  moko
                   2570: 
                   2571:        * src/classes/reflection.C: ^reflection:method usage documented
                   2572: 
                   2573: 2016-09-22  moko
                   2574: 
                   2575:        * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
                   2576:          we use 'dynamic_cast' on polymorphic type 'Value'. Without it
                   2577:          compile warning and GPF occures on VS2003 (related to feature
                   2578:          #1087)
                   2579: 
                   2580:        * tests/: 350.html, results/350.processed: test added for
                   2581:          $.encloser[] support in ^table::create (related to feature #11)
                   2582: 
                   2583:        * src/classes/table.C: another minor fix (related to feature #11)
                   2584: 
1.107     moko     2585: 2016-09-21  moko
                   2586: 
                   2587:        * src/include/pa_config_fixed.h: vs2015 compilation fixes
                   2588: 
                   2589:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   2590:          classes/json.C, classes/string.C, classes/table.C,
                   2591:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2592:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   2593:          main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
                   2594:          types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
                   2595:          pa_charsets, vs2015 warning war
                   2596: 
                   2597:        * src/classes/table.C: vs2015 warning war
                   2598: 
                   2599:        * src/types/pa_vdate.C: vs2015 warning war
                   2600: 
                   2601:        * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
                   2602: 
                   2603:        * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
                   2604:          -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
                   2605: 
                   2606:        * src/main/pa_common.C: vs2015 compilation fixes
                   2607: 
                   2608:        * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
                   2609:          vs2015 compilation fixes
                   2610: 
                   2611:        * src/main/pa_charset.C: vs2015 warning war
                   2612: 
                   2613:        * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
                   2614: 
                   2615:        * src/main/pa_charset.C: vs2015 warning war
                   2616: 
                   2617:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
                   2618: 
                   2619:        * src/types/pa_vdate.C: vs2015 compilation fix
                   2620: 
                   2621:        * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
                   2622: 
                   2623:        * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
                   2624:          VS2015 compilation fixes
                   2625: 
                   2626:        * src/classes/table.C: minor fix (related to feature #11)
                   2627: 
                   2628:        * tests/results/282.processed: no longer skipping extra enclosers
                   2629:          (related to feature #11)
                   2630: 
                   2631:        * src/classes/table.C: minor fix + no longer skipping extra
                   2632:          enclosers (related to feature #11)
                   2633: 
                   2634:        * src/classes/table.C: minor optimization (related to feature #11)
                   2635: 
                   2636:        * src/classes/table.C: minor fix and optimization (related to
                   2637:          feature #11)
                   2638: 
                   2639: 2016-09-20  moko
                   2640: 
                   2641:        * tests/: 353.html, results/353.processed: test for
                   2642:          PC.cclass->is_vars_local() check in one_big_piece in ^process[]
                   2643:          added (related to bug #1090)
                   2644: 
                   2645:        * src/main/compile.y: PC.cclass->is_vars_local() check added for
                   2646:          one_big_piece (fixes bug #1090)
                   2647: 
                   2648:        * tests/: 229.html, results/229.processed: code coverage tests
                   2649: 
                   2650:        * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
                   2651:          body) was called
                   2652: 
                   2653:        * src/classes/op.C: whitespace
                   2654: 
                   2655:        * tests/: 323.html, results/323.processed: test for code junction
                   2656:          should not be returned by ^reflection:class, ^reflection:base
                   2657: 
                   2658:        * src/classes/reflection.C: bugfix: code junction should not be
                   2659:          returned by ^reflection:class, ^reflection:base
                   2660: 
                   2661:        * tests/: 323.html, 352.html, results/352.processed: no more
                   2662:          exception for ^reflection:method[class;no-such-method] (related
                   2663:          to feature #1087)
                   2664: 
                   2665:        * src/classes/reflection.C:
                   2666:          ^reflection:method[class;no-such-method] : exception -> void
                   2667:          (related to feature #1087)
                   2668: 
                   2669:        * src/include/pa_request.h: request::write_value added to allow
                   2670:          write value without convertion (related to issue #1091)
                   2671: 
                   2672: 2016-09-19  moko
                   2673: 
                   2674:        * src/main/pa_random.C: windows build fix
                   2675: 
                   2676:        * src/types/pa_vhash.h: warning war
                   2677: 
                   2678: 2016-09-14  moko
                   2679: 
                   2680:        * tests/: 352.html, 552.html, results/352.processed,
                   2681:          results/552.processed: test for ^reflection:method[] extension
                   2682:          added (related to feature #1087)
                   2683: 
                   2684:        * tests/: 552.html, results/552.processed: test for
                   2685:          ^reflection:method[] extension added (related to feature #1087)
                   2686: 
                   2687:        * src/classes/reflection.C: compatibility issue fixed, VClass
                   2688:          dynamic_cast check added (related to feature #1087)
                   2689: 
                   2690:        * tests/: 351.html, results/351.processed: test for @auto[]
                   2691:          inheritance bug diring ^process[] added (related to bug #1088)
                   2692: 
                   2693:        * src/: classes/op.C, main/pa_request.C,
                   2694:          types/pa_vstateless_class.C: set_method now checks for @auto[] to
                   2695:          disable it inheritance during ^process (fixes bug #1088)
                   2696: 
                   2697:        * src/classes/reflection.C: ^reflection:method[$class:method;$self]
                   2698:          added (implements feature #1087)
                   2699: 
                   2700: 2016-09-13  moko
                   2701: 
                   2702:        * tests/: 349.html, results/auto.p: test for objects prototyping
                   2703:          added and $OBJECT-PROTOTYPE(false) is used for old tests (related
                   2704:          to feature #1086)
                   2705: 
                   2706:        * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
                   2707:          types/pa_vobject.C: objects now are not class instances, but have
                   2708:          class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
                   2709:          in @conf (implements feature #1086)
                   2710: 
                   2711: 2016-09-08  moko
                   2712: 
                   2713:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   2714:          classes/table.C, main/pa_http.C, main/pa_string.C,
                   2715:          include/pa_string.h: cleanup: string::split limit argument
                   2716:          removed as no longer required, pos_after no longer reference
                   2717:          (related to feature #11)
                   2718: 
                   2719:        * src/classes/table.C, tests/results/348.processed: now exception
                   2720:          is rised when invalid option is passed to ^table::create[]
                   2721: 
                   2722:        * tests/: 282.cfg, 282.html, results/282.processed: more code
                   2723:          coverage tests
                   2724: 
                   2725:        * tests/: 348.html, results/348.processed: code coverage tests
                   2726:          added
                   2727: 
                   2728:        * tests/: 348.html, results/348.processed: generic ^table::create[]
                   2729:          tests
                   2730: 
                   2731:        * tests/: 035.html, results/035.processed, results/272.processed:
                   2732:          tests updated after $.encloser[] support for ^table::create
                   2733:          implementation (related to feature #11)
                   2734: 
                   2735:        * src/classes/table.C: $.encloser[] support for ^table::create
                   2736:          finally added (implements feature #11)
                   2737: 
                   2738: 2016-09-07  moko
                   2739: 
                   2740:        * src/include/pa_string.h: added StringSplitHelper as friend
                   2741:          (related to feature #11)
                   2742: 
                   2743:        * src/include/pa_string.h: body and langs now protected, not
                   2744:          private to allow inheritance (related to feature #11)
                   2745: 
                   2746:        * src/classes/table.C: lsplit optimized before cloning for
                   2747:          ^table::create with $.encloser[] (related to feature #11)
                   2748: 
                   2749:        * src/classes/table.C: optimizaion: TableControlChars.separators
                   2750:          added and used (related to feature #11)
                   2751: 
                   2752:        * src/classes/table.C: spelling:
                   2753: 
                   2754:          TableSeparators -> TableControlChars column -> separator
                   2755:          separators -> control_chars
                   2756: 
                   2757: 2016-09-06  moko
                   2758: 
                   2759:        * src/main/pa_string.C: whitespace
                   2760: 
                   2761:        * src/main/pa_string.C: whitespace
                   2762: 
                   2763: 2016-09-01  moko
                   2764: 
                   2765:        * tests/: 347-curl.html, results/347-curl.processed: to make tests
                   2766:          results OS-independent
                   2767: 
                   2768:        * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
                   2769:          compiler (related to feature #1042)
                   2770: 
                   2771: 2016-08-15  moko
                   2772: 
                   2773:        * src/include/pa_string.h: whitespace
                   2774: 
                   2775:        * src/classes/table.C: whitespace
                   2776: 
1.106     moko     2777: 2016-08-05  moko
                   2778: 
                   2779:        * tests/: 344.html, results/344.processed: test for
                   2780:          ^hash::create[$file] added (related to feature #1075)
                   2781: 
                   2782:        * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
                   2783:          supported (implements feature #1075)
                   2784: 
                   2785: 2016-08-04  moko
                   2786: 
                   2787:        * tests/: 341.html, results/341.processed: more code coverage tests
                   2788: 
                   2789:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2790:          coverage tests for curl
                   2791: 
                   2792:        * tests/: 346-curl.html, results/346-curl.processed: more code
                   2793:          coverage tests for curl
                   2794: 
                   2795:        * tests/: 223-curl.html, 223.html, results/223-curl.processed,
                   2796:          results/223.processed: code coverage tests: $.form[ $.table[] ]
                   2797:          test added
                   2798: 
                   2799:        * tests/: 223-curl.html, results/223-curl.processed: more code
                   2800:          coverage tests for curl
                   2801: 
                   2802: 2016-08-03  moko
                   2803: 
                   2804:        * src/classes/curl.C: dlink(curl_library) now called not once, but
                   2805:          until it will be loaded, allowing to find existing library.
                   2806: 
                   2807:        * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
                   2808:          results/347-curl.processed: more code coverage tests for curl
                   2809: 
                   2810:        * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
                   2811:          results/339-curl.processed, results/346-curl.processed: curl
                   2812:          functionality tests
                   2813: 
                   2814: 2016-08-02  moko
                   2815: 
                   2816:        * tests/: 339.html, results/339.processed: test for tables in
                   2817:          ^file:load[] and ^curl:load[] (commented) added (related to
                   2818:          feature #1042)
                   2819: 
                   2820:        * tests/: 345.html, results/345.processed: code coverage tests for
                   2821:          file class
                   2822: 
                   2823:        * tests/: 344.html, results/344.processed: code coverage tests
                   2824: 
                   2825:        * tests/: 344.html, results/344.processed: mdate removed from
                   2826:          output
                   2827: 
                   2828:        * src/classes/file.C: minor bugfix: is_text should be taked from
                   2829:          fcontent.is_text_mode() if not set (related to feature #1061)
                   2830: 
                   2831:        * tests/: 344.html, results/344.processed: more tests
                   2832: 
                   2833:        * tests/: 343.html, 344.html, results/343.processed,
                   2834:          results/344.processed: tests for ^file::create[ $.from-charset
                   2835:          and $.to-charset ] (related to feature #1061)
                   2836: 
                   2837:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2838:          aset_text_mode argument optimized
                   2839: 
                   2840:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2841:          checkBOM now used in detect_binary_content (related to feature
                   2842:          #1061)
                   2843: 
                   2844:        * src/main/pa_request.C: load_charset no longer required to_upper
                   2845: 
                   2846:        * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
                   2847:          preserves original file mode (if no $.mode specified)
                   2848: 
                   2849:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
                   2850:          ^file::create now supports $.from-charset[] and $.to-charset
                   2851:          options (implements feature #1061), automatic transcode is done
                   2852:          if text file is created from binary file and charset is detected.
                   2853: 
                   2854: 2016-07-30  moko
                   2855: 
                   2856:        * src/classes/table.C: ^t.hash[..;] now supported (related to
                   2857:          feature #1057)
                   2858: 
                   2859:        * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
                   2860:          added (related to feature #1057)
                   2861: 
                   2862:        * tests/: 286.html, results/286.processed: code tests coverage
                   2863: 
                   2864: 2016-07-29  moko
                   2865: 
                   2866:        * src/classes/table.C: table size should be checked inside menu and
                   2867:          foreach (related to feature #858)
                   2868: 
                   2869:        * src/: classes/curl.C, classes/file.C, classes/string.C,
                   2870:          classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
                   2871:          main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
                   2872:          types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
                   2873:          charsets.get now does str_upper inside (related to feature #1061)
                   2874: 
                   2875:        * tests/: 342.html, results/342.processed: more code coverage tests
                   2876: 
                   2877:        * tests/: 342.html, outputs/342.processed: table menu code coverage
                   2878:          + foreach test added (related to feature #858)
                   2879: 
                   2880:        * tests/: 341.html, results/341.processed: tests for
                   2881:          ^table.hash[]{code} added + code coverage tests (related to
                   2882:          feature #1057)
                   2883: 
                   2884:        * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
                   2885:          value} support (implements feature #1057)
                   2886: 
                   2887:        * src/classes/table.C: whitespace
                   2888: 
                   2889: 2016-07-28  moko
                   2890: 
                   2891:        * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
                   2892:          from URL, if not specified query string removed from url-based
                   2893:          filenames in ^curl:load[] and ^file::load[] (related to feature
                   2894:          #1042)
                   2895: 
                   2896: 2016-07-27  moko
                   2897: 
                   2898:        * tests/: 340.html, results/340.processed: test for
                   2899:          transcode_text_result=false added (related to issue #1042)
                   2900: 
                   2901: 2016-07-26  moko
                   2902: 
                   2903:        * src/types/pa_vfile.C: file name should not be empty (if file path
                   2904:          is folder and ends with /) (related to feature #1042)
                   2905: 
                   2906:        * src/main/pa_http.C: whitespace optimizaion
                   2907: 
                   2908:        * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
                   2909:          main/pa_common.C, main/pa_http.C: ^curl:load[] now support
                   2910:          multiple headers, ^file::load supports headers transcoding
                   2911:          (implements feature #1042)
                   2912: 
                   2913: 2016-07-25  moko
                   2914: 
                   2915:        * src/include/pa_common.h: PA_DEFAULT added
                   2916: 
                   2917: 2016-07-22  moko
                   2918: 
                   2919:        * tests/: 338.html, results/338.processed: test for
                   2920:          $date.field(value) added (related to feature #1066)
                   2921: 
                   2922:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   2923:          $date.field(value) now supported for y/m/d/h/m/s (implements
                   2924:          feature #1066)
                   2925: 
1.105     moko     2926: 2016-07-21  moko
                   2927: 
                   2928:        * src/: classes/file.C, classes/image.C, include/pa_common.h,
                   2929:          main/pa_common.C: pa_common.h: File_read_action: fname, as_text
                   2930:          arguments removed; image.C - absolute path shown in exception
                   2931:          (implements feature #1071)
                   2932: 
                   2933:        * tests/: 235.html, results/235.processed: test and test result
                   2934:          updated after static boundary in mail and Errors-To: mail header
                   2935:          removed (related to feature #1047)
                   2936: 
                   2937:        * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
                   2938:          main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
                   2939:          used, static boundary in mail removed, Errors-To: mail header
                   2940:          removed (implements feature #1047)
                   2941: 
                   2942: 2016-07-20  moko
                   2943: 
                   2944:        * src/: classes/reflection.C, types/pa_vstateless_class.h:
                   2945:          equest.classes(): Value -> VStateless_class, part 3 (related to
                   2946:          issue #1051)
                   2947: 
                   2948:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
                   2949:          request.classes(): Value -> VStateless_class, part 2 (related to
                   2950:          issue #1051)
                   2951: 
                   2952:        * tests/results/: 224.processed, 323.processed: classes without
                   2953:          methods should not be methoded (related to issue #1051)
                   2954: 
                   2955:        * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
                   2956:          main/compile_tools.h, main/pa_request.C: request.classes(): Value
                   2957:          -> VStateless_class, part 1 (related to issue #1051)
                   2958: 
                   2959:        * tests/: 337.html, results/337.processed: test for
                   2960:          ^reflection:fields_reference[] and VHashReference class added
                   2961:          (related to feature #1072)
                   2962: 
                   2963:        * src/: classes/hash.C, classes/json.C, classes/reflection.C,
                   2964:          types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
                   2965:          and VHashReference added, allowing ^reflection:fields_reference[]
                   2966:          implementation (closes feature #1072)
                   2967: 
                   2968: 2016-07-19  moko
                   2969: 
                   2970:        * tests/: 323.html, results/323.processed: we want to see
                   2971:          "methoded"
                   2972: 
                   2973:        * tests/: 336.html, results/336.processed: test for $BASE:property
                   2974:          and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
                   2975:          #1059)
                   2976: 
                   2977:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
                   2978:          types/pa_vstateless_class.h, types/pa_wcontext.h: no more
                   2979:          somebody_entered_some_class, $BASE:property works again,
                   2980:          ^BASE:method[] bugs fixed (fixes bug #1059)
                   2981: 
                   2982: 2016-07-14  moko
                   2983: 
                   2984:        * tests/: 335.html, results/335.processed: test for feature #1055
                   2985:          added
                   2986: 
                   2987:        * src/classes/hash.C: bugfix: $._default was not copied if empty
                   2988:          feature: ^hash.contains[_default] added (implements feature
                   2989:          #1055)
                   2990: 
                   2991: 2016-07-13  moko
                   2992: 
                   2993:        * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
                   2994:          should not call @autouse (http://www.parser.ru/forum/?id=83480)
                   2995: 
                   2996: 2016-07-05  moko
                   2997: 
                   2998:        * src/classes/hash.C: Optimization: HashStringValue::Iterator used
                   2999:          in ^hash.foreach (related to feature #1073)
                   3000: 
                   3001: 2016-07-04  moko
                   3002: 
                   3003:        * tests/: 134.html, 281.html, results/134.processed,
                   3004:          results/281.processed: tests updated after hash blocking removed
                   3005:          (related to feature #1073)
                   3006: 
                   3007:        * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
                   3008:          no longer blocks on change during foreach (implements feature
                   3009:          #1073)
                   3010: 
                   3011: 2016-06-17  moko
                   3012: 
                   3013:        * tests/: 330.html, results/330.processed: try exception source
                   3014:          test added (related to bug in #1062)
                   3015: 
                   3016:        * tests/: 334.html, results/334.processed: Exception stack trace
                   3017:          test added (related to bug in $1062)
                   3018: 
                   3019:        * src/classes/op.C: Exception trace now correctly restored and
                   3020:          errors reported (related to bug #1062)
                   3021: 
1.104     moko     3022: 2016-05-25  moko
                   3023: 
                   3024:        * src/main/compile.y: minor cleanup + beauty
                   3025: 
                   3026: 2016-05-24  moko
                   3027: 
                   3028:        * tests/: 333.html, results/333.processed: more exceptions testing
                   3029: 
                   3030:        * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
                   3031:          _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
                   3032:          features #1056, #1026)
                   3033: 
                   3034:        * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
                   3035:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
                   3036:          types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
                   3037:          (implements feature #1056)
                   3038: 
                   3039:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3040:          main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
                   3041:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   3042:          CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
                   3043:          feature #1026)
                   3044: 
                   3045:        * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
                   3046:          main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
                   3047:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
                   3048:          have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
                   3049:          LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
                   3050:          feature #1026)
                   3051: 
                   3052:        * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
                   3053:          main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
                   3054:          types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
                   3055:          SYMBOLS_CACHING define implemented (related to feature #1026)
                   3056: 
                   3057:        * src/main/main.vcproj: + ps_symbols
                   3058: 
                   3059:        * src/: include/Makefile.am, include/pa_string.h,
                   3060:          include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
                   3061:          main/compile.y, main/compile_tools.C, main/pa_symbols.C,
                   3062:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3063:          types/pa_vstateless_class.C: initial implementation for symbols
                   3064:          cache (related to feature #1026)
                   3065: 
                   3066:        * src/: include/pa_common.h, main/pa_http.C: minor cleanup
                   3067: 
                   3068:        * src/main/pa_globals.C: minor cleanup
                   3069: 
                   3070: 2016-05-19  moko
                   3071: 
                   3072:        * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
                   3073:          (related to feature #1046)
                   3074: 
                   3075:        * tests/: 331.html, results/331.processed: test for
                   3076:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
                   3077:          (related to feature #1051)
                   3078: 
                   3079:        * src/main/compile.y:
                   3080:          BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
                   3081:          (implements feature #1054)
                   3082: 
                   3083: 2016-05-18  moko
                   3084: 
                   3085:        * src/types/pa_vtable.C, tests/results/324.processed: no more
                   3086:          "column not found" exception for ^table.no-such-method[] (related
                   3087:          to feature #1046)
                   3088: 
                   3089:        * tests/: 261.html, results/261.processed: test added and updated
                   3090:          after feature #1046 implementation
                   3091: 
                   3092:        * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
                   3093:          types/pa_vvoid.h: $string.anything works for whitespace strings,
                   3094:          ^string.contains added for hash compatibility, $string.method no
                   3095:          longer returns stting method (implements feature #1046)
                   3096: 
                   3097: 2016-05-12  moko
                   3098: 
                   3099:        * src/classes/curl.C: content-type response header no longer
                   3100:          ignored (fixes issue #1045)
                   3101: 
                   3102:        * tests/: 330.html, results/330.processed: test for incomplete
                   3103:          finally execution when break occures added (related to issue
                   3104:          #1077)
                   3105: 
                   3106:        * src/classes/op.C: bugfix: Request::skip reset is called before
                   3107:          executing catch and finally code (fixes issue #1062)
                   3108: 
                   3109: 2016-05-11  moko
                   3110: 
                   3111:        * tests/: 329.html, results/329.processed: test for invalid
                   3112:          ^break[] behavour added (bug #1077)
                   3113: 
                   3114:        * src/classes/op.C: try_catch code cleanup (related to bug #1062)
                   3115: 
                   3116: 2016-04-24  moko
                   3117: 
                   3118:        * src/types/pa_vstateless_class.h: warning war
                   3119: 
                   3120: 2016-04-17  moko
                   3121: 
                   3122:        * tests/: 328.html, results/328.processed: test for
                   3123:          ^break(condition) and ^continue(condition) (related to feature
                   3124:          #1063)
                   3125: 
                   3126:        * src/classes/op.C: ^break(condition) and ^continue(condition)
                   3127:          implemented (feature #1063)
                   3128: 
                   3129: 2016-04-12  moko
                   3130: 
                   3131:        * tests/results/280.processed: ordered hash now used for class
                   3132:          methods and properties (test results updated for feature #1069)
                   3133: 
                   3134:        * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
                   3135:          to xdoc.C as under FreeBSD it was inited after and inheritance
                   3136:          failed (related to issue #1051)
                   3137: 
                   3138:        * tests/: 320.html, results/320.processed: xdoc and xnode methods
                   3139:          are printed to check inheritance (related to feature #1051)
                   3140: 
1.103     moko     3141: 2016-04-09  moko
                   3142: 
                   3143:        * tests/results/320.processed: ordered hash now used for class
                   3144:          methods and properties (test results updated for feature #1069)
                   3145: 
                   3146:        * src/types/pa_vstateless_class.h: ordered hash now used for class
                   3147:          methods and properties (implements feature #1069)
                   3148: 
                   3149:        * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
                   3150:          pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
                   3151:          OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
                   3152:          feature #1051)
                   3153: 
                   3154: 2016-04-07  moko
                   3155: 
                   3156:        * src/main/execute.C: returned Value in .CLASS case for VJunction
                   3157:          (related to feature #1051)
                   3158: 
                   3159:        * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
                   3160:          pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
                   3161:          string constants deduplication (related to feature #1051)
                   3162: 
                   3163:        * tests/results/224.processed: test result updated (related to
                   3164:          feature #1051)
                   3165: 
                   3166:        * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
                   3167:          types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
                   3168:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
                   3169:          types/pa_vstatus.h: classes hash now contains only
                   3170:          VStateless_class derived objects, .CLASS is also allways
                   3171:          VStateless_class derived object (related to feature #1051).
                   3172: 
                   3173: 2016-04-06  moko
                   3174: 
                   3175:        * tests/results/323.processed: test result updated after feature
                   3176:          #1051 implementation
                   3177: 
                   3178:        * src/: classes/classes.h, classes/op.C, classes/response.C,
                   3179:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   3180:          main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
                   3181:          types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
                   3182:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3183:          types/pa_vstateless_class.h: base -> methoded_donor for static
                   3184:          classes, type() moved from VStateless_class to VClass and
                   3185:          Methoded (implements feature #1051)
                   3186: 
                   3187: 2016-04-04  moko
                   3188: 
                   3189:        * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
                   3190:          beauty: put_class added (related to feature #1051)
                   3191: 
                   3192: 2016-04-01  moko
                   3193: 
                   3194:        * tests/results/: 175.processed, 192.processed, 224.processed,
                   3195:          229.processed, 244.processed, 246.processed, 316.processed: test
                   3196:          results updated as class.type() removed from error messages, only
                   3197:          type() left (related to feature #1051)
                   3198: 
                   3199:        * src/: classes/classes.C, classes/classes.h, classes/mail.C,
                   3200:          classes/op.C, classes/reflection.C, main/compile.y,
                   3201:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   3202:          types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
                   3203:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   3204:          types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
                   3205:          from VStateless_class, type() is used instead (related to feature
                   3206:          #1051)
                   3207: 
                   3208:        * src/classes/mail.C: old logic restored.
                   3209: 
                   3210:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   3211:          classes/classes.h, classes/curl.C, classes/date.C,
                   3212:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   3213:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   3214:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   3215:          classes/memcached.C, classes/memory.C, classes/reflection.C,
                   3216:          classes/regex.C, classes/response.C, classes/string.C,
                   3217:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   3218:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
                   3219:          types/pa_vmemory.h: optimizaion: *_base_class removed (related to
                   3220:          feature #1051)
                   3221: 
                   3222: 2016-03-30  moko
                   3223: 
                   3224:        * tests/: 327.html, results/224.processed, results/327.processed:
                   3225:          test for TZ specification in ^date::create[], TZ is kept during
                   3226:          ^date::create[$dt] (related to feature #1048)
                   3227: 
                   3228:        * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
                   3229:          ^date::create[], TZ is kept during ^date::create[$dt] (implements
                   3230:          feature #1048)
                   3231: 
                   3232: 2016-03-29  moko
                   3233: 
                   3234:        * tests/: 315.html, results/315.processed: test for timezone format
                   3235:          +HHmm added (related to feature #1065)
                   3236: 
                   3237:        * src/classes/date.C: timezone format +HHmm now supported
                   3238:          (implements feature #1065)
                   3239: 
                   3240: 2016-03-28  moko
                   3241: 
                   3242:        * tests/: 202.html, results/131.processed, results/202.processed,
                   3243:          results/224.processed, results/256.processed,
                   3244:          results/315.processed: test results updated after %.2d now
                   3245:          default for hours offset in iso-string (was %2d), test for
                   3246:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3247:          added (related to feature #1065)
                   3248: 
                   3249: 2016-03-27  moko
                   3250: 
                   3251:        * src/types/pa_vdate.C: '+' sign for zero offset (related to
                   3252:          feature #1065)
                   3253: 
                   3254:        * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
                   3255:          ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
                   3256:          added (implements feature #1065)
                   3257: 
                   3258: 2016-03-24  moko
                   3259: 
                   3260:        * tests/: 202.html, results/202.processed: test $date.week added
                   3261:          (related to bug #1067)
                   3262: 
                   3263:        * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
                   3264:          date (fix for bug #1067)
                   3265: 
                   3266: 2016-03-10  moko
                   3267: 
                   3268:        * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
                   3269: 
1.102     moko     3270: 2015-12-07  moko
                   3271: 
                   3272:        * tests/: 326.html, results/326.processed: test for .CLASS &
                   3273:          .CLASS_NAME optimization added (related to feature #844)
                   3274: 
                   3275: 2015-11-17  moko
                   3276: 
                   3277:        * tests/: 323.html, results/323.processed: order added
                   3278: 
                   3279:        * tests/: 325.html, results/325.processed: double range test added
                   3280:          (related to bug #1049)
                   3281: 
                   3282: 2015-11-16  moko
                   3283: 
                   3284:        * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
                   3285:          added to disallow NaN and Infinity (fixes bug #1049)
                   3286: 
                   3287: 2015-11-11  moko
                   3288: 
                   3289:        * tests/324.html: parser 3.4.3 execution support added (related to
                   3290:          feature #1017)
                   3291: 
                   3292:        * tests/: 324.html, results/324.processed: test for
                   3293:          GET_ELEMENT4CALL feature added (feature #1017)
                   3294: 
1.101     moko     3295: 2015-10-29  moko
                   3296: 
                   3297:        * operators.txt: updated for 3.4.4
                   3298: 
                   3299:        * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
                   3300: 
                   3301:        * src/main/pa_exec.C: get_exit_status implemented for Windows
                   3302:          (related to bug #1043)
                   3303: 
                   3304: 2015-10-28  moko
                   3305: 
                   3306:        * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
                   3307:          hangup during ^file::exec (fixes bug #1043)
                   3308: 
1.100     moko     3309: 2015-10-27  moko
                   3310: 
                   3311:        * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
                   3312: 
1.99      moko     3313: 2015-10-26  moko
                   3314: 
1.100     moko     3315:        * tests/322.html, src/classes/reflection.C: arguments reorder
                   3316:          (related to issue #1041)
                   3317: 
                   3318:        * src/: classes/classes.awk, main/helpers/simple_folding.pl:
                   3319:          Copyright year updated
                   3320: 
1.99      moko     3321:        * src/: classes/bool.C, classes/classes.C, classes/classes.h,
                   3322:          classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
                   3323:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   3324:          classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
                   3325:          classes/mail.C, classes/math.C, classes/memcached.C,
                   3326:          classes/memory.C, classes/op.C, classes/reflection.C,
                   3327:          classes/regex.C, classes/response.C, classes/string.C,
                   3328:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   3329:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   3330:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   3331:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   3332:          include/pa_dictionary.h, include/pa_dir.h,
                   3333:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   3334:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   3335:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   3336:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   3337:          include/pa_request_charsets.h, include/pa_request_info.h,
                   3338:          include/pa_sapi.h, include/pa_socks.h,
                   3339:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   3340:          include/pa_stack.h, include/pa_string.h,
                   3341:          include/pa_stylesheet_connection.h,
                   3342:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   3343:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   3344:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   3345:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   3346:          lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
                   3347:          lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
                   3348:          lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
                   3349:          lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
                   3350:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   3351:          main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
                   3352:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   3353:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   3354:          main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
                   3355:          main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   3356:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   3357:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   3358:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   3359:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   3360:          sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
                   3361:          targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
                   3362:          targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
                   3363:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   3364:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   3365:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   3366:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   3367:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   3368:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
                   3369:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   3370:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   3371:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   3372:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   3373:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   3374:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   3375:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   3376:          types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
                   3377:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   3378:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   3379:          types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   3380:          types/pa_vresponse.C, types/pa_vresponse.h,
                   3381:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   3382:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   3383:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   3384:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   3385:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   3386:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   3387:          types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
                   3388: 
                   3389:        * src/targets/cgi/parser3.C: year updated
                   3390: 
                   3391:        * src/classes/reflection.C: VS2003 compatibility fixed (related to
                   3392:          issue #1041)
                   3393: 
                   3394:        * tests/: 323.html, results/323.processed: test for base classes
                   3395:          added
                   3396: 
                   3397:        * tests/: 261.html, results/261.processed: updated after better
                   3398:          error reporting done for $string.key exception
                   3399: 
                   3400:        * src/types/pa_vstring.h: better error report for $string.key
                   3401:          exception
                   3402: 
                   3403:        * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
                   3404:          copied as VObject::get_element4call to remove extra virtual call
                   3405: 
                   3406:        * tests/: 322.html, results/322.processed: test for
                   3407:          ^reflection:is[] added (related to feature #1041)
                   3408: 
                   3409:        * src/classes/reflection.C: ^reflection:is empty value is void
                   3410:          (related to feature #1041)
                   3411: 
                   3412:        * src/classes/reflection.C:
                   3413:          ^reflection:is[class_name|code|method;[context;]element_name]
                   3414:          added (implements feature #1041)
                   3415: 
                   3416: 2015-10-24  moko
                   3417: 
                   3418:        * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
                   3419: 
1.98      moko     3420: 2015-10-22  moko
                   3421: 
                   3422:        * tests/: 321.html, results/321.processed: test for
                   3423:          ^reflection:method_info[] file detection added
                   3424: 
                   3425:        * tests/: 320.html, results/320.processed: test for
                   3426:          ^reflection:class_by_name[class_name] added (related to feature
                   3427:          #993)
                   3428: 
                   3429:        * src/classes/reflection.C: ^reflection:class_by_name[class_name]
                   3430:          added (implements feature #993)
                   3431: 
                   3432:        * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
                   3433:          (related to feature #1017)
                   3434: 
                   3435:        * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
                   3436:          added (related to issue #1039)
                   3437: 
                   3438:        * src/main/pa_request.C: ^throw origin fixed (related to feature
                   3439:          #1039)
                   3440: 
                   3441:        * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
                   3442:          for VDate
                   3443: 
                   3444:        * tests/results/182.processed: updated after feature #1038
                   3445:          implemented
                   3446: 
                   3447:        * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
                   3448:          compile-time exception origin added (test for feature #1039)
                   3449: 
                   3450:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   3451:          main/pa_request.C: exception unification: compile-time exceptions
                   3452:          now have origin, @USE origins also tracked (implements feature
                   3453:          #1039)
                   3454: 
                   3455: 2015-10-20  moko
                   3456: 
                   3457:        * src/main/pa_request.C: cleanup
                   3458: 
                   3459: 2015-10-15  moko
                   3460: 
                   3461:        * src/types/pa_vtable.C: defines fixed (related to feature #1017)
                   3462: 
                   3463:        * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
                   3464:          types/pa_vtable.C: new feature: no more $table.method and
                   3465:          $hash.method, aliases for _at, _count, _key (related to feature
                   3466:          #1017)
                   3467: 
1.97      moko     3468: 2015-10-14  moko
                   3469: 
1.98      moko     3470:        * tests/: 317.html, results/317.processed: test for
                   3471:          ^string.unescape[] added (related to feature #120)
                   3472: 
1.97      moko     3473:        * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
                   3474:          defined" bug (described in issue #1036)
                   3475: 
                   3476:        * tests/: 247.html, results/247.processed: test for checkBOM added
                   3477:          (test for bug #1037)
                   3478: 
                   3479:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   3480:          main/pa_common.C, main/pa_http.C: checkBOM detects charset if
                   3481:          it's not enforced, skips BOM signature if it complies charset
                   3482:          (fixes bug #1037)
                   3483: 
                   3484: 2015-10-13  moko
                   3485: 
                   3486:        * src/targets/cgi/parser3.vcproj: disabling buggy incremental
                   3487:          linking
                   3488: 
                   3489:        * src/classes/inet.C: vs2003 compilation fix
                   3490: 
                   3491:        * src/classes/math.C: warning war
                   3492: 
                   3493:        * src/lib/punycode/pa_punycode.c: warning war
                   3494: 
                   3495: 2015-10-12  moko
                   3496: 
                   3497:        * src/lib/punycode/pa_punycode.c: warning war
                   3498: 
                   3499:        * parser3.sln: moved parser3 first, to make it default startup
                   3500:          project
                   3501: 
                   3502:        * buildall: parser "mirror" now used for external libs sources
                   3503:          (implements feature #1036)
                   3504: 
                   3505:        * buildall: most external libs are updated to their current
                   3506:          versions (related to feature #1036)
                   3507: 
                   3508:        * src/classes/image.C: more tags added
                   3509: 
                   3510:        * src/: include/pa_memory.h, types/pa_vdate.C: warning war
                   3511: 
                   3512: 2015-10-11  moko
                   3513: 
                   3514:        * src/classes/curl.C: minor optimization (related to feature #1035)
                   3515: 
                   3516: 2015-10-09  moko
                   3517: 
                   3518:        * src/classes/curl.C: pa_strdup added for strings from curl
                   3519:          (related to feature #1035)
                   3520: 
                   3521:        * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
                   3522:          ULLONG_MAX definition
                   3523: 
                   3524:        * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
                   3525:          (implements feature #1035)
                   3526: 
                   3527:        * src/main/pa_charset.C: String::Body(String::C) used
                   3528: 
                   3529:        * src/main/pa_charset.C: exceptions unified
                   3530: 
                   3531:        * src/: include/pa_charset.h, main/pa_charset.C: declarations
                   3532:          unified
                   3533: 
                   3534:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   3535:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   3536:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   3537:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
                   3538:          types/pa_vxdoc.C: explicit String::Body(char) calls removed;
                   3539:          String::Body(String::C) constructor added (related to bug #957)
                   3540: 
                   3541:        * src/classes/file.C: minor optimization
                   3542: 
                   3543:        * src/include/pa_hash.h: hash.get(char*) added, to minimize
                   3544:          Cord(char*) autocreation (related to bug #957)
                   3545: 
                   3546:        * src/: classes/string.C, main/untaint.C: minor optimizations
                   3547: 
                   3548:        * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
                   3549:          String(char*, Lang, length) removed, String(C(), Lang) used
                   3550:          instead (related to bug #957)
                   3551: 
                   3552: 2015-10-08  moko
                   3553: 
                   3554:        * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
                   3555:          lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
                   3556:          main/untaint.C: Now char * is converted to CORD only using
                   3557:          AS_CORD() to check for empty cord bug (fixes bug #957)
                   3558: 
                   3559:        * src/include/pa_hash.h: fixed compilation without
                   3560:          HASH_CODE_CACHING
                   3561: 
                   3562:        * src/classes/string.C:
                   3563:          ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
                   3564:          feature #120)
                   3565: 
                   3566:        * src/main/pa_common.C: reduce js flags checks count (related to
                   3567:          feature #120)
                   3568: 
1.96      moko     3569: 2015-10-07  moko
                   3570: 
                   3571:        * tests/: 275.html, results/275.processed: test modified after
                   3572:          unsigned long long int support implemented (feature #1034)
                   3573: 
                   3574:        * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
                   3575:          pa_atoul added for unsigned long long int support
                   3576: 
                   3577: 2015-10-06  moko
                   3578: 
                   3579:        * src/types/pa_vdate.C: INT_MAX used
                   3580: 
                   3581: 2015-10-03  moko
                   3582: 
                   3583:        * tests/: 302.html, results/302.processed: test for bug #1023
                   3584:          (\u2028, \u2029 escaping) added
                   3585: 
                   3586:        * src/main/untaint.C: \u2028, \u2029 are now escaped in
                   3587:          json:string[] (fixes bug #1023)
                   3588: 
                   3589: 2015-09-29  moko
                   3590: 
                   3591:        * tests/305.html: try-catch added for OS without ipv6 support
                   3592: 
                   3593:        * src/lib/json/pa_json.C: more unique prefixes for Solaris
                   3594:          compilation
                   3595: 
                   3596:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
                   3597:          main/execute.C, types/pa_value.h, types/pa_vhash.h,
                   3598:          types/pa_vtable.C, types/pa_vtable.h: get_element4call
                   3599:          implemented to distinguish ^hash.method from $hash.field
                   3600:          (implements feature #1017)
                   3601: 
                   3602:        * src/lib/punycode/pa_punycode.c: warning war
                   3603: 
                   3604:        * src/include/pa_config_includes.h: warning war
                   3605: 
                   3606:        * src/include/pa_config_includes.h: pragma warning actualized a bit
                   3607: 
                   3608:        * src/include/pa_config_includes.h: warning war
                   3609: 
                   3610:        * src/include/pa_hash.h: clang compilation fix
                   3611: 
                   3612: 2015-09-27  moko
                   3613: 
                   3614:        * src/main/compile.tab.C: Bison 3 is now default
                   3615: 
                   3616:        * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
                   3617: 
                   3618: 2015-09-25  moko
                   3619: 
                   3620:        * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
                   3621:          works with undefined HASH_ORDER (related to feature #196)
                   3622: 
                   3623: 2015-09-24  moko
                   3624: 
                   3625:        * tests/: 027.html, results/027.processed: test modified to test
                   3626:          ^hash.sort (feature #196)
                   3627: 
                   3628:        * src/: classes/hash.C, include/pa_hash.h:
                   3629:          ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
                   3630:          added (implements feature #196)
                   3631: 
                   3632:        * tests/: 316.html, results/316.processed: Added test for bug #1025
                   3633:          (exception handling in non-cached ^cache), plus for "it does not
                   3634:          have logical value" and "$exception.handled value must be either
                   3635:          boolean or string 'cache'" exceptions.
                   3636: 
                   3637:        * src/classes/op.C: ^cache: exceptions now handled in non-cached
                   3638:          code (fixes bug #1025)
                   3639: 
1.95      moko     3640: 2015-09-23  moko
                   3641: 
                   3642:        * src/classes/table.C: warning war
                   3643: 
                   3644:        * src/: classes/math.C, types/pa_vcookie.C: warning war
                   3645: 
                   3646:        * src/classes/file.C: warning war
                   3647: 
                   3648:        * src/: include/pa_table.h, main/pa_table.C: warning war
                   3649: 
                   3650:        * src/: main/pa_request.C, classes/date.C: warning war
                   3651: 
                   3652:        * src/: types/pa_vdate.C, classes/op.C: warning war
                   3653: 
                   3654:        * tests/: 122.html, results/122.processed: win sync: to remove
                   3655:          differences with OS that doesn't keep timezone change history
                   3656: 
                   3657:        * src/types/pa_vdate.C: tzset() should be called in Windows after
                   3658:          TZ change (related to feature #36)
                   3659: 
                   3660:        * tests/: 075.html, results/075.processed: win sync: to remove
                   3661:          differences with OS that doesn't keep timezone change history
                   3662: 
                   3663:        * tests/: 315.html, results/315.processed: win sync: to remove
                   3664:          differences with OS that doesn't keep timezone change history
                   3665: 
                   3666:        * tests/: 256.html, results/256.processed: win sync: to remove
                   3667:          differences with OS that doesn't keep timezone change history
                   3668: 
                   3669:        * tests/: 124.html, results/124.processed: win results sync: to
                   3670:          avoid hitting time change hole.
                   3671: 
                   3672:        * src/types/pa_vdate.C: static returned. :)
                   3673: 
                   3674: 2015-09-22  moko
                   3675: 
                   3676:        * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
                   3677: 
                   3678:        * tests/results/131.processed: more tests for feature #1032
                   3679: 
                   3680:        * src/classes/date.C: minor fix related to feature #1032
                   3681: 
                   3682:        * operators.txt: ISO date creation documented (related to feature
                   3683:          #1032)
                   3684: 
                   3685:        * operators.txt: iso-string documented (related to feature #1032)
                   3686: 
                   3687:        * tests/: 315.html, results/315.processed: more tests added
                   3688:          (related to feature #1032)
                   3689: 
                   3690:        * tests/: 131.html, results/131.processed: date range checks
                   3691:          updated (related to feature #36)
                   3692: 
                   3693:        * tests/: 315.html, results/057.processed, results/315.processed:
                   3694:          test added for ISO date support (related to issue #315)
                   3695: 
                   3696:        * src/classes/date.C: more readable exceptions in date creation
                   3697:          (related to ticket #1032)
                   3698: 
                   3699: 2015-09-18  moko
                   3700: 
                   3701:        * tests/: 202.html, results/202.processed: ^date.iso-string[] check
                   3702:          added (related to issue #1032)
                   3703: 
                   3704:        * tests/results/256.processed, src/classes/json.C: iso-string
                   3705:          documented (related to issue #1032)
                   3706: 
                   3707:        * tests/: 256.html, results/256.processed: ISO date check added
                   3708:          (related to issue #1032)
                   3709: 
                   3710:        * tests/: 057.html, results/057.processed, results/224.processed:
                   3711:          tests results updated after ISO date support implemented (related
                   3712:          to feature #1032)
                   3713: 
                   3714:        * src/: classes/date.C, classes/image.C, types/pa_value.h,
                   3715:          types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
                   3716:          ^date::create[string] constructor formalized, ^date.iso-string[]
                   3717:          added (implements feature #1032)
                   3718: 
                   3719: 2015-09-05  moko
                   3720: 
                   3721:        * operators.txt: actualized
                   3722: 
                   3723:        * operators.txt: date changes documented (related to ticket #36)
                   3724: 
                   3725: 2015-09-04  moko
                   3726: 
                   3727:        * src/types/pa_vdate.C: warning war
                   3728: 
                   3729:        * src/: classes/op.C, types/pa_vhashfile.C: warning war
                   3730: 
                   3731: 2015-09-03  moko
                   3732: 
                   3733:        * tests/results/096.processed: test result updated for 0..9999 year
                   3734:          date range support (related to feature #36)
                   3735: 
                   3736:        * tests/: 314.html, results/314.processed: test for
                   3737:          ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
                   3738:          bug #1031)
                   3739: 
                   3740:        * src/classes/string.C: Static calls fixed for ^string:base64[],
                   3741:          ^string:idna[], ^string:js-escape[] (closes bug #1031)
                   3742: 
1.116     moko     3743:        * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
                   3744:          configure.in -> configure.ac
1.95      moko     3745: 
1.116     moko     3746:        * configure, configure.in, src/include/pa_config_auto.h.in: more
                   3747:          correct timezone check for FreeBSD Warning war: configure.in ->
                   3748:          configure.ac
1.95      moko     3749: 
                   3750:        * configure, configure.in, src/classes/Makefile.am,
1.116     moko     3751:          src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
                   3752:          src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
                   3753:          src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
                   3754:          src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
                   3755:          src/main/Makefile.am, src/targets/apache/Makefile.am,
                   3756:          src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95      moko     3757:          AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
                   3758:          check added
                   3759: 
                   3760:        * src/types/pa_vdate.C: FreeBSD fixes + more robust code
                   3761: 
                   3762:        * tests/results/: 124.processed, 224.processed: test resuls updated
                   3763:          for new date implementation (related to feature #36)
                   3764: 
                   3765:        * src/: classes/date.C, classes/image.C, include/pa_common.h,
                   3766:          main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
                   3767:          types/pa_vdate.h: new double date implementation with internal
                   3768:          support for extended 0..9999 year range, default timezone support
                   3769:          (related to feature #36)
                   3770: 
                   3771: 2015-08-28  moko
                   3772: 
                   3773:        * src/types/pa_vmail.C: fixed $mail:received.date calculations
                   3774:          (fixes bug #1030)
                   3775: 
                   3776: 2015-08-21  moko
                   3777: 
                   3778:        * src/classes/inet.C: snprintf size "bug" commented
                   3779: 
                   3780:        * src/main/pa_common.C: snprintf comments updated
                   3781: 
                   3782: 2015-08-16  moko
                   3783: 
                   3784:        * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
                   3785: 
                   3786: 2015-08-11  moko
                   3787: 
                   3788:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   3789:          types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
                   3790:          can be null (fixes bug #1029)
                   3791: 
                   3792: 2015-08-06  moko
                   3793: 
1.116     moko     3794:        * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
                   3795:          pa_vdate.C added
1.95      moko     3796: 
                   3797: 2015-08-05  moko
                   3798: 
                   3799:        * tests/: 313.html, results/313.processed: test for
                   3800:          ^table.count[columns] and ^table.flip[] with nameless tables
                   3801:          (feature #1003)
                   3802: 
                   3803:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3804:          max_cell added, now ^table.count[columns] and ^table.flip[] works
                   3805:          correctly for nameless tables (implements feature #1003)
                   3806: 
                   3807: 2015-08-03  moko
                   3808: 
                   3809:        * tests/312.html: test for ^table.append[$hash] and
                   3810:          ^table.insert[$hash] added (related to feature #1028)
                   3811: 
                   3812:        * src/classes/table.C: ^table.append[$hash] and
                   3813:          ^table.insert[$hash] now supported (implements feature #1028)
                   3814: 
                   3815:        * tests/: 312.html, results/312.processed: test row copy in
                   3816:          ^table.hash[; $.type[table] ] added (related to feature #1016)
                   3817: 
                   3818:        * src/classes/table.C: row copy now created in ^table.hash[;
                   3819:          $.type[table] ] (related to feature #1016)
                   3820: 
                   3821: 2015-07-29  moko
                   3822: 
                   3823:        * tests/: 312.html, results/312.processed: test for ^table.delete[]
                   3824:          added (related to feature #1016)
                   3825: 
                   3826:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   3827:          ^table.delete[] added to delete current row (related to feature
                   3828:          1016)
                   3829: 
                   3830: 2015-07-28  moko
                   3831: 
                   3832:        * tests/: 312.html, results/312.processed: test for
                   3833:          $table.column[value] and ^table.insert{row} (related to feature
                   3834:          #1016)
                   3835: 
                   3836:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
                   3837:          types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
                   3838:          ^table.insert{row} are now implemented (feature #1016)
                   3839: 
                   3840:        * src/include/pa_array.h: Optimization: bool reverse removed from
                   3841:          append(), insert() added, memmove arguments order in remove()
                   3842:          fixed (related to feature #1016)
                   3843: 
                   3844: 2015-07-23  moko
                   3845: 
                   3846:        * src/classes/json.C: tainted json and empty json exception added
                   3847:          (implements feature #1015)
                   3848: 
                   3849:        * tests/: 311.html, results/311.processed: empty json and tainted
                   3850:          json exception test added (related to issue #1015)
                   3851: 
                   3852: 2015-07-22  moko
                   3853: 
                   3854:        * tests/: 311.html, results/311.processed: test for UTF-8
                   3855:          processing added
                   3856: 
                   3857:        * tests/: 311.html, results/311.processed: test for
                   3858:          json_exception_with_source added (related to issue #394)
                   3859: 
                   3860:        * src/classes/json.C: json_exception_with_source added (implements
                   3861:          feature #394)
                   3862: 
                   3863: 2015-06-29  moko
                   3864: 
                   3865:        * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
                   3866:          directories are now correctly determined if _d_type == DT_UNKNOWN
                   3867:          (closes bug #1027)
                   3868: 
                   3869: 2015-06-10  moko
                   3870: 
                   3871:        * src/types/pa_vxnode.h: extern "C" not requred and causes build
                   3872:          error if libxml has LIBXML_ICU_ENABLED.
                   3873: 
                   3874: 2015-06-04  moko
                   3875: 
                   3876:        * tests/099.html: ups, reverting
                   3877: 
                   3878:        * tests/: 099.html, 309.html, 310.html, results/309.processed,
                   3879:          results/310.processed: tests for $response:body[ $.file[] ] and
                   3880:          $response:last-modified added
                   3881: 
                   3882:        * src/main/pa_request.C: last-modified check fixed
                   3883: 
                   3884: 2015-06-03  moko
                   3885: 
                   3886:        * tests/: 204.html, 205.html, 293.html, results/204.processed,
                   3887:          results/205.processed, results/293.processed: $response:headers
                   3888:          logging added (tests for feature #1007)
                   3889: 
                   3890:        * src/: include/pa_common.h, include/pa_request.h,
                   3891:          main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
                   3892:          $response:headers are now in uppercase (closes feature #1007)
                   3893: 
                   3894: 2015-06-02  moko
                   3895: 
                   3896:        * src/: include/pa_memory.h, classes/math.C: some of -pedantic
                   3897:          build errors reverted for clang compatibility
                   3898: 
                   3899: 2015-06-01  moko
                   3900: 
                   3901:        * src/include/pa_memory.h: -pedantic build errors fixed
                   3902: 
                   3903:        * src/classes/math.C: -pedantic build error fixed
                   3904: 
                   3905:        * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
                   3906: 
                   3907: 2015-05-31  moko
                   3908: 
                   3909:        * src/classes/table.C: USE_STRINGSTREAM optimized
                   3910: 
                   3911:        * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
                   3912:          include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
                   3913:          main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
                   3914:          types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
                   3915:          types/pa_vxnode.h: warning war (-pedantic flag)
                   3916: 
                   3917: 2015-05-28  moko
                   3918: 
                   3919:        * tests/: 308.html, results/308.processed: test for
                   3920:          ^table::create[$t;], etc work added (related to bug #975)
                   3921: 
                   3922:        * src/classes/table.C: check_option_param removed,
                   3923:          ^table::create[$t;], etc now works (fixes bug #975)
                   3924: 
                   3925: 2015-05-27  moko
                   3926: 
                   3927:        * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
                   3928:          (Debian jessie) fixed (closes issue #1024)
                   3929: 
                   3930:        * tests/Makefile: sort added as in Debian jessie list become
                   3931:          unsorted
                   3932: 
                   3933: 2015-05-18  moko
                   3934: 
                   3935:        * tests/: 201.html, results/201.processed: test for
                   3936:          ^string.trim[what] feature #1022
                   3937: 
                   3938:        * src/classes/string.C: ^string.trim[what] now supported,
                   3939:          implements feature #1022
                   3940: 
                   3941: 2015-05-17  moko
                   3942: 
                   3943:        * tests/results/185.processed: test result updated as feature #1021
                   3944:          implemented (left/right accept negative parameter)
                   3945: 
                   3946:        * src/classes/string.C: left/right now accept negative parameter
                   3947:          (implements feature #1021)
                   3948: 
                   3949: 2015-05-08  moko
                   3950: 
                   3951:        * src/classes/math.C: isalnum -> pa_isalnum
                   3952: 
                   3953:        * src/main/execute.C: optimization in getter-junction processing
                   3954:          (related to issue #997)
                   3955: 
                   3956: 2015-05-07  moko
                   3957: 
                   3958:        * tests/: 307.html, results/307.processed: test for issue #997
                   3959:          added
                   3960: 
                   3961:        * src/main/execute.C: process_getter result now checked if junction
                   3962:          returned (closes issue #997)
                   3963: 
                   3964:        * tests/: 305.html, results/305.processed: sort added to ignore
                   3965:          different order
                   3966: 
                   3967:        * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
                   3968:          assignment (closes issue #994)
                   3969: 
                   3970:        * tests/: 306.html, results/306.processed: test for issue #994
                   3971:          added
                   3972: 
                   3973:        * tests/: 303.html, results/303.processed: two more errors tested
                   3974: 
                   3975: 2015-05-06  moko
                   3976: 
                   3977:        * tests/: 305.html, results/305.processed: test for name2ip &
                   3978:          ip2name added (related to feature #992)
                   3979: 
                   3980:        * tests/: 303.html, 304.html, results/303.processed,
                   3981:          results/304.processed: tests for idna conversion added (related
                   3982:          to issue #849)
                   3983: 
                   3984: 2015-05-02  moko
                   3985: 
                   3986:        * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
                   3987:          implemented
                   3988: 
                   3989: 2015-04-30  moko
                   3990: 
                   3991:        * src/main/pa_http.C: idna_host added, related to issue #849
                   3992: 
                   3993:        * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
                   3994:          (related to issue #849)
                   3995: 
                   3996: 2015-04-24  moko
                   3997: 
                   3998:        * src/types/pa_vjunction.C: warning war
                   3999: 
                   4000:        * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
                   4001:          unification
                   4002: 
                   4003:        * src/lib/punycode/pa_idna.c: warning war
                   4004: 
                   4005: 2015-04-22  moko
                   4006: 
                   4007:        * src/main/main.vcproj: punycode include path added
                   4008: 
                   4009:        * src/lib/punycode/pa_idna.c: windows compile error fixed
                   4010: 
                   4011:        * src/lib/punycode/pa_idna.c: warning war
                   4012: 
                   4013:        * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
                   4014:          project file added
                   4015: 
                   4016:        * src/lib/punycode/pa_convert_utf.c: debug compilation fix
                   4017: 
                   4018:        * src/include/pa_memory.h: warning war
                   4019: 
                   4020:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
                   4021:          ^string:idna[xn--...], ^string.idna[] - idna conversion support
                   4022:          implemented (related to feature #849)
                   4023: 
                   4024:        * configure.in, src/main/Makefile.am,
                   4025:          src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
                   4026:          libpunycode added in Unix
                   4027: 
                   4028: 2015-04-21  moko
                   4029: 
                   4030:        * configure.in: large files support
                   4031: 
                   4032: 2015-04-15  moko
                   4033: 
                   4034:        * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
                   4035:          pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
                   4036:          pa_punycode.h: initial version for punycode/idna support library
                   4037:          (ticket #849)
                   4038: 
                   4039: 2015-04-08  moko
                   4040: 
                   4041:        * src/: classes/curl.C, classes/date.C, classes/file.C,
                   4042:          classes/image.C, classes/mail.C, classes/reflection.C,
                   4043:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   4044:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   4045:          main/compile.y, main/compile_tools.h, main/execute.C,
                   4046:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   4047:          main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
                   4048:          types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
                   4049:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   4050:          types/pa_wwrapper.h, main/compile.tab.C: removed most of the
                   4051:          clang compiler warnings (closes issue #1018)
                   4052: 
                   4053:        * src/include/pa_string.h: String::Body comparation operators with
                   4054:          char * added (related to issue #958)
                   4055: 
                   4056: 2015-04-07  moko
                   4057: 
                   4058:        * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
                   4059:          pa_malloc/pa_free to remove system malloc/free usage (related to
                   4060:          issue #1018)
                   4061: 
                   4062:        * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
                   4063:          include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
                   4064:          lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
                   4065:          main/pa_http.C, main/pa_request.C, main/pa_string.C,
                   4066:          main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
                   4067:          types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
                   4068:          types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
                   4069:          malloc/strdup/free replaced with pa_ version and checks for
                   4070:          accidental use of non-pa_ version added (related to issue #1018)
                   4071: 
                   4072: 2015-04-03  moko
                   4073: 
                   4074:        * buildall: pcre-8.33 -> pcre-8.36
                   4075: 
                   4076:        * src/: main/compile.y, classes/form.C, classes/mail.C,
                   4077:          classes/op.C, classes/string.C, main/compile.tab.C,
                   4078:          main/compile_tools.C, main/pa_http.C, main/pa_request.C,
                   4079:          main/pa_sql_driver_manager.C, types/pa_vfile.C,
                   4080:          types/pa_vhashfile.C: C++11 compilation errors fixed (related to
                   4081:          ticket #958)
                   4082: 
                   4083:        * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
                   4084:          main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   4085:          targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
                   4086:          targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
                   4087:          types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
                   4088:          $request:headers, $request:method added (implements feature
                   4089:          #1007)
                   4090: 
                   4091: 2015-03-17  misha
                   4092: 
                   4093:        * tests/302.html: - test for
                   4094:          ^json:string[...;$._default[method-name]]
                   4095: 
                   4096:        * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
                   4097:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
                   4098:          option $._default[method-name] is specified in ^json:string[], a
                   4099:          method with specified name will be called for classes/objects
                   4100:          serialization ( new feature: #982 )
                   4101: 
                   4102: 2015-03-16  misha
                   4103: 
                   4104:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   4105:          main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
                   4106:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
                   4107:          types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
                   4108:          types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   4109:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   4110:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   4111:          types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
                   4112:          types/pa_vrequest.h, types/pa_vstateless_class.C,
                   4113:          types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   4114:          types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
                   4115:          $var.CLASS_NAME now have special opcodes. This can be switched
                   4116:          off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
                   4117:          on pa_opcode.h ( new feature: #844 )
                   4118: 
                   4119: 2015-03-15  misha
                   4120: 
                   4121:        * tests/075.html: - test for $response:header[]
                   4122: 
                   4123:        * src/types/pa_vresponse.C: - $response:header[] deletes header
                   4124:          that was set earlie ( new feature: #1001 )
                   4125: 
                   4126: 2015-03-12  misha
                   4127: 
                   4128:        * tests/246.html: - more tests for ^hash._at[]
                   4129: 
                   4130:        * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
                   4131:          accepts second param [key|value|hash] ( new feature: #1012 )
                   4132: 
                   4133: 2015-03-09  moko
                   4134: 
                   4135:        * src/types/pa_vmail.C: exception for everything but
                   4136:          $mail:received, closes issue #1011
                   4137: 
                   4138: 2015-02-20  moko
                   4139: 
                   4140:        * tests/: 275.html, results/275.processed: hex detection in
                   4141:          pa_atoui fix test (closes issue #1010)
                   4142: 
                   4143:        * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
                   4144:          issue #1010)
                   4145: 
                   4146: 2015-02-17  moko
                   4147: 
                   4148:        * src/types/pa_vmail.C: closes issue #1009 - mail content should be
                   4149:          tainted.
                   4150: 
                   4151: 2015-02-03  misha
                   4152: 
                   4153:        * tests/301.html: - test for ^json:string($double) causes
                   4154:          exception. bugfix: #1008
                   4155: 
                   4156:        * src/classes/json.C: - ^json:string($double) causes exception.
                   4157:          bugfix: #1008
                   4158: 
                   4159:        * tests/014.html: - updated for work with ^hash.delete[]
                   4160: 
                   4161: 2015-01-12  misha
                   4162: 
                   4163:        * src/: classes/form.C, include/pa_common.h,
                   4164:          include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
                   4165:          types/pa_vform.h: - supports body with PUT method as well ( new
                   4166:          feature: #1006 )
                   4167: 
                   4168:        * src/classes/file.C: - warnings war
                   4169: 
                   4170: 2015-01-11  misha
                   4171: 
                   4172:        * tests/300.html: - test for ^hash.delete[] is added
                   4173: 
                   4174:        * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
                   4175:          feature: #989 ) - tiny optimization in intersects
                   4176: 
                   4177: 2015-01-06  moko
                   4178: 
                   4179:        * src/types/pa_vmail.C: file names transcode added, to and cc added
                   4180:          with transcode, attachments detection fixed
                   4181: 
                   4182:        * src/main/pa_request.C: filling mail received after cgi/auto.p
                   4183:          load to allow charset switch (related to issue #996)
                   4184: 
                   4185: 2014-12-31  moko
                   4186: 
                   4187:        * src/types/pa_vmail.C: from and subject now transcoded if not
                   4188:          UTF-8 source charset (fixes issue 996)
                   4189: 
                   4190:        * src/main/pa_exception.C: fixed string from stack bug (closes
                   4191:          issue #1000)
                   4192: 
                   4193: 2014-12-11  misha
                   4194: 
                   4195:        * src/types/pa_vhashfile.C: - check if key is not empty before
                   4196:          access ( bug fix: #1005 )
                   4197: 
                   4198: 2014-11-13  misha
                   4199: 
                   4200:        * src/main/compile.y: - PC.append does not reset to false while
                   4201:          creating a new class. bugfix: #990
                   4202: 
                   4203:        * tests/299.html: - test for creation class after working with
                   4204:          partial class (create+append)
                   4205: 
                   4206:        * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
                   4207:          #995
                   4208: 
                   4209:        * tests/232.html: - test for @get[def] added
                   4210: 
                   4211: 2014-10-12  moko
                   4212: 
                   4213:        * src/lib/pcre/pcre_internal.vcproj: correct path
                   4214: 
                   4215:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   4216:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   4217:          lib/pcre/pcre_internal.vcproj, main/main.vcproj,
                   4218:          targets/apache/ApacheModuleParser3.vcproj,
                   4219:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4220:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4221:          types/types.vcproj: project GUID inserted in *.vcproj for correct
                   4222:          conversion in newer VS versions
                   4223: 
                   4224:        * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
                   4225:          pcre_internal.vcproj added
                   4226: 
                   4227: 2014-08-28  moko
                   4228: 
                   4229:        * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
                   4230:          pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
                   4231:          and pcre_valid_utf are copied to parser3 code (fixes issue #991)
                   4232: 
                   4233: 2014-06-30  misha
                   4234: 
                   4235:        * tests/298.html: - tests for ^reflection:def[class;className]
                   4236:          added
                   4237: 
                   4238:        * src/classes/reflection.C: - ^reflection:def[class;className]
                   4239:          added ( new feature: #918 )
                   4240: 
                   4241: 2014-06-29  misha
                   4242: 
                   4243:        * src/classes/table.C: - ^table::create[unsupported data] -
                   4244:          exception comment changed to "body must be table or code" ( bug
                   4245:          fix: #951 )
                   4246: 
                   4247:        * tests/: 261.html, results/261.processed: - tests for
                   4248:          ^json:string[...;$.void[null|string]] added
                   4249: 
                   4250:        * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
                   4251:          option $.void[string|null] added to ^json:string[...] ( new
                   4252:          feature: #952 )
                   4253: 
                   4254: 2014-06-28  moko
                   4255: 
                   4256:        * src/classes/curl.C: $.charset now processed before other curl
                   4257:          options (closes issue #980)
                   4258: 
                   4259: 2014-05-23  misha
                   4260: 
                   4261:        * src/classes/json.C: - bug fix: #987
                   4262: 
                   4263: 2014-05-04  misha
                   4264: 
                   4265:        * tests/: 253.html, 253_json.txt: - test for
                   4266:          ^json:parse[$.int(false)] is added
                   4267: 
                   4268:        * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
                   4269:          default true). The option is similar to $.double(bool) but for
                   4270:          integers.
                   4271: 
                   4272: 2014-05-01  moko
                   4273: 
                   4274:        * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
                   4275:          #12 )
                   4276: 
                   4277: 2014-04-16  moko
                   4278: 
                   4279:        * src/main/pa_http.C: response-charset option should finally work
                   4280:          now (fix for issue #867)
                   4281: 
                   4282:        * src/main/pa_http.C: response-charset option should work now (fix
                   4283:          for issue #867)
                   4284: 
                   4285: 2014-03-07  moko
                   4286: 
                   4287:        * buildall: libgc moved
                   4288: 
                   4289:        * buildall: libgc moved
                   4290: 
                   4291: 2013-12-29  moko
                   4292: 
                   4293:        * src/classes/string.C: ^string:js-unescape result now tainted,
                   4294:          closes issue #966
                   4295: 
                   4296:        * tests/: 186.html, results/186.processed: ^string:js-unescape
                   4297:          result now tainted, issue #966
                   4298: 
                   4299: 2013-12-03  moko
                   4300: 
                   4301:        * src/: classes/memcached.C, types/pa_vmemcached.C,
                   4302:          types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
                   4303:          option was added for http://www.parser.ru/forum/?id=79343
                   4304: 
                   4305:        * src/classes/file.C: bugfix for
                   4306:          http://www.parser.ru/forum/?id=79337
                   4307: 
                   4308: 2013-11-05  moko
                   4309: 
                   4310:        * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
                   4311: 
                   4312:        * src/main/pa_globals.C: spelling fixed
                   4313: 
                   4314: 2013-10-29  moko
                   4315: 
                   4316:        * src/lib/json/json.vcproj: json.c -> pa_json.C
                   4317: 
                   4318:        * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
                   4319:          #892
                   4320: 
                   4321:        * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
                   4322:          lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
                   4323:          exceptions to be thrown thougth json library), related to issue
                   4324:          #892
                   4325: 
                   4326:        * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
                   4327:          related to issue #896
                   4328: 
                   4329: 2013-10-24  moko
                   4330: 
                   4331:        * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
                   4332: 
                   4333: 2013-10-23  moko
                   4334: 
                   4335:        * README: actualization
                   4336: 
                   4337: 2013-10-22  moko
                   4338: 
                   4339:        * src/targets/apache/mod_parser3.c: Adopted apache 2.4
                   4340:          compatibility patch from Sergey Kirpichev
                   4341: 
                   4342:        * tests/: 297.html, results/297.processed: non-working getter fix
                   4343:          test for issue #948
                   4344: 
                   4345:        * src/: include/pa_request.h, main/pa_request.C: Now getter is not
                   4346:          called when saving value of $match variable in ^string.match[] to
                   4347:          increase compatibility (related to issue #948).
                   4348: 
                   4349:        * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
                   4350:          usage optimization
                   4351: 
                   4352: 2013-10-21  moko
                   4353: 
                   4354:        * tests/: 182.html, results/182.processed: local path removed for
                   4355:          compatibility
                   4356: 
                   4357:        * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
                   4358:          results/244.processed, results/253.processed,
                   4359:          results/254.processed, results/275.processed,
                   4360:          results/281.processed: try_catch -> try-catch
                   4361: 
                   4362:        * tests/: 288.html, 294.html, 296.html, results/288.processed,
                   4363:          results/294.processed, results/296.processed: try_catch ->
                   4364:          try-catch
                   4365: 
                   4366: 2013-10-20  moko
                   4367: 
                   4368:        * tests/: 296.html, results/296.processed: test for xsl exception
                   4369:          for issue #938 added.
                   4370: 
                   4371:        * src/: include/pa_xml_exception.h,
                   4372:          main/pa_stylesheet_connection.C: forgotten to be replaced
                   4373:          XmlException is now replaced (once again closes issue #938)
                   4374: 
                   4375: 2013-10-18  moko
                   4376: 
                   4377:        * buildall: disable clock_gettime detection to avoid librt linking
                   4378:          (which in turn depends on libpthread), related to issue #943
                   4379: 
                   4380: 2013-10-18  misha
                   4381: 
                   4382:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   4383:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   4384:          targets/apache/ApacheModuleParser3Core.vcproj,
                   4385:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   4386:          types/types.vcproj: - new locations for libxml2 includes where
                   4387:          added to vcproj files
                   4388: 
                   4389: 2013-10-18  moko
                   4390: 
                   4391:        * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
                   4392:          fix
                   4393: 
                   4394:        * tests/: 295.html, results/295.processed: test for issue #948
                   4395:          updated
                   4396: 
                   4397:        * src/classes/table.C: hopefully last lost part for issue #948 fix.
                   4398:          :)
                   4399: 
                   4400:        * tests/: 295.html, results/295.processed: test for issue #948
                   4401:          added
                   4402: 
                   4403:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   4404:          include/pa_request.h, types/pa_method.h: for getters and setters
                   4405:          to be executed request.put_element should be called, not
                   4406:          context.put_element (fixes issue #948)
                   4407: 
                   4408: 2013-10-17  moko
                   4409: 
                   4410:        * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
                   4411:          LIBXML2_NEW_BUFFER check (closes issue #943)
                   4412: 
                   4413:        * buildall: libxml 2.9.1 build is broken --without-reader.
                   4414: 
                   4415: 2013-10-16  moko
                   4416: 
                   4417:        * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
                   4418: 
                   4419:        * tests/: 294.html, results/294.processed: test for issue #938
                   4420: 
                   4421:        * src/: classes/xdoc.C, classes/xnode.C,
                   4422:          include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
                   4423:          now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
                   4424: 
                   4425:        * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
                   4426:          libxslt-1.1.26 -> libxslt-1.1.28
                   4427: 
                   4428:        * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
                   4429:          main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
                   4430:          to '?', related to issue #938
                   4431: 
                   4432: 2013-10-15  moko
                   4433: 
                   4434:        * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
                   4435:          main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
                   4436:          minor optimizations (closes issue #896)
                   4437: 
                   4438:        * tests/results/: 292.processed, 293.processed: results updated to
                   4439:          comply with issue #896
                   4440: 
                   4441:        * tests/: 292.html, 293.html, results/292.processed,
                   4442:          results/293.processed: tests for json escaping
                   4443: 
                   4444: 2013-10-14  moko
                   4445: 
                   4446:        * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
                   4447:          and cleanup, code moved from .h to .C, no changes in code
                   4448: 
                   4449: 2013-10-12  moko
                   4450: 
                   4451:        * tests/results/119.processed: updated test result commited
                   4452: 
                   4453:        * tests/: 291.html, results/291.processed: test for issue #894
                   4454:          added
                   4455: 
                   4456:        * src/types/pa_wcontext.h: base methods call support function
                   4457:          get_somebody_entered_some_class should not be true forever, as
                   4458:          wcontext can have many get_elements calls (fixes issue #894)
                   4459: 
                   4460: 2013-10-11  moko
                   4461: 
                   4462:        * tests/: 290.html, results/290.processed: test for junction GPF
                   4463:          issue #942 added
                   4464: 
                   4465:        * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
                   4466:          to native method fixed (closes issue #942)
                   4467: 
                   4468:        * tests/: 158.html, results/158.processed: test for csv-string[]
                   4469:          added
                   4470: 
                   4471:        * src/classes/table.C: minor fixes for table.csv-string[] (closes
                   4472:          feature #907)
                   4473: 
                   4474:        * src/classes/table.C: ^table.csv-string[] from misha@ (implements
                   4475:          feature #907)
                   4476: 
                   4477: 2013-10-09  moko
                   4478: 
                   4479:        * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   4480:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   4481:          types/pa_vstateless_class.C: GET_default, SET_default now works
                   4482:          properly not only in objects, but in classes as well (closes
                   4483:          issue #903)
                   4484: 
                   4485:        * tests/: 289.html, results/289.processed: GET/SET_default now
                   4486:          works in classes, not only objects, test case added, related to
                   4487:          issue #903
                   4488: 
                   4489:        * tests/: 288.html, results/288.processed: test for endless
                   4490:          recursion bug added (related to issue #903)
                   4491: 
                   4492: 2013-10-05  moko
                   4493: 
                   4494:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   4495:          classes/table.C, main/execute.C, types/pa_method.h,
                   4496:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   4497:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   4498:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   4499:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
                   4500:          types/pa_vmemcached.h, types/pa_vmethod_frame.h,
                   4501:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   4502:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   4503:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   4504:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   4505:          optimization: put_element no longer has "bool areplace" argument,
                   4506:          related to issue #903
                   4507: 
                   4508: 2013-10-03  moko
                   4509: 
                   4510:        * tests/results/182.processed: result for $.replace(false) test
                   4511:          commited
                   4512: 
                   4513:        * src/classes/date.C: ^date::create(number) processed correctly
                   4514:          (fixes issue #901)
                   4515: 
                   4516:        * src/classes/image.C: as_no_junction removed, as param can be
                   4517:          expression (closes issue #931)
                   4518: 
                   4519:        * tests/233.html: test for issue #931 added
                   4520: 
                   4521: 2013-10-02  moko
                   4522: 
                   4523:        * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
                   4524:          modified, test for $.replace(false) added
                   4525: 
                   4526:        * src/main/compile_tools.h: forgotten class replace returned. :)
                   4527: 
                   4528: 2013-09-30  moko
                   4529: 
                   4530:        * tests/: 141.html, results/141.processed: md5 tainting test added
                   4531: 
                   4532:        * src/: classes/op.C, include/pa_request.h, main/compile.y,
                   4533:          main/compile_tools.h, main/pa_request.C: allow_class_replace
                   4534:          implemented; $.replace option added to ^process and ^use
                   4535: 
                   4536: 2013-08-27  moko
                   4537: 
                   4538:        * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
                   4539:          cstr_to_string_body_untaint should be called with charsets for
                   4540:          possible uri language and connection for possible sql language.
                   4541:          related to issue #857
                   4542: 
                   4543:        * buildall: and -> or fixed
                   4544: 
                   4545: 2013-08-26  moko
                   4546: 
                   4547:        * buildall: prepare_ functions logic changed to support
                   4548:          gc-7.2d.tar.gz extracting to gc-7.2 directory
                   4549: 
                   4550: 2013-08-23  moko
                   4551: 
                   4552:        * src/include/pa_config_fixed.h: gc and xml libs are now linked
                   4553:          statically
                   4554: 
                   4555: 2013-08-22  moko
                   4556: 
                   4557:        * src/classes/string.C: String::Empty used (related to issue #912)
                   4558:          append_know_length removed (related to old GPF bug)
                   4559: 
                   4560: 2013-08-21  moko
                   4561: 
                   4562:        * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
                   4563: 
                   4564:        * src/classes/math.C: ^math:digest[...;$file] support added
                   4565:          (related to ticket #857
                   4566: 
                   4567:        * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
                   4568:          implemented
                   4569: 
                   4570:        * src/types/pa_vhashfile.h: warning war
                   4571: 
                   4572:        * src/: classes/json.C, classes/op.C, include/pa_hash.h,
                   4573:          include/pa_request.h, main/pa_request.C, types/pa_value.h:
                   4574:          anti_endless_json_string_recoursion removed from request;
                   4575:          json_string_recoursion added to json_options; $.indent[indent
                   4576:          value] now supported and passed within recoursion closes feature
                   4577:          #937
                   4578: 
                   4579:        * tests/: 287.html, results/287.processed: test for feature #937
                   4580: 
                   4581: 2013-07-31  moko
                   4582: 
                   4583:        * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
                   4584:          compilation having #define _S
                   4585: 
                   4586:        * src/main/pa_globals.C: cleanup
                   4587: 
                   4588: 2013-07-30  moko
                   4589: 
                   4590:        * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
                   4591:          main/pa_common.C: vs2003 warning war
                   4592: 
                   4593:        * src/lib/json/: json.c, pa_json.C: vs2003 warning war
                   4594: 
                   4595:        * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
                   4596: 
                   4597:        * src/lib/md5/pa_sha2.c: warning war
                   4598: 
                   4599: 2013-07-29  moko
                   4600: 
                   4601:        * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
                   4602:          patches from github
                   4603: 
                   4604:        * src/: classes/bool.C, classes/double.C, classes/int.C,
                   4605:          classes/memcached.C, include/pa_config_includes.h,
                   4606:          types/pa_vfile.C, types/pa_vfile.h: warning war
                   4607: 
                   4608:        * src/lib/json/json.vcproj: C++ -> C
                   4609: 
                   4610:        * src/lib/json/: json.c, pa_json.C: C++ warning revert
                   4611: 
                   4612:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4613: 
                   4614:        * src/lib/json/: json.c, pa_json.C: windows compatibility
                   4615: 
                   4616:        * src/lib/json/: json.c, pa_json.C: warning war
                   4617: 
                   4618:        * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
                   4619: 
                   4620:        * src/include/pa_config_fixed.h: uint16_t added
                   4621: 
                   4622:        * configure.in: uint16_t check added
                   4623: 
                   4624:        * src/: classes/json.C, lib/json/JSON_parser.C,
1.116     moko     4625:          lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
                   4626:          lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
                   4627:          lib/json/pa_json.h: JSON_parser with non-free licence is replaced
                   4628:          with similar GPL licenced libjson (fixes issue #892)
1.95      moko     4629: 
                   4630: 2013-07-25  moko
                   4631: 
                   4632:        * parser3.sln: dependencies added
                   4633: 
                   4634:        * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
                   4635:          src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
                   4636:          module support
                   4637: 
                   4638:        * src/targets/apache/mod_parser3_core.C: win32 cleanup
                   4639: 
                   4640:        * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
                   4641: 
                   4642: 2013-07-23  moko
                   4643: 
                   4644:        * src/: include/pa_memory.h, main/pa_memory.C: non-working
                   4645:          PA_DEBUG_GC_MEMORY removed
                   4646: 
                   4647:        * src/: main/pa_globals.C, targets/cgi/parser3.C:
                   4648:          PA_DEBUG_DISABLE_GC compilation fix
                   4649: 
                   4650:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   4651:          main/pa_request.C: outdated RESOURCES_DEBUG removed
                   4652: 
                   4653:        * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
                   4654:          garbage cleanup
                   4655: 
                   4656:        * src/main/pa_common.C: warning war
                   4657: 
                   4658:        * src/: include/pa_http.h, main/pa_http.C: headers cleanup
                   4659: 
                   4660:        * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
                   4661:          minor cleanup
                   4662: 
                   4663:        * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
                   4664:          uses cygwin, not WIN32 implementation
                   4665: 
                   4666:        * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
                   4667:          able to exec shell scripts
                   4668: 
                   4669:        * src/classes/math.C: ifdef WIN32 cleanup
                   4670: 
                   4671:        * src/types/pa_vmemcached.C: LT_MODULE_EXT used
                   4672: 
                   4673:        * src/classes/curl.C: LT_MODULE_EXT used
                   4674: 
                   4675:        * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
                   4676: 
                   4677: 2013-07-22  moko
                   4678: 
                   4679:        * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
                   4680:          includes fix
                   4681: 
                   4682:        * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
                   4683: 
                   4684:        * configure.in, src/include/pa_config_includes.h,
                   4685:          src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
                   4686:          src/main/pa_exec.C: includes cleanup
                   4687: 
                   4688:        * src/targets/cgi/parser3.C: 2012->2013
                   4689: 
                   4690:        * src/include/pa_version.h: 3.4.2 -> 3.4.3b
                   4691: 
                   4692:        * configure.in, src/include/pa_config_includes.h,
                   4693:          src/include/pa_http.h, src/lib/json/JSON_parser.h,
                   4694:          src/main/pa_random.C, src/main/pa_socks.C,
                   4695:          src/types/pa_vstatus.C: cygwin support cleanup
                   4696: 
                   4697:        * configure.in: dirent.h check added
                   4698: 
                   4699:        * src/: include/pa_config_includes.h, include/pa_dir.h,
                   4700:          main/pa_dir.C: includes cleanup, dirent.h check added filePath
                   4701:          not copied
                   4702: 
                   4703: 2013-07-21  moko
                   4704: 
                   4705:        * src/lib/cord/cord.vcproj: unused cordprnt.c removed
                   4706: 
                   4707:        * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
                   4708:          parser3.vcproj: unused getopt.h / getopt.c removed
                   4709: 
                   4710:        * operators.txt, src/classes/file.C, tests/022.html,
                   4711:          tests/results/022.processed: ^file:list[path][$.filter[regexp]
                   4712:          $.stat(true)] usage commented
                   4713: 
                   4714:        * configure.in, src/classes/file.C, src/include/pa_dir.h,
                   4715:          src/main/pa_dir.C: ^file:list[] now has dir column and when
                   4716:          $.stat(true) it has size/*date columns modified patch from misha@
                   4717:          that closes issue #914.
                   4718: 
                   4719:        * src/: include/pa_config_includes.h, main/pa_globals.C:
                   4720:          PA_RELEASE_ASSERTS removed
                   4721: 
                   4722:        * src/lib/md5/pa_md5c.c: minor cleanup
                   4723: 
                   4724:        * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
                   4725:          localeconv()->decimal_point usage remoed (related to issue #934)
                   4726: 
                   4727:        * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
                   4728:          cordprnt.c removed
                   4729: 
                   4730:        * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
                   4731:          pa-include/pa_errno.h, pa-include/pa_file_io.h,
                   4732:          pa-include/pa_strings.h: includes cleanup
                   4733: 
                   4734:        * src/lib/md5/pa_md5c.c: headers cleanup
                   4735: 
                   4736: 2013-07-20  moko
                   4737: 
                   4738:        * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
                   4739:          cleanup
                   4740: 
                   4741: 2013-07-19  moko
                   4742: 
                   4743:        * src/classes/math.C: extern "C" added for crypt
                   4744: 
                   4745: 2013-07-18  moko
                   4746: 
                   4747:        * src/classes/math.C: fix redhat7.2 build
                   4748: 
                   4749: 2013-07-17  moko
                   4750: 
                   4751:        * configure.in, src/include/pa_config_includes.h,
                   4752:          src/include/pa_config_fixed.h: headers actualized (inttypes.h
                   4753:          added for uint8/32/64_t)
                   4754: 
                   4755:        * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
                   4756:          pa_config_includes.h used for uint32/64_t
                   4757: 
                   4758: 2013-07-16  moko
                   4759: 
                   4760:        * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
                   4761:          types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
                   4762:          war
                   4763: 
                   4764:        * src/main/compile.tab.C: compile.y was updated
                   4765: 
                   4766:        * src/main/compile.y: warning war
                   4767: 
                   4768:        * src/: include/pa_exception.h, main/pa_exception.C,
                   4769:          main/pa_xml_exception.C: warning war
                   4770: 
                   4771:        * src/: include/pa_common.h, main/pa_common.C: warning war
                   4772: 
                   4773:        * configure.in: beauty :)
                   4774: 
                   4775:        * tests/: 141.html, results/141.processed: sha256/512 added
                   4776: 
                   4777: 2013-07-13  moko
                   4778: 
                   4779:        * src/lib/md5/md5.vcproj: sha2 added
                   4780: 
                   4781:        * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
                   4782:          classes/math.C: sha2 support (sha256/sha512 digest)
                   4783: 
                   4784: 2013-07-08  moko
                   4785: 
                   4786:        * src/classes/image.C: directory read or other read problem message
                   4787:          fixed (related to issue #933)
                   4788: 
                   4789: 2013-07-07  moko
                   4790: 
                   4791:        * AUTHORS: + misha + moko. :)
                   4792: 
                   4793: 2013-07-06  moko
                   4794: 
                   4795:        * src/: classes/curl.C, include/pa_globals.h,
                   4796:          include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
                   4797:          main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
                   4798:          for lt_dlinit to be called once and lt_dlexit called at right
                   4799:          place (related to issue #925)
                   4800: 
                   4801: 2013-07-04  moko
                   4802: 
                   4803:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
                   4804:          VString::as_vfile now uses vfile.set_binary_string to avoid
                   4805:          content-type to be set, as it brokes badly designed logic in
                   4806:          response output. This hopefully finishes issue #928.
                   4807: 
                   4808:        * tests/results/: 256.processed, 286.processed: file now displayed
                   4809:          as name, size, mode, content-type
                   4810: 
                   4811:        * src/main/pa_common.C: read error now reported cottectly (fixes
                   4812:          issue #933
                   4813: 
                   4814: 2013-06-28  moko
                   4815: 
                   4816:        * tests/: 286.html, results/286.processed: test extended
                   4817: 
                   4818:        * tests/: 286.html, results/286.processed: Test for issue #928
                   4819:          added.  it tests default content-type change.
                   4820: 
                   4821:        * src/types/pa_vfile.C: closes issue #928 - default content-type
                   4822:          now updated
                   4823: 
                   4824: 2013-06-25  moko
                   4825: 
                   4826:        * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
                   4827:          content-type for text/binary files without name added;
                   4828:          ^file::create[$f;...] options now works properly and $f
                   4829:          properties are default (fixes issue #928)
                   4830: 
                   4831: 2013-05-16  misha
                   4832: 
                   4833:        * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
                   4834:          added
                   4835: 
                   4836:        * src/main/pa_table.C: - a tiny memory optimisation while creating
                   4837:          table if specified limit is bigger than source rows count
                   4838: 
                   4839:        * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
                   4840:          added ( new feature: #858 )
                   4841: 
                   4842: 2013-04-29  moko
                   4843: 
                   4844:        * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
                   4845:          $.ipresolve(0|1|2) added (closes issue #891)
                   4846: 
                   4847:        * src/lib/curl/curl.h: CURL_IPRESOLVE added
                   4848: 
                   4849: 2013-04-24  moko
                   4850: 
                   4851:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   4852:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   4853:          types/pa_vmemcached.h: ^memcache.release[] added, calls
                   4854:          memcached_quit (refs #893)
                   4855: 
                   4856: 2013-04-22  moko
                   4857: 
                   4858:        * src/: include/pa_string.h, main/pa_common.C: no more double
                   4859:          slashes in file path (fixes bug #872)
                   4860: 
                   4861:        * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
                   4862:          CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
                   4863:          #739)
                   4864: 
                   4865:        * tests/results/266.processed: $.max_params added (feature #915)
                   4866: 
                   4867:        * src/: include/pa_common.h, main/pa_http.C: response-charset
                   4868:          option added to file::load (closes issue #867)
                   4869: 
                   4870: 2013-04-20  misha
                   4871: 
                   4872:        * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
                   4873:          commited
                   4874: 
                   4875: 2013-03-15  misha
                   4876: 
                   4877:        * src/classes/: hash.C, table.C: - Optimisation: do not create
                   4878:          multiple empty strings while ::sql. uae String::Empty instead
                   4879: 
                   4880: 2013-03-14  misha
                   4881: 
                   4882:        * src/classes/reflection.C: - for user classes
                   4883:          ^reflection:method_info[] returns $.max_params and $.extra_param
                   4884:          with $.call_type if they available ( new feature: #915 )
                   4885: 
                   4886:        * src/classes/file.C: - ^file:delete[] now supports an option
                   4887:          $.exception(false) that suppress any exception while deleting
                   4888:          file ( new feature: #916 )
                   4889: 
                   4890:        * src/classes/curl.C: - parsing cookies after curl:load now should
                   4891:          work :)
                   4892: 
                   4893: 2013-03-12  misha
                   4894: 
                   4895:        * src/types/pa_vfile.C: - if specified file_name is empty string
                   4896:          set default name for the file
                   4897: 
                   4898: 2013-03-11  misha
                   4899: 
                   4900:        * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
                   4901:          also available in $f.cookies
                   4902: 
                   4903:        * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
                   4904:          moved to a separate method
                   4905: 
                   4906: 2013-03-10  moko
                   4907: 
                   4908:        * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
                   4909:          added
                   4910: 
                   4911:        * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
                   4912:          removed (declared by autoconf)
                   4913: 
                   4914:        * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
                   4915:          uint32_t define
                   4916: 
                   4917: 2013-03-10  misha
                   4918: 
                   4919:        * src/classes/file.C: ^file:delete and ^file:move now support
                   4920:          option $.keep-empty-dirs(true) ( new feature: #884 )
                   4921: 
                   4922:        * src/: include/pa_common.h, main/pa_common.C: - option for keeping
                   4923:          empty dirs is added
                   4924: 
                   4925: 2013-03-10  moko
                   4926: 
                   4927:        * src/classes/: bool.C, double.C, int.C: default can be present,
                   4928:          but default check removed from ^int/double/bool.int/double/bool
                   4929:          for string.int/double/bool compatibility (related to issue #913)
                   4930: 
                   4931:        * src/classes/string.C: ^string.int/dobule/bool no longer
                   4932:          internally throws exception if default is present (closes issue
                   4933:          #913)
                   4934: 
                   4935: 2013-03-09  misha
                   4936: 
                   4937:        * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
                   4938:          optimisations ( #845 )
                   4939: 
                   4940:        * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
                   4941: 
                   4942: 2013-03-08  moko
                   4943: 
                   4944:        * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
                   4945:          creates correct table (fixes issue #910)
                   4946: 
                   4947:        * src/classes/op.C: r.connection() -> r.connection(false) to allow
                   4948:          use outside of 'connect' operator (fixes issue #911)
                   4949: 
                   4950:        * tests/results/: 096.processed, 122.processed: test results
                   4951:          updated as doubles now printed with 15 significant digits, not 5
                   4952:          (fixes issue #882)
                   4953: 
                   4954:        * src/types/pa_vdouble.h: %.15g now used to format doubles instead
                   4955:          of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
                   4956: 
                   4957: 2013-02-21  moko
                   4958: 
                   4959:        * src/classes/table.C: _locate_name_value does not check arguments
                   4960:          count, so we check it in advance (fixes issue #905)
                   4961: 
                   4962: 2012-10-23  moko
                   4963: 
                   4964:        * buildall: old shell for and echo compatibility (for six)
                   4965: 
                   4966: 2012-10-19  moko
                   4967: 
                   4968:        * buildall: --strip added --disable-safe-mode listed in usage
                   4969: 
                   4970: 2012-10-17  misha
                   4971: 
                   4972:        * src/classes/op.C: - apply-taint should not throw "outside
                   4973:          connect" exception with sql lang now
                   4974: 
                   4975: 2012-10-17  moko
                   4976: 
                   4977:        * src/main/pa_request.C: bugfix: safe mode should be inited for
                   4978:          each request (for apache module)
                   4979: 
                   4980: 2012-09-26  moko
                   4981: 
                   4982:        * src/doc/doxygen.cfg: png -> svg
                   4983: 
                   4984: 2012-09-25  moko
                   4985: 
                   4986:        * tests/: 141.html, results/141.processed: md5 hmac added, long key
                   4987:          test added
                   4988: 
                   4989:        * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
                   4990:          double use when key is long
                   4991: 
                   4992: 2012-09-16  moko
                   4993: 
                   4994:        * src/classes/math.C: Format -> Method Encode -> Format
                   4995: 
                   4996:        * tests/: 141.html, results/141.processed: math:digest hmac test
                   4997:          added
                   4998: 
                   4999: 2012-09-14  moko
                   5000: 
                   5001:        * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
                   5002:          ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
                   5003:          implementation added
                   5004: 
                   5005: 2012-09-12  moko
                   5006: 
                   5007:        * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
                   5008:          targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
                   5009:          targets.dox and string.dox slightly actualized
                   5010: 
                   5011: 2012-08-31  moko
                   5012: 
                   5013:        * ChangeLog: now generated with patched cvs2cl.pl
                   5014: 
                   5015: 2012-07-29  moko
                   5016: 
                   5017:        * tests/285.html, src/main/execute.C, tests/results/285.processed:
                   5018:          result should be pushed after VMethodFrame destructor is called,
                   5019:          as it deletes junctions from stack params (fixes issue #868)
                   5020: 
                   5021: 2012-07-23  moko
                   5022: 
                   5023:        * INSTALL, README: buildall script usage documented, other outdated
                   5024:          info updated.
                   5025: 
                   5026:        * buildall-with-xml, buildall-without-xml: replaced by buildall
                   5027: 
                   5028: 2012-07-21  moko
                   5029: 
                   5030:        * buildall: glib does not compile when threads are disabled...
                   5031: 
                   5032:        * src/types/pa_vmail.C: g_assertion fixes for empty input
                   5033: 
                   5034:        * src/types/pa_vmail.C: yet another fix (strange GPF on object
                   5035:          unref, can't unref nested objects)
                   5036: 
                   5037:        * src/types/pa_vmail.C: another check added
                   5038: 
                   5039: 2012-07-19  moko
                   5040: 
                   5041:        * buildall: usage added
                   5042: 
                   5043:        * buildall: new buildall script that unites buildall-with-xml,
                   5044:          buildall-without-xml, --with-apache and --with-mailreceive
                   5045: 
                   5046:        * configure.in: support for static gmime and dynamic glib linking.
                   5047:          fixes for FreeBSD
                   5048: 
                   5049: 2012-07-17  moko
                   5050: 
                   5051:        * configure.in: --with-mailreceive replaced
                   5052:          --with-static-mailreceive and --with-shared-mailreceive pathlink
                   5053:          removed
                   5054: 
                   5055: 2012-07-16  moko
                   5056: 
                   5057:        * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
                   5058:          capitalized, content now decoded and text content converted to
                   5059:          $request:charset.  all properties are accessed by functions, this
                   5060:          ready for dynamic load.
                   5061: 
                   5062: 2012-06-28  moko
                   5063: 
1.116     moko     5064:        * src/targets/apache/Makefile.am: fix for apache cflags for Linux
                   5065:          32 bit
1.95      moko     5066: 
                   5067: 2012-06-27  moko
                   5068: 
                   5069:        * buildall-with-xml, buildall-without-xml: fetch requires -p for
                   5070:          passive ftp
                   5071: 
                   5072:        * src/lib/ltdl/ltdl.vcproj: release build fixed
                   5073: 
                   5074:        * configure.in: 3.4.2 RC -> 3.4.2
                   5075: 
                   5076: 2012-06-22  moko
                   5077: 
                   5078:        * src/types/pa_vfile.C: returned empty mode to stated files (issue
                   5079:          #815)
                   5080: 
                   5081:        * tests/: 284.html, results/284.processed: output options test
                   5082:          (feature #265)
                   5083: 
                   5084: 2012-06-22  misha
                   5085: 
                   5086:        * tests/215.html: - little changes
                   5087: 
                   5088: 2012-06-21  moko
                   5089: 
                   5090:        * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
                   5091:          types/pa_vxdoc.h: output_options returned and used (bugfix for
                   5092:          feature #265)
                   5093: 
                   5094:        * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
                   5095:          breaks long .*, default 10M restored. (issue #216)
                   5096: 
                   5097:        * tests/: 283.html, results/283.processed: test for issue #815
                   5098:          added
                   5099: 
                   5100:        * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
                   5101:          again, cstrm not required.
                   5102: 
                   5103:        * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
                   5104:          Win32 and broken FreeBSD (issue #45)
                   5105: 
                   5106:        * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
                   5107: 
                   5108:        * src/main/pa_string.C: warnings war
                   5109: 
                   5110:        * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
                   5111:          lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
                   5112:          main/pa_socks.C, targets/apache/pa_threads.C,
                   5113:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5114:          types/pa_vstatus.C: compilation under cygwin fixed
                   5115: 
                   5116: 2012-06-19  moko
                   5117: 
                   5118:        * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
                   5119:          Windows fixed
                   5120: 
                   5121:        * parser3.sln: removed antique pcre_ctype
                   5122: 
                   5123:        * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
                   5124: 
                   5125:        * src/include/pa_config_fixed.h: undefined reference to
                   5126:          __imp__pcre_* fix for Windows
                   5127: 
                   5128:        * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116     moko     5129:          lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
                   5130:          pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
                   5131:          (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
                   5132:          define fixed
1.95      moko     5133: 
                   5134: 2012-06-18  moko
                   5135: 
                   5136:        * src/classes/memcached.C: flush -> clear
                   5137: 
                   5138:        * src/classes/memcached.C: memcached does not support quotes even
                   5139:          in server name
                   5140: 
                   5141:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5142:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
                   5143:          called on open to check servers existance.  $.key(true) syntax
                   5144:          now supported
                   5145: 
                   5146: 2012-06-17  moko
                   5147: 
                   5148:        * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
                   5149:          cleanup
                   5150: 
                   5151:        * src/classes/table.C, tests/282.cfg, tests/282.html,
                   5152:          tests/results/282.processed: encloser at the EOF bug fixed,
                   5153:          incorrectly enclosed data now processed more logicaly (fixes
                   5154:          #339)
                   5155: 
                   5156: 2012-06-15  moko
                   5157: 
                   5158:        * buildall-without-xml: sync with buildall-with-xml
                   5159: 
                   5160:        * buildall-with-xml: download auto-detected between fetch and curl
                   5161: 
                   5162:        * configure.in: --with-gc and --with-pcre now also processed
                   5163:          correctly
                   5164: 
1.116     moko     5165:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
                   5166:          aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
                   5167:          should be run on rol1 using automake / aclocal (GNU automake)
                   5168:          1.11.1 autoconf (GNU Autoconf) 2.68
1.95      moko     5169: 
                   5170:        * configure.in: new PARSER_VERSION logic
                   5171: 
                   5172:        * src/include/pa_version.h: new pa_version.h logic
                   5173: 
                   5174:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5175:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5176:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
                   5177:          feols_normalized -> fis_text_content set_binary added
                   5178: 
                   5179:        * src/targets/cgi/parser3.C: gcc compilation warnings fixed
                   5180: 
                   5181: 2012-06-15  misha
                   5182: 
                   5183:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5184:          classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
                   5185:          types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C: -
                   5186:          ^file::create[text;content] EOLs in content now is normalized. (
                   5187:          new feature: #815 )
                   5188: 
                   5189: 2012-06-15  moko
                   5190: 
                   5191:        * configure.in: --disable-version-update added to disable version
                   5192:          update with host information (for debian package) whitespace
                   5193:          optimized
                   5194: 
                   5195:        * configure.in: version changed to 3.4.2 RC no-pic added for
                   5196:          libtool
                   5197: 
                   5198:        * src/include/pa_version.h: Nice pa_version.h default. Please keep
                   5199:          it.
                   5200: 
                   5201: 2012-06-14  moko
                   5202: 
                   5203:        * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
                   5204:          tests/results/281.processed: "hash flocked" error removed for
                   5205:          safe operations like ^h._count[] ( new feature: #335 )
                   5206: 
1.116     moko     5207:        * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95      moko     5208: 
                   5209:        * buildall-with-xml, buildall-without-xml: --with-static -> --with
                   5210: 
                   5211:        * configure.in: --with-static/shared xml replaced with --with-xml,
                   5212:          xml compilation check added
                   5213: 
                   5214:        * configure.in: --with-static/shared-gc, --with-static-pcre are
                   5215:          replaced with --with-gc and --with-pcre test for pcre linking
                   5216:          added
                   5217: 
                   5218: 2012-06-13  moko
                   5219: 
                   5220:        * configure.in: apxs2 check optimized
                   5221: 
                   5222:        * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
                   5223:          .la, includes optimized
                   5224: 
                   5225:        * buildall-with-xml: --with-pic looks better for -fPIC
                   5226: 
                   5227:        * configure.in: switched to convenience library in static linking
                   5228: 
                   5229:        * src/targets/apache/Makefile.am: switched to convenience library
                   5230:          usage to avoid libtool warnings
                   5231: 
                   5232:        * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
                   5233:          md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
                   5234:          smtp/Makefile.am: switched to convenience library usage
                   5235: 
                   5236:        * src/sql/Makefile.am: pa_sql_driver.h should be in includes
                   5237: 
                   5238:        * src/targets/apache/Makefile.am: updated for libtool usage
                   5239: 
                   5240:        * buildall-without-xml: --with-included-ltdl added
                   5241: 
                   5242:        * buildall-without-xml: sync with buildall-with-xml
                   5243: 
                   5244:        * buildall-with-xml: --with-included-ltdl added $cflags added for
                   5245:          -fPIC for x64 $download added for wget success check added
                   5246: 
                   5247:        * buildall-without-xml: --with-dynamic-stdcpp removed
                   5248: 
                   5249:        * configure.in: disable-static returned
                   5250: 
                   5251:        * src/targets/cgi/Makefile.am: Automake 1.9 does not support
                   5252:          LIBTOOLFLAGS
                   5253: 
                   5254: 2012-06-12  moko
                   5255: 
                   5256:        * configure.in, src/targets/cgi/Makefile.am: disable-static not
                   5257:          compatible with LIBTOOLFLAGS for unknown reasons
                   5258: 
                   5259:        * buildall-with-xml: --with-dynamic-stdcpp removed
                   5260: 
                   5261:        * configure.in: static/dynamic -lstdc++ linking option removed
                   5262:          apxs2 check added
                   5263: 
                   5264:        * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
                   5265:          option removed
                   5266: 
                   5267: 2012-06-10  moko
                   5268: 
                   5269:        * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
                   5270:          added
                   5271: 
                   5272:        * src/targets/cgi/pp3.cmd: old PAF stuff
                   5273: 
1.116     moko     5274:        * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
                   5275:          beauty
1.95      moko     5276: 
                   5277:        * depcomp: from libtool 2.4.2
                   5278: 
                   5279:        * configure.in: ltdl directory removed, it has correct Makefile.in
                   5280: 
                   5281: 2012-06-09  moko
                   5282: 
1.116     moko     5283:        * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
                   5284:          install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95      moko     5285:          autogenerated files updated after libtool update
                   5286: 
1.116     moko     5287:        * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
                   5288:          aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95      moko     5289:          config_auto.h.in, config_fixed.h, configure, configure.ac,
                   5290:          configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
                   5291:          lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
                   5292:          config/compile, config/config.guess, config/config.sub,
                   5293:          config/depcomp, config/install-sh, config/ltmain.sh,
                   5294:          config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
                   5295:          libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
                   5296:          libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
                   5297:          libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
                   5298:          loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
                   5299:          loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
                   5300:          m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
                   5301:          m4/lt~obsolete.m4: libtool updated to version 2.4.2
                   5302: 
                   5303:        * configure.in: preparation for new libtool
                   5304: 
                   5305:        * configure.in: Some beauty added :)
                   5306: 
                   5307:        * src/targets/apache/Makefile.am: := -> =
                   5308: 
                   5309:        * src/lib/pcre/: Makefile.am, config.h: config.h removed once
                   5310:          again. :)
                   5311: 
                   5312:        * src/include/pa_config_includes.h, configure.in: limits.h added,
                   5313:          previously was taken from pcre_internal.h. :)
                   5314: 
                   5315:        * src/lib/pcre/Makefile.am: config.h returned
                   5316: 
                   5317:        * src/lib/pcre/config.h: still need this. :)
                   5318: 
                   5319:        * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
                   5320: 
                   5321:        * configure.in: --with-charsets removed; --with-mysql-client & co
                   5322:          removed
                   5323: 
                   5324:        * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
                   5325:          now in parser tree, no need to copy
                   5326: 
                   5327:        * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
                   5328:          ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
                   5329:          pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
                   5330:          debian/patches/101_pcre.patch - local copy of pcre_internal.h
                   5331:          extracts now used old trash removed
                   5332: 
                   5333:        * etc/parser3.charsets/Makefile.am: charsets now in share
                   5334:          (debian/patches/104_automake.patch) + all charsets are copied
                   5335: 
                   5336:        * buildall-with-xml, buildall-without-xml: curl option removed +
                   5337:          extra arguments now supported
                   5338: 
                   5339: 2012-06-08  misha
                   5340: 
                   5341:        * src/classes/table.C: - one params.as_hash usage was rolled back:
                   5342:          the 2nd option in ^table.hash[] could be hash or table so
                   5343:          .as_hash will throw an exception when table option is specified
                   5344: 
                   5345:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   5346:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   5347:          classes/table.C, classes/void.C, classes/xdoc.C,
                   5348:          include/pa_exception.h, types/pa_vmethod_frame.C,
                   5349:          types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
                   5350:          and improved (whitespaces are allowed as empty options) -
                   5351:          MethodParams::as_table is added - above methods are used for
                   5352:          parsing methods' options ( new feature: #9 )
                   5353: 
                   5354:        * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
                   5355:          to vclass. now class fields can be accessible as a hash:
                   5356:          $h[^hash::create[$asd:CLASS]]
                   5357: 
                   5358:        * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
                   5359:          have get_fields method so their fields can be accessed with
                   5360:          ^reflection:fields[...] & ^reflection:field[...]
                   5361: 
                   5362: 2012-06-06  misha
                   5363: 
                   5364:        * tests/280.html: - tests for
                   5365:          ^reflection:method[obj-or-class;method],
                   5366:          ^reflection:field[obj-or-class;field] and
                   5367:          ^reflection:fields[obj-or-class] are added
                   5368: 
                   5369: 2012-06-05  misha
                   5370: 
                   5371:        * src/classes/reflection.C: - ^reflection:method[class or
                   5372:          object;method name] and ^reflection:field[class or object;field
                   5373:          name] are added
                   5374: 
                   5375:        * src/types/pa_vstateless_class.C: - Method::get_vjunction method
                   5376:          is used
                   5377: 
                   5378:        * src/types/pa_method.h: - Method::as_vjunction method is added
                   5379: 
                   5380: 2012-06-05  moko
                   5381: 
1.116     moko     5382:        * src/targets/Makefile.am: cgi now build with apache module
1.95      moko     5383: 
                   5384:        * src/classes/memcached.C: flish ttl fixed
                   5385: 
                   5386: 2012-06-04  moko
                   5387: 
                   5388:        * src/classes/json.C, src/classes/op.C, tests/279.html,
                   5389:          tests/results/279.processed: ^json:parse[] now supports $.taint
                   5390:          option (new feature #833)
                   5391: 
                   5392: 2012-06-04  misha
                   5393: 
                   5394:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
                   5395:          - search_stop method was moved from pa_vcookie.C to pa_common.C
                   5396: 
                   5397: 2012-06-03  misha
                   5398: 
                   5399:        * src/main/pa_http.C: - ^file:load[...;http://...] - all received
                   5400:          cookies are parced and stored into $.cookies ( new feature: #31 )
                   5401: 
                   5402: 2012-05-30  misha
                   5403: 
                   5404:        * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
                   5405:          incomplete class into a scope while @USE is found
                   5406: 
                   5407:        * src/main/compile.y: - add incomplete class into a scope while
                   5408:          @USE and @CLASS instructions are found ( bugfix: #838 )
                   5409: 
                   5410: 2012-05-30  moko
                   5411: 
                   5412:        * src/types/pa_vclass.C, tests/278.html,
                   5413:          tests/results/278.processed: removed "property has no getter
                   5414:          method" exception when GET_DEFAULT present (fixes #269)
                   5415: 
                   5416:        * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
                   5417:          $._default
                   5418: 
                   5419: 2012-05-29  moko
                   5420: 
                   5421:        * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
                   5422:          uninitialized values usage (new feature: #154)
                   5423: 
                   5424: 2012-05-28  moko
                   5425: 
                   5426:        * tests/277.html, src/classes/json.C, src/classes/reflection.C,
                   5427:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
                   5428:          src/types/pa_vdate.h, src/types/pa_vdouble.h,
                   5429:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
                   5430:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   5431:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   5432:          tests/results/277.processed, src/types/pa_vtable.h,
                   5433:          src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
                   5434:          ^json:string[$o; $.default[$method]] implemented for VObject (new
                   5435:          feature #803)
                   5436: 
                   5437:        * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
                   5438:          tests/results/277.processed: json numbers are now treated as
                   5439:          double ( new feature: #834 )
                   5440: 
                   5441:        * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
                   5442:          main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
                   5443:          added for out of range checks, zero division in vint/vdouble
                   5444:          check added ( fixes #832 )
                   5445: 
                   5446:        * tests/: 275.html, results/275.processed: tests for pa_atoui added
                   5447:          ( fixes #832 )
                   5448: 
                   5449: 2012-05-28  misha
                   5450: 
                   5451:        * buildall-with-xml: - --without-lzma option is added to libxml2
                   5452:          configure
                   5453: 
                   5454:        * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
                   5455:          added - tests for unsupported values for options $.file, $.table
                   5456:          and $.date are added
                   5457: 
                   5458:        * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
                   5459:          accepts "stat" $.file[] option's value in addition to existed
                   5460:          "text" and "base64" ( new feature: #835 )
                   5461: 
                   5462:        * tests/276.html: - test for
                   5463:          ^reflection:delete[$object-or-class;field-name]
                   5464: 
                   5465:        * src/classes/reflection.C: -
                   5466:          ^reflection:delete[$object-or-class;field-name] is added ( new
                   5467:          feature: #268 )
                   5468: 
                   5469: 2012-05-27  misha
                   5470: 
                   5471:        * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
                   5472: 
                   5473: 2012-05-24  misha
                   5474: 
                   5475:        * src/include/pa_common.h: - method lastposafter was removed
                   5476: 
                   5477:        * src/classes/file.C: - use strrpbrk & rskipchars instead of
                   5478:          lastposafter - ^file:dirname[] & Co proper handle windows file
                   5479:          paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
                   5480:          work as *nix commands
                   5481: 
                   5482:        * src/main/pa_request.C: - use strrpbrk instead of lastposafter
                   5483: 
                   5484:        * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
                   5485:          rskipchars were added
                   5486: 
                   5487:        * tests/270.html: - more tests for ^file:find[]
                   5488: 
                   5489:        * tests/065.html: - more tests for ^file:dirname[] & Co
                   5490: 
                   5491:        * src/include/pa_version.h: - must be "win32" here. it is
                   5492:          auto-generated on *nix
                   5493: 
                   5494: 2012-05-24  moko
                   5495: 
                   5496:        * src/classes/math.C: ^math:convert[] now supports uint32 and
                   5497:          throws overflow exception ( new feature: #830 )
                   5498: 
                   5499:        * tests/: 275.html, results/275.processed: test for ^math:convert[]
                   5500:          uint32 support and overflow added ( new feature: #830 )
                   5501: 
                   5502: 2012-05-23  moko
                   5503: 
                   5504:        * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
                   5505:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   5506:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   5507:          types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
                   5508:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
                   5509:          types/pa_vregex.h, types/pa_vstateless_class.C,
                   5510:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   5511:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5512:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
                   5513:          "return string as-is" removed from as_expr_result. ( new feature:
                   5514:          #831 )
                   5515: 
                   5516:        * tests/results/244.processed: test changed after bug #782 fix
                   5517:          commited
                   5518: 
                   5519:        * tests/results/229.processed: test results for bug #782 commited
                   5520: 
                   5521:        * tests/: 254.html, results/254.processed: uid now just compared,
                   5522:          not printed. :)
                   5523: 
                   5524: 2012-05-20  moko
                   5525: 
                   5526:        * src/classes/reflection.C: ^reflection:uid[$object] added ( new
                   5527:          feature: #341 )
                   5528: 
                   5529:        * tests/: 254.html, results/254.processed: test for
                   5530:          ^reflection:uid[] added
                   5531: 
                   5532:        * tests/: 254.html, results/254.processed: test for
                   5533:          ^reflection:uid[$obj] added
                   5534: 
                   5535: 2012-05-17  misha
                   5536: 
                   5537:        * src/main/untaint.C: - do not replace ' char by _26 while
                   5538:          exploding filespec-tainting ( new feature: #829 )
                   5539: 
                   5540: 2012-05-12  moko
                   5541: 
                   5542:        * src/types/pa_vvoid.h: is_string now also checked, but get_* -
                   5543:          not.
                   5544: 
                   5545: 2012-05-08  moko
                   5546: 
                   5547:        * src/types/pa_vmethod_frame.h: bug #782 fixed
                   5548: 
                   5549:        * tests/229.html: test for bug #782
                   5550: 
                   5551:        * tests/results/259.processed, src/main/pa_request.C,
                   5552:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   5553:          src/types/pa_vstring.h, src/types/pa_vvoid.C,
                   5554:          src/types/pa_vvoid.h: feature #154 - first empty param now
                   5555:          string; defined locals are empty strings; $STRICT-VARS(true)
                   5556:          added
                   5557: 
                   5558: 2012-04-27  moko
                   5559: 
1.116     moko     5560:        * src/targets/apache/Makefile.am:
1.95      moko     5561:          ../../lib/memcached/libmemcached.a added
                   5562: 
                   5563: 2012-04-27  misha
                   5564: 
                   5565:        * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
                   5566:          ( #827 )
                   5567: 
                   5568: 2012-04-25  moko
                   5569: 
                   5570:        * src/: classes/json.C, classes/memcached.C,
                   5571:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5572:          types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
                   5573:          implemented.
                   5574: 
                   5575:        * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
                   5576: 
                   5577: 2012-04-23  moko
                   5578: 
                   5579:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5580:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5581:          types/pa_vmemcached.h: open allows options hash for new
                   5582:          memcached(options) function
                   5583: 
                   5584:        * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
                   5585:          not appended
                   5586: 
                   5587: 2012-04-21  moko
                   5588: 
                   5589:        * src/classes/curl.C: '' added. :)
                   5590: 
                   5591:        * src/classes/classes.vcproj: new curl.h location
                   5592: 
                   5593:        * src/classes/curl.C: verbose output redirection from stderr to
                   5594:          file curl option added
                   5595: 
                   5596: 2012-04-20  moko
                   5597: 
                   5598:        * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
                   5599:          contains what we need from curl, #ifdef HAVE_CURL removed
                   5600: 
1.116     moko     5601:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     5602:          src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116     moko     5603:          src/lib/Makefile.am, src/lib/curl/Makefile.am,
                   5604:          src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95      moko     5605:          configure option
                   5606: 
                   5607: 2012-04-19  moko
                   5608: 
                   5609:        * src/: classes/double.C, classes/inet.C, classes/int.C,
                   5610:          classes/string.C, lib/gc/include/gc_allocator.h,
                   5611:          types/pa_vform.C: PVS-Studio detected errors fixes, unused
                   5612:          options from sql_result_string removed. (closes issue #468)
                   5613: 
                   5614:        * src/types/pa_vmemcached.C: empty string fix
                   5615: 
                   5616:        * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
                   5617:          pa_vstring.C, pa_vstring.h: serialization helpers moved to
                   5618:          pa_vmemcached.C
                   5619: 
                   5620: 2012-04-18  moko
                   5621: 
                   5622:        * src/targets/apache/mod_parser3.c: "Parser3 module requires
                   5623:          apache2-mpm-prefork" error displayed in threaded mpm.
                   5624: 
                   5625:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   5626:          pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
                   5627:          installed (issue #354)
                   5628: 
                   5629: 2012-04-16  moko
                   5630: 
                   5631:        * src/types/pa_vmemcached.C: call to memcached_result_create and
                   5632:          memcached_result_free removed
                   5633: 
                   5634: 2012-04-14  moko
                   5635: 
                   5636:        * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
                   5637: 
                   5638:        * src/types/pa_vmemcached.C: check_key added and used
                   5639: 
                   5640: 2012-04-13  moko
                   5641: 
                   5642:        * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
                   5643:          types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
                   5644:          Serialization_data now added and used, VString now serialized
                   5645:          with languages into memcached.
                   5646: 
                   5647: 2012-03-28  moko
                   5648: 
                   5649:        * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
                   5650:          lib/memcached/pa_memcached.h: result lengths added
                   5651: 
                   5652: 2012-03-27  moko
                   5653: 
                   5654:        * src/types/pa_vmemcached.C: strdup added
                   5655: 
                   5656: 2012-03-24  moko
                   5657: 
                   5658:        * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
                   5659:          lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
                   5660:          types/pa_vmemcached.h: memcached: mget, flush, fttl added
                   5661: 
                   5662: 2012-03-20  moko
                   5663: 
1.116     moko     5664:        * configure, configure.in: Makefiles.in updated for memcached
1.95      moko     5665: 
                   5666:        * src/targets/cgi/Makefile.am: cleanup
                   5667: 
                   5668:        * src/: types/Makefile.am, types/pa_vmemcached.C,
                   5669:          types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
                   5670: 
                   5671:        * src/: classes/Makefile.am, classes/memcached.C,
                   5672:          lib/memcached/Makefile.am, lib/memcached/constants.h,
                   5673:          lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
                   5674:          lib/memcached/types.h, lib/Makefile.am: memcached initial
                   5675: 
                   5676: 2012-03-16  moko
                   5677: 
                   5678:        * src/main/execute.C: ident now works under Linux + ident displays
                   5679:          filenames (closes issue #818)
                   5680: 
1.116     moko     5681:        * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95      moko     5682:          pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
                   5683:          pa_vmethod_frame_local.h removed
                   5684: 
                   5685:        * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
                   5686:          classes/classes.h, classes/curl.C, classes/date.C,
                   5687:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   5688:          classes/hashfile.C, classes/image.C, classes/inet.C,
                   5689:          classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
                   5690:          classes/memory.C, classes/op.C, classes/reflection.C,
                   5691:          classes/regex.C, classes/response.C, classes/string.C,
                   5692:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   5693:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   5694:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   5695:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   5696:          include/pa_dictionary.h, include/pa_dir.h,
                   5697:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   5698:          include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
                   5699:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   5700:          include/pa_pool.h, include/pa_random.h, include/pa_request.h,
                   5701:          include/pa_request_charsets.h, include/pa_request_info.h,
                   5702:          include/pa_sapi.h, include/pa_socks.h,
                   5703:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   5704:          include/pa_stack.h, include/pa_string.h,
                   5705:          include/pa_stylesheet_connection.h,
                   5706:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   5707:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   5708:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   5709:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   5710:          lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
                   5711:          lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
                   5712:          lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
                   5713:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   5714:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   5715:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   5716:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   5717:          main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
                   5718:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
                   5719:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   5720:          main/pa_string.C, main/pa_stylesheet_connection.C,
                   5721:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   5722:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   5723:          main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
                   5724:          targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
                   5725:          targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
                   5726:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   5727:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   5728:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   5729:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   5730:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   5731:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   5732:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
                   5733:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   5734:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
                   5735:          types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
                   5736:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   5737:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
                   5738:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   5739:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   5740:          types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
                   5741:          types/pa_vmethod_frame_local.h, types/pa_vobject.C,
                   5742:          types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
                   5743:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   5744:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   5745:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   5746:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   5747:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   5748:          types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
                   5749:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   5750:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   5751:          ident now works under Linux + ident displays filenames (closes
                   5752:          issue #818) Copyright updated
                   5753: 
                   5754: 2012-03-13  moko
                   5755: 
                   5756:        * src/main/pa_string.C: compilation fix for feature #741
                   5757: 
                   5758: 2012-03-09  misha
                   5759: 
                   5760:        * tests/193.html: - tests for ^string:base64[encoded] are updated
                   5761: 
                   5762:        * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
                   5763:          now detects invalid base64 chars in the middle of encoded stricg
                   5764:          ( new feature: #55 )
                   5765: 
                   5766:        * src/include/pa_exception.h: - new exception type for base64
                   5767:          decoding is added
                   5768: 
                   5769: 2012-03-06  misha
                   5770: 
                   5771:        * tests/274.html: - tests for ^date::today[] and
                   5772:          ^date.sql-string[datetime|date|time] are added
                   5773: 
                   5774:        * src/classes/date.C: - constructor ^date::today[] is added ( new
                   5775:          feature: #811 ) - ^date.sql-string[] now can accept one param --
                   5776:          strings "datetime", "date" or "time" - comments tidying up
                   5777: 
                   5778:        * src/types/pa_vdate.h: - get_sql_string now can print datetime,
                   5779:          date and time
                   5780: 
                   5781: 2012-03-03  misha
                   5782: 
                   5783:        * tests/193.html: - tests for
                   5784:          ^string:base64[encoded;$.strict(true)] are added
                   5785: 
                   5786:        * tests/results/auto.p: - try-catch operator is added
                   5787: 
                   5788:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   5789:          main/pa_common.C: - $.strict(true|false) option is added to
                   5790:          base64 decode methods ( new feature: #55 )
                   5791: 
                   5792:        * src/main/pa_common.C: - base64 decode memory usage was decreased
                   5793:          ( new feature: #819 )
                   5794: 
                   5795: 2012-02-28  moko
                   5796: 
                   5797:        * src/classes/hash.C: ident test
                   5798: 
                   5799: 2012-02-27  misha
                   5800: 
                   5801:        * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
                   5802: 
                   5803: 2012-01-08  misha
                   5804: 
                   5805:        * tests/273.html: - tests for ^string.replace[from;to] are added
                   5806: 
                   5807:        * src/: classes/string.C, include/pa_dictionary.h,
                   5808:          main/pa_dictionary.C, main/pa_string.C: -
                   5809:          ^string.replace[from;to] is added ( new feature: #741 ) -
                   5810:          ^string.replace[one subst here] is slightly optimized
                   5811: 
                   5812: 2011-12-07  misha
                   5813: 
                   5814:        * src/classes/table.C: - $t[^table::create{$empty}] now creates
                   5815:          named table with one empty column ( bugfix: #63 )
                   5816: 
                   5817: 2011-11-30  misha
                   5818: 
                   5819:        * src/classes/json.C: - it's possible to set user's method for
                   5820:          parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
                   5821:          #763 )
                   5822: 
                   5823:        * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
                   5824: 
                   5825: 2011-11-23  misha
                   5826: 
                   5827:        * src/: classes/curl.C, classes/file.C, classes/image.C,
                   5828:          classes/table.C, classes/xdoc.C, types/pa_vfile.C,
                   5829:          types/pa_vfile.h, types/pa_vform.C: - constructor
                   5830:          ^file::create[mode;filename;content[;options]] now accepts binary
                   5831:          mode and file-content - new constructor's format:
                   5832:          ^file::create[string-or-file-content[;$.name[filename]
                   5833:          $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
                   5834:          feature: #65 )
                   5835: 
                   5836:        * src/: include/pa_request.h, main/pa_request.C: - new method
                   5837:          mime_type_of(const String*) is added
                   5838: 
                   5839:        * src/include/pa_exception.h: - new exception constant
                   5840:          FILE_NAME_MUST_BE_SPECIFIED is added
                   5841: 
                   5842:        * src/classes/table.C: - bug with negative offset transformed into
                   5843:          a feature. it means pointing to a row from the end of the table (
                   5844:          new feature: #810 )
                   5845: 
                   5846: 2011-11-19  misha
                   5847: 
                   5848:        * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
                   5849:          â ìåòîäå _select ( new feature: #810 )
                   5850: 
                   5851:        * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
                   5852:          options were specified together is simplified
                   5853: 
                   5854: 2011-11-12  misha
                   5855: 
                   5856:        * src/main/pa_request.C: - forgotten fix for escaping filename in
                   5857:          HTTP content-disposition header (a part of bug #361 )
                   5858: 
                   5859:        * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
                   5860:          checks for ancestors' classes as well ( new feature: #456 )
                   5861: 
                   5862:        * src/classes/op.C: - exceptions for ^break[] and ^continue[]
                   5863:          "without cycle" now have types "parser.break" and
                   5864:          "parser.continue" instead of "parser.runtime" ( new feature: #799
                   5865:          )
                   5866: 
                   5867: 2011-11-11  misha
                   5868: 
                   5869:        * tests/results/: 099.processed, 100.processed, 205.processed,
                   5870:          237.processed: - since bug #361 was fixed the content of filename
                   5871:          in HTTP headers is quoted
                   5872: 
                   5873:        * tests/results/270.processed: - result for test 270
                   5874: 
                   5875:        * tests/: 065.html, results/065.processed: - more tests for
                   5876:          ^file:basename[] & Co were added
                   5877: 
                   5878:        * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
                   5879: 
                   5880:        * tests/270.html: - tests for ^file:find[] are added
                   5881: 
                   5882:        * src/types/pa_vxdoc.C: - now it's possible to specify encoding
                   5883:          using option $.charset. option $.engoding is still supported but
                   5884:          these options can not be specified together
                   5885: 
                   5886:        * src/classes/xdoc.C: - charset.isUTF8 is used instead of
                   5887:          comparation charset name with string "UTF-8" ( bugfix: #759 )
                   5888: 
                   5889: 2011-10-11  misha
                   5890: 
                   5891:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
                   5892:          option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
                   5893:          #622)
                   5894: 
                   5895: 2011-09-30  misha
                   5896: 
                   5897:        * src/types/pa_vrequest.C: - saving empty $request:post-body causes
                   5898:          exception "saving stat-ed file" ( bugfix: #395 )
                   5899: 
                   5900: 2011-05-30  misha
                   5901: 
                   5902:        * src/classes/string.C: - fixed bug which was added with
                   5903:          params.as_hash into string:sql
                   5904: 
                   5905: 2011-05-29  misha
                   5906: 
                   5907:        * src/types/pa_value.C: - filename in content-disposition header
                   5908:          must be quoted ( bugfix: #361 )
                   5909: 
                   5910: 2011-05-27  misha
                   5911: 
                   5912:        * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
                   5913:          created file
                   5914: 
                   5915:        * src/classes/: hash.C, mail.C: - little tunning with get_hash
                   5916:          usage
                   5917: 
                   5918:        * src/include/pa_exception.h: - one more string for exception was
                   5919:          added
                   5920: 
                   5921: 2011-05-25  misha
                   5922: 
                   5923:        * tests/269.html: - tests for checking input params in some dom
                   5924:          methods
                   5925: 
                   5926:        * src/classes/: xdoc.C, xnode.C: - validation of some input params
                   5927:          was added. it isn't possible not wo create xdoc with invalid
                   5928:          tagName. ( bugfix: #160 )
                   5929: 
                   5930:        * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
                   5931:          string "data must be string" was mover from pa_exception.h to
                   5932:          pa_xml_exception.h
                   5933: 
                   5934:        * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
                   5935:          as_xmlncname, as_xmlname and as_xmlnsuri were added
                   5936: 
                   5937:        * src/main/pa_xml_exception.C: - XmlException accepts more options
                   5938: 
                   5939:        * src/include/pa_xml_exception.h: - XmlException accepts more
                   5940:          options - XML-related exception's strings were added
                   5941: 
                   5942:        * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
                   5943:          output_options were removed)
                   5944: 
                   5945: 2011-05-19  misha
                   5946: 
                   5947:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   5948:          params.as_hash is used more while parsing methods hash-options
                   5949: 
                   5950: 2011-05-18  misha
                   5951: 
                   5952:        * operators.txt: - info about json-serialization of xdoc was added
                   5953: 
                   5954:        * tests/256.html: - tests for json-serialization xdoc were added
                   5955: 
                   5956:        * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
                   5957: 
                   5958:        * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   5959:          classes/json.C, classes/xdoc.C: - now json:string can serialize
                   5960:          xdoc-objects. options (the same as ^xdoc.string[]) could be
                   5961:          specified in $.xdoc[] ( new feature: #265 )
                   5962: 
                   5963: 2011-05-15  misha
                   5964: 
                   5965:        * tests/268.html: - tests for ^table.count[with options] were added
                   5966: 
                   5967:        * src/classes/table.C: - method ^table.count[] now can accept
                   5968:          options ( new feature: #93 ): ^table.count[column] returns number
                   5969:          of columns for named table; ^table.count[cells] returns number of
                   5970:          cells in the current row; ^table.count[] & ^table.count[rows]
                   5971:          return number of rows in a table.
                   5972: 
                   5973:        * tests/267.html: - test for checking switch/case in boolean mode
                   5974:          was added
                   5975: 
                   5976:        * src/classes/op.C: - if switch's or case's value is bool, they are
                   5977:          compared as bool values, not as double values: new feature: #351
                   5978: 
                   5979: 2011-05-06  misha
                   5980: 
                   5981:        * tests/242.html: - EOL before EOF was added
                   5982: 
                   5983:        * tests/169.html: - tests for splitting empty string and void were
                   5984:          added
                   5985: 
                   5986:        * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
                   5987:          returned table with one empty cell)
                   5988: 
                   5989: 2011-04-03  misha
                   5990: 
                   5991:        * src/include/pa_version.h, configure.in: - version in head was
                   5992:          changed to 3.4.2b
                   5993: 
                   5994: 2011-03-30  misha
                   5995: 
                   5996:        * src/types/pa_vregex.C: - \w & Co now contain unicode properties
                   5997:          as well ( new feature #294 )
                   5998: 
                   5999: 2011-03-29  misha
                   6000: 
                   6001:        * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
                   6002:          limited to approx. 6 MB. previous limits were too big for real
                   6003:          life. bugfix: #216
                   6004: 
                   6005: 2011-03-04  moko
                   6006: 
                   6007:        * etc/parser3.charsets/cp866.cfg: Conforms to
                   6008:          http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
                   6009: 
                   6010:        * etc/parser3.charsets/cp866.cfg: cp866 initial version from
                   6011:          vlalek@
                   6012: 
                   6013: 2011-02-22  misha
                   6014: 
                   6015:        * src/include/pa_charset.h, operators.txt: - some methods mustn't
                   6016:          be under #ifdef XML or parser can't be compiled without xml
                   6017:          support
                   6018: 
                   6019: 2011-02-21  misha
                   6020: 
1.116     moko     6021:        * src/targets/apache/: Makefile.am: - mention
1.95      moko     6022:          ApacheModuleParser3.vcproj was removed
                   6023: 
                   6024:        * src/types/pa_vjunction.C: - EOL before EOF was added (warning
                   6025:          removed)
                   6026: 
                   6027: 2011-02-20  misha
                   6028: 
                   6029:        * tests/: 266.html, 266.p: - tests for checking $.inherited and
                   6030:          $.overridden in ^reflection:method_info[...] were added
                   6031: 
                   6032:        * src/classes/reflection.C: - beautifying result of
                   6033:          ^reflection:method_info[] ($.overridden/inherited)
                   6034: 
                   6035: 2011-02-18  misha
                   6036: 
                   6037:        * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
                   6038:          and pa_isalnum instead of isalpha and isalnum - bug with
                   6039:          redundand quoting lowercased latin chars while building email
                   6040:          body was fixed
                   6041: 
                   6042:        * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
                   6043:          added (they check for latin chars only)
                   6044: 
                   6045: 2011-02-16  misha
                   6046: 
                   6047:        * src/main/pa_charset.C: - bugfix: in some cases the calculating
                   6048:          string size for transcoding gave too small value (should ever
                   6049:          look for availability char in dest charset inspite of the char
                   6050:          size)
                   6051: 
                   6052: 2011-02-04  moko
                   6053: 
                   6054:        * tests/223.html: header values now not url-encoded (issue #195)
                   6055: 
                   6056: 2011-02-01  misha
                   6057: 
                   6058:        * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
                   6059: 
                   6060: 2011-01-31  misha
                   6061: 
                   6062:        * src/main/pa_request.C: - throw exception if param file_name in
                   6063:          use_file is empty
                   6064: 
                   6065: 2011-01-08  moko
                   6066: 
                   6067:        * src/classes/curl.C: compilations errors fixed
                   6068: 
                   6069: 2010-12-29  moko
                   6070: 
                   6071:        * tests/: 265.html, results/265.processed: test for issue #200
                   6072:          added
                   6073: 
                   6074:        * src/main/pa_string.C: empty regex result check added (fixes issue
                   6075:          #200)
                   6076: 
                   6077:        * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
                   6078: 
                   6079:        * tests/results/223.processed: header values now not url-encoded
                   6080:          (issue #195)
                   6081: 
                   6082:        * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
                   6083:          main/untaint.C: L_HTTP_HEADER now used in http headers values,
                   6084:          pa_http_safe_header_name added for headers names (fixes bug #195)
                   6085: 
                   6086: 2010-12-18  misha
                   6087: 
                   6088:        * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
                   6089:          => pa-include
                   6090: 
                   6091: 2010-11-28  moko
                   6092: 
                   6093:        * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
                   6094: 
                   6095:        * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
                   6096:          -> pa
                   6097: 
                   6098:        * configure.in: apr -> pa
                   6099: 
                   6100:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
                   6101: 
                   6102:        * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
                   6103:          classes/Makefile.am, types/Makefile.am: apr -> pa
                   6104: 
                   6105:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
                   6106:          pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   6107:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
                   6108:          pa-include/pa_apr.h, pa-include/pa_errno.h,
                   6109:          pa-include/pa_file_info.h, pa-include/pa_file_io.h,
                   6110:          pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
                   6111:          module apr name conflict resolved)
                   6112: 
                   6113: 2010-11-27  misha
                   6114: 
                   6115:        * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
                   6116:          libbz2
                   6117: 
                   6118: 2010-11-26  misha
                   6119: 
                   6120:        * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
                   6121:          warnings removed
                   6122: 
                   6123: 2010-11-25  moko
                   6124: 
                   6125:        * operators.txt: $.indent(true)
                   6126: 
                   6127:        * operators.txt: another bugfix. :)
                   6128: 
                   6129:        * operators.txt: bugfix. :)
                   6130: 
                   6131:        * buildall-with-xml: libxml2-2.7.8 + with-apache
                   6132: 
                   6133: 2010-11-24  moko
                   6134: 
1.116     moko     6135:        * configure: apxs support
1.95      moko     6136: 
                   6137:        * configure.in: apxs support -Bstatic gc removed for OS X
                   6138: 
                   6139:        * src/targets/: Makefile.am, apache/Makefile.am: apxs support
                   6140: 
                   6141:        * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
                   6142:          THREAD_LOCAL usage
                   6143: 
                   6144:        * src/: classes/curl.C, include/pa_config_includes.h,
                   6145:          main/pa_globals.C: THREAD_LOCAL defined and used
                   6146: 
                   6147: 2010-11-23  moko
                   6148: 
                   6149:        * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
                   6150:          should be passed to pa_sleep, and only fractional part (bugfix:
                   6151:          #188)
                   6152: 
                   6153:        * src/targets/apache/mod_parser3.c: 1.3 compatibility
                   6154: 
                   6155:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
                   6156:          GC_dont_gc=1, as in cgi version
                   6157: 
                   6158:        * src/targets/apache/mod_parser3.c: warning war
                   6159: 
                   6160:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6161:          pa_httpd.h: version removed, some trash removed
                   6162: 
                   6163:        * src/targets/apache/mod_parser3.c: version removed (we don't want
                   6164:          to show it), warning war
                   6165: 
                   6166:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6167:          pa_httpd.h: parser_status_allowed removed + merge config
                   6168:          functions removed (override is the default) + beauty
                   6169: 
                   6170:        * src/: include/pa_request.h, main/pa_request.C,
                   6171:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
                   6172:          hide $status used in apache module removed
                   6173: 
                   6174: 2010-11-18  moko
                   6175: 
                   6176:        * operators.txt: $.table[compact] added for ^json:string[]
                   6177: 
                   6178: 2010-11-16  moko
                   6179: 
                   6180:        * src/targets/apache/mod_parser3.c: some cleanup done
                   6181: 
                   6182:        * src/main/untaint.C: bugfix: first, second String::Body argument
                   6183:          is hashcode; second, info.fragment_begin is original, not
                   6184:          resulting length
                   6185: 
                   6186:        * src/classes/file.C: new feature: $.stdin now untainted
                   6187: 
                   6188:        * tests/results/264.processed: new feature: $.stdin[] now untainted
                   6189: 
                   6190:        * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
                   6191: 
                   6192:        * src/classes/op.C: ^apply-taint[] method added
                   6193: 
                   6194:        * tests/: 264.html, results/264.processed: ^apply-taint[] test
                   6195:          added; $.stdin untaint test added
                   6196: 
                   6197: 2010-11-15  moko
                   6198: 
                   6199:        * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
                   6200:          removed
                   6201: 
                   6202:        * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
                   6203:          pa_httpd.h: 2x2 calculated under apache2. :)
                   6204: 
                   6205: 2010-11-13  moko
                   6206: 
                   6207:        * src/targets/apache/mod_parser3.c: initial changes to build module
                   6208:          with apache 2.x includes
                   6209: 
                   6210:        * src/targets/apache/: Makefile.am, mod_parser3.c,
                   6211:          mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
                   6212:          united apache 1.3 / apache 2.x DSO module
                   6213: 
                   6214: 2010-11-09  moko
                   6215: 
                   6216:        * src/types/pa_method.h: check added to dissallow @method[name;*]
                   6217:          syntax
                   6218: 
                   6219:        * tests/: 263.html, results/263.processed: test from method[*args]
                   6220:          added
                   6221: 
                   6222:        * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
                   6223:          number of params can now be passed to a method declared with *arg
                   6224: 
                   6225: 2010-11-06  moko
                   6226: 
                   6227:        * src/classes/table.C: formating fixed. :)
                   6228: 
                   6229:        * src/classes/table.C: closes #4: ^table.select now supports
                   6230:          $.limit(), $.offset, $.reverse() options
                   6231: 
                   6232:        * tests/: 262.html, results/262.processed: test for ^table:select
                   6233:          with options added (feature #4)
                   6234: 
                   6235:        * src/include/pa_array.h: remove function added
                   6236: 
                   6237:        * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
                   6238:          object in get_element/put_element, using static one.
                   6239: 
                   6240: 2010-11-04  moko
                   6241: 
                   6242:        * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
                   6243:          options is passed
                   6244: 
                   6245:        * tests/: 256.html, results/256.processed: $.table[compact] feature
                   6246:          now tested; k and p in handler now tested.
                   6247: 
                   6248:        * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
                   6249:          $.table[compact] feature added
                   6250: 
                   6251:        * src/classes/json.C: key is now passed to handler in
                   6252:          value_json_string; ^json:string result now process tainting
                   6253:          inside and returns clean string, related to issue #153
                   6254: 
                   6255:        * src/main/untaint.C: bugfix: charset can be null (in
                   6256:          ^string:save[] as example), thus check is added
                   6257: 
                   6258: 2010-10-31  moko
                   6259: 
                   6260:        * src/classes/string.C: error message changed (fixes issue #149)
                   6261: 
                   6262: 2010-10-29  moko
                   6263: 
                   6264:        * src/main/pa_http.C: ":port" is now added to "Host:" header if
                   6265:          port is not default (fixes issue #155); exception on invalid port
                   6266:          added.
                   6267: 
                   6268:        * src/main/untaint.C: '*' is now not urlencoded to allow header
                   6269:          "Accept: */*" to be passed
                   6270: 
                   6271: 2010-10-28  moko
                   6272: 
                   6273:        * src/classes/curl.C: bugfix: detect_charset() was throwing
                   6274:          exception on unknown charset even if response_charset was
                   6275:          specified
                   6276: 
                   6277: 2010-10-27  moko
                   6278: 
                   6279:        * src/classes/string.C: ^string.append removed for void
                   6280:          compatibility
                   6281: 
                   6282: 2010-10-26  moko
                   6283: 
                   6284:        * src/classes/json.C: libjson supports array at top level, we too
                   6285:          (GPF fixed)
                   6286: 
                   6287: 2010-10-25  moko
                   6288: 
                   6289:        * tests/: 253.html, results/253.processed: libjson supports array
                   6290:          at top level, parser now supports it as well.
                   6291: 
                   6292:        * tests/261.html, tests/results/261.processed,
                   6293:          src/types/pa_vstring.h: empty string is now void compatible
                   6294:          (allows $empty.key)
                   6295: 
                   6296: 2010-10-22  misha
                   6297: 
                   6298:        * src/types/pa_vcookie.C: - fix for session cookie (was introduced
                   6299:          while adding additional expires checkout)
                   6300: 
                   6301:        * tests/030.html: - test for session cookie was added
                   6302: 
                   6303: 2010-10-21  moko
                   6304: 
                   6305:        * src/: classes/string.C, classes/void.C, main/execute.C,
                   6306:          types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
                   6307:          string (feature #111)
                   6308: 
                   6309:        * tests/: 261.html, results/261.processed: checks void from string
                   6310:          inheritance (feature #111)
                   6311: 
                   6312:        * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
                   6313:          file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
                   6314:          reflection.C, regex.C, string.C, table.C, void.C: used_directly()
                   6315:          now true by default
                   6316: 
                   6317: 2010-10-17  moko
                   6318: 
                   6319:        * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
                   6320:          upload now uses binary blocks instead of L_FILE_POST tainting.
                   6321:          (bugfix: #128)
                   6322: 
                   6323:        * tests/: 223.html, results/223.processed: binary file upload test
                   6324:          added, GPF (issue #128) also checked in this test
                   6325: 
                   6326: 2010-10-13  misha
                   6327: 
                   6328:        * tests/260.html: - test for math:convert
                   6329: 
                   6330:        * src/classes/math.C: - error in math:convert was fixed
                   6331: 
                   6332:        * operators.txt: - info about
                   6333:          ^math:convert[number](from-base;to-base) was added
                   6334: 
                   6335:        * src/classes/math.C: - method
                   6336:          ^math:convert[number](from-base;to-base) for converting number
                   6337:          represention from one base to another was added ( new feature:
                   6338:          #23 )
                   6339: 
                   6340: 2010-10-13  moko
                   6341: 
                   6342:        * src/main/compile.tab.C: [] now is empty string, not void
                   6343: 
                   6344:        * src/main/compile.y: [] now is empty string, not void
                   6345: 
                   6346:        * src/types/pa_vvoid.h: void now passed as parameter
                   6347: 
                   6348:        * tests/: 259.html, results/259.processed: to test difference
                   6349:          between void and empty string (see ticket #111)
                   6350: 
                   6351:        * tests/results/152.processed: $sEmpty[] is now empty string, not
                   6352:          void
                   6353: 
                   6354:        * tests/256.html: $s[$void] is no longer empty string
                   6355: 
                   6356:        * tests/254.html: empty string is no longer void
                   6357: 
                   6358: 2010-10-12  misha
                   6359: 
                   6360:        * src/types/pa_vcookie.C: - check if $.expires value can be
                   6361:          converted to date during cookies set up ( bugfix: #104 )
                   6362: 
                   6363:        * tests/041.html: - more tests for ^table.locate were added
                   6364: 
                   6365:        * src/classes/table.C: - ^table.locate[field;value;options] didn't
                   6366:          work ( bugfix: #129 ) - exception comment for incorrect options
                   6367:          ^table.locate[field;value;options] was fixed
                   6368: 
                   6369: 2010-10-10  moko
                   6370: 
                   6371:        * src/: classes/reflection.C, main/execute.C: constructor returning
                   6372:          another object feature returned
                   6373: 
                   6374:        * tests/results/258.processed: test result updated as constructor
                   6375:          returning another object feature returned
                   6376: 
                   6377:        * tests/: 258.html, results/258.processed: test for constructor
                   6378:          returning another object
                   6379: 
                   6380: 2010-10-08  misha
                   6381: 
                   6382:        * tests/257.html: - whitespaces after @METACOMMANDS and their
                   6383:          options shouldn't cause exceptions any longer
                   6384: 
                   6385: 2010-10-06  moko
                   6386: 
                   6387:        * src/classes/: hash.C, table.C: length from sql server is now
                   6388:          ignored, as sql string can contain 0x00 inside (bugfix: #119)
                   6389: 
                   6390: 2010-10-02  misha
                   6391: 
                   6392:        * operators.txt: - the X mark was removed from ^cache[file]. it is
                   6393:          usable to delete cache file.
                   6394: 
                   6395: 2010-10-02  moko
                   6396: 
                   6397:        * tests/: 253.html, results/253.processed: hook_key added for key
                   6398:          checking
                   6399: 
                   6400:        * src/classes/json.C: null key bug fixed
                   6401: 
                   6402: 2010-09-29  misha
                   6403: 
                   6404:        * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
                   6405: 
                   6406: 2010-09-25  moko
                   6407: 
                   6408:        * src/classes/json.C: small fixed
                   6409: 
                   6410:        * tests/results/: 253.processed, 255.processed: just updated
                   6411: 
                   6412:        * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
                   6413:          results/255.processed: charset transcode test added for
                   6414:          json:parse
                   6415: 
                   6416: 2010-09-24  moko
                   6417: 
                   6418:        * src/types/pa_value.h: warning war :)
                   6419: 
                   6420:        * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
                   6421:          types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
                   6422:          ^json:string
                   6423: 
                   6424: 2010-09-22  moko
                   6425: 
                   6426:        * src/main/pa_charset.C: parser charset tables declare only
                   6427:          white-space before 0x20, thus adding the missing chars
                   6428: 
                   6429:        * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
                   6430:          to http://unicode.org/Public/MAPPINGS/VENDORS/
                   6431: 
                   6432: 2010-09-21  misha
                   6433: 
                   6434:        * src/main/compile.y: - some semicolons were added (VS2010 don't
                   6435:          want to compile grammar if they are absent)
                   6436: 
                   6437:        * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
                   6438: 
                   6439:        * src/classes/classes.vcproj: - pathes to ls and gawk are changed
                   6440: 
                   6441:        * src/main/main.vcproj: - path to bison is changed
                   6442: 
                   6443: 2010-09-21  moko
                   6444: 
1.116     moko     6445:        * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
                   6446:          windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
                   6447:          to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95      moko     6448: 
                   6449: 2010-09-20  misha
                   6450: 
                   6451:        * src/types/pa_vtable.C: - add EOLs while json-serializing table
                   6452: 
                   6453:        * src/classes/json.C: - add EOL while json-serializing hash
                   6454: 
                   6455:        * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
                   6456:          compilers don't like 'ES'.
                   6457: 
                   6458: 2010-09-17  misha
                   6459: 
                   6460:        * operators.txt: - info about json class was added
                   6461: 
                   6462:        * src/classes/json.C: - ^json:string[object]
                   6463: 
                   6464:        * src/: include/pa_request.h, main/pa_request.C: - stuff for
                   6465:          preventing infinite recursion while executing json:string was
                   6466:          added
                   6467: 
                   6468:        * src/include/pa_string.h: - method append_quoted was added
                   6469: 
                   6470:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
                   6471:          pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
                   6472:          pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
                   6473:          was added to Value & Co
                   6474: 
                   6475:        * src/classes/date.C: - methods get_gmt_string and get_sql_string
                   6476:          were used
                   6477: 
                   6478:        * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
                   6479:          were added
                   6480: 
                   6481: 2010-09-10  moko
                   6482: 
                   6483:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6484:          die_or_abort (backport from 3.4.1)
                   6485: 
                   6486:        * src/targets/cgi/parser3.C: vsnprintf now not called twice in
                   6487:          die_or_abort (bugfix: #106)
                   6488: 
                   6489: 2010-09-09  moko
                   6490: 
                   6491:        * src/classes/json.C: warning war. :)
                   6492: 
                   6493: 2010-09-08  misha
                   6494: 
                   6495:        * src/lib/json/Makefile.am: - additional include directories were
                   6496:          added (for pa_memory.h and gc.h)
                   6497: 
                   6498:        * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
                   6499:          compile as C++ instead default - additional include directory was
                   6500:          added (for gc.h)
                   6501: 
                   6502:        * src/types/pa_vform.C: - little code reformating
                   6503: 
                   6504:        * src/classes/file.C: - $.content-type option now can be specified
                   6505:          in ^file::create ( new feature: #102 )
                   6506: 
                   6507: 2010-09-08  moko
                   6508: 
                   6509:        * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
                   6510:          pa_malloc/pa_free
                   6511: 
                   6512: 2010-09-07  moko
                   6513: 
                   6514:        * tests/results/254.processed: VStateless_class:put_element
                   6515:          exception was fixed
                   6516: 
                   6517:        * src/types/: pa_value.h, pa_vstateless_class.h: now
                   6518:          VStateless_class:put_element barks self.type, not this.type
                   6519:          (bugfix: #105)
                   6520: 
                   6521: 2010-09-06  moko
                   6522: 
                   6523:        * src/classes/reflection.C: bugfix: new String() is required for
                   6524:          exception handling
                   6525: 
                   6526:        * tests/: 254.html, results/254.processed: test modified
                   6527: 
                   6528: 2010-09-05  moko
                   6529: 
                   6530:        * tests/: 254.html, results/254.processed: ^reflection:copy test
                   6531:          added
                   6532: 
                   6533:        * src/: classes/reflection.C, include/pa_request.h:
                   6534:          ^reflection:copy implemented (new feature: #100)
                   6535: 
                   6536: 2010-09-03  moko
                   6537: 
                   6538:        * src/lib/json/JSON_parser.C: c++ compatiblity
                   6539: 
                   6540:        * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
                   6541:          option testing added
                   6542: 
                   6543: 2010-09-02  moko
                   6544: 
                   6545:        * src/classes/json.C: $.distinct[first|last|all] added
                   6546: 
                   6547: 2010-09-01  moko
                   6548: 
                   6549:        * tests/results/253.processed: json test result
                   6550: 
                   6551:        * tests/: 253.html, 253_json.txt: json test added
                   6552: 
                   6553:        * src/classes/json.C: json.C update to actual version + hash key
                   6554:          creation bugfix
                   6555: 
                   6556: 2010-08-31  misha
                   6557: 
                   6558:        * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
                   6559:          src/lib/json/Makefile.am, src/lib/json/json.vcproj,
                   6560:          src/lib/Makefile.am, src/classes/Makefile.am,
                   6561:          src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
                   6562:          json library was added
                   6563: 
                   6564: 2010-08-30  moko
                   6565: 
                   6566:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   6567:          types/pa_vobject.C: cosmetic optimization in
                   6568:          request:execute_method usage
                   6569: 
                   6570:        * src/: include/pa_charset.h, main/pa_charset.C: small
                   6571:          optimization, just to decrease number of lines. :)
                   6572: 
                   6573: 2010-08-27  misha
                   6574: 
                   6575:        * src/classes/op.C: - taint[json] was added
                   6576: 
                   6577:        * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
                   6578:          were added
                   6579: 
                   6580:        * src/main/pa_exec.C: - warning fix was rolled back.
                   6581: 
                   6582:        * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
                   6583:          include/pa_string.h: - taint[json] was added - escaping was
                   6584:          slightly modified
                   6585: 
                   6586: 2010-08-25  misha
                   6587: 
                   6588:        * src/classes/file.C: - typo in file:sql exception was fixed
                   6589: 
                   6590:        * src/main/pa_exec.C: - warning about declared and not used
                   6591:          variable forced_allow was removed
                   6592: 
                   6593: 2010-08-14  misha
                   6594: 
                   6595:        * src/classes/hash.C: - two warnings about signed/unsigned mismatch
                   6596:          were removed
                   6597: 
                   6598: 2010-08-11  moko
                   6599: 
                   6600:        * tests/: 249.html, results/249.processed: default setter and
                   6601:          anti-recursive default getter test added
                   6602: 
                   6603:        * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
                   6604:          types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
                   6605:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   6606:          types/pa_vstateless_class.h: default setter support +
                   6607:          anti-recursive default getter support ( new feature: #13 )
                   6608: 
                   6609:        * src/include/pa_hash.h: optimization: threshold member removed
                   6610:          from hash, reducing sizeof(hash)
                   6611: 
                   6612: 2010-08-10  misha
                   6613: 
                   6614:        * tests/196.html: - junction-method was added to the test
                   6615: 
                   6616:        * tests/248.html: - ups. typo :)
                   6617: 
                   6618:        * tests/248.html: - test for checking .match with 4 params
                   6619: 
                   6620:        * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
                   6621:          247_windows1251.txt: - test for "transcode file from utf-8 to
                   6622:          $request:charset during loading if the BOM code is detected"
                   6623: 
                   6624:        * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
                   6625:          $request:charset during loading if the BOM code is detected ( new
                   6626:          feature: #98 )
                   6627: 
                   6628: 2010-08-05  misha
                   6629: 
                   6630:        * src/classes/image.C: - ^image.replace now can accept only 2
                   6631:          params. in this case the whole image is affected ( new feature:
                   6632:          #95 )
                   6633: 
                   6634: 2010-08-04  misha
                   6635: 
                   6636:        * tests/246.html: - test tor ^hash._at[] was added
                   6637: 
                   6638:        * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
                   6639:          #53 )
                   6640: 
                   6641:        * src/include/pa_hash.h: - methods for accessing the first and the
                   6642:          last values of ordered hash were added (first_value and
                   6643:          last_value)
                   6644: 
                   6645:        * src/classes/file.C: - now ^file::base64 accepts up to 4 params
                   6646:          (similar to others file's methods):
                   6647:          ^file::base64[mode;user-file-name;encoded;options] ( new feature:
                   6648:          #68 )
                   6649: 
                   6650:        * src/types/pa_vmethod_frame.h: - helper method as_hash was added
                   6651: 
                   6652: 2010-08-01  moko
                   6653: 
                   6654:        * src/classes/op.C: to correctly process $result[] in code, called
                   6655:          from ^process
                   6656: 
                   6657:        * tests/245.html: $result in ^process[] test added
                   6658: 
                   6659:        * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
                   6660:          main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
                   6661:          types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
                   6662:          VMethodFrame(junction, caller) replaced with VMethodFrame(method,
                   6663:          caller, self) op_call(VMethodFrame &frame, bool constructing)
                   6664:          removed, construct(class,method) added
                   6665: 
                   6666:        * tests/results/: 192.processed, 244.processed: request::construct
                   6667:          added
                   6668: 
                   6669:        * tests/: 244.html, 245.html, results/244.processed,
                   6670:          results/245.processed: object creation exceptions and ^process
                   6671:          tests added
                   6672: 
                   6673: 2010-07-28  misha
                   6674: 
                   6675:        * tests/make_tests.cmd: - win32 EOLs
                   6676: 
                   6677:        * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
                   6678:          tests on Win32 were added (The system timezone should be GMT+3)
                   6679: 
                   6680: 2010-07-26  misha
                   6681: 
                   6682:        * tests/: 212.html, results/212.processed: - sizes were removed
                   6683:          mecause they could be different on different OSs
                   6684: 
                   6685:        * tests/065.html: - make it "win32 friendly"
                   6686: 
                   6687: 2010-07-25  misha
                   6688: 
                   6689:        * src/main/compile.y: - all EOLs between methods are removed during
                   6690:          compilation ( new feature: #47 )
                   6691: 
                   6692:        * tests/results/149.processed: - prepare tests to trim trailing
                   6693:          methods' EOLs
                   6694: 
                   6695:        * tests/149.html: - prepare tests to trim trailing methods' EOLs
                   6696: 
                   6697:        * tests/: results/006.processed, results/014.processed, 006.html,
                   6698:          014.html, 022.html: - prepare tests to trim trailing methods'
                   6699:          EOLs
                   6700: 
                   6701:        * tests/: 059.html, 071.html, 149.html, results/059.processed,
                   6702:          results/071.processed, results/022.processed: - prepare tests to
                   6703:          trim trailing methods' EOLs
                   6704: 
                   6705:        * tests/: results/073.processed, results/109.processed,
                   6706:          results/142.processed, results/144.processed,
                   6707:          results/149.processed, 073.html, 096.html, 109.html, 142.html,
                   6708:          144.html: - prepare tests to trim trailing methods' EOLs
                   6709: 
                   6710:        * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
                   6711:          149.html, 152.html, results/096.processed, results/107.processed,
                   6712:          results/109.processed, results/142.processed,
                   6713:          results/144.processed: - prepare tests to trim trailing methods'
                   6714:          EOLs
                   6715: 
                   6716: 2010-07-24  moko
                   6717: 
                   6718:        * tests/results/: 156.processed, 224.processed: fix for #54 changed
                   6719:          the hash order in this test
                   6720: 
                   6721:        * tests/014.html: to check hash order, hash no is longer sorted
                   6722:          before print
                   6723: 
                   6724:        * src/include/pa_hash.h: hash copy constructor now keeps order
                   6725:          (bugfix: #54)
                   6726: 
                   6727: 2010-07-23  moko
                   6728: 
                   6729:        * tests/results/224.processed: @auto[] is no longer inherited
                   6730: 
                   6731:        * src/types/pa_vstateless_class.C, tests/227.html,
                   6732:          tests/results/227.processed: @auto[] is no longer inherited
                   6733:          (bugfix: #57)
                   6734: 
                   6735: 2010-07-22  misha
                   6736: 
                   6737:        * src/classes/table.C: - don't skip comment lines during
                   6738:          table::load if encloser or separator is set as '#' ( new feature:
                   6739:          #30 )
                   6740: 
                   6741:        * src/targets/cgi/parser3.C: - don't run as cgi if
                   6742:          env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
                   6743:          #12 )
                   6744: 
                   6745:        * src/classes/file.C: - set PARSER_VARSION env before external
                   6746:          script executing
                   6747: 
                   6748: 2010-07-13  misha
                   6749: 
                   6750:        * tests/058.html: - test for suppressing @border was added - test
                   6751:          for user attribute was added
                   6752: 
                   6753:        * tests/results/186.processed: unescaping from \uXXXX
                   6754: 
                   6755:        * tests/186.html: unescaping from \uXXXX
                   6756: 
                   6757:        * tests/: 239.html, results/239.processed: method call type
                   6758: 
                   6759:        * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
                   6760:          $junction_method.CLASS_NAME (+CLASS)
                   6761: 
                   6762: 2010-07-07  misha
                   6763: 
                   6764:        * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
                   6765:          *nix
                   6766: 
                   6767: 2010-07-05  misha
                   6768: 
                   6769:        * src/: classes/curl.C, classes/file.C, classes/hash.C,
                   6770:          classes/image.C, classes/op.C, classes/string.C, classes/table.C,
                   6771:          classes/void.C, main/pa_common.C, main/pa_http.C: - exception
                   6772:          comment strings "options must be hash", "options must be hash,
                   6773:          not code" and "called with invalid option" were replaced by
                   6774:          constatns - exception comment string "invalid option passed" was
                   6775:          replaced by "called with invalid option" (now in different
                   6776:          methods are the same exception comment string)
                   6777: 
                   6778:        * src/include/pa_exception.h: - more exception strings were defined
                   6779: 
                   6780:        * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   6781:          types/pa_vstateless_class.h: - now we can define possible
                   6782:          method's call type ( new feature: #5 )   1.
                   6783:          @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
                   6784:          methods   2. @static:method[params] (only static keyword could be
                   6785:          used here) -- for specified methods
                   6786: 
                   6787:        * src/main/pa_common.C: - junction points should not be deleted on
                   6788:          win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
                   6789:          cleanup
                   6790: 
                   6791: 2010-07-03  misha
                   6792: 
                   6793:        * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
                   6794:          results/158.processed, results/160.processed,
                   6795:          results/161.processed, results/162.processed,
                   6796:          results/163.processed: - prepare tests to trim trailing methods'
                   6797:          EOLs
                   6798: 
                   6799:        * tests/results/169.processed: - prepare tests to trim trailing
                   6800:          methods' EOLs
                   6801: 
                   6802:        * tests/results/: 168.processed, 169.processed: - prepare tests to
                   6803:          trim trailing methods' EOLs
                   6804: 
                   6805:        * tests/: results/170.processed, results/167.processed,
                   6806:          results/168.processed, results/169.processed, 167.html, 168.html,
                   6807:          169.html: - prepare tests to trim trailing methods' EOLs
                   6808: 
                   6809:        * tests/: results/170.processed, results/171.processed,
                   6810:          results/172.processed, results/173.processed,
                   6811:          results/174.processed, results/175.processed, 170.html, 171.html,
                   6812:          172.html, 173.html, 174.html, 175.html: - prepare tests to trim
                   6813:          trailing methods' EOLs
                   6814: 
                   6815:        * tests/: results/176.processed, results/180.processed,
                   6816:          results/184.processed, results/185.processed,
                   6817:          results/191.processed, results/192.processed,
                   6818:          results/196.processed, results/197.processed,
                   6819:          results/198.processed, 176.html, 180.html, 184.html, 185.html,
                   6820:          191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
                   6821:          to trim trailing methods' EOLs
                   6822: 
                   6823:        * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
                   6824:          results/199.processed, results/208.processed,
                   6825:          results/209.processed, results/213.processed,
                   6826:          results/214.processed: - prepare tests to trim trailing methods'
                   6827:          EOLs
                   6828: 
                   6829: 2010-06-29  misha
                   6830: 
                   6831:        * tests/: 220.html, 218.html, results/218.processed,
                   6832:          results/215.processed, results/217.processed, 215.html, 217.html:
                   6833:          - prepare tests to trim trailing methods' EOLs
                   6834: 
                   6835:        * tests/: results/224.processed, 224.html, 223.html,
                   6836:          results/223.processed, results/220.processed: - prepare tests to
                   6837:          trim trailing methods' EOLs
                   6838: 
                   6839:        * tests/results/: 226.processed, 230.processed: - prepare tests to
                   6840:          trim trailing methods' EOLs
                   6841: 
                   6842:        * tests/: 229.html, results/229.processed: - prepare tests to trim
                   6843:          trailing methods' EOLs
                   6844: 
                   6845:        * tests/: 232.html, 235.html, results/232.processed,
                   6846:          results/235.processed, 226.html, 227.html, 228.html, 230.html,
                   6847:          results/226.processed, results/227.processed,
                   6848:          results/228.processed, results/230.processed: - prepare tests to
                   6849:          trim trailing methods' EOLs
                   6850: 
                   6851: 2010-06-16  moko
                   6852: 
                   6853:        * tests/: 229.html, results/229.processed:  elseif now supported in
                   6854:          ^if
                   6855: 
                   6856:        * src/classes/op.C: new feature: #56 elseif now supported in ^if
                   6857: 
                   6858: 2010-06-03  misha
                   6859: 
                   6860:        * src/main/pa_common.C: - bugfix #74 -- memmove should be used
                   6861:          instead of memcopy for overlaped regions
                   6862: 
                   6863: 2010-05-25  misha
                   6864: 
                   6865:        * src/main/pa_common.C: - wanring about unused vars was removed
                   6866: 
                   6867:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
                   6868:          get_method_filename was moved to execute.C
                   6869: 
                   6870: 2010-05-23  misha
                   6871: 
                   6872:        * src/main/pa_request.C: - more accurate detection of method's file
                   6873: 
                   6874: 2010-05-22  misha
                   6875: 
                   6876:        * src/classes/reflection.C: - bugfix: core during detection of
                   6877:          .file if filespec isn't detected successfully
                   6878: 
                   6879: 2010-05-20  misha
                   6880: 
                   6881:        * src/main/pa_request.C: - fix in get_method_filename
                   6882: 
                   6883:        * src/include/pa_request.h: - new feature: #24 -- searching
                   6884:          included file in @USE/^use is changed. if its filespec doesn't
                   6885:          start from '/' it will be searched in caller file directory
                   6886: 
                   6887:        * src/classes/reflection.C: - ^reflection:method_info returns file
                   6888:          where the method is defined
                   6889: 
                   6890:        * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
                   6891:          classes/op.C: - new feature: #24 -- searching included file in
                   6892:          @USE/^use is changed. if its filespec doesn't start from '/' it
                   6893:          will be searched in caller file directory
                   6894: 
                   6895:        * src/: classes/file.C, include/pa_common.h: - method lastposafter
                   6896:          is moved to pa_common.h
                   6897: 
                   6898: 2010-05-18  misha
                   6899: 
                   6900:        * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
                   6901:          types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
                   6902:          cookie parser decode \uXXXX as well as %uXXXX
                   6903: 
                   6904: 2010-05-17  misha
                   6905: 
                   6906:        * src/classes/curl.C: beauty: - unused param is removed in method
                   6907:          _curl_version_action - some spaces were removed or replaced by
                   6908:          tabs
                   6909: 
                   6910:        * src/classes/table.C: - bugfix: #72 core with empty value during
                   6911:          ^table.hash[...;name_of_the_last_column][$.type[string]]
                   6912: 
                   6913: 2010-05-16  misha
                   6914: 
                   6915:        * src/classes/curl.C: new: #61 more curl options were added
                   6916:          (contributed by Sumo)
                   6917: 
                   6918: 2010-04-29  pretender
                   6919: 
                   6920:        * src/main/pa_string.C: fixes #63 Split result from empty string
                   6921:          now empty string.
                   6922: 
                   6923:        * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
                   6924:          string type.
                   6925: 
                   6926: 2010-04-28  pretender
                   6927: 
                   6928:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   6929:          main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
                   6930:          macrodefinition removed
                   6931: 
                   6932: 2010-04-19  pretender
                   6933: 
                   6934:        * src/main/execute.C: fixes #60 Stacktrace now contains info for
                   6935:          OP_CONSTRUCT_OBJECT and OP_GET_CLASS
                   6936: 
                   6937:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   6938:          fixes #64 Now file.missing exception generates in unsafe mode to.
                   6939: 
                   6940:        * src/classes/file.C: fixes #48 Now not throw "not save environment
                   6941:          variable" exception in grpunlim version.
                   6942: 
                   6943: 2010-04-05  misha
                   6944: 
                   6945:        * src/classes/string.C: - new feature: 4th param was added to
                   6946:          match. if specified its value is returned in case of nothing was
                   6947:          found
                   6948: 
                   6949: 2010-04-01  misha
                   6950: 
                   6951:        * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
                   6952:          multiple execution of /a/b/auto.p
                   6953: 
                   6954: 2010-03-19  misha
                   6955: 
                   6956:        * src/main/execute.C: - core in $table1.$table2 was fixed
                   6957: 
                   6958:        * src/targets/cgi/parser3.C: - core in sigpipe was fixed
                   6959: 
                   6960: 2010-01-27  misha
                   6961: 
                   6962:        * src/main/pa_common.C: - bugfix: there are no excaption.type if
                   6963:          trying to open file by path /existing-file/non-exixting-file
                   6964: 
                   6965: 2010-01-26  misha
                   6966: 
                   6967:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
                   6968:          was added (returns file)
                   6969: 
                   6970: 2009-12-22  misha
                   6971: 
                   6972:        * src/classes/curl.C: - method 'option' was renamed to 'options' -
                   6973:          now parser doesn't have class curl if it was built without it
                   6974: 
                   6975: 2009-12-15  misha
                   6976: 
                   6977:        * configure.in: - little cheat with curl include dir was added
                   6978: 
                   6979: 2009-12-05  misha
                   6980: 
                   6981:        * src/classes/curl.C: - some fixes
                   6982: 
                   6983: 2009-12-04  misha
                   6984: 
                   6985:        * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
                   6986:          src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
                   6987:          buildall-with-xml, buildall-without-xml, configure.in: - curl
                   6988:          class was added
                   6989: 
                   6990:        * src/include/pa_hash.h: - hash-iterator was added
                   6991: 
                   6992:        * buildall-with-xml, buildall-without-xml: - option --passive-ftp
                   6993:          was added to pcre
                   6994: 
                   6995: 2009-11-27  misha
                   6996: 
                   6997:        * src/classes/image.C: - don't add @border attribute to output of
                   6998:          ^image.html[] if it was specified by user with empty value
                   6999: 
                   7000:        * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
                   7001:          root element and we are trying to access .documentElement
                   7002: 
                   7003: 2009-11-11  misha
                   7004: 
                   7005:        * src/classes/table.C: - in ^table.flip[] look at number of columns
                   7006:          instead of number of items in first row for named tables
                   7007: 
                   7008: 2009-11-10  misha
                   7009: 
                   7010:        * operators.txt: - info about hash-options in ^file::create was
                   7011:          added
                   7012: 
                   7013:        * tests/237.html: - test for ^file::create[...;$.charset[...]] was
                   7014:          added
                   7015: 
                   7016: 2009-11-09  misha
                   7017: 
                   7018:        * buildall-with-xml: - moving to libxml 2.7.6
                   7019: 
                   7020:        * tests/236.html: - tests for comparations cords with functions
                   7021:          were added
                   7022: 
                   7023:        * src/include/pa_string.h: - optimisation: cacheing of cstr was
                   7024:          added
                   7025: 
                   7026:        * src/main/pa_http.C: - little optimisation
                   7027: 
                   7028:        * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
                   7029:          GPF mallocs + stringstream (table.save)
                   7030: 
                   7031:        * src/classes/file.C: - file::create now accepts 4th param: options
                   7032:          with $.charset
                   7033: 
                   7034:        * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
                   7035:          bug in cord (comparation cords with functions was buggy)
                   7036: 
                   7037: 2009-11-06  misha
                   7038: 
                   7039:        * src/main/pa_string.C: - bugfix: calculation string.length
                   7040:          sometimes was buggy
                   7041: 
                   7042:        * src/classes/string.C: - bugfix: Temp_value_element wasn't
                   7043:          destroyed if exception occured during match/replace
                   7044: 
                   7045:        * src/: main/pa_charset.C, include/pa_charset.h: - method
                   7046:          lengthUTF8Char was added
                   7047: 
                   7048:        * src/classes/op.C: - clean tainting lang was added for user's
                   7049:          usage
                   7050: 
                   7051:        * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
                   7052:          fixed: checkouts are required after GC_MALLOC
                   7053: 
                   7054:        * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
                   7055: 
                   7056:        * operators.txt: - actually, there is no ^untaint[xml] in
                   7057:          file::create
                   7058: 
                   7059: 2009-10-15  misha
                   7060: 
                   7061:        * tests/: 235.html, 235_attach.txt: - tests for preparing email
                   7062:          were added
                   7063: 
                   7064:        * tests/234.html: - more tests for checking ^taint[uri] escaping
                   7065:          were added
                   7066: 
                   7067:        * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
                   7068:          main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
                   7069:          hacking: for dealing with transcoding+^taint[uri]
                   7070:          transcode_and_untaint was replaced by untaint_and_transcode
                   7071: 
                   7072: 2009-10-13  misha
                   7073: 
                   7074:        * tests/: 121.html, results/121.processed: - test transcoding +
                   7075:          url-escaping now
                   7076: 
                   7077:        * tests/results/auto.p: - more helpers' methods were added
                   7078: 
                   7079:        * src/main/pa_globals.C: - die instead of abort
                   7080: 
                   7081: 2009-10-06  misha
                   7082: 
                   7083:        * src/main/pa_common.C: - don't allocate memory during
                   7084:          capitalization if input string is already capitalized
                   7085: 
                   7086:        * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
                   7087: 
                   7088:        * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
                   7089:          use format function because it calls malloc
                   7090: 
                   7091:        * src/include/pa_common.h: - more capitalized headers were added
                   7092: 
                   7093:        * src/main/pa_common.C: - in safe mode clear executable bits during
                   7094:          file writing
                   7095: 
                   7096: 2009-10-05  misha
                   7097: 
                   7098:        * src/main/pa_charset.C: - use iterators in pa_charset.C itself
                   7099: 
                   7100: 2009-10-03  misha
                   7101: 
                   7102:        * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
                   7103:          ^img.text[] & ^img.length[] can work in utf-8 now
                   7104: 
                   7105:        * src/: include/pa_charset.h, main/pa_charset.C: - class
                   7106:          UTF8_string_iterator was added
                   7107: 
                   7108:        * src/classes/image.C: - respect utf-8 when calculate alphabet
                   7109:          length
                   7110: 
                   7111:        * src/classes/mail.C: - check from before get message.cstr
                   7112: 
                   7113: 2009-10-02  misha
                   7114: 
                   7115:        * tests/233.html: - test for image.font, image.length, image.text
                   7116:          with text in utf-8 were added
                   7117: 
                   7118:        * src/main/pa_common.C: - use pa_malloc_atomic instead of new
                   7119: 
                   7120:        * buildall-with-xml, buildall-without-xml: - comment about gc
                   7121:          version for freebsd 4 was added
                   7122: 
                   7123: 2009-10-01  misha
                   7124: 
                   7125:        * src/main/pa_exec.C: - bugfix: allocate a bit more (for
                   7126:          terminator) - read_pipe were slightly optimized
                   7127: 
                   7128: 2009-09-28  misha
                   7129: 
                   7130:        * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
                   7131:          removed
                   7132: 
                   7133:        * src/types/pa_vmail.C: - forgot about space after ':'
                   7134: 
                   7135:        * src/types/pa_vmail.C: - escape filenames while preparing mail
                   7136:          body - small simplifications
                   7137: 
                   7138:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
                   7139:          inout params like pa_base64
                   7140: 
                   7141:        * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
                   7142:          option $.debug-print(1) was added to mail:send - changes for
                   7143:          using uue_encode which uses less memory
                   7144: 
                   7145:        * src/main/pa_common.C: - pa_base64_encode uses less memory now
                   7146: 
                   7147:        * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
                   7148:          memory now
                   7149: 
                   7150: 2009-09-26  misha
                   7151: 
                   7152:        * src/types/pa_vmail.C: - default encoding now is base64
                   7153: 
                   7154:        * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
                   7155: 
                   7156: 2009-09-25  misha
                   7157: 
                   7158:        * src/types/pa_vmail.C: - capitalization of headers was added to
                   7159:          sending mail as well
                   7160: 
                   7161:        * buildall-with-xml: - catalog package was removed from libxml
                   7162: 
                   7163:        * src/main/pa_xml_io.C: - fix in removing file:// protocol for
                   7164:          win32 absolute path
                   7165: 
                   7166:        * src/include/pa_common.h: - one more capitalized header was added
                   7167: 
                   7168: 2009-09-22  misha
                   7169: 
                   7170:        * INSTALL: - comment about building just httpd binary while
                   7171:          building apache module was added
                   7172: 
                   7173: 2009-09-21  misha
                   7174: 
                   7175:        * buildall-with-xml: - moving to the latest versions of xml libs:
                   7176:          libxml 2.7.4 and libxslt 1.1.25
                   7177: 
                   7178: 2009-09-19  misha
                   7179: 
                   7180:        * tests/231.html: - test for encoding cookie in win-1251
                   7181: 
                   7182: 2009-09-18  misha
                   7183: 
                   7184:        * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
                   7185:          object] were added
                   7186: 
                   7187:        * operators.txt: - info about method ^reflection:fields[class or
                   7188:          object] was added
                   7189: 
                   7190:        * src/classes/reflection.C: - method ^reflection:fields[class or
                   7191:          object] was added
                   7192: 
                   7193:        * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
                   7194:          methods get_fields were added
                   7195: 
                   7196:        * tests/232.html: - tests for @GET[name]
                   7197: 
                   7198:        * src/classes/table.C: - some changes in handling hash-options for
                   7199:          creare, join and locate
                   7200: 
                   7201:        * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
                   7202:          defined with option: the type of requested value
                   7203: 
                   7204: 2009-09-17  misha
                   7205: 
                   7206:        * tests/212.html: - tests for .pattern and .options were added
                   7207: 
                   7208:        * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
                   7209:          $regex.options were added
                   7210: 
                   7211: 2009-09-11  misha
                   7212: 
                   7213:        * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
                   7214:          rewrited. it checks not just one case of sending cookies during
                   7215:          file::load[http], but also sending headers and fields (including
                   7216:          files)
                   7217: 
                   7218: 2009-09-10  misha
                   7219: 
                   7220:        * src/main/untaint.C: - workaround in file-spec lang for old Macs
                   7221:          was removed => now parser can open files with Russian 'r' in
                   7222:          filename
                   7223: 
                   7224:        * src/main/untaint.C: - bugfix: client charset whould be analized
                   7225:          while escaping cookies but now source charset
                   7226: 
                   7227:        * src/main/pa_http.C: - bugfix: the values of http headers didn't
                   7228:          ^tainted[uri] so it was possible to make request with incorrect
                   7229:          http header
                   7230: 
                   7231:        * src/main/pa_http.C: - capitalization of http headers during
                   7232:          file::load[http was slightly changes - bugfix: all headers which
                   7233:          parser sends during file::load[http should be transcoded and only
                   7234:          then escaped
                   7235: 
                   7236:        * src/main/untaint.C: - a bit more comments were added
                   7237: 
                   7238:        * src/classes/: file.C, string.C: - types where changes (minus 2
                   7239:          warnings)
                   7240: 
                   7241:        * src/include/pa_common.h: - 2 capitalized strings for making http
                   7242:          headers during file::load[http were added
                   7243: 
                   7244: 2009-09-08  misha
                   7245: 
                   7246:        * operators.txt: - changes in file.save and string.save were added
                   7247: 
                   7248:        * tests/: 230.html, 230.txt: - tests for checking options in
                   7249:          file.save and string.save were added
                   7250: 
                   7251:        * src/main/pa_request.C: - http headers names, which are passed to
                   7252:          SAPI::add_header_attribute are lowercased now (it'll be
                   7253:          capitalized in that method)
                   7254: 
                   7255:        * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
                   7256:          classes/string.C: - file_write accepts Request_charsets and asked
                   7257:          charset and cound transcode content before writing - string.save
                   7258:          and file.save have option $.charset now
                   7259: 
                   7260:        * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
                   7261:          classes/xdoc.C: - file_write accepts Request_charsets and asked
                   7262:          charset and cound transcode content before writing
                   7263: 
                   7264:        * src/include/pa_exception.h: - new exception comment string was
                   7265:          defined
                   7266: 
                   7267: 2009-09-07  misha
                   7268: 
                   7269:        * src/main/compile.y: - grammar $name\ name stops now for regex
                   7270:          sub-pattern\s
                   7271: 
                   7272: 2009-09-04  misha
                   7273: 
                   7274:        * src/main/pa_http.C: - capitalization of http headers during
                   7275:          file::load[http was implemented
                   7276: 
                   7277: 2009-09-03  misha
                   7278: 
                   7279:        * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
                   7280:          include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
                   7281:          types/pa_vmail.C, targets/cgi/parser3.C,
                   7282:          targets/isapi/parser3isapi.C: - back to storing response http
                   7283:          headers in lowercase - capitalize them during output
                   7284: 
                   7285: 2009-08-31  misha
                   7286: 
                   7287:        * src/classes/table.C: - allow call with any brackets (it could be
                   7288:          useful in methods with explict result declaration)
                   7289: 
                   7290:        * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
                   7291:          correctly if $request:charset==koi8-r
                   7292: 
                   7293: 2009-08-30  misha
                   7294: 
                   7295:        * src/: include/pa_common.h, main/pa_request.C: - http headers were
                   7296:          changed: content-type => Content-type and so on
                   7297: 
                   7298:        * src/classes/file.C, src/include/pa_common.h,
                   7299:          src/include/pa_request.h, src/main/pa_http.C,
                   7300:          src/main/pa_request.C, src/types/pa_vcookie.C,
                   7301:          src/types/pa_vmail.C, src/targets/cgi/parser3.C,
                   7302:          src/targets/isapi/parser3isapi.C, tests/results/001.processed,
                   7303:          tests/results/002.processed, tests/results/003.processed,
                   7304:          tests/results/004.processed, tests/results/005.processed,
                   7305:          tests/results/006.processed, tests/results/007.processed,
                   7306:          tests/results/008.processed, tests/results/009.processed,
                   7307:          tests/results/010.processed, tests/results/011.processed,
                   7308:          tests/results/012.processed, tests/results/013.processed,
                   7309:          tests/results/014.processed, tests/results/015.processed,
                   7310:          tests/results/016.processed, tests/results/017.processed,
                   7311:          tests/results/018.processed, tests/results/019.processed,
                   7312:          tests/results/020.processed, tests/results/021.processed,
                   7313:          tests/results/022.processed, tests/results/023.processed,
                   7314:          tests/results/024.processed, tests/results/025.processed,
                   7315:          tests/results/026.processed, tests/results/027.processed,
                   7316:          tests/results/028.processed, tests/results/029.processed,
                   7317:          tests/results/030.processed, tests/results/031.processed,
                   7318:          tests/results/032.processed, tests/results/033.processed,
                   7319:          tests/results/034.processed, tests/results/035.processed,
                   7320:          tests/results/036.processed, tests/results/037.processed,
                   7321:          tests/results/038.processed, tests/results/039.processed,
                   7322:          tests/results/040.processed, tests/results/041.processed,
                   7323:          tests/results/042.processed, tests/results/043.processed,
                   7324:          tests/results/044.processed, tests/results/045.processed,
                   7325:          tests/results/046.processed, tests/results/047.processed,
                   7326:          tests/results/048.processed, tests/results/049.processed,
                   7327:          tests/results/050.processed, tests/results/051.processed,
                   7328:          tests/results/052.processed, tests/results/053.processed,
                   7329:          tests/results/054.processed, tests/results/055.processed,
                   7330:          tests/results/056.processed, tests/results/057.processed,
                   7331:          tests/results/058.processed, tests/results/059.processed,
                   7332:          tests/results/060.processed, tests/results/061.processed,
                   7333:          tests/results/062.processed, tests/results/063.processed,
                   7334:          tests/results/064.processed, tests/results/065.processed,
                   7335:          tests/results/066.processed, tests/results/067.processed,
                   7336:          tests/results/068.processed, tests/results/069.processed,
                   7337:          tests/results/070.processed, tests/results/071.processed,
                   7338:          tests/results/072.processed, tests/results/073.processed,
                   7339:          tests/results/074.processed, tests/results/075.processed,
                   7340:          tests/results/076.processed, tests/results/077.processed,
                   7341:          tests/results/078.processed, tests/results/079.processed,
                   7342:          tests/results/080.processed, tests/results/081.processed,
                   7343:          tests/results/082.processed, tests/results/083.processed,
                   7344:          tests/results/084.processed, tests/results/085.processed,
                   7345:          tests/results/086.processed, tests/results/087.processed,
                   7346:          tests/results/088.processed, tests/results/089.processed,
                   7347:          tests/results/090.processed, tests/results/091.processed,
                   7348:          tests/results/092.processed, tests/results/093.processed,
                   7349:          tests/results/094.processed, tests/results/095.processed,
                   7350:          tests/results/096.processed, tests/results/097.processed,
                   7351:          tests/results/098.processed, tests/results/099.processed,
                   7352:          tests/results/100.processed, tests/results/101.processed,
                   7353:          tests/results/102.processed, tests/results/103.processed,
                   7354:          tests/results/104.processed, tests/results/105.processed,
                   7355:          tests/results/106.processed, tests/results/107.processed,
                   7356:          tests/results/108.processed, tests/results/109.processed,
                   7357:          tests/results/110.processed, tests/results/111.processed,
                   7358:          tests/results/112.processed, tests/results/113.processed,
                   7359:          tests/results/114.processed, tests/results/115.processed,
                   7360:          tests/results/116.processed, tests/results/117.processed,
                   7361:          tests/results/118.processed, tests/results/119.processed,
                   7362:          tests/results/120.processed, tests/results/121.processed,
                   7363:          tests/results/122.processed, tests/results/123.processed,
                   7364:          tests/results/124.processed, tests/results/125.processed,
                   7365:          tests/results/126.processed, tests/results/127.processed,
                   7366:          tests/results/128.processed, tests/results/129.processed,
                   7367:          tests/results/130.processed, tests/results/131.processed,
                   7368:          tests/results/132.processed, tests/results/133.processed,
                   7369:          tests/results/134.processed, tests/results/135.processed,
                   7370:          tests/results/136.processed, tests/results/138.processed,
                   7371:          tests/results/139.processed, tests/results/140.processed,
                   7372:          tests/results/141.processed, tests/results/142.processed,
                   7373:          tests/results/143.processed, tests/results/144.processed,
                   7374:          tests/results/145.processed, tests/results/146.processed,
                   7375:          tests/results/147.processed, tests/results/148.processed,
                   7376:          tests/results/149.processed, tests/results/150.processed,
                   7377:          tests/results/151.processed, tests/results/152.processed,
                   7378:          tests/results/153.processed, tests/results/154.processed,
                   7379:          tests/results/155.processed, tests/results/156.processed,
                   7380:          tests/results/157.processed, tests/results/158.processed,
                   7381:          tests/results/159.processed, tests/results/160.processed,
                   7382:          tests/results/161.processed, tests/results/162.processed,
                   7383:          tests/results/163.processed, tests/results/164.processed,
                   7384:          tests/results/165.processed, tests/results/166.processed,
                   7385:          tests/results/167.processed, tests/results/168.processed,
                   7386:          tests/results/169.processed, tests/results/170.processed,
                   7387:          tests/results/171.processed, tests/results/172.processed,
                   7388:          tests/results/173.processed, tests/results/174.processed,
                   7389:          tests/results/175.processed, tests/results/176.processed,
                   7390:          tests/results/177.processed, tests/results/178.processed,
                   7391:          tests/results/179.processed, tests/results/180.processed,
                   7392:          tests/results/181.processed, tests/results/182.processed,
                   7393:          tests/results/183.processed, tests/results/184.processed,
                   7394:          tests/results/185.processed, tests/results/186.processed,
                   7395:          tests/results/187.processed, tests/results/188.processed,
                   7396:          tests/results/189.processed, tests/results/190.processed,
                   7397:          tests/results/191.processed, tests/results/192.processed,
                   7398:          tests/results/193.processed, tests/results/194.processed,
                   7399:          tests/results/195.processed, tests/results/196.processed,
                   7400:          tests/results/197.processed, tests/results/198.processed,
                   7401:          tests/results/199.processed, tests/results/200.processed,
                   7402:          tests/results/201.processed, tests/results/202.processed,
                   7403:          tests/results/203.processed, tests/results/204.processed,
                   7404:          tests/results/205.processed, tests/results/206.processed,
                   7405:          tests/results/207.processed, tests/results/208.processed,
                   7406:          tests/results/209.processed, tests/results/210.processed,
                   7407:          tests/results/211.processed, tests/results/212.processed,
                   7408:          tests/results/213.processed, tests/results/214.processed,
                   7409:          tests/results/215.processed, tests/results/216.processed,
                   7410:          tests/results/217.processed, tests/results/218.processed,
                   7411:          tests/results/219.processed, tests/results/220.processed,
                   7412:          tests/results/221.processed, tests/results/222.processed,
                   7413:          tests/results/223.processed, tests/results/224.processed,
                   7414:          tests/results/225.processed, tests/results/226.processed,
                   7415:          tests/results/227.processed, tests/results/228.processed,
                   7416:          tests/results/229.processed: - http headers were changed:
                   7417:          content-type => Content-type and so on
                   7418: 
                   7419: 2009-08-27  misha
                   7420: 
                   7421:        * src/: main/pa_random.C, include/pa_random.h,
                   7422:          targets/cgi/parser3.C: - year was updated :)
                   7423: 
                   7424: 2009-08-26  misha
                   7425: 
                   7426:        * tests/: 224.html, 224.p: - test for creating of parser object
                   7427:          using constructor without params - little bugfix in test
                   7428: 
                   7429:        * src/main/compile_tools.h: - bugfix: should't call autouse while
                   7430:          checking existed class while processing partial option
                   7431: 
                   7432:        * src/classes/reflection.C: - bugfix: core when creating object
                   7433:          with reflection and constructor doesn't have params
                   7434: 
                   7435: 2009-08-24  misha
                   7436: 
                   7437:        * tests/229.html: - tests for checking the number of parameters
                   7438:          were added
                   7439: 
                   7440:        * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
                   7441:          number of method's parameters wasn't checked correctly (the bug
                   7442:          was introduced in 3.4.0)
                   7443: 
                   7444: 2009-08-22  misha
                   7445: 
                   7446:        * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
                   7447:          transcoded, but tainted pieces are escaped only when
                   7448:          content-type==url-encoding
                   7449: 
                   7450:        * tests/228.html: - test for checking
                   7451:          ^file::load[http://...;$.body[]]
                   7452: 
                   7453:        * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
                   7454:          post charset was too early (charsets is empty at this moment)
                   7455: 
                   7456: 2009-08-21  misha
                   7457: 
                   7458:        * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
                   7459:          main/untaint.C: - some fixes with transcode+untaint
                   7460: 
                   7461: 2009-08-15  misha
                   7462: 
                   7463:        * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
                   7464:          was increaced to 100 (was 50)
                   7465: 
                   7466:        * tests/227.html: - test for checking overriding properties in
                   7467:          static classes was added
                   7468: 
                   7469:        * tests/: 226.html, 226.p: - test for @autoload[] was added
                   7470: 
                   7471:        * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
                   7472:          main/execute.C, main/pa_request.C, classes/reflection.C: -
                   7473:          autouse was implemented
                   7474: 
                   7475: 2009-08-14  misha
                   7476: 
                   7477:        * src/classes/reflection.C: - outdated checkout was removed
                   7478: 
                   7479:        * src/classes/reflection.C: - optimization - method ^dynamical was
                   7480:          added.
                   7481: 
                   7482:        * src/: types/pa_value.h, types/pa_vmethod_frame.h,
                   7483:          types/pa_vstateless_class.h, main/execute.C: - optimization
                   7484: 
                   7485:        * src/types/pa_vclass.C: - exception if base on sytem class
                   7486: 
                   7487: 2009-08-12  misha
                   7488: 
                   7489:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   7490:          pa_vstateless_class.h: - little optimisation
                   7491: 
                   7492: 2009-08-11  misha
                   7493: 
                   7494:        * tests/224.html: - method_params => method_info - checking for
                   7495:          $.inherited
                   7496: 
                   7497:        * src/classes/reflection.C, operators.txt: - method method_params
                   7498:          was renamed to method_info and now it returns class name, if
                   7499:          method was defined in ancestor
                   7500: 
                   7501:        * tests/225.html: - tests for cheching properties in hierarhical
                   7502:          classes were added
                   7503: 
                   7504:        * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
                   7505:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7506:          main/compile.y, main/execute.C, classes/classes.C: - problems
                   7507:          with properties in new classes implementation were fixed
                   7508: 
                   7509: 2009-08-10  misha
                   7510: 
                   7511:        * src/main/execute.C: - now constructor shouldn't be defined in
                   7512:          class. it could be defined in parent.
                   7513: 
                   7514: 2009-08-09  misha
                   7515: 
                   7516:        * src/classes/reflection.C: - ^reflection:methods doesn't return
                   7517:          base's methods
                   7518: 
                   7519: 2009-08-08  misha
                   7520: 
                   7521:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   7522:          classes/form.C, classes/hash.C, classes/hashfile.C,
                   7523:          classes/image.C, classes/mail.C, classes/op.C,
                   7524:          classes/reflection.C, classes/regex.C, classes/string.C,
                   7525:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   7526:          classes/xnode.h, include/pa_hash.h, main/execute.C,
                   7527:          main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
                   7528:          types/pa_method.h, types/pa_property.h, types/pa_value.C,
                   7529:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   7530:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   7531:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
                   7532:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   7533:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   7534:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   7535:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   7536:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
                   7537:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
                   7538:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   7539:          types/pa_vresponse.C, types/pa_vresponse.h,
                   7540:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   7541:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   7542:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   7543:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   7544:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   7545:          types/pa_wwrapper.h, types/types.vcproj: - new classes
                   7546:          implementation
                   7547: 
                   7548:        * buildall-with-xml, buildall-without-xml: - gc has a bug if
                   7549:          USE_MUNMAP is used. so it is disabled as a workaround.
                   7550: 
                   7551: 2009-08-05  misha
                   7552: 
                   7553:        * src/: main/pa_common.C, include/pa_common.h: - not needed
                   7554:          parameter was removed
                   7555: 
                   7556:        * src/main/pa_http.C: - bugfix: error was during detecting
                   7557:          content-type of file which was loaded by http
                   7558: 
                   7559: 2009-08-01  misha
                   7560: 
                   7561:        * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
                   7562:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
                   7563:          OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
                   7564:          can't be disabled with defines any longer
                   7565: 
                   7566: 2009-07-29  misha
                   7567: 
                   7568:        * src/classes/reflection.C, tests/results/224.processed: - for
                   7569:          native methods with any call type now returned empty call_type
                   7570:          value
                   7571: 
                   7572:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   7573:          classes/table.C, include/pa_hash.h, include/pa_request.h,
                   7574:          main/pa_request.C: - break in cycles was optimized
                   7575: 
                   7576:        * INSTALL: - more defines were described
                   7577: 
                   7578: 2009-07-28  misha
                   7579: 
                   7580:        * operators.txt: - some changes in information about reflection
                   7581:          class
                   7582: 
                   7583:        * tests/: 224.html, 224.p: - tests for reflection class
                   7584: 
                   7585:        * src/classes/reflection.C: - some bugs were fixed, method classes
                   7586:          was added, refactoring
                   7587: 
                   7588: 2009-07-26  misha
                   7589: 
                   7590:        * src/classes/classes.vcproj: - reflection class wass added to
                   7591:          project
                   7592: 
                   7593:        * operators.txt: - information about reflection class was added
                   7594: 
                   7595:        * src/classes/reflection.C: - class was redesigned
                   7596: 
                   7597: 2009-07-24  misha
                   7598: 
                   7599:        * src/classes/: Makefile.am, reflection.C: - class reflection was
                   7600:          added
                   7601: 
                   7602:        * src/types/pa_vstateless_class.h: - method for reflection method's
                   7603:          in classes was added
                   7604: 
                   7605: 2009-07-22  misha
                   7606: 
                   7607:        * src/main/compile_tools.h: - bugfix: $object.$var was
                   7608:          over-optimized. it failed if $object1.$object2.field
                   7609: 
                   7610: 2009-07-16  misha
                   7611: 
                   7612:        * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   7613:          lib/cord/cordxtra.c, lib/cord/include/cord.h,
                   7614:          include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
                   7615:          CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
                   7616:          one more arg: length of cord
                   7617: 
                   7618: 2009-07-15  misha
                   7619: 
                   7620:        * src/main/pa_http.C: - bugfix: $.cookies' values should be force
                   7621:          tainted in ^file::load[http://...;$.cookies[]]
                   7622: 
                   7623:        * src/classes/: op.C, regex.C, string.C: - new string with
                   7624:          exception was used
                   7625: 
                   7626:        * src/include/pa_exception.h: - new string with exception was added
                   7627: 
                   7628:        * tests/223.html: - test for checking cookie-encoding during
                   7629:          ^file::load[http was added
                   7630: 
                   7631:        * tests/: 221.html, 222.html: - tests for checking type of
                   7632:          $table.fields.field were added
                   7633: 
                   7634:        * src/types/pa_vtable.C: - not used var decl was removed
                   7635: 
                   7636:        * src/include/pa_string.h: - use cached string length in Body::mid.
                   7637:          it improves speed of match with brackets in pattern
                   7638: 
                   7639:        * src/lib/cord/include/cord.h: - make CORD_substr_checked available
                   7640:          outside
                   7641: 
                   7642: 2009-07-14  misha
                   7643: 
                   7644:        * src/types/pa_vtable.C: - $table.fields.a return string even if
                   7645:          column is empty (sometime returned void) - $table.fields was
                   7646:          added for nameless tables
                   7647: 
                   7648:        * src/targets/cgi/getopt.c: - one warning resolved
                   7649: 
                   7650:        * src/main/pa_string.C: - potentian bug fixed
                   7651: 
                   7652:        * src/classes/op.C: - small optimization in taint/untaint
                   7653: 
                   7654: 2009-07-13  misha
                   7655: 
                   7656:        * tests/156.html: - test for $cookie[...$.httponly(false)...] was
                   7657:          added
                   7658: 
                   7659:        * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
                   7660:          souldn't add the attribut to output
                   7661: 
                   7662: 2009-07-11  misha
                   7663: 
                   7664:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   7665:          stack size was increaced to 2MB (default=1MB)
                   7666: 
                   7667: 2009-07-08  misha
                   7668: 
                   7669:        * src/main/pa_string.C: - link to UTF-8 description was added
                   7670: 
                   7671:        * src/include/pa_hash.h: - hash keeps element's order in more
                   7672:          places (ex: ._keys[])
                   7673: 
                   7674:        * tests/220.html: - test for checking order of elements in hash in
                   7675:          foreach was added
                   7676: 
                   7677:        * tests/172.html: - small changes in printing hash
                   7678: 
                   7679:        * tests/129.html: - small changes in printing hash
                   7680: 
                   7681:        * src/: include/pa_common.h, include/pa_hash.h,
                   7682:          include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   7683:          types/pa_vmethod_frame.h: - hash now keeps order of elements
                   7684: 
                   7685:        * tests/014.html: - small changes in printing hash
                   7686: 
                   7687: 2009-07-07  misha
                   7688: 
                   7689:        * src/classes/op.C: - new taint language "parser-code" was added
                   7690: 
                   7691:        * tests/219.html: - test for auto untaint parser code in process
                   7692:          was added
                   7693: 
                   7694:        * src/classes/op.C: - tainted pieces in body of process are
                   7695:          auto-untainted now: ^ -> ^^, $ -> ^$ etc.
                   7696: 
                   7697:        * src/: include/pa_string.h, main/untaint.C: - new language
                   7698:          L_PARSER_CODE for auto-untaint in process was added
                   7699: 
                   7700:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   7701:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   7702:          classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
                   7703:          main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
                   7704:          main/untaint.C, types/pa_value.h, types/pa_vhash.h,
                   7705:          types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
                   7706:          code cleanup
                   7707: 
                   7708: 2009-07-06  misha
                   7709: 
                   7710:        * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
                   7711:          table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
                   7712:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7713: 
                   7714:        * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
                   7715:          pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
                   7716:          pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
                   7717:          cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
                   7718:          should be used
                   7719: 
                   7720:        * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
                   7721:          pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
                   7722:          cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
                   7723:          untaint_cstr[m] should be used
                   7724: 
                   7725:        * src/include/pa_string.h: - cstr(params) and cstrm(params) were
                   7726:          deleted. taint_cstr[m] and untaint_cstr[m] should be used
                   7727: 
                   7728:        * tests/218.html: - test for checking automatic file-spec-taint was
                   7729:          added
                   7730: 
                   7731:        * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
                   7732:          types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
                   7733:          classes/file.C, classes/hash.C, classes/image.C,
                   7734:          classes/string.C, classes/table.C, classes/void.C,
                   7735:          classes/xdoc.C: - optimizations and simplification of
                   7736:          string.cstr(...)
                   7737: 
                   7738:        * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
                   7739:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
                   7740:          - optimizations and simplification of string.cstr(...)
                   7741: 
                   7742: 2009-07-04  misha
                   7743: 
                   7744:        * tests/217.html: - test for recursion detection was added
                   7745: 
                   7746:        * src/: types/types.vcproj, main/main.vcproj,
                   7747:          classes/classes.vcproj, targets/cgi/parser3.vcproj,
                   7748:          targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
                   7749:          from .vcproj
                   7750: 
                   7751:        * src/types/pa_wwrapper.h: - dynamic_cast was removed
                   7752: 
                   7753:        * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
                   7754:          uploading files and case-insensitive http-method were added
                   7755: 
                   7756:        * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
                   7757:          tainted pattern in ^file:list[] was added
                   7758: 
                   7759: 2009-07-03  misha
                   7760: 
                   7761:        * src/: classes/classes.vcproj, main/main.vcproj,
                   7762:          types/types.vcproj, targets/cgi/parser3.vcproj,
                   7763:          targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
                   7764:          for dynamic_cast) - little options changes
                   7765: 
                   7766:        * src/main/pa_http.C: - file::load[http works now with uploading
                   7767:          files _and_ changing $.charset
                   7768: 
                   7769: 2009-06-29  misha
                   7770: 
                   7771:        * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
                   7772:          while creating pattern
                   7773: 
                   7774: 2009-06-25  misha
                   7775: 
                   7776:        * src/classes/image.C, operators.txt: - options' names for
                   7777:          ^image.font were changed to $.space, $.width and $spacing -
                   7778:          default space width now == gif's width
                   7779: 
                   7780: 2009-06-24  misha
                   7781: 
                   7782:        * tests/215.html: - tests for $file.mode were added
                   7783: 
                   7784:        * operators.txt: - added info about $file.mode and changes in
                   7785:          ^image.font[
                   7786: 
                   7787:        * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
                   7788:          param now could be omited - third param now could be hash (with
                   7789:          all widths options: $.space-width, $.letter-width) - it's
                   7790:          possible to specify tracking ($.letter-space)
                   7791: 
                   7792:        * src/classes/file.C: - file objects now could have mode field
                   7793:          (text|binary)
                   7794: 
                   7795:        * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
                   7796: 
                   7797: 2009-06-23  misha
                   7798: 
                   7799:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   7800:          trim can work with utf-8 chars now
                   7801: 
                   7802: 2009-06-20  misha
                   7803: 
                   7804:        * src/: classes/hash.C, main/pa_string.C: - string length cacheing
                   7805:          was implemented
                   7806: 
                   7807:        * src/classes/table.C: - string length cacheing was implemented
                   7808: 
                   7809:        * src/include/pa_string.h: - string length cacheing was implemented
                   7810: 
                   7811: 2009-06-17  misha
                   7812: 
                   7813:        * src/main/execute.C: - value param was removed from
                   7814:          WContext::WContext
                   7815: 
                   7816:        * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
                   7817:          pa_wwrapper.h: - value param was removed from WContext::WContext
                   7818:          - field wcontext was removed from VCodeFrame (using fparent
                   7819:          instead)
                   7820: 
                   7821:        * tests/214.html: - test with hash copying
                   7822: 
                   7823: 2009-06-16  misha
                   7824: 
                   7825:        * tests/: 062.html, results/062.processed: - evaluation hardcoded
                   7826:          strings doesn't work in expression anymore
                   7827: 
                   7828:        * src/main/execute.C: - less calls for get_constructing() - little
                   7829:          refactoring
                   7830: 
                   7831:        * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
                   7832:          include/pa_request.h: - less calls for get_constructing()
                   7833: 
                   7834:        * src/classes/: hash.C, hashfile.C: - fixed bug which was
                   7835:          introduced with OPTIMIZE_SINGLE_STRING optimization
                   7836: 
                   7837: 2009-06-14  misha
                   7838: 
                   7839:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   7840:          classes/hashfile.C, classes/image.C, classes/regex.C,
                   7841:          classes/table.C, classes/xdoc.C, classes/xnode.h,
                   7842:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   7843:          types/pa_vstateless_class.h, main/execute.C: - create object for
                   7844:          storing object's fields only for parser objects
                   7845: 
                   7846: 2009-06-13  misha
                   7847: 
                   7848:        * buildall-with-xml, buildall-without-xml: - new option was added
                   7849:          for building GC (it slightly reduces memory usage)
                   7850: 
                   7851:        * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
                   7852:          single string write
                   7853: 
                   7854:        * src/main/execute.C: - bytecode optimization of ^class:constructor
                   7855:          - optimization of single string write
                   7856: 
                   7857:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
                   7858:          - bytecode optimization of ^class:constructor
                   7859: 
                   7860: 2009-06-09  misha
                   7861: 
                   7862:        * src/targets/cgi/parser3.C: - type size_t was changed to int in
                   7863:          main (better compatibility)
                   7864: 
                   7865: 2009-06-08  misha
                   7866: 
                   7867:        * src/main/compile.y: - I've forgot to commit it :(
                   7868: 
                   7869: 2009-06-07  misha
                   7870: 
                   7871:        * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
                   7872:          WITH_READ and WITH_ROOT
                   7873: 
                   7874:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7875:          execute.C: - more optimizations for WITH_SELF, WITH_READ and
                   7876:          WITH_ROOT - little refactoring
                   7877: 
                   7878: 2009-06-06  misha
                   7879: 
                   7880:        * tests/213.html: - tests for 3rd match string-param were added
                   7881: 
                   7882:        * src/classes/string.C: - 3rd match param could be string now
                   7883: 
                   7884:        * src/main/: compile.y, compile_tools.h: - much more bytecode's
                   7885:          sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
                   7886:          GET_OBJECT_ELEMENT
                   7887: 
                   7888: 2009-06-05  misha
                   7889: 
                   7890:        * src/main/pa_http.C: - bugfix: content-length was not calculated
                   7891:          if $.body was specified
                   7892: 
                   7893: 2009-06-04  misha
                   7894: 
                   7895:        * src/classes/op.C: - optimizing write_assign_lang in connect
                   7896: 
                   7897:        * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
                   7898: 
                   7899:        * src/main/execute.C: - little refactoring - optimizing
                   7900:          write_assign_lang in taint/untaint
                   7901: 
                   7902:        * src/include/pa_opcode.h: - little refactoring
                   7903: 
                   7904:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   7905:          main/compile_tools.h, main/execute.C: - optimizations for
                   7906:          $self.field, ^self.method, $self.field[...] and $self.field(...)
                   7907:          were added
                   7908: 
                   7909: 2009-06-03  misha
                   7910: 
                   7911:        * src/types/pa_venv.C: - pa_strdup was replaced by strdup
                   7912: 
                   7913: 2009-06-02  misha
                   7914: 
                   7915:        * src/: main/compile.y, main/compile_tools.h, main/execute.C,
                   7916:          include/pa_opcode.h: - refactoring in last optimizations
                   7917:          ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
                   7918:          now but code is much easy and it is ready for further
                   7919:          improvements.
                   7920: 
                   7921: 2009-05-27  misha
                   7922: 
                   7923:        * src/: types/pa_junction.h, types/pa_vjunction.C,
                   7924:          types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
                   7925:          changed in destructing junctions
                   7926: 
                   7927:        * src/main/: pa_charset.C, pa_string.C: - more safe creation on
                   7928:          String:Body
                   7929: 
                   7930: 2009-05-26  misha
                   7931: 
                   7932:        * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
                   7933:          one method detect_charset was deleted - bug was fixed in this
                   7934:          method (error while detecting charset in content_type withot last
                   7935:          ';')
                   7936: 
                   7937:        * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
                   7938:          once
                   7939: 
                   7940: 2009-05-25  misha
                   7941: 
                   7942:        * src/classes/file.C: - bugfix: file::exec didn't work after
                   7943:          optimizing of helper_length
                   7944: 
                   7945: 2009-05-24  misha
                   7946: 
                   7947:        * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
                   7948:          were added - little refactoring
                   7949: 
                   7950:        * src/main/execute.C: - core while printing in debug log
                   7951:          non-printable values was fixed - $a[$b.c] and $a[$b.$c]
                   7952:          optimisations were added
                   7953: 
                   7954:        * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
                   7955:          were added
                   7956: 
                   7957: 2009-05-23  misha
                   7958: 
                   7959:        * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
                   7960:          lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
                   7961:          CORD_cat optimization
                   7962: 
                   7963:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
                   7964:          - call constr optimisation under separate define now
                   7965: 
                   7966:        * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
                   7967:          in $b should be string, not void
                   7968: 
                   7969:        * src/main/compile.y: - little fix for rem-cut optimisation
                   7970: 
                   7971:        * src/: include/pa_opcode.h, main/compile_tools.C,
                   7972:          main/compile_tools.h, main/execute.C: - optimisations for
                   7973:          $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
                   7974: 
                   7975:        * INSTALL: - description of some #defined were added
                   7976: 
                   7977:        * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
                   7978:          before 1st access (memory usage is reduced if don't access to
                   7979:          .text field)
                   7980: 
                   7981:        * src/include/pa_array.h: - array grows step now not static (it
                   7982:          reduces numbers of reallocs)
                   7983: 
                   7984: 2009-05-20  misha
                   7985: 
                   7986:        * src/include/pa_opcode.h: - bytecode optimization for $a(1),
                   7987:          $.b(2), $c[d] and $.e[f] was added
                   7988: 
                   7989:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   7990:          execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
                   7991:          $.e[f] was added
                   7992: 
                   7993:        * src/main/execute.C: - debug printing moved in defines
                   7994: 
                   7995:        * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
                   7996:          and little refactoring for OP_GET_OBJECT_ELEMENT +
                   7997:          OP_GET_OBJECT_VAR_ELEMENT optimisation
                   7998: 
                   7999: 2009-05-19  misha
                   8000: 
                   8001:        * src/main/: compile.y, compile_tools.C, compile_tools.h,
                   8002:          execute.C: - $a.$b & ^a.$b bytecode optimisation
                   8003: 
                   8004:        * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
                   8005:          ^a.$b optimisation)
                   8006: 
                   8007:        * src/main/compile.y: - compiler now generate new opcodes:
                   8008:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
                   8009:          ^a.b - compiler now cut off ^rem{ with all content ; any number
                   8010:          of params }
                   8011: 
                   8012:        * src/main/execute.C: - code for handle new opcodes
                   8013:          OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
                   8014: 
                   8015:        * src/main/: compile_tools.C, compile_tools.h: - new parameter was
                   8016:          added for LA2V and LA2S
                   8017: 
                   8018:        * src/include/pa_opcode.h: - new defines which can be used for
                   8019:          disable some bytecode optimisation and new opcodes were added
                   8020: 
                   8021: 2009-05-17  misha
                   8022: 
                   8023:        * src/lib/cord/cordxtra.c: - bugfix.
                   8024: 
                   8025:        * tests/212.html: - .size[] and .study_size[] were added to tests
                   8026: 
                   8027:        * operators.txt: - info about regex class was added
                   8028: 
                   8029:        * tests/212.html: - tests for regex class were added
                   8030: 
                   8031: 2009-05-16  misha
                   8032: 
                   8033:        * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
                   8034:          gc7.1
                   8035: 
                   8036:        * tests/022.html: - test for ^file:list[path;] (empty second param)
                   8037:          was added
                   8038: 
                   8039:        * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
                   8040:          param) should work
                   8041: 
                   8042: 2009-05-15  misha
                   8043: 
                   8044:        * src/classes/table.C: - automatically disable stringstream usage
                   8045:          on freebsd4
                   8046: 
                   8047:        * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
                   8048:          scope
                   8049: 
                   8050:        * tests/211.html: - test with different types of access to hash was
                   8051:          added
                   8052: 
                   8053:        * tests/210.html: - test which checks for loosing tainting in
                   8054:          hash's keys was added
                   8055: 
                   8056:        * tests/208.html: - some parser work added. or stime == 0 %-)
                   8057: 
                   8058:        * src/lib/cord/cordbscs.c: - little hack was added to cord
                   8059: 
                   8060:        * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
                   8061: 
                   8062:        * src/include/pa_version.h, configure.in: - moko have made a lot of
                   8063:          optimisations for increacing version number more dramatically :)
                   8064: 
                   8065:        * src/classes/date.C: - little refactoring: use constructor which
                   8066:          accepts formated string
                   8067: 
                   8068:        * src/: include/pa_string.h, main/pa_string.C: - String constructor
                   8069:          which can print formatted string was added
                   8070: 
                   8071: 2009-05-14  misha
                   8072: 
                   8073:        * src/include/pa_string.h: - type was fixed
                   8074: 
                   8075:        * src/: classes/hashfile.C, classes/op.C,
                   8076:          include/pa_cache_managers.h, include/pa_charset.h,
                   8077:          include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
                   8078:          include/pa_request.h, include/pa_sql_driver_manager.h,
                   8079:          include/pa_string.h, include/pa_stylesheet_manager.h,
                   8080:          include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
                   8081:          main/pa_charsets.C, main/pa_string.C,
                   8082:          main/pa_stylesheet_connection.C, types/pa_value.h,
                   8083:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8084:          types/pa_vobject.C, types/pa_vstateless_class.C,
                   8085:          types/pa_vstateless_class.h: - hash_code caching was implemented
                   8086:          (seaches should be faster now)
                   8087: 
                   8088:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   8089:          classes/string.C, classes/table.C, include/pa_string.h,
                   8090:          main/pa_charset.C, main/pa_http.C, main/pa_request.C,
                   8091:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
                   8092:          types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
                   8093:          types/pa_vrequest.C: - String constructors don't have that stupid
                   8094:          true/false param which means 'tainted'. they accept lang instead.
                   8095: 
                   8096:        * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
                   8097:          with OPTIMIZE_RESULT
                   8098: 
                   8099:        * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
                   8100:          wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
                   8101: 
                   8102: 2009-05-13  misha
                   8103: 
                   8104:        * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
                   8105:          types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
                   8106:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8107:          types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
                   8108:          types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
                   8109:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   8110:          include/pa_string.h, classes/date.C, classes/file.C,
                   8111:          classes/hash.C, classes/image.C, classes/string.C,
                   8112:          classes/table.C, classes/xdoc.C: - result optimisation -
                   8113:          helper_length parameter removed from string constructors
                   8114: 
                   8115: 2009-05-11  misha
                   8116: 
                   8117:        * tests/209.html: - tests for ^hash::create[hash] were added
                   8118: 
                   8119:        * tests/208.html: - tests for $status:rusage, $status:memory,
                   8120:          ^memory:compact[] were added
                   8121: 
                   8122:        * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
                   8123:          log10 were added
                   8124: 
                   8125:        * tests/206.html: - test for try with finally was added
                   8126: 
                   8127: 2009-05-10  misha
                   8128: 
                   8129:        * tests/205.html: - test for ^file::create[...] was added
                   8130: 
                   8131:        * tests/204.html: - test for ^response:clear[] was added
                   8132: 
                   8133:        * tests/038.html: - tests for trigonometric functions were added
                   8134: 
                   8135:        * tests/014.html: - tests for ^hash.containts and ^hash.delete were
                   8136:          added - more tests for .add, .sub, .union, .intersects and
                   8137:          .intersections
                   8138: 
                   8139:        * tests/065.html: - test for ^file:dirname was added
                   8140: 
                   8141:        * tests/030.html: - test for $cookie:fields was added
                   8142: 
                   8143:        * tests/203.html: - test for ^h._keys[column name] was added
                   8144: 
                   8145:        * tests/201.html: - tests for .trim were added
                   8146: 
                   8147:        * tests/202.html: - tests for last-day,
                   8148:          date:calendar[type](YYYY;MM;DD) were added
                   8149: 
                   8150:        * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
                   8151:          .offset[type](N) were added
                   8152: 
                   8153:        * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
                   8154:          and .pos[c](N) were added
                   8155: 
                   8156:        * tests/141.html: - test for math:sha1 was added
                   8157: 
                   8158:        * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
                   8159: 
                   8160: 2009-05-09  misha
                   8161: 
                   8162:        * src/main/compile.y: - rollback
                   8163: 
                   8164: 2009-05-05  misha
                   8165: 
                   8166:        * src/main/pa_exec.C: - little optimisation: somewhere length() was
                   8167:          replaced by is_empty()
                   8168: 
                   8169:        * src/: include/pa_string.h, main/pa_charset.C: - little
                   8170:          optimisation: somewhere length() was replaced by is_empty()
                   8171: 
                   8172:        * src/classes/table.C: - little optimisation: somewhere length()
                   8173:          was replaced by is_empty()
                   8174: 
                   8175:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   8176:          classes/op.C, classes/table.C, main/pa_exception.C: - little
                   8177:          optimisation: somewhere length() was replaced by is_empty()
                   8178: 
                   8179: 2009-05-04  misha
                   8180: 
                   8181:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8182:          types/pa_vstateless_class.h, main/execute.C,
                   8183:          include/pa_request.h, classes/hash.C, classes/op.C,
                   8184:          classes/table.C: - more optimisations were added: some operators
                   8185:          don't switch write context anylonger
                   8186: 
                   8187: 2009-05-01  misha
                   8188: 
                   8189:        * src/main/compile.y: - slightly more opcode optimisations for
                   8190:          WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
                   8191: 
                   8192:        * src/main/execute.C: - simplifying process for getters
                   8193: 
                   8194: 2009-04-30  misha
                   8195: 
                   8196:        * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
                   8197: 
                   8198:        * tests/results/199.processed: - test for checking $result into
                   8199:          ^rem was added
                   8200: 
                   8201:        * tests/199.html: - test for checking $result into ^rem was added
                   8202: 
                   8203:        * tests/: 022.html, 096.html: - þsort after :list was asses (on
                   8204:          some OS it returns list in different order)
                   8205: 
                   8206:        * src/: include/pa_array.h, include/pa_request.h,
                   8207:          include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
                   8208:          changes in stack impl - get_element() optimisation: 3rd param
                   8209:          removed - bugfix: problems with reading empty input param -
                   8210:          defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
                   8211: 
                   8212:        * tests/results/198.processed: - test for reading empty local var
                   8213:          was added
                   8214: 
                   8215:        * tests/198.html: - test for reading empty local var was added
                   8216: 
                   8217: 2009-04-29  misha
                   8218: 
                   8219:        * src/main/compile.y: - bugfix: couldn't compile because
                   8220:          OP_VALUE__GET_ELEMENT should be unde #ifdef
                   8221: 
                   8222:        * src/: include/pa_array.h, include/pa_opcode.h,
                   8223:          include/pa_request.h, main/compile.y, main/execute.C,
                   8224:          main/pa_request.C, types/pa_vmethod_frame.C,
                   8225:          types/pa_vmethod_frame.h: - we can work without opcode
                   8226:          OP_STORE_PARAM, so it was removed
                   8227: 
                   8228: 2009-04-28  misha
                   8229: 
                   8230:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
                   8231:          op-codes optimisation:   1. VALUE+GET_CLASS=>VALUE_GET_CLASS   2.
                   8232:          WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
                   8233:          3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
                   8234:          4.
                   8235:          WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
                   8236: 
                   8237:        * src/main/compile_tools.h: - new stuff for op-codes optimisation
                   8238: 
                   8239:        * src/: main/pa_string.C, classes/string.C: - !length() =>
                   8240:          is_empty()
                   8241: 
                   8242: 2009-04-27  misha
                   8243: 
                   8244:        * src/types/pa_vregex.h: - back explicit vars initialisation
                   8245: 
                   8246: 2009-04-24  misha
                   8247: 
                   8248:        * src/classes/string.C: - ups. typo fixed
                   8249: 
                   8250:        * src/main/execute.C: - more replacements '*new VBool' to
                   8251:          'VBool::get' - checks for ^break[], ^continue[] and
                   8252:          parser.interrupted were optimised
                   8253: 
                   8254:        * src/classes/string.C: - number of params.count() calls was
                   8255:          slightly reduced
                   8256: 
                   8257: 2009-04-23  misha
                   8258: 
                   8259:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8260:          make it x64 friendly
                   8261: 
                   8262:        * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
                   8263:          parser is x64 friendly now
                   8264: 
                   8265: 2009-04-22  misha
                   8266: 
                   8267:        * src/types/pa_vhashfile.C: - coder friendly exception about
                   8268:          exceeding record size was added
                   8269: 
                   8270:        * src/classes/file.C: - use vregex object instead of direct calls
                   8271:          methods from pcre lib
                   8272: 
                   8273:        * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
                   8274:          classes/string.C: - use vregex object instead of direct calls
                   8275:          methods from pcre lib
                   8276: 
                   8277:        * src/: include/pa_common.h, main/pa_common.C: - method
                   8278:          print_pcre_exec_error_text was moved to class vregex
                   8279: 
                   8280:        * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
                   8281:          was added
                   8282: 
                   8283:        * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
                   8284:          - class vregex was added
                   8285: 
                   8286: 2009-04-21  misha
                   8287: 
                   8288:        * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
                   8289: 
                   8290:        * src/: types/pa_junction.h, types/pa_value.C,
                   8291:          types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
                   8292:          types/pa_wcontext.h, main/execute.C, classes/op.C: -
                   8293:          junction-optimisation (destructors)
                   8294: 
                   8295:        * src/include/pa_array.h: - free under if now
                   8296: 
                   8297: 2009-04-19  misha
                   8298: 
                   8299:        * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
                   8300: 
                   8301: 2009-04-18  misha
                   8302: 
                   8303:        * src/include/pa_version.h:
                   8304:          :q :
                   8305: 
                   8306:          CV:
                   8307:          ----------------------------------------------------------------------
                   8308: 
                   8309:        * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
                   8310:          refactoring
                   8311: 
                   8312:        * src/: include/pa_array.h, include/pa_hash.h,
                   8313:          types/pa_vmethod_frame.h: - destructors under #ifdef now
                   8314: 
                   8315:        * src/include/pa_memory.h: - define for using destructors was added
                   8316: 
                   8317:        * src/: types/pa_method.h, types/pa_vstateless_class.C,
                   8318:          main/execute.C: - some junctions will be cached now
                   8319: 
                   8320:        * src/include/pa_hash.h: - hash destructor frees pairs now
                   8321: 
                   8322:        * src/include/pa_array.h: - inline was added to destructor
                   8323: 
                   8324:        * src/types/pa_method.h: - comment was changed
                   8325: 
                   8326: 2009-04-17  misha
                   8327: 
                   8328:        * src/: include/pa_array.h, include/pa_hash.h,
                   8329:          types/pa_vmethod_frame.h: - destructors were added
                   8330: 
                   8331:        * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
                   8332:          renamed to always_use_result
                   8333: 
                   8334:        * src/main/: compile.y, compile_tools.h: - rollback changes in
                   8335:          compiler: full backward compatibility is better
                   8336: 
                   8337:        * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
                   8338:          result in var's hash
                   8339: 
                   8340:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8341:          optimisation in method_frame
                   8342: 
                   8343:        * src/include/pa_array.h: - optimisation in array (allocate
                   8344:          elements only when needed)
                   8345: 
                   8346:        * src/types/pa_vresponse.C: - check for $response:headers field
                   8347:          before looking at custom fields
                   8348: 
                   8349:        * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
                   8350:          not needed to check existance var with name 'result' in var's
                   8351:          hash
                   8352: 
                   8353:        * src/main/compile.y: - compiler was changed: now it detects
                   8354:          writings to $result and set flag writo_to_result in method
                   8355: 
                   8356:        * src/classes/string.C: - little optimisation: no needed to write
                   8357:          number with lang
                   8358: 
                   8359:        * src/main/pa_charset.C: - methods readChar and skipChar which is
                   8360:          used for read utf8-strings were renamed - is_escaped was renamed
                   8361:          to isEscaped (to the same name convention)
                   8362: 
                   8363:        * src/: types/pa_method.h, main/compile_tools.h: - flag
                   8364:          write_to_result added. compiler get this info from code.
                   8365: 
                   8366: 2009-04-16  misha
                   8367: 
                   8368:        * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
                   8369:          String only before 1st write
                   8370: 
                   8371:        * src/include/pa_string.h: - not needed template removed
                   8372: 
                   8373:        * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
                   8374:          types/pa_vjunction.C, types/pa_vproperty.C,
                   8375:          types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
                   8376:          main/pa_request.C, classes/bool.C, classes/double.C,
                   8377:          classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
                   8378:          classes/void.C, classes/xnode.C: - bool optimisation (use only 2
                   8379:          bool objects)
                   8380: 
                   8381: 2009-04-15  misha
                   8382: 
                   8383:        * src/lib/cord/cordxtra.c: - more optimisation
                   8384: 
                   8385:        * src/: include/pa_string.h, main/untaint.C: - String::append
                   8386:          optimisation
                   8387: 
                   8388:        * src/include/pa_hash.h: - get_by_hash_code added (it works faster
                   8389:          then get and can sometime be used)
                   8390: 
                   8391:        * src/main/pa_string.C: - String::length optimisation
                   8392: 
                   8393:        * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
                   8394:          these methods read different strings
                   8395: 
                   8396:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
                   8397:          fresult_initial_void removed + some optimisation - if $result
                   8398:          defined we don't write to context anymore
                   8399: 
                   8400:        * src/main/pa_charset.C: - readChar => skipChar (in this place we
                   8401:          need just skip char)
                   8402: 
                   8403:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8404:          types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
                   8405:          classes/table.C: - VVoid::get() => new VVoid (one void-instance)
                   8406: 
                   8407:        * src/types/pa_vvoid.h: - added get() method for retreave one
                   8408:          instance
                   8409: 
                   8410: 2009-04-11  misha
                   8411: 
                   8412:        * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
                   8413: 
                   8414:        * tests/197.html: - test for parser://test in xml was added
                   8415: 
                   8416:        * src/classes/string.C: - small optimisation
                   8417: 
                   8418:        * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
                   8419:          optimisation
                   8420: 
                   8421: 2009-04-10  misha
                   8422: 
                   8423:        * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
                   8424:          to pcre-7.8
                   8425: 
                   8426:        * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
                   8427: 
                   8428:        * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
                   8429:          added
                   8430: 
                   8431:        * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
                   8432:          $request:CLASS_NAME were added
                   8433: 
                   8434:        * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
                   8435:          were added
                   8436: 
                   8437:        * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
                   8438:          $env:CLASS_NAME were added
                   8439: 
                   8440:        * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
                   8441:          '@todo' now
                   8442: 
                   8443:        * src/targets/cgi/parser3.C: - size_t -> int for calming down
                   8444:          compirer
                   8445: 
                   8446:        * src/main/pa_string.C: - little code cleanup
                   8447: 
                   8448:        * src/main/pa_common.C: - describe one more UTF-8 related error
                   8449:          during PCRE compile/execute
                   8450: 
                   8451:        * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
                   8452:          normalizing todo-comments: '@todo' now
                   8453: 
                   8454:        * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
                   8455: 
                   8456:        * src/main/pa_charset.C: - type changed for making compiler happy
                   8457: 
                   8458: 2009-03-10  misha
                   8459: 
                   8460:        * src/targets/cgi/parser3.C: make g++ happy with the type of argc
                   8461:          in main()
                   8462: 
                   8463: 2009-02-01  misha
                   8464: 
                   8465:        * src/main/pa_http.C: - bugfix: double CRLF before the end of
                   8466:          boundary
                   8467: 
                   8468: 2009-01-25  misha
                   8469: 
                   8470:        * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
                   8471: 
                   8472:        * src/classes/file.C: - more changes for parsing different number
                   8473:          of params for file::load
                   8474: 
                   8475:        * tests/193.html: - tests for exception while base64-decode binary
                   8476:          to string was added
                   8477: 
                   8478:        * tests/192.html: - tests for file::load with different number of
                   8479:          options
                   8480: 
                   8481:        * src/classes/math.C: - ups. forgot '+1'
                   8482: 
                   8483:        * src/: classes/table.C, classes/file.C, include/pa_common.h,
                   8484:          include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
                   8485:          main/pa_http.C: - ^file::load[...;http://...;] now can post files
                   8486:          (new option $.encode[multipart-form/data] should be specified) -
                   8487:          $.method[] option for file::load now is not case-sensitive
                   8488: 
                   8489:        * src/: include/pa_string.h, main/untaint.C: - for file post the
                   8490:          new taint language L_FILE_POST was added
                   8491: 
                   8492:        * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
                   8493:          main/main.vcproj, classes/math.C, include/Makefile.am: - some
                   8494:          stuff was moved to separate files
                   8495: 
                   8496: 2009-01-23  misha
                   8497: 
                   8498:        * src/classes/math.C: - little optimisation in ^math:sha1[] -
                   8499:          spaces to tabs were converted
                   8500: 
                   8501: 2009-01-12  misha
                   8502: 
                   8503:        * src/main/pa_http.C: - value of $.method[] option force uppercased
                   8504:          now
                   8505: 
                   8506:        * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   8507:          types/pa_vform.C, types/pa_vmail.C: - some constants changed
                   8508:          their names
                   8509: 
                   8510:        * src/main/pa_common.C: - changes in formating
                   8511: 
                   8512:        * src/: classes/file.C, main/pa_http.C: - some constants changed
                   8513:          their names
                   8514: 
                   8515:        * src/include/pa_http.h: - some spaces were converted to tabs
                   8516: 
                   8517:        * src/include/pa_common.h: - some constants changed their names
                   8518: 
                   8519:        * src/classes/file.C: - fixed 4-th paramether for file::load -
                   8520:          little code rewriting
                   8521: 
                   8522:        * src/types/pa_vfile.C: - little code rewriting
                   8523: 
                   8524:        * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
                   8525:          types/pa_value.h: - some formating changes
                   8526: 
                   8527:        * src/include/pa_common.h: - some formating spaces transformed to
                   8528:          tabs
                   8529: 
                   8530:        * src/classes/string.C: - exception while base64-decode binary to a
                   8531:          string
                   8532: 
                   8533: 2009-01-11  misha
                   8534: 
                   8535:        * configure.in: - version changed to 3.3.1b
                   8536: 
                   8537: 2008-09-05  misha
                   8538: 
                   8539:        * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
                   8540:          release_3_3_0 on 2008-09-05 10:59:35 +0000
                   8541: 
                   8542: 2008-09-04  misha
                   8543: 
                   8544:        * tests/: 130.html, 131.html: - these exceptions not typeless
                   8545:          anymore
                   8546: 
                   8547:        * src/classes/op.C: - exception with 'invalid taint language' not
                   8548:          typeless anylonger
                   8549: 
                   8550:        * src/classes/image.C: - some exceptions while operations with
                   8551:          image not typeless anymore
                   8552: 
                   8553:        * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
                   8554:          main/pa_exec.C, main/pa_http.C: - some exceptions while
                   8555:          operations with files not typeless anymore
                   8556: 
                   8557:        * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
                   8558:          types/pa_vdate.h: - exceptions while checking date range not
                   8559:          typeless anymore
                   8560: 
                   8561:        * src/include/pa_exception.h: - exception type string for invalid
                   8562:          date range was added
                   8563: 
                   8564: 2008-09-03  misha
                   8565: 
                   8566:        * src/: classes/file.C, main/pa_string.C: - exception while pce
                   8567:          operations not typeless anymore
                   8568: 
                   8569:        * src/include/pa_exception.h: - exception type for pce operations
                   8570:          was added
                   8571: 
                   8572:        * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
                   8573:          and .CLASS_NAME insite classes
                   8574: 
                   8575:        * src/classes/table.C: - don't save table header whiile
                   8576:          ^table.save[append;filename] if file exists
                   8577: 
                   8578: 2008-09-02  misha
                   8579: 
                   8580:        * src/main/compile.y, src/main/compile_tools.h,
                   8581:          src/types/pa_vstateless_class.h, src/main/compile.tab.C,
                   8582:          tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
                   8583:          renamed to partial and it login changed: we must mark class as
                   8584:          partial for allow their modifications in future.
                   8585: 
                   8586: 2008-08-29  misha
                   8587: 
                   8588:        * tests/results/022.processed: - testing taint[regex] in mask for
                   8589:          file:list
                   8590: 
                   8591:        * tests/022.html: - testing taint[regex] in mask for file:list
                   8592: 
                   8593:        * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
                   8594:          for file:list was added
                   8595: 
                   8596:        * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
                   8597:          file:list
                   8598: 
                   8599: 2008-08-26  misha
                   8600: 
                   8601:        * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
                   8602:          last derived object
                   8603: 
                   8604:        * src/classes/image.C: - many strings "image.format" replaced by
                   8605:          IMAGE_FORMAT constant string - handle GPS info while parse exif -
                   8606:          understand some more exif tags
                   8607: 
                   8608:        * src/include/pa_exception.h: - string "image.format" was added
                   8609: 
                   8610: 2008-08-21  misha
                   8611: 
                   8612:        * src/: main/pa_string.C, classes/file.C: - use method for print
                   8613:          pcre_exec text error
                   8614: 
                   8615:        * src/main/pa_common.C: - method for print pcre_exec text error was
                   8616:          added
                   8617: 
                   8618:        * src/include/pa_common.h: - method declaration for print pcre_exec
                   8619:          text error was added
                   8620: 
                   8621: 2008-08-19  misha
                   8622: 
                   8623:        * src/main/execute.C: - bugfix: opcodes must be in separate
                   8624:          namespace while debug execution as well
                   8625: 
                   8626:        * tests/: 015.html, results/015.processed: - test for escaping some
                   8627:          parser chars was added
                   8628: 
                   8629: 2008-08-18  misha
                   8630: 
                   8631:        * tests/: 190.html, 190.p, results/190.processed: - test for
                   8632:          $caller.self.field + default getter in one class was added
                   8633: 
                   8634:        * tests/: 189.html, results/189.processed: - test for
                   8635:          ^date::create[date object]
                   8636: 
                   8637:        * tests/: 188.html, results/188.processed: - tests for match with
                   8638:          UTF-8 strings
                   8639: 
                   8640:        * src/main/pa_string.C: - option 'U' (ungreedy) was added to
                   8641:          ^string.match[]
                   8642: 
                   8643:        * ChangeLog: - parser 3.3.0 beta13
                   8644: 
                   8645: 2008-08-15  misha
                   8646: 
1.116     moko     8647:        * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
                   8648:          internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
                   8649:          pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
                   8650:          dftables.c: - old PCRE files removed
1.95      moko     8651: 
                   8652:        * src/lib/pcre/config.h: - configuration for PCRE library
                   8653: 
                   8654:        * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
                   8655:          use PCRE library from win32\pcre instead of parser3\src\lib\pcre
                   8656: 
                   8657:        * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
                   8658:          library and set flag UTF8 if $request:charset is UTF-8
                   8659: 
                   8660:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
                   8661:          include/pa_config_fixed.h: - moved to new PCRE library
                   8662: 
                   8663:        * src/: main/main.vcproj, types/types.vcproj,
                   8664:          classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
                   8665:          win32\pcre instead of parser3\src\lib\pcre
                   8666: 
                   8667:        * src/: include/pa_opcode.h, include/pa_operation.h,
                   8668:          main/compile.C, main/compile.y, main/compile_tools.C,
                   8669:          main/compile_tools.h, main/execute.C, main/compile.tab.C: -
                   8670:          opcodes were moved to separate namespace
                   8671: 
                   8672: 2008-08-14  misha
                   8673: 
                   8674:        * src/types/pa_vstateless_class.C: - newline at the end missed
                   8675: 
                   8676:        * src/main/untaint.C: - char '-' also prefixed by '\' while regex
                   8677:          tainting
                   8678: 
                   8679: 2008-08-11  misha
                   8680: 
                   8681:        * tests/: 187.html, 187.p, results/187.processed: - tests for
                   8682:          $caller.self, $caller.self.field and $caller.self.field[value]
                   8683:          were added
                   8684: 
                   8685:        * src/types/pa_vmethod_frame.h: - still need to check 'self'
                   8686:          runtime as well (for $caller.self)
                   8687: 
                   8688: 2008-07-25  misha
                   8689: 
                   8690:        * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
                   8691:          059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
                   8692:          086.html, 098.html, 109.html, 121.html: - set correct charsets in
                   8693:          tests with international characters
                   8694: 
                   8695: 2008-07-23  misha
                   8696: 
                   8697:        * src/main/pa_http.C: - escape $cookies as %uXXXX while
                   8698:          file::load[...;http://
                   8699: 
                   8700:        * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
                   8701:          now everywhere in separate namespace
                   8702: 
                   8703:        * src/types/pa_vmethod_frame.h: - looking for caller before looking
                   8704:          for vars
                   8705: 
                   8706:        * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
                   8707:          can be escaped by '^'
                   8708: 
                   8709: 2008-07-22  misha
                   8710: 
                   8711:        * src/classes/string.C, tests/186.html: - names changes:
                   8712:          escape=>js-escape, unescape=>js-unescape
                   8713: 
                   8714: 2008-07-21  misha
                   8715: 
                   8716:        * tests/results/186.processed: - test for string escape/unescape
                   8717: 
                   8718:        * tests/186.html: - test for string escape/unescape
                   8719: 
                   8720:        * src/classes/string.C: - string has escape and unescape methods
                   8721:          now
                   8722: 
                   8723:        * src/: include/pa_string.h, main/pa_string.C: - escape method was
                   8724:          added
                   8725: 
                   8726:        * src/: include/pa_charset.h, main/pa_charset.C: - more escape
                   8727:          method-layers added (with different params)
                   8728: 
                   8729: 2008-07-18  misha
                   8730: 
                   8731:        * tests/results/185.processed: - test for ^str.pos[substr](offset)
                   8732:          was added
                   8733: 
                   8734:        * tests/185.html: - test for ^str.pos[sub](offset) added
                   8735: 
                   8736:        * src/classes/string.C, src/classes/void.C, operators.txt: -
                   8737:          ^string.pos[substr](offset) -- 2nd param accepted now
                   8738: 
                   8739:        * src/main/pa_string.C: - .pos works fine with offset for utf-8
                   8740:          strings
                   8741: 
                   8742: 2008-07-17  misha
                   8743: 
                   8744:        * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
                   8745:          helper length added for mid for small optimisation
                   8746: 
                   8747: 2008-07-16  misha
                   8748: 
                   8749:        * tests/: 185.html, results/185.processed: - tests for
                   8750:          length/left/right/mid/pos with utf-8 strings
                   8751: 
                   8752:        * src/classes/string.C: - left/right/mid/length/pos works fine for
                   8753:          utf-8 strings
                   8754: 
                   8755:        * src/main/untaint.C: - comments removed
                   8756: 
                   8757:        * src/: include/pa_string.h, main/pa_string.C,
                   8758:          include/pa_charset.h, main/pa_charset.C: - methods for working
                   8759:          with pos/mid for strings in utf-8 were added
                   8760: 
                   8761: 2008-07-15  misha
                   8762: 
                   8763:        * tests/: 184.html, results/184.processed: - test for case body as
                   8764:          expression: $var(^switch(1){^case(1)(true)..})
                   8765: 
                   8766:        * src/classes/op.C: - case body can be expression now:
                   8767:          $var(^switch(1){^case(1)(true)..})
                   8768: 
                   8769:        * tests/: results/183.processed, 183.html: - added test for testing
                   8770:          new cookie encoding (%uXXXX)
                   8771: 
                   8772:        * src/main/untaint.C: - cookies outputs as %uXXXX now. while
                   8773:          decoding for backward compatibility they decoded from %XX in
                   8774:          request:charset too
                   8775: 
                   8776:        * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
                   8777:          - cookie class now decode cookies before first access after last
                   8778:          request:charset changing (as form class).
                   8779: 
                   8780:        * src/main/pa_charset.C: - added method escape for escaping cookies
                   8781:          as %uXXXX - before transcode calculate required space for dest
                   8782:          string. it reduce mem usage for transcode
                   8783: 
                   8784:        * src/include/pa_charset.h: - added method escape for escaping
                   8785:          cookies as %uXXXX
                   8786: 
                   8787:        * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
                   8788:          was added. will used for escaping cookies as %uXXXX
                   8789: 
                   8790:        * src/include/pa_common.h: - escape method has new option for skip
                   8791:          converting '+' to a space char
                   8792: 
                   8793:        * src/main/: pa_common.C, pa_http.C: - skip BOM code before
                   8794:          transcode - escape method has new option for skip converting '+'
                   8795:          to a space char
                   8796: 
                   8797: 2008-07-08  misha
                   8798: 
                   8799:        * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
                   8800:          (no UE if more then 1 case matches anylonger) - optimization:
                   8801:          doing searching.as_string() || searching.as_double() only once
                   8802: 
                   8803: 2008-07-04  misha
                   8804: 
                   8805:        * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
                   8806:          now ^date::create[date object] works
                   8807: 
                   8808:        * src/classes/string.C: - left and right added as aliases for start
                   8809:          and end in ^string.trim[]
                   8810: 
                   8811: 2008-07-03  misha
                   8812: 
                   8813:        * src/classes/file.C: - allow $.limit for file::sql as well
                   8814: 
                   8815:        * src/classes/file.C: - allow $.offset option for file::sql - force
                   8816:          send limit=1 to query for use sql specifics authomatically
                   8817: 
                   8818:        * src/classes/: hash.C, string.C, table.C: - don't throw exception
                   8819:          if $.limit value if empty. autoconvert it as everywere
                   8820: 
                   8821: 2008-07-02  misha
                   8822: 
                   8823:        * configure.in: - time to change version number to 3.3.0 %-)
                   8824: 
                   8825:        * src/include/pa_version.h: - time to change version number to
                   8826:          3.3.0 %-)
                   8827: 
                   8828: 2008-06-26  misha
                   8829: 
                   8830:        * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
                   8831:          $.limit(0) fixes
                   8832: 
                   8833:        * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
                   8834:          - $.limit(0) fixes
                   8835: 
                   8836:        * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
                   8837:          new API)
                   8838: 
                   8839:        * src/: include/pa_sql_driver_manager.h,
                   8840:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   8841:          classes/op.C: - document_root added
                   8842: 
                   8843:        * src/main/compile.tab.C: - error message was changed
                   8844: 
                   8845: 2008-06-25  misha
                   8846: 
                   8847:        * src/main/compile.y: - error message was changed
                   8848: 
                   8849: 2008-06-24  misha
                   8850: 
                   8851:        * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
                   8852: 
                   8853:        * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
                   8854:          tests for @OPTIONS\nappend
                   8855: 
                   8856:        * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
                   8857: 
                   8858:        * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
                   8859: 
                   8860:        * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
                   8861: 
                   8862:        * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
                   8863:          compile.y
                   8864: 
                   8865: 2008-06-17  misha
                   8866: 
                   8867:        * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
                   8868:          compilation: ^if(default){true. it's incorrect. must be
                   8869:          exception}
                   8870: 
                   8871: 2008-06-16  misha
                   8872: 
                   8873:        * tests/: 181.ent, 181.html, results/181.processed: - test for
                   8874:          checking external reference loading with 'http://localhost'
                   8875:          prefix while creating xdoc
                   8876: 
                   8877:        * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
                   8878:          ^math:long2ip[] and ^math:ip2long[]
                   8879: 
                   8880:        * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
                   8881:          added which use scalar stateless class method when user object
                   8882:          used in scalar context - use get_scalar_value when user object
                   8883:          requested in scalar context
                   8884: 
                   8885:        * src/main/pa_common.C: - size must be int but not size_t or we
                   8886:          can't compare with 0 sprintf result
                   8887: 
                   8888:        * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   8889:          main/execute.C, main/pa_request.C: - go back to one VMethodFrame
                   8890:          with internal switch between local/global vars
                   8891: 
                   8892:        * src/types/pa_vclass.C: - register scalar if method @GET[] was
                   8893:          specified
                   8894: 
                   8895:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
                   8896:          pa_vstateless_object.h: - stateless class and object now has
                   8897:          private scalar field and getter/setter for working with it
                   8898: 
                   8899:        * src/classes/math.C: - methods math:long2ip & math:ip2long were
                   8900:          moved to inet static class
                   8901: 
                   8902:        * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
                   8903:          class added (^inet:aton[IP], ^inet:ntoa(number))
                   8904: 
                   8905:        * tests/: 180.html, results/180.processed: - tests for
                   8906:          ^math:long2ip(long) and ^math:ip2long[IP]
                   8907: 
                   8908:        * src/classes/math.C: - ^math:ip2long[IP] added
                   8909: 
                   8910: 2008-06-11  misha
                   8911: 
                   8912:        * src/main/pa_xml_io.C: - use file_read_text again because of we
                   8913:          need cut BOM code and remove DOS newline chars. but don't
                   8914:          transcode it anyway.
                   8915: 
                   8916:        * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
                   8917:          main/pa_http.C: - option for disable transcoding while file_read
                   8918:          and file_read_text added
                   8919: 
                   8920: 2008-06-10  misha
                   8921: 
                   8922:        * tests/: 179.html, 179.p, results/179.processed: - test for many
                   8923:          classes in 1 file
                   8924: 
                   8925:        * src/main/: compile.C, compile_tools.h: - compile return list of
                   8926:          classes now.
                   8927: 
                   8928:        * src/main/: compile.y, compile.tab.C: - compile return list of
                   8929:          classes now. internals.
                   8930: 
                   8931:        * src/main/pa_request.C: - compile return list of classes now. try
                   8932:          call @conf and @auto for each returned class
                   8933: 
                   8934:        * src/include/pa_request.h: - compile return list of classes now
                   8935: 
                   8936:        * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
                   8937:          return list of classes when compile buf)
                   8938: 
                   8939: 2008-06-07  misha
                   8940: 
                   8941:        * src/main/pa_request.C: - constructing VRequest object with 3rd
                   8942:          param -- form
                   8943: 
                   8944:        * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
                   8945:          3rd param: form. needed for get post_charset
                   8946: 
                   8947:        * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
                   8948:          added
                   8949: 
                   8950:        * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
                   8951:          types/pa_vform.C, types/pa_vform.h: - some polish
                   8952: 
                   8953: 2008-06-06  misha
                   8954: 
                   8955:        * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
                   8956:          charset and decode chars from it but not from response:charset
                   8957: 
                   8958:        * src/main/pa_http.C: - detect_charset moved out of here
                   8959: 
                   8960:        * src/: include/pa_common.h, main/pa_common.C: - more helpers
                   8961:          methods moved here - unescape_chars accepn one charset now
                   8962: 
                   8963:        * src/main/pa_http.C: - new constants used - don't allow
                   8964:          $.content-type in ^file::load[;http://;$.method[POST]] - add
                   8965:          charset info while ^file::load[;http://;$.method[POST]] - option
                   8966:          $.omit-post-charset(true) added to ^file::load[;http://] for
                   8967:          disabling charset during post
                   8968: 
                   8969:        * src/types/pa_vform.C: - new constants used
                   8970: 
                   8971:        * src/include/pa_common.h: - some constants were added
                   8972: 
                   8973:        * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
                   8974:          instead of StrEqNc
                   8975: 
                   8976:        * src/main/pa_common.C: - new method for caseless search
                   8977:          c-substring in c-string - use isxdigit instead of is_hex_digit
                   8978: 
                   8979:        * src/include/pa_common.h: - new method for caseless search
                   8980:          c-substring in c-string
                   8981: 
                   8982: 2008-06-05  misha
                   8983: 
                   8984:        * tests/results/178.processed: - test for testing default getter
                   8985: 
                   8986:        * tests/178.html: - test for testing default getter
                   8987: 
                   8988:        * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
                   8989:          for test for testing default getter
                   8990: 
                   8991:        * src/main/execute.C: - default getter soul
                   8992: 
                   8993:        * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
                   8994:          requested objects' field not found
                   8995: 
                   8996:        * src/types/pa_vclass.C: - register default getter if defined - get
                   8997:          default getter if requested field not found
                   8998: 
                   8999:        * src/types/pa_vstateless_object.h: - method get_default_getter was
                   9000:          added
                   9001: 
                   9002:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   9003:          pointer to default getter and methods for get/set it were added
                   9004: 
                   9005:        * src/types/: pa_junction.h, pa_vjunction.h: - junction has
                   9006:          auto_name field (for default getter)
                   9007: 
                   9008: 2008-06-04  misha
                   9009: 
                   9010:        * src/main/pa_xml_io.C: - load external xml in binary mode (no
                   9011:          transcoding, no cutting BOM code, no fixing line breaks) and get
                   9012:          it to libxml "as is"
                   9013: 
                   9014: 2008-06-03  misha
                   9015: 
                   9016:        * src/main/pa_common.C: - use store_Char instead of
                   9017:          transcodeCharFromUTF8
                   9018: 
                   9019:        * src/: include/pa_charset.h, main/pa_charset.C: - method
                   9020:          store_Char added, transcodeCharFromUTF8 -- removed
                   9021: 
                   9022: 2008-06-02  misha
                   9023: 
                   9024:        * tests/: results/177.processed, 177.html: - test for checking
                   9025:          .[acm]date after local ^file::load[] was added
                   9026: 
                   9027:        * tests/: results/176.processed, 176.html: - test for checking
                   9028:          @OPTION\locals + @method[vars][locals] added
                   9029: 
                   9030:        * tests/results/auto.p: - CLASS_PATH specified for checking use
                   9031: 
                   9032: 2008-05-30  misha
                   9033: 
                   9034:        * src/main/: compile.y, compile.tab.C: - changes in compiler:
                   9035:          @OPTION\nlocals + @method[vars][;locals;] were added
                   9036: 
                   9037:        * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
                   9038:          moved to separate method op_code - switch from VMethodFrame to
                   9039:          VMethodFrameGlobal + VMethodFrameLocal
                   9040: 
                   9041:        * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
                   9042:          was moved to separate method op_code
                   9043: 
                   9044:        * src/main/pa_request.C: - use VMethodFrameGlobal instead of
                   9045:          VMethodFrame now
                   9046: 
                   9047:        * src/types/pa_vstateless_class.h: - stateless class have bool flag
                   9048:          all_vars_local as well
                   9049: 
                   9050:        * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
                   9051:          pa_vmethod_frame_local.h, Makefile.am: - who children for
                   9052:          VMethodFrame were added: one (global) works as VMethodFrame
                   9053:          before and second (local) write all vars in self vars scope
                   9054: 
                   9055:        * src/types/pa_method.h: - method has bool flag all_vars_local now
                   9056: 
                   9057: 2008-05-29  misha
                   9058: 
                   9059:        * tests/: 129.html, results/129.processed: - more tests for
                   9060:          ^table.hash[]
                   9061: 
                   9062:        * src/classes/hash.C: - ^hash::sql has a new option:
                   9063:          $.type[hash|string|table] as ^table.hash[] one.
                   9064: 
                   9065:        * src/classes/op.C: - ^try has 3rd param now: finally code which
                   9066:          executed anyway after try or catch section
                   9067: 
                   9068: 2008-05-27  misha
                   9069: 
                   9070:        * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
                   9071:          must not fail if $.distinct(1) wasn't specified
                   9072: 
                   9073: 2008-05-26  misha
                   9074: 
                   9075:        * src/classes/op.C: - allow ^throw[my type]
                   9076: 
                   9077: 2008-05-22  misha
                   9078: 
                   9079:        * configure.in, configure: - version number updated to 3.2.4b
                   9080: 
                   9081:        * src/classes/: op.C, string.C: - trim format string before
                   9082:          eval/format
                   9083: 
                   9084:        * tests/: results/175.processed, 175.html: - more tests for
                   9085:          different format strings in .format[]
                   9086: 
                   9087:        * src/types/pa_vform.C: - while decoding get values decode %uXXXX
                   9088:          as well (not only %XX)
                   9089: 
                   9090:        * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
                   9091:          charset specified - checks for format before print number
                   9092:          (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
                   9093:          (instead of tabs) removed
                   9094: 
                   9095:        * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
                   9096:          charset specified
                   9097: 
                   9098:        * src/: include/pa_charset.h, main/pa_charset.C: - method for get
                   9099:          char in requested charset from utf code was added
                   9100: 
                   9101: 2008-05-19  misha
                   9102: 
                   9103:        * tests/: 174.html, results/174.processed: - test for
                   9104:          ^hashfile.cleanup[] added
                   9105: 
                   9106:        * src/classes/hashfile.C: - optimization: don't create any key or
                   9107:          value variable if it's name weren't specified
                   9108:          (^hf.foreach[;v]{...})
                   9109: 
                   9110: 2008-05-16  misha
                   9111: 
                   9112:        * src/classes/hash.C: - optimization: don't create any key variable
                   9113:          if variable name wasn't specified (^h.foreach[;v]{...})
                   9114: 
                   9115: 2008-05-15  misha
                   9116: 
                   9117:        * src/classes/op.C: - small changes
                   9118: 
                   9119:        * src/classes/hashfile.C: - code reformating (as hash.foreach)
                   9120: 
                   9121:        * src/classes/hash.C: - calculate var_context once before foreach
                   9122: 
                   9123: 2008-05-14  misha
                   9124: 
                   9125:        * src/classes/hashfile.C: - incorrect vars context calculation for
                   9126:          ^hashfile.foreach[;]{} fixed
                   9127: 
                   9128:        * src/classes/: hash.C, table.C: - little optimisation
                   9129: 
                   9130:        * src/classes/file.C: - bugfix: double absolute path while loading
                   9131:          file
                   9132: 
                   9133:        * tests/: 174.html, results/174.processed: - tests for hashfile
                   9134:          were added
                   9135: 
                   9136:        * buildall-with-xml: - moving to libxslt 1.1.24
                   9137: 
                   9138: 2008-04-30  misha
                   9139: 
                   9140:        * src/classes/file.C: - stat file while loading (local only) so
                   9141:          .adate, .mdate and .cdate available without additional ::stat
                   9142: 
                   9143: 2008-04-28  misha
                   9144: 
                   9145:        * src/classes/file.C: - $.name and $.content-type available for
                   9146:          stated file
                   9147: 
                   9148: 2008-04-14  misha
                   9149: 
                   9150:        * src/targets/cgi/parser3.C: - new year in copyright %-)
                   9151: 
                   9152:        * src/include/pa_version.h: - new version number in head
                   9153: 
                   9154: 2008-04-10  misha
                   9155: 
                   9156:        * tests/: 080.html, results/080.processed: - cut '0' from
                   9157:          exponential part because of on diff OS it differ (20 or 020 for
                   9158:          ex)
                   9159: 
                   9160:        * tests/: 119.html, results/119.processed: - check for encoding
                   9161:          while creating xdoc
                   9162: 
                   9163: 2008-04-09  misha
                   9164: 
                   9165:        * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
                   9166: 
                   9167:        * src/main/pa_common.C: - comment added
                   9168: 
                   9169:        * src/classes/date.C: - little refactoring
                   9170: 
                   9171: 2008-04-07  misha
                   9172: 
                   9173:        * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
                   9174:          style of ^table.save[]: prepare one big string and sabe it at
                   9175:          once. it's safe on freebsd 4.x but use much more memory.
                   9176: 
                   9177:        * buildall-with-xml, buildall-without-xml: - option
                   9178:          --disable-stringstream added (under comment. use it on freebsd
                   9179:          4.x)
                   9180: 
                   9181: 2008-02-22  misha
                   9182: 
                   9183:        * src/main/pa_http.C: - exception if $.body[] and $.forms[]
                   9184:          specified together in file::load[;http] - get back transcoding
                   9185:          $.body[] in file::load[;http]
                   9186: 
                   9187: 2008-02-21  misha
                   9188: 
                   9189:        * src/classes/date.C: - ^date.gmt-string[] was added
                   9190: 
                   9191:        * src/types/pa_value.C: - method for output date in RFC 822 format
                   9192:          moved to pa_common.h
                   9193: 
                   9194:        * src/include/pa_common.h: - method for output date in RFC 822
                   9195:          format moved here from pa_value.C
                   9196: 
                   9197:        * src/types/pa_vmail.C: - fixed core in sending mail with
                   9198:          attachment in simple mode ($.file[file here]) introduced in 3.2.2
                   9199: 
                   9200: 2008-02-20  misha
                   9201: 
                   9202:        * src/main/pa_http.C: - transcode $.headers before escaping into
                   9203:          specified charset while ^file::load[...;http://...] (L_URI
                   9204:          instead of L_HTTP_HEADER) - $.cookies param available in
                   9205:          ^file::load[;http://...] now (but we don't parse set-cookies from
                   9206:          response yet) (cookies not transcoded as common $cookies)
                   9207: 
                   9208: 2008-02-19  misha
                   9209: 
                   9210:        * src/main/pa_request.C: - rollback: we mustn't force taint
                   9211:          $response:field values because in this case
                   9212:          $response:locateion[http://...] don't works.
                   9213: 
                   9214: 2008-02-15  misha
                   9215: 
                   9216:        * src/classes/op.C: - little refactoring
                   9217: 
                   9218:        * src/main/pa_http.C: - taint names of $.headers for load[;http
                   9219: 
                   9220:        * src/main/pa_request.C: - force taint values of $response:field
                   9221: 
                   9222: 2008-02-14  misha
                   9223: 
                   9224:        * src/main/pa_request.C: - $response:field transcoded to
                   9225:          $response:charset before escaping now
                   9226: 
                   9227:        * src/main/pa_http.C: - some outdated comments removed
                   9228: 
                   9229:        * src/classes/date.C: - lastdat -> last-day
                   9230: 
                   9231:        * src/classes/date.C: - ^date:lastday(year;month) and
                   9232:          ^date.lastday[] were added - little code refactoring - comments
                   9233:          changes
                   9234: 
                   9235:        * tests/: 159.html, results/159.processed: - test for number of
                   9236:          days in February
                   9237: 
                   9238:        * src/types/pa_value.C: - fixes in code formatting
                   9239: 
                   9240:        * src/classes/: file.C, op.C, table.C: - fixes in code formatting
                   9241:          and comments
                   9242: 
                   9243: 2008-02-13  misha
                   9244: 
                   9245:        * src/main/pa_common.C: - bugfix for february at leap year
                   9246: 
                   9247: 2008-01-28  misha
                   9248: 
                   9249:        * tests/: 160.html, results/160.processed: - more test for cache
                   9250:          added
                   9251: 
                   9252:        * src/classes/op.C: - bugfix: cache body executed twice if contains
                   9253:          unhandled exception
                   9254: 
                   9255: 2008-01-25  misha
                   9256: 
                   9257:        * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
                   9258:          bug when hashfile became inavailable after memory:compact)
                   9259: 
                   9260:        * src/lib/sdbm/apr_strings.C: - +arp_malloc
                   9261: 
                   9262: 2008-01-22  misha
                   9263: 
                   9264:        * src/classes/table.C: - little refactiring and exception texts
                   9265:          changes in method ^table.hash[]
                   9266: 
                   9267:        * src/types/pa_vcookie.C: - link to cookie specification changed
                   9268: 
                   9269: 2008-01-21  misha
                   9270: 
                   9271:        * tests/: 171.html, cat.sh, results/171.processed: - more tests for
                   9272:          file::exec/cgi
                   9273: 
                   9274:        * src/classes/file.C: - bugfix: core while processing headers if
                   9275:          executed cgi script don't return content
                   9276: 
                   9277: 2008-01-18  misha
                   9278: 
                   9279:        * buildall-with-xml: - move to libxml2 version 2.6.31
                   9280: 
                   9281:        * src/include/pa_version.h, configure.in: - version number updated
                   9282:          to '3.2.3b'
                   9283: 
                   9284: 2007-12-28  misha
                   9285: 
                   9286:        * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
                   9287:          hash.contains
                   9288: 
                   9289: 2007-12-27  misha
                   9290: 
                   9291:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   9292:          src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
                   9293:          src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
                   9294:          src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
                   9295:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   9296:          src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
                   9297:          src/targets/cgi/parser3.vcproj,
                   9298:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
                   9299:          back to VS2003 because of Apache 1.3 module can't work if it was
                   9300:          built in VS 2005.  with cgi all file so VS2003 project files can
                   9301:          be easy converted to the new format.
                   9302: 
                   9303: 2007-12-04  misha
                   9304: 
                   9305:        * src/types/pa_vcode_frame.h: - changes in comment
                   9306: 
                   9307: 2007-11-29  misha
                   9308: 
                   9309:        * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
                   9310:          intercept strings any longer
                   9311: 
                   9312:        * tests/: 173.html, results/173.processed: - tests for
                   9313:          $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
                   9314:          but not in main code frame
                   9315: 
                   9316:        * tests/: 172.html, results/172.processed: - more tests for pass
                   9317:          objects from code frames
                   9318: 
                   9319: 2007-11-27  misha
                   9320: 
                   9321:        * tests/: 152.html, results/152.processed: - tests for converting
                   9322:          strings 'true'/'false' to bool were added
                   9323: 
                   9324:        * tests/152.html: - added checks for converting strings
                   9325:          'true'/'false' to bool
                   9326: 
                   9327:        * src/classes/string.C: - ^srting.bool[] now can convert to bool
                   9328:          not only strings with numbers but with values 'true'/'false' as
                   9329:          well
                   9330: 
                   9331:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
                   9332:          for parser3.log increased
                   9333: 
                   9334:        * src/main/pa_common.C: - remove_crlf optimize whitespaces now
                   9335: 
                   9336:        * src/include/pa_common.h: - remove_crlf return cstring size now
                   9337: 
                   9338:        * src/include/pa_types.h: - constant with buffer size for
                   9339:          parser3.log added
                   9340: 
                   9341: 2007-11-16  misha
                   9342: 
                   9343:        * tests/cat.sh: - script for tests for file::exec/cgi
                   9344: 
                   9345:        * tests/171.html: - tests for file::exec/cgi
                   9346: 
                   9347:        * tests/results/171.processed: - tests results for file::exec/cgi
                   9348: 
                   9349: 2007-11-15  misha
                   9350: 
                   9351:        * src/main/pa_exec.C: - fixed incorrect exec code for unix
                   9352: 
                   9353:        * src/classes/file.C: - .body must be set before analyzing cgi
                   9354:          headers
                   9355: 
                   9356:        * src/classes/file.C: - bugfix: we must transcode output fix EOLs
                   9357:          only if exec/cgi return anything.
                   9358: 
                   9359: 2007-11-14  misha
                   9360: 
                   9361:        * operators.txt: - info about new text|binary option for
                   9362:          file::exec/cgi was added
                   9363: 
                   9364:        * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
                   9365:          ^file:exec[[text|binary];script;...]
                   9366: 
                   9367:        * src/: include/pa_exception.h, classes/file.C, classes/image.C,
                   9368:          classes/string.C, classes/table.C: - more text strings moved to
                   9369:          the one place
                   9370: 
                   9371: 2007-11-09  misha
                   9372: 
                   9373:        * src/types/pa_vrequest.C: - $request:argv must be taint
                   9374: 
                   9375:        * ChangeLog: - $request:argv [patch from Sumo]
                   9376: 
                   9377:        * operators.txt: - $request:argv
                   9378: 
                   9379:        * src/: include/pa_request_info.h, types/pa_vrequest.C,
                   9380:          types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
                   9381: 
                   9382: 2007-10-25  misha
                   9383: 
                   9384:        * buildall-with-xml, buildall-without-xml: - options preparations
                   9385:          for ./configure rewrited
                   9386: 
                   9387:        * src/main/: compile.tab.C, compile.y: - bug if parser.compile
                   9388:          error occure in unhandled_exception finally fixed
                   9389: 
                   9390: 2007-10-23  misha
                   9391: 
                   9392:        * tests/: 170.html, results/170.processed: - test for
                   9393:          @method[][result]
                   9394: 
                   9395:        * operators.txt: - added info about node.prefix and
                   9396:          node.namespaceURI
                   9397: 
                   9398:        * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
                   9399: 
                   9400:        * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
                   9401:          added for node and attribute
                   9402: 
                   9403: 2007-10-22  misha
                   9404: 
                   9405:        * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
                   9406: 
                   9407:        * src/main/pa_request.C: - added const content-transfer-encoding
                   9408: 
                   9409:        * src/include/pa_request.h: - added const content-transfer-encoding
                   9410:          - ups. constants must be in lowercase (for search)
                   9411: 
                   9412:        * src/types/pa_vmail.C: - more constants used -
                   9413:          content-transfer-encoding: 8bit added
                   9414: 
                   9415:        * src/main/pa_uue.C: - content-transfer-encoding moved out of here
                   9416: 
                   9417:        * src/include/pa_request.h: - more constants
                   9418: 
                   9419:        * src/types/pa_vmail.C: - constant renamed - $.content-id don't
                   9420:          ommit anymore if $.content-disposition was specified - little
                   9421:          refactoring
                   9422: 
                   9423:        * src/: include/pa_request.h, main/pa_request.C: - constant renamed
                   9424: 
                   9425: 2007-10-17  misha
                   9426: 
                   9427:        * operators.txt: - info about
                   9428:          table::create[nameless]{data}[>options<] was added
                   9429: 
                   9430:        * src/main/: compile.tab.C, compile.y: - if error occure while
                   9431:          compile method don't put this method in methods table anymore.
                   9432:          in other case the parser coredumped if @unhandled_exception
                   9433:          method can't be compiled because of parser.compile error.
                   9434: 
                   9435:        * src/main/execute.C: - little code reformating
                   9436: 
                   9437:        * src/main/pa_request.C: - little code reformating - comment
                   9438:          changed
                   9439: 
                   9440: 2007-10-16  misha
                   9441: 
                   9442:        * tests/: 035.html, results/035.processed: - tests
                   9443:          table::create[]{}[options] added
                   9444: 
                   9445:        * src/classes/table.C: - table::create[]{} now accept 3rd param:
                   9446:          options (only $.seperator[] yet)
                   9447: 
                   9448: 2007-10-10  misha
                   9449: 
                   9450:        * src/classes/table.C: - some contstants moved to pa_common.h -
                   9451:          some code changes
                   9452: 
                   9453: 2007-10-02  misha
                   9454: 
                   9455:        * src/main/pa_uue.C: - memory usage during uuencode reduced more
                   9456:          then three time as much. but base64 encoding method still use
                   9457:          less memory anyway.
                   9458: 
                   9459: 2007-09-17  misha
                   9460: 
                   9461:        * operators.txt: - added info about $cookie:fields
                   9462: 
                   9463:        * src/types/pa_vcookie.C: - $cookie:fields available now
                   9464: 
                   9465:        * src/classes/hash.C: - some stuff for use with .for_each moved to
                   9466:          common
                   9467: 
                   9468:        * src/include/pa_common.h: - some stuff for use with .for_each
                   9469:          moved here
                   9470: 
                   9471:        * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
                   9472: 
                   9473: 2007-09-14  misha
                   9474: 
                   9475:        * buildall-with-xml: - new xml libs again =)
                   9476: 
                   9477: 2007-08-28  misha
                   9478: 
                   9479:        * operators.txt: - texts about ^table.columns[[column name]]  and
                   9480:          ^string.split[...][v][column name] were added
                   9481: 
                   9482:        * tests/: 168.html, 169.html, results/168.processed,
                   9483:          results/169.processed: - tests for ^table.columns[[column name]]
                   9484:          and ^string.split[...][v][column name] were added
                   9485: 
                   9486:        * src/classes/table.C: - new option ^table.columns[[column name]]
                   9487:          was added
                   9488: 
                   9489:        * src/classes/string.C: - new option ^string.split[...;v;[column
                   9490:          name]]
                   9491: 
                   9492:        * src/include/pa_exception.h: - error text message for
                   9493:          ^hash._keys[], ^table.columns[] and ^string.split[]
                   9494: 
                   9495: 2007-08-27  misha
                   9496: 
                   9497:        * src/main/untaint.C: - try to fix coredump on unix if print to
                   9498:          body ^taint[sql][something] outside of connect
                   9499: 
                   9500:        * tests/: 167.html, results/167.processed: - test for ^taint[sql]
                   9501:          outside of connect
                   9502: 
                   9503:        * buildall-with-xml, buildall-without-xml: - strip parser3 was
                   9504:          added (commented by default)
                   9505: 
                   9506: 2007-08-20  misha
                   9507: 
                   9508:        * operators.txt: - comment about new method ^node.hasAttributes[]
                   9509:          was added
                   9510: 
                   9511:        * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
                   9512:          duplicated exception text strings were removed
                   9513: 
                   9514:        * src/include/pa_exception.h: - more exception text strings moved
                   9515:          here
                   9516: 
                   9517:        * src/classes/table.C: - some duplicate exceptions' text strings
                   9518:          removed
                   9519: 
                   9520:        * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
                   9521:          xdoc.C, xnode.C: - some duplicate exceptions' text strings
                   9522:          removed
                   9523: 
                   9524:        * src/include/pa_exception.h: - some exception text strings movet
                   9525:          to pa_exception
                   9526: 
                   9527:        * tests/: 149.html, results/149.processed: - test for
                   9528:          ^xnode.hasAttributes[] was added - some code changes
                   9529: 
                   9530:        * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
                   9531:          added
                   9532: 
                   9533: 2007-08-17  misha
                   9534: 
                   9535:        * tests/: results/006.processed, results/059.processed, 006.html,
                   9536:          059.html: - more tests for match
                   9537: 
                   9538:        * tests/: 129.html, results/129.processed: - tests for
                   9539:          ^table.hash[...][$.type[string|hash|table]] added
                   9540: 
                   9541:        * src/targets/cgi/parser3.C: - little syntax changes
                   9542: 
                   9543:        * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
                   9544:          syntax changes
                   9545: 
                   9546:        * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
                   9547:          messages in parser3.log switched off by default. If someone
                   9548:          really still need it: use $SIGPIPE(1)
                   9549: 
                   9550: 2007-08-08  misha
                   9551: 
                   9552:        * buildall-with-xml, buildall-without-xml: - remove libs source
                   9553:          files by default since now
                   9554: 
                   9555: 2007-08-07  misha
                   9556: 
                   9557:        * buildall-without-xml: - some option syntax changes
                   9558: 
                   9559:        * buildall-with-xml: - compile libxml2 without http support - some
                   9560:          option syntax changes
                   9561: 
                   9562:        * src/main/pa_xml_io.C: - will use parser file loader for xml needs
                   9563: 
                   9564: 2007-08-06  misha
                   9565: 
                   9566:        * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
                   9567: 
                   9568:        * tests/: 160.html, results/160.processed: - cache test was
                   9569:          rewrited
                   9570: 
                   9571: 2007-07-06  misha
                   9572: 
                   9573:        * tests/: 153.html, results/153.processed: - added test for
                   9574:          ^math:sha1[string]
                   9575: 
                   9576:        * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
                   9577:          transcoded
                   9578: 
                   9579:        * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
                   9580:          were added
                   9581: 
                   9582: 2007-06-28  misha
                   9583: 
                   9584:        * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
                   9585:          some incorrect chars
                   9586: 
                   9587: 2007-06-19  misha
                   9588: 
                   9589:        * src/include/pa_hash.h: - methods generic_hash_code & hash_code
                   9590:          were moved on top because of gcc 4 had a problems during
                   9591:          building.
                   9592: 
                   9593: 2007-06-18  misha
                   9594: 
                   9595:        * tests/results/019.processed: - new image commited
                   9596: 
                   9597: 2007-06-09  misha
                   9598: 
                   9599:        * src/classes/: op.C, table.C: - in while and table.select method
                   9600:          as_expression used now
                   9601: 
                   9602:        * src/types/pa_vmethod_frame.h: - method as_expression was added
                   9603: 
                   9604: 2007-06-08  misha
                   9605: 
                   9606:        * tests/: 166.html, results/166.processed: - test for
                   9607:          ^match[...][n]
                   9608: 
                   9609:        * tests/: 165.html, results/165.processed: - tests for loops
                   9610: 
                   9611:        * src/lib/cord/include/private/cord_pos.h: - back to origin value
                   9612:          because of no speed/memory optimisation but some proglems with
                   9613:          long cycles occure
                   9614: 
                   9615: 2007-06-06  misha
                   9616: 
                   9617:        * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
                   9618:          ^table.select(true) and ^table.select(1) didn't works because of
                   9619:          awaiting junction-param only. fixed.
                   9620: 
                   9621: 2007-05-24  misha
                   9622: 
                   9623:        * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
                   9624:          with 0.5 secs interval
                   9625: 
                   9626:        * src/classes/op.C: - cache was rewrited. I hope it works with
                   9627:          locking system now on unix
                   9628: 
                   9629:        * src/main/pa_os.C: - locks engines were rewrited: now we don't use
                   9630:          system locks which wait till other threads release it but try get
                   9631:          lock, if fail wait 1 sec and make 10 attempts.
                   9632: 
                   9633:        * src/include/pa_os.h: - consts for blocking locks + some comments
                   9634:          were added
                   9635: 
                   9636:        * src/lib/sdbm/apr_file_io.C: - wait till lock released while
                   9637:          opening files
                   9638: 
                   9639:        * src/classes/table.C: - changes in includes. if unclude <sstream>
                   9640:          after our classes on unix it can't be build
                   9641: 
                   9642:        * src/types/pa_vhashfile.C: - not needed code removed
                   9643: 
                   9644: 2007-05-23  misha
                   9645: 
                   9646:        * src/: classes/file.C, classes/op.C, main/pa_common.C,
                   9647:          include/pa_common.h: - cosmetic changes
                   9648: 
                   9649: 2007-05-18  misha
                   9650: 
                   9651:        * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
                   9652:          often. it's give some speed increasing
                   9653: 
                   9654:        * tests/results/160.processed: - returned time corrected
                   9655: 
                   9656:        * tests/160.html: - time increased because on unix 1 mean nothing
                   9657:          :(
                   9658: 
                   9659:        * operators.txt: - added info about ^hash.contain[key]
                   9660: 
                   9661:        * src/classes/hash.C: - added ^hash.contain[key]
                   9662: 
                   9663:        * src/include/pa_hash.h: - added method for checking key exists in
                   9664:          hash
                   9665: 
                   9666: 2007-05-07  misha
                   9667: 
                   9668:        * src/include/pa_string.h: - was compilation error during build on
                   9669:          freebsd4
                   9670: 
                   9671: 2007-05-03  misha
                   9672: 
                   9673:        * src/classes/table.C: - option $.type[hash|string|table] was added
                   9674:          for ^table.hash[]
                   9675: 
                   9676:        * src/classes/file.C: - comment removed
                   9677: 
                   9678: 2007-04-26  misha
                   9679: 
                   9680:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
                   9681:          real files doesn't opened in place anymore
                   9682: 
                   9683: 2007-04-24  misha
                   9684: 
                   9685:        * src/classes/math.C: - I thought one more time and remove lg(N) :)
                   9686: 
                   9687:        * src/include/pa_exception.h: "static" removed
                   9688: 
                   9689: 2007-04-23  misha
                   9690: 
                   9691:        * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
                   9692: 
                   9693:        * src/classes/math.C: added: - ^math:ln(N) (the same as
                   9694:          ^math:log(N)) - ^math:lg(N)
                   9695: 
                   9696:        * tests/: 097.html, results/097.processed: - charsets converstion
                   9697:          during ^file::load[text;http://...] added
                   9698: 
                   9699:        * tests/: 164.html, results/164.processed: - check for set expires
                   9700:          as a date
                   9701: 
                   9702:        * tests/: 164.html, results/164.processed: - test for hashfile
                   9703: 
                   9704:        * src/classes/hashfile.C: - little comment changes
                   9705: 
                   9706:        * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
                   9707:          access
                   9708: 
                   9709:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   9710:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   9711:          classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
                   9712:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   9713:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   9714:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   9715:          main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
                   9716:          main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
                   9717:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   9718:          types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
                   9719:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   9720:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9721:          types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
                   9722:          "parser.runtime" strings were removed
                   9723: 
                   9724:        * src/classes/hashfile.C: - with .clear[] called files_delete()
                   9725:          now.
                   9726: 
                   9727:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
                   9728: 
                   9729:        * src/include/pa_exception.h: - string constant with
                   9730:          "parser.runtime" text was added
                   9731: 
                   9732: 2007-04-20  misha
                   9733: 
                   9734:        * operators.txt: - some comments changing
                   9735: 
                   9736:        * operators.txt: - added info about .^hashfile.release[],
                   9737:          ^hashfile.clenaup[] and new ^string.match[][>N-option<]
                   9738: 
                   9739:        * configure: =cheching for unsetenv
                   9740: 
                   9741:        * src/classes/hashfile.C: - ^hashfile.cleanup[],
                   9742:          ^hashfile.release[] were added
                   9743: 
                   9744:        * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
                   9745:          ^string.match[][] understand new option now: return number of
                   9746:          matches but not table wit results
                   9747: 
                   9748:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
                   9749:          reopen now
                   9750: 
                   9751:        * src/classes/op.C: - bug. must be false
                   9752: 
                   9753:        * configure.in: - checking for unsetenv was added
                   9754: 
                   9755:        * src/types/pa_vform.C: - some comments
                   9756: 
                   9757: 2007-04-18  misha
                   9758: 
                   9759:        * buildall-with-xml: moving to libxml2-2.6.28
                   9760: 
                   9761:        * buildall-with-xml, buildall-without-xml: added commented lines
                   9762:          with --disable-safe-mode option
                   9763: 
                   9764:        * operators.txt: - info about $form:files
                   9765: 
                   9766: 2007-04-17  misha
                   9767: 
                   9768:        * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
                   9769:          $form:files was added
                   9770: 
                   9771:        * tests/: 163.html, results/163.processed: removing auto format
                   9772: 
                   9773:        * src/types/pa_vdate.h: - start adding unsetenv("TZ");
                   9774: 
                   9775: 2007-04-16  misha
                   9776: 
                   9777:        * tests/: 163.html, results/163.processed: - test for .int[],
                   9778:          floor, round, ceiling and .format[]
                   9779: 
                   9780:        * src/classes/file.C: - little optimization for getting args in
                   9781:          exec/cgi
                   9782: 
                   9783: 2007-04-13  misha
                   9784: 
                   9785:        * src/classes/file.C: - arguments for file::exec/cgi can be
                   9786:          specified now as s table with one column
                   9787: 
                   9788: 2007-03-27  misha
                   9789: 
                   9790:        * tests/: 162.html, results/162.processed: - test for
                   9791:          ^table.select(^condition[$t])
                   9792: 
                   9793:        * tests/results/auto.p: - load windows-1251 charset for some tests
                   9794: 
                   9795:        * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
                   9796: 
                   9797:        * tests/: results/161.processed, 161.html, 161_utf8.txt,
                   9798:          161_windows1251.txt: - added test for
                   9799:          ^file::load[text;/local/file.txt;$.charset[...]]
                   9800: 
                   9801:        * tests/: results/013.processed, 013.html: - added test for
                   9802:          checking $._default value while hash modifications
                   9803: 
                   9804:        * tests/: 160.html, results/160.processed: - add test for
                   9805:          ^cache[key](secs){code}, ^cache[] and ^cache(0)
                   9806: 
                   9807: 2007-03-22  misha
                   9808: 
                   9809:        * src/include/pa_common.h: - "charset" string defined for
                   9810:          ^file::load[text;/local.txt] and ^table::load[/table.txt]
                   9811: 
                   9812:        * src/main/: pa_common.C, pa_http.C: - $.charset option for
                   9813:          ^file::load[text;/local.txt] and ^table::load[/table.txt] was
                   9814:          added - not needed transcodes were removed from
                   9815:          ^file::load[...;http://...]
                   9816: 
                   9817:        * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
                   9818:          added
                   9819: 
                   9820:        * src/classes/date.C: - date.week was fixed
                   9821: 
                   9822:        * operators.txt: - added info about date.weekyear
                   9823: 
                   9824:        * tests/: 159.html, results/159.processed: - tests for date.week
                   9825:          and date.weekyear added
                   9826: 
                   9827: 2007-03-15  misha
                   9828: 
                   9829:        * src/classes/table.C: - enclose column numbers for nameless tables
                   9830:          as well
                   9831: 
                   9832: 2007-03-14  misha
                   9833: 
                   9834:        * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
                   9835: 
                   9836:        * src/classes/table.C: - table.save optimization: now required much
                   9837:          less memory
                   9838: 
                   9839: 2007-03-13  misha
                   9840: 
                   9841:        * tests/results/: 158.processed, 158.processes: - tests for
                   9842:          table.save/table.load
                   9843: 
                   9844:        * tests/: 158.html, results/158.processes: - tests for
                   9845:          table.save/table.load
                   9846: 
                   9847:        * buildall-with-xml: libxml2: --without-ftp --without-docbook
                   9848: 
                   9849:        * buildall-with-xml: - pattern needed now for building
                   9850: 
                   9851:        * tests/results/097.processed: - added test results for xdoc::load
                   9852:          & xdoc::load[http://...]
                   9853: 
                   9854:        * tests/097.html: - added test for xdoc::load
                   9855: 
                   9856: 2007-03-12  misha
                   9857: 
                   9858:        * tests/: 107.html, results/107.processed: - added test for xpath
                   9859:          '//man'
                   9860: 
                   9861: 2007-03-01  misha
                   9862: 
                   9863:        * tests/: 097.html, results/097.processed: - added test for
                   9864:          creating xdoc from file
                   9865: 
                   9866:        * tests/: results/157.processed, 157.html: - added test for
                   9867:          file:move
                   9868: 
                   9869: 2007-02-28  misha
                   9870: 
                   9871:        * src/classes/xdoc.C: - another attempt
                   9872: 
                   9873:        * src/classes/xdoc.C: - roll back last changes for a while
                   9874: 
                   9875:        * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
                   9876: 
                   9877:        * src/classes/file.C: - under lock we create non-exist dir anyway
                   9878: 
                   9879:        * tests/results/099.processed: - ever send content-disposition to
                   9880:          client with file
                   9881: 
                   9882:        * tests/157.html: + test for file:copy
                   9883: 
                   9884: 2007-02-26  misha
                   9885: 
                   9886:        * src/classes/file.C: - some similar strings moved to #define
                   9887:          instead of to be copy/pasted many times
                   9888: 
                   9889:        * src/types/pa_vfile.h: - class name string ("file") moved to
                   9890:          #define
                   9891: 
                   9892: 2007-02-20  misha
                   9893: 
                   9894:        * configure.in: - added some strings for sqlite detection
                   9895: 
                   9896: 2007-02-19  misha
                   9897: 
                   9898:        * operators.txt: - some comments changes
                   9899: 
                   9900:        * buildall-with-xml, buildall-without-xml: - some modifications
                   9901: 
                   9902: 2007-02-17  misha
                   9903: 
                   9904:        * buildall-with-xml, buildall-without-xml: - moving to gc6.8
                   9905: 
                   9906:        * src/main/pa_request.C: - damn, i forgot to commit it while I
                   9907:          change console behaviour
                   9908: 
                   9909: 2007-02-12  misha
                   9910: 
                   9911:        * src/targets/cgi/parser3.C: - don't print headers if
                   9912:          $console:line[data] was used during cgi execution.
                   9913: 
                   9914:        * src/types/pa_vconsole.h: - console class have bool flag now which
                   9915:          marked as 'true' if class was used.
                   9916: 
                   9917:        * tests/: 152.html, results/152.processed: - more types was added
                   9918:          to test 152
                   9919: 
                   9920:        * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
                   9921:          adding 'bool' (^if($image){} caused exception)
                   9922: 
                   9923: 2007-02-09  misha
                   9924: 
                   9925:        * tests/: 152.html, results/152.processed: - test alightly updated
                   9926: 
                   9927:        * tests/: 152.html, results/152.processed: - test rewrited
                   9928: 
                   9929:        * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
                   9930:          bugfix. I broke xdoc & xnode in expression
                   9931: 
                   9932: 2007-02-08  misha
                   9933: 
                   9934:        * tests/: 152.html, results/152.processed: - add test for checking
                   9935:          'def' for void, string, bool, int & double
                   9936: 
                   9937: 2007-02-07  misha
                   9938: 
                   9939:        * operators.txt: - ^file:base64[filespec]  was added
                   9940: 
                   9941:        * tests/results/153.processed: - result test for
                   9942:          ^file:base64[filespec]  was updated
                   9943: 
                   9944:        * tests/153.html: - test for ^file:base64[filespec]  was added
                   9945: 
                   9946:        * src/types/pa_vconsole.h: - little optimization
                   9947: 
                   9948:        * src/classes/file.C: - ^file:base64[filespec]
                   9949: 
                   9950:        * src/main/pa_common.C: - definitions for ^file:base64[filespec]
                   9951: 
                   9952:        * src/include/pa_common.h: - declarations for
                   9953:          ^file:base64[filespec]
                   9954: 
                   9955:        * src/types/pa_vcookie.C: - little optimization
                   9956: 
                   9957: 2007-02-06  misha
                   9958: 
                   9959:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
                   9960:          were temporary commented
                   9961: 
                   9962:        * src/types/pa_vbool.h: - bugfix
                   9963: 
                   9964:        * tests/156.html: - added test for bool cookie
                   9965: 
                   9966:        * src/types/pa_vcookie.h: - not needed string "cookie" removed
                   9967: 
                   9968:        * tests/: 155.html, results/155.processed: - added test for check
                   9969:          $.encloser[] option for table save/load
                   9970: 
                   9971:        * tests/: 153.html, 154.html, todo.txt: - two more tests added
                   9972: 
                   9973: 2007-02-05  misha
                   9974: 
                   9975:        * tests/results/152.processed: - newline at the end was missed
                   9976: 
                   9977:        * tests/results/141.processed: - math:md5 must be lowercased
                   9978: 
                   9979:        * src/targets/cgi/parser3.C: - 2007 in help ;)
                   9980: 
                   9981: 2007-02-03  misha
                   9982: 
                   9983:        * tests/results/: 150.processed, 151.processed, 152.processed: -
                   9984:          test for bool added and some content length fixes
                   9985: 
                   9986:        * tests/152.html: - test for bool added
                   9987: 
                   9988:        * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
                   9989: 
                   9990:        * operators.txt: - info bool class was added
                   9991: 
1.116     moko     9992:        * src/: classes/Makefile.am, classes/bool.C,
1.95      moko     9993:          classes/classes.vcproj, classes/double.C, classes/int.C,
                   9994:          classes/string.C, classes/void.C, classes/xnode.C,
                   9995:          include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
                   9996:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
                   9997:          types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
                   9998:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   9999:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
                   10000:          types/types.vcproj: - bool class was added
                   10001: 
                   10002:        * src/main/pa_request.C: - fix
                   10003: 
                   10004: 2007-01-18  misha
                   10005: 
                   10006:        * src/: main/pa_string.C, classes/string.C: - return table during
                   10007:          ^string.match[][] even if no matched found.
                   10008: 
                   10009: 2006-12-20  misha
                   10010: 
                   10011:        * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
                   10012:          http://www.parser.ru/forum/?id=55598 ]
                   10013: 
                   10014: 2006-12-19  misha
                   10015: 
                   10016:        * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
                   10017:          details: http://www.parser.ru/forum/?id=52359
                   10018: 
                   10019:        * src/main/pa_request.C: - always set content-disposition for
                   10020:          $response:body[hash here]. more details:
                   10021:          http://www.parser.ru/forum/?id=52130
                   10022: 
                   10023: 2006-12-07  misha
                   10024: 
                   10025:        * operators.txt: - added info about bool params in cookie set
                   10026: 
                   10027:        * src/types/pa_vcookie.C: - bool param in cookies available now
                   10028:          $cookie:name[   $.value[123]   $.secure(true)   $.httponly(true)
                   10029:          ]
                   10030: 
                   10031:        * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
                   10032:          was added
                   10033: 
                   10034: 2006-12-02  misha
                   10035: 
                   10036:        * src/classes/file.C: - file_block_read used instead of native read
                   10037: 
                   10038:        * src/main/pa_common.C: - added file_block_read with read error
                   10039:          detection - file_block_read used instead of native read
                   10040: 
                   10041:        * src/include/pa_common.h: - added file_block_read declaration
                   10042: 
                   10043: 2006-12-01  misha
                   10044: 
                   10045:        * operators.txt: - info about $var.CLASS_NAME was added
                   10046: 
                   10047:        * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
                   10048:          $var.CLASS_NAME added
                   10049: 
                   10050:        * operators.txt: - added info about ^file:copy[]
                   10051: 
                   10052:        * src/classes/file.C: - ^file:copy[from;fo] was added
                   10053: 
                   10054: 2006-11-20  misha
                   10055: 
                   10056:        * src/classes/date.C: - bug fix :)
                   10057: 
                   10058: 2006-11-17  misha
                   10059: 
                   10060:        * src/include/pa_common.h: - array in crc32 calculation was changed
                   10061:          to static
                   10062: 
                   10063:        * src/main/pa_common.C: - little optimization in getMonthDays -
                   10064:          small changes in crc32 calculation
                   10065: 
                   10066:        * src/classes/date.C: - not needed code was removed
                   10067: 
                   10068: 2006-11-16  misha
                   10069: 
                   10070:        * src/types/pa_vmail.C: - fix missed brakes
                   10071: 
                   10072:        * src/types/pa_vmail.C: - mail:send now set content-type:
                   10073:          multipart/related instead of multipart/mixed if file have
                   10074:          $.content-id[]
                   10075: 
                   10076: 2006-11-15  misha
                   10077: 
                   10078:        * src/types/pa_vdouble.h: abs -> fabs
                   10079: 
                   10080: 2006-11-14  misha
                   10081: 
                   10082:        * operators.txt: - added info about ^file.md5[] and
                   10083:          ^file:md5[file-name]
                   10084: 
                   10085:        * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
                   10086:          added
                   10087: 
                   10088:        * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
                   10089:          FILE_BUFFER_SIZE
                   10090: 
                   10091:        * src/classes/math.C: - hex_string was moved to pa_common.h
                   10092: 
                   10093:        * src/include/pa_common.h: - hex_string was moved from math.C -
                   10094:          CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
                   10095: 
                   10096:        * src/types/pa_vdouble.h: - incorrect frac detection with negative
                   10097:          values was fixed
                   10098: 
                   10099: 2006-11-13  misha
                   10100: 
                   10101:        * operators.txt: - added info about ^math:crc32[string],
                   10102:          ^file:crc32[file-name] & ^file.crc32[]
                   10103: 
                   10104:        * src/classes/math.C: - added ^math:crc32[string]
                   10105: 
                   10106:        * src/classes/file.C: - some comments were changed - added
                   10107:          ^file:crc32[file-name] and ^file.crc32[]
                   10108: 
                   10109:        * src/: include/pa_common.h, main/pa_common.C: - some functions for
                   10110:          crc32 calculation added
                   10111: 
                   10112: 2006-11-03  misha
                   10113: 
                   10114:        * src/include/pa_array.h: - not needed variable removed
                   10115: 
                   10116:        * tests/: 150.html, 151.html, results/150.processed,
                   10117:          results/151.processed: - 2 tests were added
                   10118: 
                   10119:        * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
                   10120:          with $.reverse(1) were fixed
                   10121: 
                   10122:        * src/main/pa_http.C: - bug fix. now tainted data from $.form and
                   10123:          query converted to $.charset during ^file::load[http://...]
                   10124: 
                   10125: 2006-11-02  misha
                   10126: 
                   10127:        * src/include/pa_table.h: ups. forget '=' char
                   10128: 
                   10129:        * src/include/pa_table.h: - one more fix in
                   10130:          .locate[...][$.reverse(1)]
                   10131: 
                   10132: 2006-11-01  misha
                   10133: 
                   10134:        * src/classes/math.C: - bug fix, details:
                   10135:          http://www.parser.ru/forum/?id=53360
                   10136: 
                   10137:        * src/include/pa_table.h: - bug fix during ^table.locate( condition
                   10138:          false for all records )[$.reverse(1)]
                   10139: 
                   10140:        * src/main/pa_http.C: - second param for this mid method is length
                   10141:          but not end_index so this method has error and can't detect
                   10142:          charsets in next content-types: Content-type: text/html;
                   10143:          charset="windows-1251" Content-type: text/html;
                   10144:          charset="windows-1251"; Content-type: text/html;
                   10145:          charset=windows-1251;
                   10146: 
                   10147:          only Content-type: text/html; charset=windows-1251 was fine
                   10148: 
                   10149: 2006-10-31  misha
                   10150: 
                   10151:        * src/classes/file.C: - empty args in file::exec removed now
                   10152: 
                   10153: 2006-09-03  paf
                   10154: 
                   10155:        * src/classes/file.C: proper tainting of
                   10156:          ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
                   10157: 
                   10158: 2006-06-09  paf
                   10159: 
                   10160:        * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
                   10161: 
                   10162:        * src/classes/table.C: formatting
                   10163: 
                   10164:        * src/classes/table.C: incorporated patch from misha: Sent:
                   10165:          Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
                   10166:          ignoring string options for ^table.save[]
                   10167: 
                   10168:        * src/classes/hash.C: incorporated patch from misha Sent:
                   10169:          Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
                   10170:          $hash._default disappear while
                   10171: 
                   10172:        * operators.txt: ^mail:send[   $.file1[      $.value[file]
                   10173:          $.format[!uue|!base64] << new base64 option. default uue   ] ]
                   10174: 
                   10175:        * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
                   10176:          PM Subject: patch for base64 in ^mail:send[] %-)
                   10177: 
                   10178: 2006-04-09  paf
                   10179: 
                   10180:        * src/main/compile.tab.C: ` change compiled
                   10181: 
                   10182:        * gnu.vcproj, operators.txt, parser3.sln,
                   10183:          src/classes/classes.vcproj, src/classes/file.C,
                   10184:          src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
                   10185:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10186:          src/classes/xnode.C, src/include/pa_array.h,
                   10187:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10188:          src/include/pa_memory.h, src/include/pa_request.h,
                   10189:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10190:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10191:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10192:          src/lib/pcre/pcre_dftables.vcproj,
                   10193:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10194:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10195:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10196:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10197:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10198:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10199:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10200:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10201:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10202:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10203:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10204:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10205:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   10206:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10207:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10208:          tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
                   10209:          ^menu, ^hash/hashfile.foreach
                   10210: 
                   10211:        * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
                   10212:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   10213:          src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
                   10214:          src/classes/xnode.C, src/include/pa_array.h,
                   10215:          src/include/pa_config_fixed.h, src/include/pa_dir.h,
                   10216:          src/include/pa_memory.h, src/include/pa_request.h,
                   10217:          src/include/pa_stack.h, src/lib/cord/cord.vcproj,
                   10218:          src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
                   10219:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   10220:          src/lib/pcre/pcre_dftables.vcproj,
                   10221:          src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
                   10222:          src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
                   10223:          src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
                   10224:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   10225:          src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
                   10226:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   10227:          src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
                   10228:          src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
                   10229:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
                   10230:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   10231:          src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
                   10232:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   10233:          src/types/pa_vmail.C, src/types/pa_vresponse.C,
                   10234:          src/types/pa_vstatus.C, src/types/types.vcproj,
                   10235:          tests/descript.ion: ! switched to VS2005 (projects and
                   10236:          object<info explicitly typed>.for_each(, info)) +
                   10237:          $response:field[] setting void means removing + grammar $name`
                   10238:          name stops now, for mysql `$field` + started ^break[]
                   10239:          ^continue[], in ^for. TODO: to other iterators (while, menu,
                   10240:          foreach) + all log messages += [uri=, method=, cl=]
                   10241: 
                   10242:        * buildall-with-xml: merged . ftp paths update
                   10243: 
                   10244:        * buildall-with-xml: . ftp paths update
                   10245: 
                   10246: 2006-03-04  paf
                   10247: 
                   10248:        * src/main/: pa_string.C: merged from HEAD ! cache file curruption
                   10249:          checks++ [thanks to Igor Zinkovsky for detailed report]
                   10250: 
                   10251:        * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
                   10252:          Igor Zinkovsky for detailed report]
                   10253: 
                   10254: 2006-03-01  paf
                   10255: 
                   10256:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10257:          \n to ' ' in
                   10258: 
                   10259: 2006-02-18  paf
                   10260: 
                   10261:        * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
                   10262:          \n to ' ' in
                   10263: 
                   10264:        * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
                   10265: 
                   10266: 2006-02-03  paf
                   10267: 
                   10268:        * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
                   10269:          base64
                   10270: 
                   10271:        * src/main/pa_common.C: ! bugfix: decoding from base64
                   10272: 
                   10273: 2006-01-20  paf
                   10274: 
                   10275:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10276:          economy fix
                   10277: 
                   10278:        * src/classes/: table.C: merged from HEAD ! bugfix
                   10279:          ^table.save[$.encloser-s now handled properly
                   10280: 
                   10281:        * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
                   10282:          handled properly
                   10283: 
                   10284: 2006-01-19  paf
                   10285: 
                   10286:        * buildall-with-xml, buildall-without-xml: merged from HEAD !
                   10287:          libgc:USE_MUNMAP activates merging of free memory blocks which
                   10288:          helps a lot in our case: after transform we want
                   10289:          CORD(main.result)->cstr[big malloc]->transcode[big malloc]
                   10290: 
                   10291:        * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
                   10292:          economy fix
                   10293: 
                   10294:        * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
                   10295:          activates merging of free memory blocks which helps a lot in our
                   10296:          case: after transform we want CORD(main.result)->cstr[big
                   10297:          malloc]->transcode[big malloc]
                   10298: 
                   10299: 2006-01-17  paf
                   10300: 
                   10301:        * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
                   10302:          before reading them. got rid of reallocs = became quicker and
                   10303:          less fragmentated
                   10304: 
                   10305: 2005-12-29  paf
                   10306: 
1.116     moko     10307:        * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
                   10308:          configure, configure.in, src/include/pa_version.h,
                   10309:          src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95      moko     10310:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   10311:          src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
                   10312:          src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
                   10313:          src/lib/ltdl/missing: . merged from 3.2.1
                   10314: 
1.116     moko     10315:        * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
                   10316:          packaged when 'make dist', so do configure companion files in
                   10317:          src/lib/ltdl
                   10318: 
                   10319:        * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
                   10320:          config.guess, config.sub, configure.in, install-sh, ltmain.sh,
                   10321:          missing: . now config_auto.h is created with configure [were
                   10322:          constant]
1.95      moko     10323: 
                   10324:        * INSTALL: . references to documentation and some clarification
                   10325: 
                   10326:        * buildall-with-xml, buildall-without-xml: . farawell doc
                   10327:          indication
                   10328: 
1.116     moko     10329:        * Makefile.am: . dist+=buildall*
1.95      moko     10330: 
                   10331: 2005-12-28  paf
                   10332: 
                   10333:        * configure: . 3.2.1
                   10334: 
                   10335:        * INSTALL, buildall-with-xml, buildall-without-xml: + started to
                   10336:          simplify build process, see INSTALL
                   10337: 
                   10338: 2005-12-26  paf
                   10339: 
                   10340:        * configure: ver
                   10341: 
                   10342:        * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
                   10343:          version
                   10344: 
                   10345: 2005-12-21  paf
                   10346: 
                   10347:        * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
                   10348:          compiled with bison 1.875b, it reports unexpected token names
                   10349: 
                   10350: 2005-12-19  paf
                   10351: 
                   10352:        * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
                   10353:          holds a link to xmlNode to prevent premature gc(xmlNode)
                   10354: 
                   10355:        * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
                   10356:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   10357:          src/main/main.vcproj, src/main/pa_globals.C,
                   10358:          src/targets/cgi/parser3.vcproj,
                   10359:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
                   10360:          configure, configure.in, src/include/pa_version.h: . killing
                   10361:          gdome [what a relief]
                   10362: 
                   10363:        * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
                   10364:          113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
                   10365:          run_parser.sh, results/001.processed, results/002.processed,
                   10366:          results/003.processed, results/004.processed,
                   10367:          results/005.processed, results/006.processed,
                   10368:          results/008.processed, results/009.processed,
                   10369:          results/010.processed, results/011.processed,
                   10370:          results/012.processed, results/013.processed,
                   10371:          results/014.processed, results/015.processed,
                   10372:          results/016.processed, results/017.processed,
                   10373:          results/018.processed, results/020.processed,
                   10374:          results/021.processed, results/022.processed,
                   10375:          results/023.processed, results/024.processed,
                   10376:          results/025.processed, results/026.processed,
                   10377:          results/027.processed, results/028.processed,
                   10378:          results/029.processed, results/030.processed,
                   10379:          results/031.processed, results/032.processed,
                   10380:          results/033.processed, results/034.processed,
                   10381:          results/035.processed, results/036.processed,
                   10382:          results/037.processed, results/038.processed,
                   10383:          results/039.processed, results/040.processed,
                   10384:          results/041.processed, results/042.processed,
                   10385:          results/043.processed, results/044.processed,
                   10386:          results/045.processed, results/046.processed,
                   10387:          results/047.processed, results/048.processed,
                   10388:          results/049.processed, results/050.processed,
                   10389:          results/051.processed, results/052.processed,
                   10390:          results/053.processed, results/054.processed,
                   10391:          results/055.processed, results/056.processed,
                   10392:          results/057.processed, results/058.processed,
                   10393:          results/059.processed, results/060.processed,
                   10394:          results/061.processed, results/062.processed,
                   10395:          results/063.processed, results/064.processed,
                   10396:          results/065.processed, results/066.processed,
                   10397:          results/067.processed, results/068.processed,
                   10398:          results/069.processed, results/070.processed,
                   10399:          results/071.processed, results/072.processed,
                   10400:          results/073.processed, results/074.processed,
                   10401:          results/075.processed, results/076.processed,
                   10402:          results/077.processed, results/078.processed,
                   10403:          results/079.processed, results/080.processed,
                   10404:          results/081.processed, results/082.processed,
                   10405:          results/083.processed, results/084.processed,
                   10406:          results/085.processed, results/086.processed,
                   10407:          results/087.processed, results/088.processed,
                   10408:          results/089.processed, results/090.processed,
                   10409:          results/091.processed, results/092.processed,
                   10410:          results/093.processed, results/094.processed,
                   10411:          results/095.processed, results/096.processed,
                   10412:          results/097.processed, results/099.processed,
                   10413:          results/100.processed, results/101.processed,
                   10414:          results/102.processed, results/104.processed,
                   10415:          results/105.processed, results/106.processed,
                   10416:          results/107.processed, results/108.processed,
                   10417:          results/109.processed, results/110.processed,
                   10418:          results/111.processed, results/112.processed,
                   10419:          results/113.processed, results/114.processed,
                   10420:          results/115.processed, results/117.processed,
                   10421:          results/119.processed, results/120.processed,
                   10422:          results/121.processed, results/122.processed,
                   10423:          results/123.processed, results/124.processed,
                   10424:          results/125.processed, results/126.processed,
                   10425:          results/127.processed, results/128.processed,
                   10426:          results/129.processed, results/130.processed,
                   10427:          results/131.processed, results/132.processed,
                   10428:          results/133.processed, results/134.processed,
                   10429:          results/135.processed, results/136.processed,
                   10430:          results/138.processed, results/139.processed,
                   10431:          results/140.processed, results/141.processed,
                   10432:          results/142.processed, results/143.processed,
                   10433:          results/144.processed, results/145.processed,
                   10434:          results/146.processed, results/147.processed,
                   10435:          results/148.processed, results/149.processed, results/auto.p: .
                   10436:          now works if we turn off default auto.p
                   10437: 
1.116     moko     10438:        * configure: . makes
1.95      moko     10439: 
                   10440:        * src/types/pa_vxnode.C: . less warnings
                   10441: 
                   10442:        * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
                   10443:          tests/145.html, tests/149.html, tests/descript.ion,
                   10444:          tests/outputs/d.cmd, tests/results/142.processed,
                   10445:          tests/results/143.processed, tests/results/144.processed,
                   10446:          tests/results/145.processed, tests/results/146.processed,
                   10447:          tests/results/147.processed, tests/results/148.processed,
                   10448:          tests/results/149.processed: . removed .nodeValue from all node
                   10449:          types other than 5 (grabbed piece from gdome)
                   10450: 
                   10451:        * tests/: 137.html, results/137.processed: . not handled this case
                   10452:          yet. code does not hang from inserting parent into child,
                   10453:          considering thing minor issue -- nodes are removed from source
                   10454:          anyway, don't know why shold that be an error after all
                   10455: 
                   10456:        * src/targets/cgi/parser3.C: . style
                   10457: 
                   10458:        * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
                   10459:          xdoc too [were barking "not element"]
                   10460: 
                   10461: 2005-12-16  paf
                   10462: 
                   10463:        * tests/: 146.html, 147.html, 148.html: . more tests
                   10464: 
                   10465:        * src/classes/xnode.C: . also bark on possible errors
                   10466: 
                   10467:        * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
                   10468:          props
                   10469: 
                   10470:        * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
                   10471:          main/compile.y: merged from HEAD ! fixed overoptimized
                   10472:          ^call(false) case. (confused it with ^call[] case)
                   10473: 
                   10474:        * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
                   10475:          ^call(false) case. (confused it with ^call[] case)
                   10476: 
                   10477:        * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
                   10478: 
                   10479:        * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
                   10480:          results/001.processed, results/002.processed,
                   10481:          results/003.processed, results/004.processed,
                   10482:          results/005.processed, results/006.processed,
                   10483:          results/008.processed, results/009.processed,
                   10484:          results/010.processed, results/011.processed,
                   10485:          results/012.processed, results/013.processed,
                   10486:          results/014.processed, results/015.processed,
                   10487:          results/016.processed, results/017.processed,
                   10488:          results/018.processed, results/019.processed,
                   10489:          results/020.processed, results/021.processed,
                   10490:          results/022.processed, results/023.processed,
                   10491:          results/024.processed, results/025.processed,
                   10492:          results/026.processed, results/027.processed,
                   10493:          results/028.processed, results/029.processed,
                   10494:          results/030.processed, results/031.processed,
                   10495:          results/032.processed, results/033.processed,
                   10496:          results/034.processed, results/035.processed,
                   10497:          results/036.processed, results/037.processed,
                   10498:          results/038.processed, results/039.processed,
                   10499:          results/040.processed, results/041.processed,
                   10500:          results/042.processed, results/043.processed,
                   10501:          results/044.processed, results/045.processed,
                   10502:          results/046.processed, results/047.processed,
                   10503:          results/048.processed, results/049.processed,
                   10504:          results/050.processed, results/051.processed,
                   10505:          results/052.processed, results/053.processed,
                   10506:          results/054.processed, results/055.processed,
                   10507:          results/056.processed, results/057.processed,
                   10508:          results/058.processed, results/059.processed,
                   10509:          results/060.processed, results/061.processed,
                   10510:          results/062.processed, results/063.processed,
                   10511:          results/064.processed, results/065.processed,
                   10512:          results/066.processed, results/067.processed,
                   10513:          results/068.processed, results/069.processed,
                   10514:          results/070.processed, results/071.processed,
                   10515:          results/072.processed, results/073.processed,
                   10516:          results/074.processed, results/075.processed,
                   10517:          results/076.processed, results/077.processed,
                   10518:          results/078.processed, results/079.processed,
                   10519:          results/080.processed, results/081.processed,
                   10520:          results/082.processed, results/083.processed,
                   10521:          results/084.processed, results/085.processed,
                   10522:          results/086.processed, results/087.processed,
                   10523:          results/088.processed, results/089.processed,
                   10524:          results/090.processed, results/091.processed,
                   10525:          results/092.processed, results/093.processed,
                   10526:          results/094.processed, results/095.processed,
                   10527:          results/096.processed, results/097.processed,
                   10528:          results/099.processed, results/101.processed,
                   10529:          results/102.processed, results/104.processed,
                   10530:          results/105.processed, results/106.processed,
                   10531:          results/107.processed, results/108.processed,
                   10532:          results/109.processed, results/110.processed,
                   10533:          results/111.processed, results/112.processed,
                   10534:          results/113.processed, results/114.processed,
                   10535:          results/115.processed, results/116.processed,
                   10536:          results/117.processed, results/118.processed,
                   10537:          results/119.processed, results/120.processed,
                   10538:          results/121.processed, results/122.processed,
                   10539:          results/123.processed, results/124.processed,
                   10540:          results/125.processed, results/126.processed,
                   10541:          results/127.processed, results/128.processed,
                   10542:          results/129.processed, results/130.processed,
                   10543:          results/131.processed, results/132.processed,
                   10544:          results/133.processed, results/134.processed,
                   10545:          results/135.processed, results/136.processed,
                   10546:          results/137.processed, results/138.processed,
                   10547:          results/139.processed, results/140.processed,
                   10548:          results/141.processed: . refreshed old tests, made them work
                   10549:          without auto.p (in utf8) . things noted: . gif got encoded
                   10550:          differently . exif 0000:00:00 decoded now into 0000:00:00 (were
                   10551:          some strange year)
                   10552: 
                   10553:        * INSTALL: . revived linux libgc fix
                   10554: 
                   10555:        * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
                   10556:          glib/gdome in INSTALL and patches]
                   10557: 
                   10558:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   10559:          include/pa_charset.h, include/pa_config_includes.h,
                   10560:          include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
                   10561:          include/pa_xml_exception.h, lib/cord/Makefile.am,
                   10562:          lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
                   10563:          lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
                   10564:          main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
                   10565:          main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
                   10566:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   10567:          types/pa_vxnode.h: . started killing gdome
                   10568: 
                   10569: 2005-12-13  paf
                   10570: 
                   10571:        * src/main/: pa_request.C: merged from HEAD ! when code in
                   10572:          @unhandled_exception thrown another exception, print correct
                   10573:          origin (earlier code in catch of exception inside of
                   10574:          @unhandled_exception grabbed parent_frame(original_exception)
                   10575:          origin and printed it, instead of true origin)
                   10576: 
                   10577:        * src/main/pa_request.C: ! when code in @unhandled_exception thrown
                   10578:          another exception, print correct origin (earlier code in catch of
                   10579:          exception inside of @unhandled_exception grabbed
                   10580:          parent_frame(original_exception) origin and printed it, instead
                   10581:          of true origin)
                   10582: 
                   10583: 2005-12-09  paf
                   10584: 
                   10585:        * INSTALL: . updated INSTALL doc to work around linux stack base
                   10586:          detection problem, due to change in gc6.4 code
                   10587: 
                   10588:        * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
                   10589:          ignored in ^string.matched :(
                   10590: 
                   10591:        * src/main/pa_string.C: ! regex tainting were ignored in
                   10592:          ^string.matched :(
                   10593: 
                   10594:        * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
                   10595:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   10596:          src/main/compile.y, src/main/compile_tools.h,
                   10597:          src/main/pa_charset.C, src/main/pa_common.C,
                   10598:          src/main/pa_globals.C, src/main/pa_string.C,
                   10599:          src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
                   10600:          src/types/pa_vmail.C: . merged latest fixes from 3.2.0
                   10601: 
                   10602: 2005-12-08  paf
                   10603: 
                   10604:        * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
                   10605:          500 chars now handled OK [were wrapped on 500th char according to
                   10606:          rfc, but sendmail failed to unwrap it properly]
                   10607: 
                   10608:        * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
                   10609:          handled OK [were wrapped on 500th char according to rfc, but
                   10610:          sendmail failed to unwrap it properly]
                   10611: 
                   10612:        * src/targets/isapi/parser3isapi.C: . less warnings
                   10613: 
                   10614:        * src/targets/isapi/parser3isapi.C: . undone some strange change
                   10615:          since 3.1.5
                   10616: 
                   10617:        * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
                   10618:          link fixes
                   10619: 
                   10620:        * src/: classes/date.C, include/pa_config_fixed.h,
                   10621:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   10622:          main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
                   10623:          main/pa_string.C, targets/cgi/getopt.c: . less warnings
                   10624: 
                   10625:        * src/include/pa_config_fixed.h: . removed outdated string origins
                   10626:          [in current storage scheme there's no place for them. someday we
                   10627:          can add third CORD to store origins and special version of parser
                   10628:          which stores origins there [separate binary]]
                   10629: 
                   10630: 2005-12-07  paf
                   10631: 
                   10632:        * src/targets/isapi/parser3isapi.C: . now links in release mode
                   10633: 
                   10634:        * src/include/pa_version.h: makefiles
                   10635: 
                   10636:        * src/include/pa_version.h: . not beta
                   10637: 
                   10638:        * configure, configure.in, src/include/pa_version.h: not beta
                   10639: 
                   10640: 2005-12-06  paf
                   10641: 
                   10642:        * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
                   10643:          [some details here http://i2/tasks/edit/?id=4869912143891354460]
                   10644:          decided to undo the change ^call[$void] passes void. now it will
                   10645:          pass empty string again.
                   10646: 
                   10647:        * src/main/: compile.tab.C, compile.y: . version readded
                   10648: 
                   10649:        * src/classes/op.C: . in this version there is no ^switch[$nothing]
                   10650:          = ^switch[void] problem
                   10651: 
                   10652: 2005-12-01  paf
                   10653: 
                   10654:        * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
                   10655:          caused ^case[string] to be coerced to double since searching
                   10656:          value were not string (it was vvoid)
                   10657: 
                   10658:        * src/classes/op.C: . bugfix ^switch[$void_value] caused
                   10659:          ^case[string] to be coerced to double since searching value were
                   10660:          not string (it was vvoid)
                   10661: 
                   10662:        * INSTALL: . compiled with       libxml2 = 2.6.22       libxslt =
                   10663:          1.1.15       glib = 1.2.10       gdome2 = 0.8.1
                   10664: 
                   10665: 2005-11-30  paf
                   10666: 
                   10667:        * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
                   10668:          win32 must putenv("TZ="), on unix works only putenv("TZ")
                   10669: 
                   10670:        * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
                   10671:          putenv("TZ="), on unix works only putenv("TZ")
                   10672: 
                   10673:        * INSTALL: . xml libs versions updated
                   10674: 
                   10675:        * src/main/pa_globals.C: //20051130 trying to remove this, author
                   10676:          claims that fixed a lot there // 20040920 for now both
                   10677:          workarounds needed. wait for new libxml/xsl versions
                   10678: 
                   10679: 2005-11-28  paf
                   10680: 
                   10681:        * src/classes/table.C: merged from HEAD: ! nameless table has
                   10682:          columns==0
                   10683: 
                   10684:        * src/classes/table.C: ! nameless table has columns==0
                   10685: 
                   10686:        * src/main/pa_http.C: merged from HEAD: ! status line check made
                   10687:          earlier [was totally wrong]
                   10688: 
                   10689:        * src/main/pa_http.C: ! status line check made earlier [was totally
                   10690:          wrong]
                   10691: 
                   10692: 2005-11-25  paf
                   10693: 
                   10694:        * src/include/pa_array.h: -this reduces speed(table::load) strange.
                   10695:          undoing for now...
                   10696: 
                   10697:        * src/include/pa_version.h: -this reduces speed(table::load),
                   10698:          strange. undoing
                   10699: 
                   10700:        * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
                   10701: 
                   10702:        * src/classes/op.C: + ^while(){}[SEPARATOR]
                   10703: 
                   10704:        * src/include/pa_array.h: + optimistics added: all arrays (table
                   10705:          rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
                   10706:          this speeds things up and saves memory a LOT! (not noticed
                   10707:          negative effect on syntetic tests, future will tell...)
                   10708: 
                   10709:        * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
                   10710:          changed gc_malloc implementation, which obscured profiling
                   10711: 
                   10712:        * src/classes/table.C: merged from HEAD: + optimized
                   10713:          table::load/sql, now row ArrayString-s allocated with
                   10714:          columns.count() elements and don't always grow from
                   10715:          count=3[realloc,realloc]
                   10716: 
                   10717:        * src/classes/table.C: + optimized table::load/sql, now row
                   10718:          ArrayString-s allocated with columns.count() elements and don't
                   10719:          always grow from count=3[realloc,realloc]
                   10720: 
                   10721:        * src/classes/table.C: merged from HEAD: . ^table.save unused
                   10722:          buffer after save
                   10723: 
                   10724:        * src/classes/table.C: . ^table.save unused buffer after save
                   10725: 
                   10726: 2005-11-24  paf
                   10727: 
                   10728:        * configure.in: . merged glib2-config patch
                   10729: 
                   10730:        * configure.in: + trying to find glib2-config
                   10731: 
                   10732:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10733:          main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
                   10734:          file/dir_readable to simple file/dir_exist, this would help in
                   10735:          situations "class not found because .p file has bad rights" << in
                   10736:          that case error would be explicit "access denied to 'this' file"
                   10737: 
1.116     moko     10738:        * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95      moko     10739: 
                   10740:        * src/: classes/file.C, include/pa_common.h, main/execute.C,
                   10741:          main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
                   10742:          to simple file/dir_exist, this would help in situations "class
                   10743:          not found because .p file has bad rights" << in that case error
                   10744:          would be explicit "access denied to 'this' file"
                   10745: 
                   10746:        * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
                   10747:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10748:          main/pa_common.C, main/pa_http.C: merged from HEAD: +!
                   10749:          ^file::exec/cgi[script;$.charset[changed]
                   10750:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10751:          encoded in $.charset charset
                   10752: 
                   10753:        * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
                   10754:          $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
                   10755:          encoded in $.charset charset
                   10756: 
                   10757:        * src/: include/Makefile.am, include/pa_common.h,
                   10758:          include/pa_http.h, main/Makefile.am, main/main.vcproj,
                   10759:          main/pa_common.C, main/pa_http.C: . extracted http:// into
                   10760:          separate file [preparation for
                   10761:          ^file::cgi[script;$.form[$.field1[]
                   10762: 
                   10763: 2005-11-22  paf
                   10764: 
                   10765:        * src/: include/pa_version.h, main/compile.tab.C: makefiles
                   10766: 
                   10767:        * acinclude.m4, configure.in: . merged underquting fixes
                   10768: 
1.116     moko     10769:        * src/include/pa_config_auto.h.in: configure+makes
1.95      moko     10770: 
                   10771:        * src/classes/op.C: . overmerged a little
                   10772: 
                   10773:        * src/main/compile.tab.C: Makefile
                   10774: 
                   10775:        * src/main/: pa_common.C: . less gcc warnings
                   10776: 
                   10777:        * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
                   10778:          now reports original exception if we have no old cache
                   10779: 
                   10780:        * src/classes/op.C: + $exception.handled[cache] now reports
                   10781:          original exception if we have no old cache
                   10782: 
                   10783:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
                   10784:          from HEAD: + ^taint/untaint[regex] << escapes these:
                   10785:          \^$.[]|()?*+{}
                   10786: 
                   10787:        * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
                   10788:          ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
                   10789: 
                   10790:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10791:          getenv-ed variable, which does not work both on win32&unix.
                   10792:          copied old TZ value now
                   10793: 
                   10794:        * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
                   10795:          stored pointer to getenv-ed variable, which does not work both on
                   10796:          win32&unix. copied old TZ value now
                   10797: 
                   10798:        * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
                   10799:          getenv-ed variable, which does not work both on win32&unix.
                   10800:          copied old TZ value now
                   10801: 
                   10802:        * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
                   10803:          access to internal hash
                   10804: 
                   10805:        * src/types/pa_vresponse.C: + $response:headers access to internal
                   10806:          hash
                   10807: 
                   10808:        * src/targets/isapi/parser3isapi.C: merged from HEAD: +
                   10809:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10810:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10811:          very large block" messages to only important onces
                   10812: 
                   10813:        * src/targets/isapi/parser3isapi.C: +
                   10814:          GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
                   10815:          isapi] this reduces number of "GC Warning: Repeated allocation of
                   10816:          very large block" messages to only important onces
                   10817: 
                   10818:        * src/classes/string.C: merged from HEAD: + removed limitation on
                   10819:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10820: 
                   10821:        * src/classes/string.C: + removed limitation on
                   10822:          ^string/int/double:sql{}[$.default[({param style})] ]
                   10823: 
                   10824:        * src/main/pa_common.C: merged from HEAD: + removed "use either uri
                   10825:          with ?params or $.form option" limitation
                   10826: 
                   10827:        * src/main/pa_common.C: + removed "use either uri with ?params or
                   10828:          $.form option" limitation
                   10829: 
                   10830:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10831:          main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
                   10832:          ^file::base64[encoded] decode
                   10833: 
                   10834:        * src/: classes/file.C, classes/string.C, include/pa_common.h,
                   10835:          main/pa_common.C: + ^file.base64[] encode +
                   10836:          ^file::base64[encoded] decode
                   10837: 
                   10838:        * src/classes/: file.C, string.C: + ^string.base64[] encode +
                   10839:          ^string:base64[encoded] decode
                   10840: 
                   10841:        * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
                   10842:          ^string:base64[in] encode + ^string.base64[] decode
                   10843: 
                   10844: 2005-11-21  paf
                   10845: 
                   10846:        * src/classes/file.C: + merged from HEAD:
                   10847:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10848: 
                   10849:        * src/classes/file.C: +
                   10850:          ^file::create[text;file.xml;^untaint[xml]{data}]
                   10851: 
                   10852:        * src/main/pa_request.C: ! merged: $response:body[file] now
                   10853:          differes from :download, it does not return content-disposition
                   10854:          at all now [previusely it returned valueless content-disposition]
                   10855: 
                   10856:        * src/main/pa_request.C: ! $response:body[file] now differes from
                   10857:          :download, it does not return content-disposition at all now
                   10858:          [previusely it returned valueless content-disposition]
                   10859: 
                   10860:        * src/main/: compile.tab.C, compile.y: ! overoptimized void
                   10861:          literals, reverted to just vvod, recreating empty array with each
                   10862:          void_value token. that's absolutely needed, since that array
                   10863:          grows
                   10864: 
                   10865:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10866:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10867:          types/pa_vmethod_frame.h: + merged: expression literals:
                   10868:          true/false. ^format[$.indent(true)]
                   10869: 
                   10870:        * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
                   10871:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
                   10872:          types/pa_vmethod_frame.h: + expression literals: true/false.
                   10873:          ^format[$.indent(true)]
                   10874: 
                   10875:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10876:          merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10877:          i386-pc-win32)"
                   10878: 
                   10879:        * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
                   10880:          $env:PARSER_VERSION reports "3.1.5beta (compiled on
                   10881:          i386-pc-win32)"
                   10882: 
                   10883: 2005-11-18  paf
                   10884: 
                   10885:        * src/classes/: double.C, int.C: ! ^int/double:sql{select
                   10886:          null}[$.default(123)] will now return default value
                   10887: 
                   10888:        * src/classes/op.C: + merged ^cache[] << returns current cache
                   10889:          expiration time
                   10890: 
                   10891:        * src/classes/op.C: + ^cache[] << returns current cache expiration
                   10892:          time
                   10893: 
                   10894:        * src/classes/table.C: ! merged ^table::create[not'nameless';
                   10895:          failed << Exception.problem_source pointed to local var!
                   10896: 
                   10897:        * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
                   10898:          Exception.problem_source pointed to local var!
                   10899: 
                   10900:        * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
                   10901:          now loads VFile.ptr!=0, so such files can be saved now
                   10902: 
                   10903:        * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
                   10904:          loads VFile.ptr!=0, so such files can be saved now
                   10905: 
                   10906:        * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
                   10907:          only . and .. now removed from list [were removed all .*]
                   10908: 
                   10909:        * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
                   10910:          .. now removed from list [were removed all .*]
                   10911: 
                   10912:        * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
                   10913:          open error now checked, were not :( [stole that piece from apache
                   10914:          1.3 sources]
                   10915: 
                   10916:        * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
                   10917:          checked, were not :( [stole that piece from apache 1.3 sources]
                   10918: 
                   10919:        * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
                   10920:          untainting of @main result if returned by $result or
                   10921:          $response:body
                   10922: 
                   10923:        * src/main/pa_request.C: ! ensured proper untainting of @main
                   10924:          result if returned by $result or $response:body
                   10925: 
                   10926:        * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
                   10927:          issue: now tries to guess content-length and allocates one big
                   10928:          piece if possible [regretfully gc_realloc works as malloc+free,
                   10929:          leaving lots of holes behind]
                   10930: 
                   10931:        * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
                   10932:          fixed file load memory issue: now tries to guess content-length
                   10933:          and allocates one big piece if possible [regretfully gc_realloc
                   10934:          works as malloc+free, leaving lots of holes behind]
                   10935: 
                   10936: 2005-11-16  paf
                   10937: 
                   10938:        * src/: include/pa_common.h, classes/file.C, classes/table.C,
                   10939:          main/compile.tab.C, main/pa_common.C: merged to HEAD: !
                   10940:          table::save with enclosers now doubles them: "->"" !
                   10941:          table::save/load do not remove elements from options hash
                   10942: 
                   10943:        * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
                   10944:          [were overoptimized ^if(double_literal), compiler confused
                   10945:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10946: 
                   10947:        * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
                   10948:          [were overoptimized ^if(double_literal), compiler confused
                   10949:          OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
                   10950: 
                   10951:        * src/: classes/file.C, classes/table.C, include/pa_common.h,
                   10952:          main/pa_common.C: ! table::save with enclosers now doubles them:
                   10953:          "->"" ! table::save/load do not remove elements from options hash
                   10954: 
                   10955: 2005-11-03  paf
                   10956: 
1.116     moko     10957:        * src/main/: Makefile.am, compile.tab.C: removed $< from .y
                   10958:          compilation, not all makefiles liked that
1.95      moko     10959: 
                   10960: 2005-08-30  paf
                   10961: 
                   10962:        * src/classes/op.C: merge . speedup check of [DEFAULT]
                   10963: 
                   10964:        * src/classes/op.C: . speedup check of [DEFAULT]
                   10965: 
                   10966: 2005-08-26  paf
                   10967: 
                   10968:        * src/: classes/date.C, types/pa_vdate.h: merged + date.week
                   10969: 
                   10970:        * src/: classes/date.C, types/pa_vdate.h: + date.week
                   10971: 
                   10972:        * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
                   10973:          complains about bad!=nameless
                   10974: 
                   10975:        * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
                   10976:          about bad!=nameless
                   10977: 
                   10978:        * src/classes/: hash.C, string.C, table.C, void.C: merged !
                   10979:          optional options were allowed to be empty. were checked
                   10980:          if(is_string), changed to !defined||is_string to allow void
                   10981: 
                   10982:        * src/: targets/isapi/parser3isapi.C, classes/hash.C,
                   10983:          classes/string.C, classes/table.C, classes/void.C: ! optional
                   10984:          options were allowed to be empty. were checked if(is_string),
                   10985:          changed to !defined||is_string to allow void
                   10986: 
                   10987:        * src/types/pa_vmethod_frame.h: merged ! many classes/*  used
                   10988:          as_junction where they needed as_int/double, so failed with
                   10989:          recent "(const) now no junction" optimization
                   10990: 
                   10991:        * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
                   10992:          merged ! many classes/*  used as_junction where they needed
                   10993:          as_int/double, so failed with recent "(const) now no junction"
                   10994:          optimization
                   10995: 
                   10996:        * src/: classes/double.C, classes/int.C, classes/math.C,
                   10997:          classes/op.C, classes/string.C, classes/table.C,
                   10998:          main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
                   10999:          used as_junction where they needed as_int/double, so failed with
                   11000:          recent "(const) now no junction" optimization
                   11001: 
                   11002: 2005-08-24  paf
                   11003: 
                   11004:        * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
                   11005:          windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
                   11006:          stripped it
                   11007: 
                   11008: 2005-08-09  paf
                   11009: 
                   11010:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11011:          not cleared
                   11012: 
                   11013:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11014:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11015:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11016:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11017:          classes/response.C, classes/string.C, classes/table.C,
                   11018:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11019:          include/pa_array.h, include/pa_cache_managers.h,
                   11020:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11021:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11022:          include/pa_dictionary.h, include/pa_dir.h,
                   11023:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11024:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11025:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11026:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11027:          include/pa_sapi.h, include/pa_socks.h,
                   11028:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11029:          include/pa_stack.h, include/pa_string.h,
                   11030:          include/pa_stylesheet_connection.h,
                   11031:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11032:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11033:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11034:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11035:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11036:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   11037:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   11038:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   11039:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   11040:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   11041:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   11042:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   11043:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11044:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11045:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11046:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11047:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11048:          types/pa_junction.h, types/pa_method.h, types/pa_property.h,
                   11049:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   11050:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11051:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11052:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   11053:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   11054:          types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
                   11055:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11056:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   11057:          types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
                   11058:          types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   11059:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11060:          types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11061:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11062:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11063:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11064:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11065:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11066:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11067:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11068:          types/pa_wcontext.h, types/pa_wwrapper.h: 2005
                   11069: 
                   11070:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11071:          pa_vmethod_frame.h: merged from HEAD ! simplified (double)
                   11072:          speedup consequent checks in vmethod_frame
                   11073: 
                   11074:        * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
                   11075:          not cleared
                   11076: 
                   11077:        * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
                   11078:          params: 50 max (were 10)
                   11079: 
                   11080:        * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
                   11081:          params: 50 max (were 10)
                   11082: 
                   11083:        * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
                   11084:          pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
                   11085:          pa_wcontext.h: + ^call[$void] param inside now is void (were:
                   11086:          empty string) ! simplified (double) speedup consequent checks in
                   11087:          vmethod_frame
                   11088: 
                   11089:        * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
                   11090:          optimized constants in expressions vstring->vdouble + optimized
                   11091:          ^call(vdouble), no junction creation, no calls later
                   11092: 
                   11093: 2005-08-08  paf
                   11094: 
                   11095:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   11096:          compile_tools.h: merged + optimized constants in expressions
                   11097:          vstring->vdouble + optimized ^call(vdouble), no junction
                   11098:          creation, no calls later
                   11099: 
                   11100:        * src/types/pa_vdouble.h: merged . double values without fractional
                   11101:          part now default printed as %.0f instead of %g
                   11102: 
                   11103:        * src/types/pa_vdouble.h: . double values without fractional part
                   11104:          now default printed as %.0f instead of %g
                   11105: 
                   11106:        * src/classes/hashfile.C: . merged ! second hashfile::open would
                   11107:          cause an exception
                   11108: 
                   11109:        * src/classes/hashfile.C: ! second hashfile::open would cause an
                   11110:          exception
                   11111: 
                   11112:        * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
                   11113:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11114:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11115:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11116:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
                   11117:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11118:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11119:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11120:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11121:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11122:          merged VJunction(new Junction) optimization from 3.1.4
                   11123: 
                   11124:        * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
                   11125:          types/pa_vstateless_class.C: + optimized new VJunction(new
                   11126:          Junction(params)) to new VJunction(params), thousands of mallocs
                   11127:          removed
                   11128: 
                   11129: 2005-08-05  paf
                   11130: 
                   11131:        * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
                   11132:          types/pa_vdouble.h, types/pa_vmethod_frame.C,
                   11133:          types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
                   11134:          creation, no calls later
                   11135: 
                   11136:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   11137:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   11138:          classes/hashfile.C, classes/image.C, classes/int.C,
                   11139:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   11140:          classes/response.C, classes/string.C, classes/table.C,
                   11141:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   11142:          include/pa_array.h, include/pa_cache_managers.h,
                   11143:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   11144:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   11145:          include/pa_dictionary.h, include/pa_dir.h,
                   11146:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   11147:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   11148:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   11149:          include/pa_request_charsets.h, include/pa_request_info.h,
                   11150:          include/pa_sapi.h, include/pa_socks.h,
                   11151:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   11152:          include/pa_stack.h, include/pa_string.h,
                   11153:          include/pa_stylesheet_connection.h,
                   11154:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   11155:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   11156:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   11157:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   11158:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   11159:          lib/smtp/smtp.h, main/compile.C, main/compile.y,
                   11160:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   11161:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   11162:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   11163:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   11164:          main/pa_memory.C, main/pa_os.C, main/pa_request.C,
                   11165:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   11166:          main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
                   11167:          main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
                   11168:          main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
                   11169:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   11170:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   11171:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   11172:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   11173:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11174:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   11175:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   11176:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   11177:          types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
                   11178:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   11179:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   11180:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
                   11181:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   11182:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11183:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11184:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11185:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   11186:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   11187:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
                   11188:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   11189:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   11190:          types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
                   11191: 
                   11192:        * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
                   11193:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
                   11194:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   11195:          lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
                   11196:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   11197:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
                   11198:          optimized constants in expressions vstring->vdouble
                   11199: 
                   11200: 2005-07-29  paf
                   11201: 
                   11202:        * src/types/pa_vclass.C: . shaped up error messages a bit
                   11203: 
                   11204:        * src/types/pa_vclass.C: + property getter can now be overridden
                   11205: 
                   11206:        * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
                   11207:          bug fix: static parent fields were not replaced in case
                   11208:          $derived:field[put] + property setter can now be overridden
                   11209: 
                   11210: 2005-07-28  paf
                   11211: 
                   11212:        * configure, configure.in, src/classes/classes.h,
                   11213:          src/classes/date.C, src/classes/file.C, src/classes/hash.C,
                   11214:          src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
                   11215:          src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
                   11216:          src/classes/xnode.h, src/include/pa_hash.h,
                   11217:          src/include/pa_version.h, src/main/execute.C,
1.116     moko     11218:          src/types/Makefile.am, src/types/pa_method.h,
                   11219:          src/types/pa_value.h, src/types/pa_vclass.C,
                   11220:          src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
                   11221:          src/types/pa_vconsole.h, src/types/pa_vcookie.C,
                   11222:          src/types/pa_vcookie.h, src/types/pa_vhash.h,
                   11223:          src/types/pa_vhashfile.h, src/types/pa_vimage.C,
                   11224:          src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
                   11225:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   11226:          src/types/pa_vproperty.h, src/types/pa_vrequest.C,
                   11227:          src/types/pa_vrequest.h, src/types/pa_vresponse.C,
                   11228:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
                   11229:          src/types/pa_vstateless_class.h,
1.95      moko     11230:          src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
                   11231:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   11232:          src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
                   11233:          dynamic_fields_join
                   11234: 
                   11235:        * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
                   11236:          classes/xnode.C, include/pa_hash.h, main/execute.C,
                   11237:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11238:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11239:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11240:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11241:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11242:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11243:          types/pa_vresponse.h, types/pa_vstateless_object.h,
                   11244:          types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   11245:          types/pa_wwrapper.h: ! restored put_element('replace' param), and
                   11246:          restored its checks in vobject.put_element->static fields |
                   11247:          dynamic properties
                   11248: 
                   11249: 2005-07-27  paf
                   11250: 
                   11251:        * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
                   11252:          is some old code containing @set_name $name
                   11253: 
                   11254:        * src/types/pa_vobject.h: . fixed warning
                   11255: 
                   11256:        * configure, configure.in, src/include/pa_version.h,
1.116     moko     11257:          src/types/Makefile.am: 3.2.0beta started
1.95      moko     11258: 
                   11259:        * src/: classes/xnode.C, include/pa_hash.h,
                   11260:          types/pa_vstateless_class.C: ! new asserts were all false.
                   11261:          regretfully reverted them all to checks
                   11262: 
                   11263:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11264:          classes/op.C, main/execute.C, types/pa_method.h,
                   11265:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11266:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11267:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11268:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11269:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11270:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11271:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11272:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11273:          joined_dynamic_fields: removed unused param from put_method
                   11274:          (returned to 3 params)
                   11275: 
                   11276:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
                   11277:          joined_dynamic_fields: dynamic get/set works with overriding
                   11278:          props [alpha2]
                   11279: 
                   11280:        * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
                   11281:          works [alfa]
                   11282: 
                   11283:        * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
                   11284:          classes/op.C, include/pa_hash.h, main/execute.C,
                   11285:          types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
                   11286:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   11287:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
                   11288:          types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
                   11289:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   11290:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   11291:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   11292:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11293:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
                   11294:          joined_dynamic_fields: just compiled
                   11295: 
                   11296:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   11297:          classes/hashfile.C, classes/image.C, classes/table.C,
                   11298:          classes/xdoc.C, classes/xnode.h, main/execute.C,
                   11299:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
                   11300:          types/pa_vstateless_class.h: joined_dynamic_fields: started
                   11301: 
                   11302:        * src/types/pa_vobject.C: . object setters [only started, does not
                   11303:          work yet]
                   11304: 
                   11305:        * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
                   11306:          object setters [only started, does not work yet]
                   11307: 
                   11308: 2005-07-26  paf
                   11309: 
                   11310:        * src/: include/pa_request.h, main/execute.C: . properties: set
                   11311:          works [alpha2]. for classes. todo: for objects
                   11312: 
                   11313:        * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
                   11314:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   11315:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   11316:          types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
                   11317:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   11318:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   11319:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   11320:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11321:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
                   11322:          properties: set works [alpha1]
                   11323: 
                   11324: 2005-07-25  paf
                   11325: 
                   11326:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
                   11327:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
                   11328:          properties: started, get works [alpha1, other approach]
                   11329: 
                   11330:        * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
                   11331:          properties: started, get works [alpha2]
                   11332: 
                   11333:        * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
                   11334:          pa_vstateless_class.h: . properties: started, get works [alpha]
                   11335: 
                   11336: 2005-07-15  paf
                   11337: 
                   11338:        * src/: classes/classes.h, classes/op.C, main/execute.C,
                   11339:          types/pa_junction.h, types/pa_property.h, types/pa_value.h,
                   11340:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   11341:          types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   11342:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   11343:          types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   11344:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   11345:          types/pa_vresponse.C, types/pa_vresponse.h,
                   11346:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   11347:          types/pa_vstateless_object.h, types/pa_vvoid.h,
                   11348:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
                   11349:          types/pa_wwrapper.h, types/types.vcproj: + started property
                   11350:          [getters work but think of changing them too to precaching]
                   11351: 
                   11352: 2005-07-08  paf
                   11353: 
                   11354:        * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
                   11355:          gpf
                   11356: 
                   11357: 2005-06-28  paf
                   11358: 
                   11359:        * src/: classes/file.C, main/untaint.C: ! string invariant violated
                   11360:          in passing empty strings to file::exec/cgi environment
                   11361: 
                   11362: 2005-06-06  paf
                   11363: 
                   11364:        * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
                   11365:          ^table:sql ^hash:sql now DO process $.bind option
                   11366: 
                   11367: 2005-05-24  paf
                   11368: 
                   11369:        * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
                   11370:          $.limit] now work again [support was broken in 3.1.4]
                   11371: 
                   11372:        * src/: main/pa_string.C, classes/op.C: . steps toward removing
                   11373:          ALL_INTERIOR_POINTERS
                   11374: 
                   11375: 2005-05-12  paf
                   11376: 
                   11377:        * configure: 3.1.5beta
                   11378: 
                   11379:        * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
                   11380: 
                   11381:        * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
                   11382:          $.limit] now work again [support was broken in 3.1.4]
                   11383: 
                   11384:        * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
                   11385:          line-width  [was refusing to fill if line-width >1, thanks to
                   11386:          Seras <seras@pinxit.lt> for repro case
                   11387: 
                   11388: 2005-04-25  paf
                   11389: 
                   11390:        * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
                   11391:          correctly
                   11392: 
                   11393: 2005-04-19  paf
                   11394: 
                   11395:        * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
                   11396:          in VString violating invariant!!
                   11397: 
                   11398:        * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
                   11399:          getenv("TZ")==null
                   11400: 
                   11401: 2005-04-08  paf
                   11402: 
                   11403:        * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
                   11404:          bugfix: when there is no char in charset one byte produces 6
                   11405:          (&#255; <<max). increased buffer size!
                   11406: 
                   11407: 2005-03-23  paf
                   11408: 
                   11409:        * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
                   11410:          ^date.sql-string now takes TZ into account
                   11411: 
                   11412: 2005-03-16  paf
                   11413: 
                   11414:        * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
                   11415:          gcc 3.4
                   11416: 
                   11417:        * src/types/pa_vhash.C: . warning about eof eol
                   11418: 
                   11419: 2005-02-17  paf
                   11420: 
                   11421:        * operators.txt, src/classes/op.C: + operator ^sleep(double
                   11422:          seconds)
                   11423: 
                   11424: 2005-02-02  paf
                   11425: 
                   11426:        * src/classes/xnode.C: beauty: removed needless includes
                   11427: 
                   11428: 2005-01-31  paf
                   11429: 
                   11430:        * src/types/pa_vmail.C: change: $.partX now always 1...  change:
                   11431:          $.partNoNumber now alias to $.part1
                   11432: 
                   11433:        * src/types/pa_vmail.C: change: incoming letter part contains
                   11434:          "content-disposition" header with any value? now considering that
                   11435:          part to be "file#" [for text/plain text/html were $.text#
                   11436:          $.html#]
                   11437: 
                   11438:        * INSTALL: updatet to latest working versions available
                   11439: 
                   11440: 2005-01-20  paf
                   11441: 
                   11442:        * configure.in, src/include/pa_version.h: version
                   11443: 
                   11444: 2005-01-19  paf
                   11445: 
1.116     moko     11446:        * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
                   11447:          targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
                   11448:          couple warnings in parser3.C
1.95      moko     11449: 
                   11450: 2004-12-23  paf
                   11451: 
                   11452:        * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
                   11453: 
                   11454:        * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
                   11455:          dir to directory of script (when shbang used), not to directory
                   11456:          of its interpreter
                   11457: 
                   11458:        * src/include/pa_version.h: compiled on win32...
                   11459: 
                   11460:        * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
                   11461:          we need more hspace
                   11462: 
                   11463:        * configure, configure.in, src/include/pa_version.h: configured
                   11464:          host to pa_version. will be displayed everywhere
                   11465: 
                   11466:        * src/main/pa_request.C: new: @unhandled_exception can prevent
                   11467:          exception from being logged by setting $exception.handled(1)
                   11468: 
                   11469:        * operators.txt, src/classes/file.C: change:
                   11470:          ^file::sql{query}[[options]] options: $.name[file name]
                   11471:          $.content-type[application/what]
                   11472: 
                   11473:        * src/: include/pa_common.h, main/pa_common.C,
                   11474:          types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
                   11475:          new file
                   11476: 
                   11477:        * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
                   11478:          bugfix: table->hash now regards _default
                   11479: 
                   11480:        * src/types/pa_vmethod_frame.h: bugfix: when method junction was
                   11481:          created by accessing $name_of_method it acquired bad self=closest
                   11482:          methodframe; instead of proper self (current class)
                   11483: 
                   11484:        * src/types/pa_vhashfile.C: bugfix: reading empty string from
                   11485:          hashfile produced bad cord
                   11486: 
                   11487: 2004-12-10  paf
                   11488: 
                   11489:        * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
                   11490:          subsequent failures though defined in .h
                   11491: 
                   11492:        * src/main/pa_common.C: comment on volatile
                   11493: 
                   11494:        * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
                   11495:          alarm function were not used since the beginning due to stupid
                   11496:          error [setsigjmp were not checked in configure.in]
                   11497: 
                   11498:        * src/main/pa_common.C: http: timeout setsockopt [if possible] on
                   11499:          unix too
                   11500: 
                   11501:        * src/main/pa_common.C: http: exception status of send/recv errors
                   11502:          change to most probable http.timeout
                   11503: 
                   11504:        * src/main/pa_common.C: win32: http connection $.timeout option now
                   11505:          works [setsockopt on send/receive]
                   11506: 
                   11507: 2004-12-08  paf
                   11508: 
                   11509:        * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
                   11510:          cstr-ed knowing mail charset, and untainting uri lang now knows
                   11511:          proper charset
                   11512: 
                   11513: 2004-11-24  paf
                   11514: 
                   11515:        * src/classes/hash.C: hash: adding/cloning adds/clones _default now
                   11516: 
                   11517:          $hash[  $.a[1]  $._default[def] ] #$hash2[^hash::create[$hash]]
                   11518:          $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
                   11519: 
                   11520: 2004-11-12  paf
                   11521: 
                   11522:        * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
                   11523:          [since 3.0.4]
                   11524: 
                   11525: 2004-11-09  paf
                   11526: 
                   11527:        * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
                   11528:          writes basics to c:\parser3.log
                   11529: 
                   11530: 2004-10-21  paf
                   11531: 
                   11532:        * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
                   11533:          tainted strings [were returning clean onces]
                   11534: 
                   11535: 2004-10-15  paf
                   11536: 
                   11537:        * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
                   11538:          cycles(i=1; i=2), which was wrong, now does ONE
                   11539: 
                   11540: 2004-10-12  paf
                   11541: 
                   11542:        * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
                   11543: 
                   11544: 2004-10-07  paf
                   11545: 
                   11546:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   11547:          main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
                   11548:          release asserts
                   11549: 
                   11550:        * src/: main/pa_string.C, include/pa_string.h: debugger help:
                   11551:          String.dump() to stdout in detailed form  [were String.v() in
                   11552:          short form]
                   11553: 
                   11554:        * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
                   11555:          \t\r\n as @#| and truncates long char sequences less
                   11556: 
                   11557: 2004-10-06  paf
                   11558: 
                   11559:        * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
                   11560:          win32 beauty: socket errors properly decoded
                   11561: 
                   11562: 2004-10-05  paf
                   11563: 
                   11564:        * src/: include/pa_request.h, main/pa_request.C: bugfix:
                   11565:          request::configure_user/admin done always, even if no
                   11566:          file-to-process useful in @unhandled_exception [say, if they
                   11567:          would want to mail by SMTP something]
                   11568: 
                   11569:        * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
                   11570:          now performed prior to file loading [and @auto executing] thus
                   11571:          making $cookie:value available in @auto and in
                   11572:          @unhandled_exception when IIS is configured to run interpreter
                   11573:          even if no file exist
                   11574: 
                   11575: 2004-09-20  paf
                   11576: 
                   11577:        * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
                   11578:          somewhere where it should have called xmlMalloc and it calls
                   11579:          xmlFree when it should have not called it.  inserted two
                   11580:          workarounds: xmlMallocAtomic implemented as xmlMalloc, and
                   11581:          xmlFree just ignored.  put away a testcase, maybe someday libxml
                   11582:          author would fix all that.  until that day: we have SLOW garbage
                   11583:          collecting when many xml objects are alive hint: do
                   11584:          ^memory:compact[] before xdoc::create
                   11585: 
                   11586: 2004-09-17  paf
                   11587: 
                   11588:        * src/classes/file.C: bugfix: file::cgi headers were lost [typo
                   11589:          error from 3.0.8 version]
                   11590: 
                   11591: 2004-09-14  paf
                   11592: 
                   11593:        * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
                   11594:          part bugfix: hashfile.foreach iterated only part if hashfile were
                   11595:          modified inside
                   11596: 
                   11597: 2004-09-13  paf
                   11598: 
                   11599:        * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
                   11600:          [were as octal]
                   11601: 
                   11602:        * src/types/pa_vhashfile.C: beauty: not reproduced
                   11603:          $hashfile.key[$novalue] bug [reported by motorin], inserted
                   11604:          safety-check
                   11605: 
                   11606:        * src/types/pa_vhashfile.C: change: empty keys now error in parser
                   11607:          [not something obscure from sdbm lib]
                   11608: 
                   11609:        * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
                   11610:          = strerror now returnes something and we can properly report that
                   11611:          to client
                   11612: 
                   11613:        * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
                   11614:          now 8008 bytes, were 1008. perl sdbm compatibility now ruined
                   11615: 
                   11616:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11617:          [tainted as-is] this helps //[space][newline] to remain as-is and
                   11618:          not be unnecessary optimized away [ruining javascript]
                   11619: 
                   11620:        * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
                   11621:          [tainted as-is]
                   11622: 
                   11623:        * src/classes/mail.C: bugfix: typo error
                   11624: 
                   11625: 2004-09-09  paf
                   11626: 
                   11627:        * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
                   11628:          separators bugfix: loads header with endings \r\n\r\n and \n\n
                   11629:          (bloody yandex.server)
                   11630: 
                   11631: 2004-09-06  paf
                   11632: 
                   11633:        * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
                   11634:          TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
                   11635:          encoded
                   11636: 
                   11637: 2004-09-01  paf
                   11638: 
                   11639:        * src/types/pa_vmail.C: change: multipart/mixed changed to
                   11640:          multipart/related outlook express have no problems showing
                   11641:          unrelated attachments.  todo: someday figure out a way of
                   11642:          multipart/mixed    multipart/related       text/html
                   11643:          image/xxx application/octet-stream << true attachments
                   11644: 
                   11645:        * src/types/pa_vmail.C: new:
                   11646:          ^mail:send[$.file[$.content-disposition can be overriden new:
                   11647:          empty mail header fields removed from letter
                   11648: 
                   11649:        * src/: classes/mail.C, include/pa_config_fixed.h,
                   11650:          types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
                   11651:          ^mail:send[    $.file[       $.any[header]
                   11652: 
                   11653: 2004-08-30  paf
                   11654: 
                   11655:        * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
                   11656:          warnings
                   11657: 
                   11658:        * src/main/pa_common.C: beauty: do not bother with charset
                   11659:          detection when ^file::load[binary
                   11660: 
                   11661: 2004-08-27  paf
                   11662: 
                   11663:        * src/main/pa_common.C: hack: for yandex.server http server
                   11664: 
                   11665: 2004-08-18  paf
                   11666: 
                   11667:        * src/main/pa_request.C: bugfix: Accept-Ranges: bytes  when sending
                   11668:          possibly-chunked response
                   11669: 
                   11670: 2004-08-17  paf
                   11671: 
                   11672:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11673:          $f.content-type now = that of http response
                   11674: 
                   11675:        * src/classes/file.C: bugfix: $f[^file::load[;http://]]
                   11676:          $f.content-type now = that of http response
                   11677: 
                   11678: 2004-07-30  paf
                   11679: 
                   11680:        * src/: include/pa_request.h, main/pa_request.C,
                   11681:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
                   11682:          win32: system&parser exceptions in release mode reported properly
                   11683:          parser exception in exception handler WERE mistakenly reported as
                   11684:          system exception, without details [in apache & isapi] +some
                   11685:          beauty in exception text
                   11686: 
                   11687:        * src/: include/pa_exception.h, main/pa_request.C,
                   11688:          targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
                   11689:          release mode reported properly parser exception in exception
                   11690:          handler WERE mistakenly reported as system exception, without
                   11691:          details
                   11692: 
                   11693:        * src/main/execute.C: beauty: simplified system exception handling
                   11694: 
                   11695: 2004-07-29  paf
                   11696: 
                   11697:        * src/classes/table.C: bugfix:
                   11698:          ^table.save[export.csv;$.separator[^;]] now works fine [separator
                   11699:          were ignored, and \t used unconditionally]
                   11700: 
                   11701:        * src/types/Makefile.am: added vhash.c
                   11702: 
                   11703: 2004-07-28  paf
                   11704: 
                   11705:        * src/: classes/date.C, classes/image.C, classes/math.C,
                   11706:          lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
                   11707:          main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
                   11708:          types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
                   11709:          failed on russian letters
                   11710: 
                   11711:        * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
                   11712:          bugfix: isspace((unsigned char)c) everywhere. failed on russian
                   11713:          letters
                   11714: 
                   11715:        * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
                   11716:          as 'currentDirectory' parameter to CreateProcess
                   11717: 
                   11718: 2004-07-27  paf
                   11719: 
                   11720:        * src/targets/cgi/parser3.vcproj: beauty: win32:
                   11721:          globaloptimizations ON, release:mapfile ON todo: copy .mapfile
                   11722:          from release somewhere [to help searching for unhandled system
                   11723:          exceptions]
                   11724: 
                   11725:        * src/types/pa_vdate.h: check: for invalid datetime after temporary
                   11726:          TZ shift
                   11727: 
                   11728:        * src/types/pa_vdate.h: bugfix: time checked not only at set_time
                   11729:          but also in ctor
                   11730: 
                   11731: 2004-07-26  paf
                   11732: 
                   11733:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   11734:          src/main/pa_request.C, src/types/pa_vfile.h,
                   11735:          src/types/pa_vhash.C, src/types/pa_vhash.h,
                   11736:          src/types/types.vcproj: new: $response:body/download[
                   11737:          $.file[name on disk]    $.name[of file for user]
                   11738:          $.mdate[date of last-modified. default from directory] ]
                   11739: 
                   11740:        * src/classes/file.C: moving file:send somewhere else..
                   11741: 
                   11742:        * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
                   11743:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
                   11744:          ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
                   11745:          $response:download[ $.filename[filename] $.option[] ,, ]
                   11746: 
                   11747:        * src/classes/file.C: beauty: invalid mode thoroughly reported
                   11748: 
                   11749: 2004-07-21  paf
                   11750: 
                   11751:        * src/types/pa_vmail.C: bugfix: too long header values now splitted
                   11752:          to several lines
                   11753: 
                   11754:          were: header: vaaaaaaaaaaaalue now: header: vaaaaaa  aaalue
                   11755: 
                   11756:          note: ms outlook[!express] shows only first 255 characters of
                   11757:          subject
                   11758: 
                   11759: 2004-07-15  paf
                   11760: 
                   11761:        * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
                   11762:          off]
                   11763: 
                   11764: 2004-07-14  paf
                   11765: 
                   11766:        * src/classes/table.C: bugfix: $.bind values now got untainted
                   11767:          according to lang  [were: as-is]
                   11768: 
                   11769: 2004-07-07  paf
                   11770: 
                   11771:        * src/classes/op.C: bugfix: cache with 2 params caused assertion,
                   11772:          checked that
                   11773: 
                   11774:        * src/main/pa_exec.C: bufix: on unix AND win32 environment string
                   11775:          now untainted according to their languages.  were: as-is.
                   11776:          EVERYWHERE
                   11777: 
                   11778:        * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
                   11779:          environment string now untainted according to their languages.
                   11780:          were: as-is. EVERYWHERE
                   11781: 
                   11782:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11783:          untainted according to their languages.  were: as-is. on win32:
                   11784:          ok
                   11785: 
                   11786:        * parser3.vssscc: ...would not go unnoticed
                   11787: 
                   11788:        * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
                   11789:          fails. in case on input appears nonutf, those bytes will be
                   11790:          printed in %HH form. that can be easily decoded/recovered.
                   11791: 
                   11792:          this form is quite noticable, and hopefully would not go noticed
                   11793: 
                   11794: 2004-07-06  paf
                   11795: 
                   11796:        * src/main/pa_exec.C: bufix: on unix environment string now
                   11797:          untainted according to their languages.  were: as-is. on win32:
                   11798:          ok
                   11799: 
                   11800: 2004-07-01  paf
                   11801: 
                   11802:        * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
                   11803:          lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
                   11804:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   11805:          lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
                   11806:          main/main.vcproj, targets/cgi/parser3.vcproj,
                   11807:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
                   11808:          option: global optimization ON
                   11809: 
                   11810:        * src/main/untaint.C: workaround kinda bug in libxml: life requires
                   11811:          to do xdoc::create{invalid chars} standard disables chars less
                   11812:          then \x20, except tab, cr, lf.
                   11813: 
                   11814:          changed tainting so that those become '!'
                   11815: 
                   11816: 2004-06-25  paf
                   11817: 
                   11818:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11819:          int on odd address [prev bugfix failed due to superwize
                   11820:          optimizer, which turned memcpy into same 'ld' asm command]
                   11821: 
                   11822:        * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
                   11823:          int on odd address
                   11824: 
                   11825: 2004-06-22  paf
                   11826: 
                   11827:        * src/sql/pa_sql_driver.h: note: about possible optimization
                   11828: 
                   11829:        * operators.txt, src/classes/hash.C, src/classes/memory.C,
                   11830:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   11831:          src/include/pa_config_includes.h: new:        ^void:sql{call
                   11832:          paf(:a)}[                $.bind[                         $.a[2]
                   11833:                 ]       ] output variables work.  todo: check in out
                   11834:          variables
                   11835: 
                   11836: 2004-06-18  paf
                   11837: 
                   11838:        * src/: classes/file.C, classes/hash.C, classes/string.C,
                   11839:          classes/table.C, classes/void.C, include/pa_globals.h,
                   11840:          include/pa_sql_connection.h, main/compile.tab.C,
                   11841:          sql/pa_sql_driver.h: started:         ^void:sql{call paf(:a)}[
                   11842:                      $.bind[                         $.a[2]          ]
                   11843:          ] input variables work.  todo:output
                   11844: 
                   11845:        * src/targets/cgi/parser3.C: bugfix: iis specific
                   11846:          http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
                   11847:          /_bug.html?404;http://hpsv/test/
                   11848:          --------------------------------------------------------------------------------
                   11849:          $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
                   11850:          --------------------------------------------------------------------------------
                   11851:          IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
                   11852: 
                   11853: 2004-06-16  paf
                   11854: 
                   11855:        * src/targets/cgi/parser3.C: new: iis specific
                   11856:          http://parser3/_bug.html?404;http://server/_bug.html?f=v now
                   11857:          $request:query
                   11858:          IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
                   11859:          $form:fields IIS-STATUS="404"
                   11860:          IIS-DOCUMENT="http://server/_bug.html" f="v"
                   11861: 
                   11862:          todo: isapi too
                   11863: 
                   11864: 2004-05-26  paf
                   11865: 
                   11866:        * src/include/pa_version.h: 3.1.3
                   11867: 
                   11868:        * operators.txt: beauty: removed outdated level 'table'
                   11869: 
                   11870:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
                   11871: 
                   11872:        * src/main/pa_string.C: beauty: removed 3 warnings
                   11873: 
                   11874:        * src/: include/pa_string.h, classes/table.C, main/untaint.C,
                   11875:          classes/op.C: beauty: removed outdated level 'table'
                   11876: 
                   11877: 2004-05-25  paf
                   11878: 
                   11879:        * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
                   11880:          implementation. mistery: how anything worked
                   11881: 
                   11882:        * src/sql/pa_sql_driver.h: beauty: param renamed and comment
                   11883:          changed, it is now safe to use url if pointers to it are stored
                   11884:          to gc mem
                   11885: 
                   11886:        * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
                   11887:          unknown errors reported and not cause SIGSEGV now
                   11888: 
                   11889: 2004-05-24  paf
                   11890: 
                   11891:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   11892:          lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
                   11893:          less memory: CORD_chars_block originally intended to ...  it was
                   11894:          good that CORD_chars_block were not used: it consumes more memory
                   11895:          [and, might be slow too] undoing that. [and removed that func so
                   11896:          that it would not confuse parser developer in future]
                   11897: 
                   11898:        * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
                   11899:          less memory: CORD_chars_block originally intended to
                   11900:          speedup/reduce mem usage were forgotten, and were used stupid
                   11901:          CORD_chars
                   11902: 
                   11903:        * src/include/pa_config_auto.h.in: bugfix: bigendian check added
                   11904: 
                   11905:        * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
                   11906:          BIGENDIAN processors space-conserving mech failed, causing
                   11907:          SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
                   11908:          (1|2|3));
                   11909: 
                   11910: 2004-05-14  paf
                   11911: 
                   11912:        * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
                   11913:          bugfix: void now has vfile value, and $response:body[] works OK
                   11914: 
                   11915: 2004-05-12  paf
                   11916: 
                   11917:        * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
                   11918:          beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
                   11919:          sources to use is_defined() {return as_bool();} along VBool
                   11920: 
                   11921: 2004-05-11  paf
                   11922: 
                   11923:        * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
                   11924:          referencing to local objects
                   11925: 
                   11926:        * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
                   11927:          types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
                   11928:          left intact
                   11929: 
                   11930: 2004-04-15  paf
                   11931: 
                   11932:        * src/classes/date.C: merged: beauty: unused var removed
                   11933: 
                   11934:        * src/classes/date.C: beauty: unused var removed
                   11935: 
                   11936:        * src/include/: pa_exec.h: bugfix: interface without pointer
                   11937:          provoked bug
                   11938: 
                   11939: 2004-04-09  paf
                   11940: 
                   11941:        * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
                   11942: 
                   11943:        * src/types/pa_vform.C: bugfix: form:imap were incorrect
                   11944: 
                   11945: 2004-04-08  paf
                   11946: 
                   11947:        * src/classes/date.C: new: ^date::create[y-m-d
                   11948:          h-M-s>>.milliseconds<<] now allowed, ignored so far
                   11949: 
                   11950:        * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
                   11951: 
                   11952:        * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
                   11953:          to consult default catalog [usually, that file belongs to other
                   11954:          user/group]
                   11955: 
                   11956: 2004-04-06  paf
                   11957: 
                   11958:        * src/main/pa_common.C: beauty: gcc warning removed
                   11959: 
                   11960:        * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
                   11961:          accept that trick, trying other
                   11962: 
                   11963:        * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
                   11964:          explicit result problem
                   11965: 
                   11966:        * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
                   11967:          explicit result problem
                   11968: 
                   11969:        * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
                   11970:          explicit result problem
                   11971: 
                   11972:        * operators.txt, src/classes/string.C: new: ^string.append[string]
                   11973: 
                   11974:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   11975:          main/execute.C: attempt_check_call_in_explicit_result_mode:
                   11976:          failed
                   11977: 
                   11978:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11979:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11980:          gethostbyname failed with such 'domains'] now checked properly,
                   11981:          were: needless reverse/forward dns lookup
                   11982: 
                   11983:        * src/main/pa_common.C: bugfix: of 1.175 bugfix:
                   11984:          http://i.p.a.ddress gethostbyaddr added [on some platforms
                   11985:          gethostbyname failed with such 'domains'] now checked properly,
                   11986:          were: needless reverse/forward dns lookup
                   11987: 
                   11988:        * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
                   11989:          @method[][result] means "no string output here" moved to lexical
                   11990:          level [on grammar level it were too difficult]
                   11991: 
                   11992:        * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
                   11993:          src/main/compile.y, src/main/compile_tools.h,
                   11994:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
                   11995:          @method[][result] means "no string output here", implemented part
                   11996:          of that idea: compiler throws away string literal generation
                   11997:          code. and barks nonwhitespace chars
                   11998: 
                   11999:        * operators.txt: truth: removed comment about $ORIGIN
                   12000: 
                   12001: 2004-04-05  paf
                   12002: 
                   12003:        * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
                   12004:          src/include/pa_version.h, src/main/pa_common.C,
                   12005:          src/targets/isapi/parser3isapi.C: merged with 3.1.3
                   12006: 
                   12007:        * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
                   12008:          Konstantin Tomashevitch [mailto:konst@design.ru]
                   12009: 
                   12010:        * src/doc/html2chm.cmd: beauty: no need in bg here
                   12011: 
                   12012:        * src/doc/sources2html.cmd: beauty: same window, in bg it
                   12013:          interfered with FAR console
                   12014: 
                   12015:        * configure, configure.in: 3.1.3
                   12016: 
                   12017:        * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
                   12018: 
                   12019:        * src/main/pa_common.C: removed warning
                   12020: 
                   12021:        * src/include/pa_version.h: 3.1.3
                   12022: 
                   12023: 2004-04-02  paf
                   12024: 
                   12025:        * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
                   12026: 
                   12027:        * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
                   12028:          allows to specify where to put parser log file
                   12029: 
                   12030: 2004-04-01  paf
                   12031: 
                   12032:        * src/classes/table.C: bugfix: bugfix: table::load last line
                   12033:          without tab and enter were ignored
                   12034: 
                   12035:        * src/: include/pa_cache_managers.h, include/pa_globals.h,
                   12036:          include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
                   12037:          main/pa_socks.C, targets/cgi/parser3.C,
                   12038:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
                   12039:          bugfix: sql connections now are disconnected
                   12040: 
                   12041: 2004-03-30  paf
                   12042: 
                   12043:        * src/classes/table.C: bugfix: table::load last line without tab
                   12044:          and enter were ignored
                   12045: 
                   12046:        * src/classes/table.C: bufix: if last table lines were commented,
                   12047:          gpfed
                   12048: 
                   12049:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   12050:          doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
                   12051:          doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
                   12052:          doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
                   12053:          doc/methoded.dox, doc/object.dox, doc/string.dox,
                   12054:          doc/targets.dox, doc/value.dox, include/pa_version.h,
                   12055:          main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
                   12056:          targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
                   12057:          bugfixes from 3.1.2, changed version to 3.1.3beta
                   12058: 
                   12059: 2004-03-29  paf
                   12060: 
                   12061:        * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
                   12062:          causes gpf
                   12063: 
                   12064:        * src/doc/: ClassExample1.dox, ClassExample2.dox,
                   12065:          ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
                   12066:          doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
                   12067:          memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
                   12068:          value.dox: translated to english
                   12069: 
                   12070: 2004-03-25  paf
                   12071: 
                   12072:        * src/targets/isapi/parser3isapi.vcproj: beauty: one more
                   12073:          parser3project dependency removed
                   12074: 
                   12075:        * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
                   12076:          bugfix: refused to compile without xml
                   12077: 
                   12078:        * src/types/pa_vform.C: beauty: removed warning
                   12079: 
                   12080:        * src/classes/classes.vcproj: merged bugfix: now all compiles in
                   12081:          any folder [removed last ;) folder dependency]
                   12082: 
                   12083:        * src/classes/classes.vcproj: bugfix: now all compiles in any
                   12084:          folder [removed last ;) folder dependency]
                   12085: 
                   12086:        * src/include/pa_version.h: release
                   12087: 
                   12088:        * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
                   12089: 
                   12090:        * src/classes/table.C: beauty: comment& more meaningful error
                   12091:          message
                   12092: 
                   12093:        * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
                   12094:          $.hash[$.column_value1(true) ... ] [were producing some strang
                   12095:          thing]
                   12096: 
                   12097: 2004-03-23  paf
                   12098: 
                   12099:        * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
                   12100:          and http status line parsing checked number of columns in table
                   12101:          [user reported an assert]
                   12102: 
                   12103:        * operators.txt: example: on hashfile
                   12104: 
                   12105:        * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
                   12106:          bugfix: junction reattach now actually reattaches a junction to
                   12107:          new wcontext [were only assigning it to junction, which caused
                   12108:          junction tracking to loose junction, and it's context were not
                   12109:          killed, and it tried to process in invalid context, gpf]
                   12110: 
                   12111:        * src/targets/cgi/parser3.C: debug helper added
                   12112: 
                   12113: 2004-03-19  paf
                   12114: 
                   12115:        * src/types/pa_wcontext.C: beauty: error messages removed duplicate
                   12116:          "type(type)" in braces
                   12117: 
                   12118: 2004-03-10  paf
                   12119: 
                   12120:        * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
                   12121:          src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   12122:          src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
                   12123:          solution to search-in-namespaces problem:
                   12124:          $xdoc.search-namespaces.x[http://pif.design.ru/]
                   12125:          $nodes[^xdoc.select[//x:second]]
                   12126: 
                   12127:        * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
                   12128:          expression][[NAMESPACES HASH]] allows to search for info in
                   12129:          namespaces
                   12130: 
                   12131:          $nodes[^xdoc.select[//x:second][
                   12132:          $.x[http://pif.design.ru/] ]]
                   12133: 
                   12134: 2004-03-09  paf
                   12135: 
                   12136:        * operators.txt, src/main/pa_common.C: new:
                   12137:          ^file::load[...][options]         $.form[
                   12138:          !$.field1[string]
                   12139:          !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
                   12140:               ]         !$.body[string]
                   12141: 
                   12142:          GET ?here notGET(POST, HEAD, others) in content-type:
                   12143:          application/x-www-form-urlencoded
                   12144: 
                   12145:          todo: upload files ability
                   12146: 
                   12147:        * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
                   12148:          properly, done
                   12149: 
                   12150: 2004-03-05  paf
                   12151: 
                   12152:        * operators.txt, src/main/pa_common.C: new: file::load[;http://
                   12153:          GET/POST $.form[$.fields started, not tested yet
                   12154:          todo:$.field[table] for multiple values
                   12155: 
                   12156:        * operators.txt: new: http:// options $.user $.password basic
                   12157:          authorization
                   12158: 
                   12159:        * src/main/pa_common.C: beauty: link to rtf added
                   12160: 
                   12161:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
                   12162:          new: http:// options $.user $.password basic authorization
                   12163: 
                   12164:        * src/main/pa_common.C: beauty: removed needless vars
                   12165: 
                   12166:        * operators.txt: new: pgsql option [like that recently added to
                   12167:          oracle driver]             ClientCharset=parser-charset <<
                   12168:          charset in which parser thinks client works
                   12169: 
                   12170:        * operators.txt: new: odbc option [like that recently added to
                   12171:          oracle driver]             ClientCharset=parser-charset <<
                   12172:          charset in which parser thinks client works
                   12173: 
                   12174:        * src/sql/pa_sql_driver.h: beauty: important warning added
                   12175: 
                   12176:        * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
                   12177:          char!
                   12178: 
                   12179:        * etc/parser3.charsets/windows-1251.cfg: typo
                   12180: 
                   12181: 2004-03-04  paf
                   12182: 
                   12183:        * src/main/pa_sql_driver_manager.C: speedup: charset lookups
                   12184:          cached, sql transcoding now goes faster
                   12185: 
                   12186:        * operators.txt: new: mysql option [like that recently added to
                   12187:          oracle driver]             ClientCharset=parser-charset <<
                   12188:          charset in which parser thinks client works
                   12189: 
                   12190:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
                   12191:          typo error
                   12192: 
                   12193:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
                   12194:          chars commented
                   12195: 
                   12196: 2004-03-03  paf
                   12197: 
                   12198:        * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
                   12199:          Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
                   12200: 
                   12201: 2004-03-02  paf
                   12202: 
                   12203:        * operators.txt: new[update typo]:     !^void.left(n)
                   12204:          nothing     !^void.right(n)        nothing     !^void.mid(p[;n])
                   12205:                nothing
                   12206: 
                   12207:        * operators.txt, src/classes/void.C: new:     !^void.left(n)
                   12208:          nothing     !^void.right(n)        nothing     !^void.pos(p[;n])
                   12209:                nothing
                   12210: 
                   12211:        * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
                   12212:          ^file::sql[[name_to_become_$.name]]{} query result must be one
                   12213:          row with columns:   first: data   second: file name   third:
                   12214:          content-type
                   12215: 
                   12216:        * operators.txt, src/classes/file.C: ^file.sql-string[] inside
                   12217:          ^connect gets properly escaped string, which can be passed to
                   12218:          request now this for mysql only. it's up to parser sql driver to
                   12219:          fix zeros properly
                   12220: 
                   12221:        * INSTALL: note: added on building apache with this option:
                   12222:          --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
                   12223: 
                   12224: 2004-03-01  paf
                   12225: 
                   12226:        * src/targets/isapi/parser3isapi.C: new: apache module & isapi
                   12227:          extension memory:compact befor processingrequest
                   12228: 
                   12229:        * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
                   12230:          call sole column of result
                   12231: 
                   12232:        * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
                   12233:          src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)]         get/set
                   12234:          pixel color
                   12235: 
                   12236:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   12237:          beauty: image -- less checks [were ugly impl]
                   12238: 
                   12239:        * src/classes/string.C: bugfix: ^string.left/right/mid with
                   12240:          negative values now considered bad
                   12241: 
                   12242:        * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
                   12243: 
                   12244:        * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
                   12245:          options now have unified defaults [after transform
                   12246:          indent/omit-xml-declaration/standalone 'default' erroreously
                   12247:          meant 'true']
                   12248: 
                   12249:        * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
                   12250:          added [on some platforms gethostbyname failed with such
                   12251:          'domains']
                   12252: 
                   12253:        * src/include/pa_config_auto.h.in: no select check, no define
                   12254: 
                   12255:        * src/classes/string.C: feature: ^string.trim both parameters may
                   12256:          be empty-strings, meaning kind=both chars=whitespaces
                   12257: 
                   12258:        * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
                   12259:          exist
                   12260: 
                   12261:        * src/classes/string.C: check: trim 'chars' must not be empty,
                   12262:          exception if it is
                   12263: 
                   12264:        * src/classes/string.C: changed: ^string.trim [] << both,
                   12265:          whitespaces [start|both|end] << kind, whitespaces
                   12266:          [start|both|end;chars]  full
                   12267: 
                   12268: 2004-02-27  paf
                   12269: 
                   12270:        * operators.txt, src/classes/string.C, src/main/pa_string.C: new
                   12271:          method: ^string.trim[start|both|end[;chars]]        default
                   12272:          'chars' -- whitespace chars finished
                   12273: 
                   12274:        * operators.txt, src/classes/string.C, src/include/pa_string.h,
                   12275:          src/main/pa_string.C: new method:
                   12276:          ^string.trim[start|both|end[;chars]]        default 'chars' --
                   12277:          whitespace chars   started, only start works
                   12278: 
                   12279:        * src/main/compile.C: bugfix: line numbers after
                   12280:          ^process{}[$.line(-10]] can be negative, allowed to print they as
                   12281:          signed
                   12282: 
                   12283:        * src/main/untaint.C: speed: there's no \n chars in output
                   12284:          [normally], so no need to optimize them they could be retrived
                   12285:          from databases, though. but 1. should be replaced 2. if not
                   12286:          optimized, no harm done
                   12287: 
                   12288:        * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
                   12289:          ^file::exec/cgi could return invalid status & zombie child can
                   12290:          remain for short period until process exists [very bad in
                   12291:          mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
                   12292: 
                   12293:        * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
                   12294:          malicious SMTP server to attack as by returning too long status
                   12295:          responses http://i2/tasks/edit/?id=4629448401140924947
                   12296: 
                   12297: 2004-02-26  paf
                   12298: 
                   12299:        * operators.txt: feature: ^process...{CODE}[now has options] which
                   12300:          are         $.main[to what to rename @main]         $.file[file,
                   12301:          from which (user says) goes that CODE]         $.lineno(line
                   12302:          number in that file, where CODE starts. may be negative)
                   12303: 
                   12304:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12305:          src/main/compile.C, src/main/compile_tools.h,
                   12306:          src/main/pa_request.C: feature: ^process...{CODE}[now has
                   12307:          options] which are         $.main[to what to rename @main]
                   12308:          $.file[file, from which (user says) goes that CODE]
                   12309:          $.lineno(line number in that file, where CODE starts. may be
                   12310:          negative)
                   12311: 
                   12312: 2004-02-25  paf
                   12313: 
1.116     moko     12314:        * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
                   12315:          old @charsetsdir@ recently erased from configure.in]
1.95      moko     12316: 
                   12317:        * src/classes/hash.C: feature: ^hash::sql{one colum result} now
                   12318:          produces hash of column=>1
                   12319: 
                   12320:        * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
                   12321:          with incomplete errno constants set
                   12322: 
                   12323: 2004-02-24  paf
                   12324: 
                   12325:        * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
                   12326:          "man select"
                   12327: 
                   12328:        * src/main/pa_os.C: beauty: <0 better then ==-1
                   12329: 
                   12330:        * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
                   12331: 
                   12332:        * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
                   12333: 
1.116     moko     12334:        * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95      moko     12335: 
                   12336:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
                   12337:          unix: steps to work on unix [extracted 'to']
                   12338: 
                   12339:        * src/classes/mail.C: smtp on unix: steps to work on unix
                   12340: 
                   12341:        * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
                   12342: 
1.116     moko     12343:        * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12344:          lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
                   12345:          unix [testing on solaris]
1.95      moko     12346: 
                   12347: 2004-02-20  paf
                   12348: 
                   12349:        * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
                   12350:          pointing that out
                   12351: 
                   12352:        * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
                   12353:          fixed again [same solution, mistanenly removed one line]
                   12354: 
                   12355: 2004-02-19  paf
                   12356: 
                   12357:        * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
                   12358:          date::create from bad datetime in spring daylightsaving hole now
                   12359:          OK for all platforms [on some platforms it failed]
                   12360: 
                   12361:        * src/classes/: date.C, image.C: beauty: date::create[bad date time
                   12362:          in daylightsaving hole] now throws error
                   12363: 
                   12364:        * src/classes/date.C: comment: mistake fixed
                   12365: 
                   12366: 2004-02-18  paf
                   12367: 
                   12368:        * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
                   12369:          now renderes in $request:charset, but in header puts
                   12370:          $response:charset todo: make that default only so that coder
                   12371:          could override that
                   12372: 
                   12373:        * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
                   12374:          turns off omit-xml-declaration
                   12375: 
                   12376:        * src/classes/xdoc.C: feature: reimplemented xhtml output, see
                   12377:          /.xsl for sample
                   12378: 
                   12379: 2004-02-17  paf
                   12380: 
                   12381:        * src/classes/xdoc.C: beauty: needless helper class removed
                   12382: 
                   12383:        * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
                   12384:          copied extra time
                   12385: 
                   12386:        * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
                   12387:          part of libxml
                   12388: 
                   12389:        * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
                   12390:          libxml to do the work] <xsl:output        method="html"
                   12391:          doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
                   12392:          doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
                   12393:          />
                   12394: 
                   12395:        * src/classes/xdoc.C: beauty: no <meta ... charset generated
                   12396: 
                   12397:        * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
                   12398:          caused assertion
                   12399: 
                   12400:        * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
                   12401:          could hang. now such add does nothing, sub clears $hash
                   12402: 
                   12403:        * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
                   12404:          not made quoted-printable
                   12405: 
                   12406:        * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
                   12407:          string invariant
                   12408: 
                   12409: 2004-02-16  paf
                   12410: 
                   12411:        * src/main/pa_globals.C: bugfix: xml errors copy from library now
                   12412:          cleared [were not cleared properly]
                   12413: 
                   12414: 2004-02-13  paf
                   12415: 
1.116     moko     12416:        * src/include/pa_version.h: prerelease
1.95      moko     12417: 
                   12418:        * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
                   12419:          used, introducing dependencies timestamp check
                   12420: 
                   12421:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12422:          include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
                   12423:          main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
                   12424:          .xsl.stamp now not used, introducing dependencies timestamp check
                   12425: 
1.150     moko     12426:        * configure.in: auto.p: @conf made relative
1.95      moko     12427: 
                   12428: 2004-02-12  paf
                   12429: 
                   12430:        * src/types/pa_vform.C: bugfix: empty values[recently allowed]
                   12431:          ruined empty <input type=file> submits. parser thought there were
                   12432:          nameless empty file and $form:field got value of type 'file'
                   12433: 
                   12434:        * INSTALL: --without-threads
                   12435: 
                   12436:        * src/include/pa_sapi.h: 2004
                   12437: 
                   12438: 2004-02-11  paf
                   12439: 
                   12440:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12441:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12442:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12443:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12444:          classes/response.C, classes/string.C, classes/table.C,
                   12445:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12446:          include/pa_array.h, include/pa_cache_managers.h,
                   12447:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12448:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   12449:          include/pa_dictionary.h, include/pa_dir.h,
                   12450:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   12451:          include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
                   12452:          include/pa_operation.h, include/pa_os.h, include/pa_request.h,
                   12453:          include/pa_request_charsets.h, include/pa_request_info.h,
                   12454:          include/pa_socks.h, include/pa_sql_connection.h,
                   12455:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   12456:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   12457:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12458:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12459:          include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
                   12460:          lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
                   12461:          lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
                   12462:          lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
                   12463:          main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
                   12464:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   12465:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   12466:          main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
                   12467:          main/pa_os.C, main/pa_request.C, main/pa_socks.C,
                   12468:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   12469:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   12470:          main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
                   12471:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12472:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   12473:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   12474:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   12475:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
                   12476:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   12477:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   12478:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   12479:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
                   12480:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12481:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12482:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12483:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12484:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12485:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12486:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12487:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12488:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12489:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12490:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12491:          types/pa_wcontext.h, types/pa_wwrapper.h: 2004
                   12492: 
                   12493:        * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
                   12494:          debug version of gc.dll
                   12495: 
                   12496:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12497:          lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
                   12498:          lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
                   12499:          lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
                   12500:          targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
                   12501:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
                   12502:          to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
                   12503:          processes
                   12504: 
                   12505:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
                   12506:          main/pa_globals.C, targets/cgi/parser3.vcproj,
                   12507:          targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
                   12508:          changes to reflect libxml xsl new folders
                   12509: 
                   12510:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12511:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12512:          targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
                   12513:          to reflect libxml xsl new folders
                   12514: 
                   12515:        * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
                   12516:          lib/smtp/smtp.vcproj, main/main.vcproj,
                   12517:          targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
                   12518:          types/types.vcproj: started changes to reflect libxml xsl new
                   12519:          folders
                   12520: 
                   12521:        * ChangeLog, parser3.sln, src/classes/classes.vcproj,
                   12522:          src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
                   12523:          src/main/compile.tab.C, src/main/main.vcproj,
                   12524:          src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
                   12525:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   12526:          started changes to reflect libxml xsl new folders
                   12527: 
                   12528: 2004-02-10  paf
                   12529: 
                   12530:        * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
                   12531:          compile. recommened latest libxml up to date
                   12532: 
                   12533:        * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
                   12534:          pattern compilation errors", on which spent 4 hours worktime. use
                   12535:          versions higher than that. recommended now latest up to date
                   12536: 
                   12537: 2004-02-06  paf
                   12538: 
                   12539:        * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
                   12540:          beauty: unified destructing style
                   12541: 
                   12542:        * src/main/untaint.C: beauty: removed old def/ifdef
                   12543: 
                   12544:        * src/main/untaint.C: beauty: coredump @unknown untaint language
                   12545:          now
                   12546: 
                   12547: 2004-02-03  paf
                   12548: 
                   12549:        * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
                   12550:          targets/isapi/parser3isapi.C, types/pa_value.C,
                   12551:          types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
                   12552:          then %ld/%lu
                   12553: 
                   12554:        * src/main/pa_common.C: typo: %l -> %u
                   12555: 
                   12556:        * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
                   12557:          in attributes or documents-results of transform now not &#04xx;
                   12558: 
                   12559:        * src/classes/xnode.C: memleaks found: not fixed yet. todo
                   12560: 
                   12561:        * src/main/pa_charset.C: bugfix: forgot to undo some
                   12562: 
                   12563:        * src/main/pa_charset.C: beauty: uncomment
                   12564:          PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
                   12565:          libraries
                   12566: 
                   12567: 2004-02-02  paf
                   12568: 
                   12569:        * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
                   12570:          $cookie:example[    $.value[value]  $.path[/there/] ]
                   12571: 
                   12572:          $cookie:example[        $.value[]       $.expires[session]
                   12573:          $.path[/there/]         $.domain[test.com] ]
                   12574: 
                   12575:        * src/types/pa_vform.C: bugfix: empty values with
                   12576:          enctype=multipart/form-data now produce entries in $form:tables
                   12577:          <form method=post enctype=multipart/form-data> <input type=hidden
                   12578:          name=a> <input type=hidden name=b>
                   12579: 
                   12580:          <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
                   12581:          <hr> <pre>$request:body
                   12582: 
                   12583: 2004-01-30  paf
                   12584: 
                   12585:        * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
                   12586:          or documents-results of transform now not &#04xx;
                   12587: 
                   12588:        * src/classes/date.C: bugfix: ^date::create[invalid fields now
                   12589:          produce exception.
                   12590: 
                   12591:        * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
                   12592:          bugfix: ^date::create[invalid fields now produce exception.
                   12593: 
                   12594:        * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
                   12595:          year] now produces exception. todo: check other fields
                   12596: 
                   12597: 2004-01-29  paf
                   12598: 
                   12599:        * src/include/pa_memory.h: typo error
                   12600: 
                   12601:        * src/include/pa_memory.h: bugfix: [potential] strdup copied one
                   12602:          more byte then specified, then zeroed it << useless and
                   12603:          potentially harmful(could gpf)
                   12604: 
                   12605: 2004-01-22  paf
                   12606: 
                   12607:        * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
                   12608: 
                   12609:        * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
                   12610:          optimization
                   12611: 
                   12612:        * src/main/untaint.C: bugfix: whitespace now optimized properly
                   12613:          [were bug: ^taint[1 & 2]="1 &2"
                   12614: 
                   12615:        * src/main/pa_globals.C: beauty: bigger buffer for xml-related
                   12616:          errors
                   12617: 
                   12618:        * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
                   12619:          overflow
                   12620: 
                   12621:        * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
                   12622:          error-reporting code * in parser-error reporting code [when no
                   12623:          @unhandled_exception defined]
                   12624: 
                   12625:          fixed in one place: my *snprintf override
                   12626: 
                   12627: 2004-01-13  paf
                   12628: 
                   12629:        * operators.txt: typo erro
                   12630: 
                   12631: 2003-12-25  paf
                   12632: 
                   12633:        * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
                   12634:          garbled  [pieces after zero bytes were removed]
                   12635: 
                   12636: 2003-12-22  paf
                   12637: 
1.116     moko     12638:        * src/include/Makefile.am: bugfix: removed from dist:
                   12639:          src/include/pa_config_auto.h which were configured for
1.95      moko     12640:          make-dist-platform and badly updated proper config file in target
                   12641:          [when .tar used for updating existing source tree]
                   12642: 
                   12643:        * ChangeLog, operators.txt, src/classes/op.C,
                   12644:          src/include/pa_sql_connection.h,
                   12645:          src/include/pa_sql_driver_manager.h,
                   12646:          src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
                   12647:          feature: sql introducing ability to transcode charsets
                   12648: 
                   12649: 2003-12-19  paf
                   12650: 
                   12651:        * src/main/pa_sql_driver_manager.C: beauty: more straighforward
                   12652:          error message
                   12653: 
                   12654:        * src/main/pa_charset.C: bugfix: memory for charsethandler
                   12655:          structure for libxml now allocated properly
                   12656: 
                   12657: 2003-12-17  paf
                   12658: 
                   12659:        * src/types/pa_vfile.C: beauty: removed outdated cast
                   12660: 
                   12661:        * src/main/pa_common.C: bugfix: empty http response caused gpf
                   12662: 
                   12663:        * src/include/pa_string.h: bugfix: removed too strong a assert
                   12664: 
                   12665:        * src/main/pa_globals.C: bugfix: removed false warning [warning:
                   12666:          unreported xmlGenericErrors]
                   12667: 
                   12668: 2003-12-15  paf
                   12669: 
                   12670:        * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
                   12671:          works}
                   12672: 
                   12673: 2003-12-11  paf
                   12674: 
                   12675:        * operators.txt, src/types/pa_vstatus.C:     !$status:pid process
                   12676:          id
                   12677:              !$status:tid thread id
                   12678: 
                   12679:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   12680:          main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
                   12681:          bugfix(solaris): removed dependency on object initialization
                   12682:          order [one more place]
                   12683: 
                   12684:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12685:          classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
                   12686:          types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
                   12687:          understand that
                   12688: 
                   12689:        * src/: classes/file.C, classes/mail.C, classes/op.C,
                   12690:          classes/xdoc.C, include/pa_cache_managers.h,
                   12691:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12692:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   12693:          main/pa_stylesheet_manager.C, types/pa_vimage.C,
                   12694:          types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
                   12695:          ctor call [relying on implicit String::Body(cstr) call]
                   12696: 
                   12697:        * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
                   12698:          pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
                   12699:          object initialization order [two places]
                   12700: 
                   12701: 2003-12-10  paf
                   12702: 
                   12703:        * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
                   12704:          << time now ok
                   12705: 
                   12706:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   12707:          src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
                   12708:          operational
                   12709: 
                   12710:        * ChangeLog, operators.txt, src/classes/xdoc.C,
                   12711:          src/include/pa_charset.h, src/include/pa_sql_connection.h,
                   12712:          src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
                   12713:          src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
                   12714:          back operational
                   12715: 
                   12716: 2003-12-02  paf
                   12717: 
                   12718:        * src/types/pa_vmail.C: bugfix:
                   12719:          ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
                   12720:          as-is forced]
                   12721: 
                   12722:        * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
                   12723:          exceptions out of libxml callbacks: reimplemented error handling
                   12724:          of http://localhost, parser://method and safemode check callbacks
                   12725: 
                   12726:        * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
                   12727:          [merged from HEAD]
                   12728: 
                   12729:        * src/classes/image.C: nothing: comment removed
                   12730: 
                   12731:        * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
                   12732:          addresses to int
                   12733: 
                   12734: 2003-12-01  paf
                   12735: 
                   12736:        * src/main/pa_xml_io.C: bugfix: typo
                   12737: 
                   12738:        * src/main/pa_globals.C: bugfix: win32: compile prob
                   12739: 
                   12740:        * src/classes/xdoc.C: bugfix: typo
                   12741: 
                   12742:        * src/main/pa_xml_io.C: todo: safe mode check not to throw
                   12743:          exception
                   12744: 
                   12745:        * src/main/pa_xml_io.C: bugfix: http://localhost typo error
                   12746: 
                   12747: 2003-11-28  paf
                   12748: 
                   12749:        * src/main/pa_xml_io.C: installed safe-mode checker as filter of
                   12750:          all xml documents read
                   12751: 
                   12752:        * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
                   12753: 
                   12754:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   12755:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   12756:          replaced original open mech of xdoc::create & co to use libxml
                   12757:          open, so that this would work for root document todo: safe mode
                   12758:          checks to libxml: ideally to some 1 point
                   12759: 
                   12760:        * src/main/pa_xml_io.C: comment
                   12761: 
                   12762:        * operators.txt, src/main/pa_xml_io.C: leading / in
                   12763:          http://parser[abscent params]
                   12764: 
                   12765:        * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
                   12766:          works.  todo: maybe replace original open mech of xdoc::create &
                   12767:          co to use libxml open, so that this would work for root document
                   12768: 
                   12769:          $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
                   12770:          "parser://method/params/here"> <test>   &test^; </test> }]
                   12771: 
                   12772:          ^taint[^xdoc.string[]]
                   12773: 
                   12774:          @method[param] <!ENTITY test
                   12775:          "test-entity-value+$form:user+$param!">
                   12776: 
                   12777: 2003-11-27  paf
                   12778: 
                   12779:        * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
                   12780: 
                   12781:        * src/classes/date.C: bugfix: typo error
                   12782: 
                   12783: 2003-11-26  paf
                   12784: 
                   12785:        * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
                   12786:          src/main/Makefile.am, src/main/main.vcproj,
                   12787:          src/main/pa_globals.C, src/main/pa_request.C,
                   12788:          src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
                   12789:          xml errors to hash<thread_id,error> reorganization: xml io moved
                   12790:          to pa_xml_io.C/h
                   12791: 
                   12792:        * src/types/pa_value.h: warnings: --
                   12793: 
                   12794: 2003-11-25  paf
                   12795: 
                   12796:        * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
                   12797:          whatever)
                   12798: 
                   12799:        * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
                   12800:          a, (c?x:y, z)
                   12801: 
                   12802:        * src/main/untaint.C: bugfix: consequences of not reading this
                   12803:          comment: CORD_pos_chars_left /* Number of characters in cache.
                   12804:          <= 0 ==> none    */
                   12805: 
                   12806:        * src/include/pa_array.h: removed needless checks
                   12807: 
                   12808: 2003-11-24  paf
                   12809: 
                   12810:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   12811:          removed limit: now $form:xxx can be accessed anytime, even in
                   12812:          @auto/conf [and request/response:charset still can be changed
                   12813:          anytime]
                   12814: 
                   12815:        * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
                   12816:          now not transcodes response body
                   12817: 
                   12818:        * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
                   12819:          $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
                   12820:          value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
                   12821:          $xdoc.firstChild.firstChild.nodeValue[different]
                   12822:          ^taint[^xdoc.string[]]
                   12823: 
                   12824:        * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
                   12825:          workaround: static Hash::allocates -> static Hash_allocates
                   12826: 
                   12827: 2003-11-21  paf
                   12828: 
1.116     moko     12829:        * Makefile.am, configure, configure.in, src/classes/Makefile.am,
                   12830:          src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
                   12831:          src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95      moko     12832: 
                   12833:        * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
                   12834: 
                   12835:        * src/classes/mail.C: bugfix: typo
                   12836: 
                   12837:        * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116     moko     12838:          src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
                   12839:          src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
                   12840:          src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
                   12841:          src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95      moko     12842:          src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
                   12843: 
                   12844:        * src/main/pa_exec.C: bug in safe mode
                   12845: 
                   12846:        * src/include/Makefile.am: pa_xml_exception.h
                   12847: 
                   12848:        * src/targets/isapi/parser3isapi.C: more warnings --
                   12849: 
                   12850: 2003-11-20  paf
                   12851: 
                   12852:        * src/: classes/math.C, classes/op.C, classes/string.C,
                   12853:          main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
                   12854:          types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
                   12855:          --
                   12856: 
                   12857:        * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
                   12858:          more warnings --
                   12859: 
                   12860:        * src/classes/xdoc.C: more warnings --
                   12861: 
                   12862:        * src/classes/: date.C, image.C, xdoc.C: more warnings --
                   12863: 
                   12864:        * src/: main/pa_sql_driver_manager.C, main/untaint.C,
                   12865:          types/pa_vcookie.C, types/pa_vmail.C: more warnings --
                   12866: 
                   12867:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   12868:          classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
                   12869:          classes/table.C, include/pa_cache_managers.h,
                   12870:          include/pa_stylesheet_connection.h, main/pa_request.C,
                   12871:          types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
                   12872:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
                   12873:          --
                   12874: 
                   12875:        * src/main/: execute.C, pa_request.C: old forgotten todo: when
                   12876:          can't report problem (undefined @unhandled_exception) problem
                   12877:          source string were not reported
                   12878: 
                   12879:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   12880:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   12881:          classes/hashfile.C, classes/image.C, classes/int.C,
                   12882:          classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
                   12883:          classes/response.C, classes/string.C, classes/table.C,
                   12884:          classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   12885:          include/pa_array.h, include/pa_cache_managers.h,
                   12886:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   12887:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   12888:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   12889:          include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
                   12890:          include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
                   12891:          include/pa_request.h, include/pa_request_charsets.h,
                   12892:          include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
                   12893:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   12894:          include/pa_stack.h, include/pa_string.h,
                   12895:          include/pa_stylesheet_connection.h,
                   12896:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   12897:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   12898:          include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   12899:          lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
                   12900:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   12901:          main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
                   12902:          main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
                   12903:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   12904:          main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
                   12905:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   12906:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   12907:          main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
                   12908:          sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
                   12909:          targets/cgi/parser3.C, targets/isapi/pa_threads.C,
                   12910:          targets/isapi/parser3isapi.C, types/pa_junction.h,
                   12911:          types/pa_method.h, types/pa_value.C, types/pa_value.h,
                   12912:          types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
                   12913:          types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
                   12914:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   12915:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   12916:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   12917:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   12918:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   12919:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
                   12920:          types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
                   12921:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   12922:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   12923:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   12924:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   12925:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   12926:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   12927:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   12928:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   12929:          types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
                   12930:          const IDENT
                   12931: 
                   12932:        * src/: include/pa_array.h, include/pa_pool.h,
                   12933:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   12934:          main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
                   12935:          types/pa_wcontext.h: more warnings --
                   12936: 
                   12937:        * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
                   12938:          classes/file.C, classes/hash.C, classes/hashfile.C,
                   12939:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   12940:          classes/memory.C, classes/op.C, classes/string.C,
                   12941:          classes/table.C, classes/xdoc.C, classes/xnode.C,
                   12942:          include/pa_config_includes.h, include/pa_operation.h,
                   12943:          include/pa_sql_connection.h, include/pa_table.h,
                   12944:          include/pa_types.h, lib/ltdl/config_fixed.h,
                   12945:          lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
                   12946:          lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
                   12947:          lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
                   12948:          main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
                   12949:          main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
                   12950:          main/pa_globals.C, main/pa_os.C, main/pa_request.C,
                   12951:          main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
                   12952:          targets/isapi/parser3isapi.vcproj, types/pa_value.h,
                   12953:          types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
                   12954:          types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
                   12955:          types/pa_vmail.C, types/pa_vobject.C,
                   12956:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   12957:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   12958:          types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
                   12959:          on all projects (except libltdl=off & libsdbm=level3) found
                   12960:          several unitialized vars
                   12961: 
                   12962: 2003-11-19  paf
                   12963: 
                   12964:        * src/classes/op.C: more ansi C++ comp
                   12965: 
                   12966:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   12967:          src/main/pa_request.C: ^cache[...]{body}{catch block with
                   12968:          $exception.handled[cache] meaning "get expired cache, if any.
                   12969:          else error"}
                   12970: 
                   12971:        * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
                   12972:          main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
                   12973:          ^cache[...]{body}{catch code with $exception.cache field}
                   12974: 
                   12975: 2003-11-12  paf
                   12976: 
                   12977:        * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
                   12978:          [copy/paste bug]
                   12979: 
                   12980: 2003-11-11  paf
                   12981: 
                   12982:        * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
                   12983:          failed]
                   12984: 
                   12985: 2003-11-10  paf
                   12986: 
                   12987:        * src/types/pa_vconsole.h: flush
                   12988: 
                   12989:        * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
                   12990:          src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
                   12991:          read/write  [for nntp]
                   12992: 
                   12993:        * operators.txt: mysql: transaction support: ?autocommit=0
                   12994: 
                   12995:        * operators.txt: comment: updated
                   12996: 
                   12997:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
                   12998:          serialize version and exipire now removes entries
                   12999: 
                   13000:        * operators.txt: ^hashfile.delete[] removes files altogether [and
                   13001:          dir, if could]
                   13002: 
                   13003:        * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
                   13004:          types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
                   13005:          removes files altogether [and dir, if could]
                   13006: 
                   13007:        * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
                   13008:          nonexistent pair. .c coded that that was error. fixed
                   13009: 
                   13010:        * src/types/pa_vhashfile.C: sdbm: exception type change to
                   13011:          file.access [regretfull can't split it to different exceptions
                   13012:          without modifying sdbm source wich would prefer not to]
                   13013: 
                   13014: 2003-11-07  paf
                   13015: 
                   13016:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   13017:          classes/hashfile.C, classes/image.C, classes/table.C,
                   13018:          classes/xdoc.C, include/Makefile.am, include/pa_array.h,
                   13019:          include/pa_pool.h, include/pa_request.h, main/Makefile.am,
                   13020:          main/execute.C, main/main.vcproj, main/pa_pool.C,
                   13021:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
                   13022:          types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
                   13023:          types/pa_vstateless_class.h: resurrected: pool idea. now only for
                   13024:          destructing objects at request processing end
                   13025: 
                   13026: 2003-11-06  paf
                   13027: 
                   13028:        * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
                   13029:          updates
                   13030: 
                   13031:        * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
                   13032:          to include sdbm
                   13033: 
1.116     moko     13034:        * src/include/: pa_config_includes.h, pa_version.h: our
                   13035:          replacements of max& co only for cpp
1.95      moko     13036: 
                   13037:        * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
                   13038:          upper dir, .am updated
                   13039: 
                   13040:        * tests/todo.txt: hashfile: done
                   13041: 
                   13042:        * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
                   13043:          expiration [time in value. todo: move time to key]
                   13044: 
                   13045:        * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
                   13046: 
                   13047:        * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
                   13048:          to do that in foreach, no errors, but surely wrong]
                   13049: 
                   13050:        * operators.txt, src/types/pa_vhashfile.C,
                   13051:          src/types/pa_vhashfile.h: hashfile: clear and proper locking
                   13052: 
                   13053:        * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
                   13054:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
                   13055:          foreach
                   13056: 
                   13057:        * src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13058:          src/types/pa_vhashfile.h, operators.txt: hashfile: hash
                   13059: 
                   13060:        * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
                   13061:          src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
                   13062: 
                   13063:        * src/: include/pa_memory.h, targets/cgi/parser3.C,
                   13064:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   13065:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
                   13066:          get/put [raw]
                   13067: 
                   13068:        * src/: classes/op.C, main/pa_os.C: just linked
                   13069: 
                   13070:        * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
                   13071:          XmlException changes
                   13072: 
                   13073:        * src/: include/pa_charset.h, include/pa_globals.h,
                   13074:          include/pa_stylesheet_connection.h, main/pa_exception.C:
                   13075:          XmlException changes
                   13076: 
                   13077:        * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
                   13078: 
                   13079:        * src/: include/pa_common.h, include/pa_exception.h,
                   13080:          main/main.vcproj, main/pa_common.C, include/pa_os.h,
                   13081:          include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
                   13082:          main/pa_xml_exception.C: locking move to pa_os [along with
                   13083:          pa_sleep] apr-impl locking done
                   13084: 
                   13085:        * configure, configure.in, operators.txt, parser3.sln,
                   13086:          src/classes/classes.vcproj, src/classes/hashfile.C,
                   13087:          src/classes/xdoc.C, src/include/pa_config_fixed.h,
                   13088:          src/include/pa_exception.h, src/include/pa_globals.h,
                   13089:          src/include/pa_memory.h, src/include/pa_version.h,
                   13090:          src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
                   13091:          src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
                   13092:          src/main/compile.tab.C, src/main/main.vcproj,
                   13093:          src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
                   13094:          src/types/Makefile.am, src/types/pa_vhash.C,
                   13095:          src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
                   13096:          src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
                   13097:          again with sdbm from apache
                   13098: 
                   13099: 2003-11-05  paf
                   13100: 
                   13101:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13102:          main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
                   13103:          \parser3project dir anymore
                   13104: 
                   13105:        * src/main/pa_charset.C: bugfix: had broken binary search [copied
                   13106:          thoughtlessly from xalan]
                   13107: 
                   13108:        * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
                   13109:          sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
                   13110:          from httpd-2.0.43\srclib\apr-util\dbm\sdbm
                   13111: 
                   13112:        * src/main/helpers/CaseFolding.txt:
                   13113:          http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
                   13114: 
                   13115: 2003-11-04  paf
                   13116: 
                   13117:        * operators.txt: comment: ^mail:send[$.options[
                   13118: 
                   13119:        * src/classes/table.C: compiled on unix
                   13120: 
1.116     moko     13121:        * src/classes/Makefile.am: classes.C to rebuild last
1.95      moko     13122: 
                   13123:        * src/classes/mail.C: compiled on unix
                   13124: 
                   13125:        * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
                   13126:          src/types/pa_vmail.h:     !^mail:send[
                   13127:                  $.options[unix: string to append to sendmail command
                   13128:          line]
                   13129: 
                   13130:        * operators.txt, src/classes/table.C, src/main/pa_string.C,
                   13131:          tests/todo.txt: ^table.save[...          $.separator[^#09]
                   13132:          $.encloser["] <nothing> by default
                   13133: 
                   13134:        * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
                   13135:                 !$.separator[^#09]         !$.encloser["] <nothing> by
                   13136:          default
                   13137: 
                   13138: 2003-11-03  paf
                   13139: 
                   13140:        * operators.txt, src/classes/table.C, src/main/pa_common.C:
                   13141:          ^table::load[; options:         !$.column-separator[^#09]
                   13142:          !$.column-encloser["]
                   13143: 
                   13144:        * operators.txt, src/include/pa_config_fixed.h,
                   13145:          src/types/pa_vrequest.C: $request:document-root
                   13146: 
                   13147:        * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
                   13148:          [already included into uri=xxx]
                   13149: 
                   13150:        * operators.txt, src/classes/image.C, tests/todo.txt:
                   13151:          ^image.gif[filename] for $response:download
                   13152: 
                   13153:        * src/classes/date.C: minor precaution
                   13154: 
                   13155:        * operators.txt, src/classes/date.C:     !^date::unix-timestamp()
                   13156:              !^date.unix-timestamp[]
                   13157: 
                   13158: 2003-10-30  paf
                   13159: 
                   13160:        * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
                   13161:          from 3.0.8: ^date.roll[TZ;GMT] $date.hour
                   13162: 
                   13163:        * src/classes/: date.C, image.C: improvement diagnostics:
                   13164:          $now[^date::create[$undefined]] now is error
                   13165: 
                   13166:        * src/main/pa_common.C: read errors would now be reported 'actually
                   13167:          read -1 bytes'
                   13168: 
                   13169: 2003-10-24  paf
                   13170: 
                   13171:        * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
                   13172:          src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
                   13173:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   13174:          src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
                   13175: 
                   13176: 2003-10-22  paf
                   13177: 
                   13178:        * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
                   13179: 
                   13180: 2003-10-21  paf
                   13181: 
                   13182:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   13183:          fixed: string.match[g] without <'> option produced columns with
                   13184:          NULL's, which gpf'ed at table.save time
                   13185: 
                   13186:        * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
                   13187:          recoursion' message with intensive throw-catches fixed: incorrect
                   13188:          name and line (one name upper then needed) in error message about
                   13189:          problems inside try block
                   13190: 
                   13191: 2003-10-10  paf
                   13192: 
                   13193:        * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
                   13194:          check offset argument for validity did that in String::Body::pos
                   13195:          myself http://i2/tasks/edit/?id=4577425257580789777
                   13196: 
                   13197: 2003-10-07  paf
                   13198: 
                   13199:        * src/main/: compile.tab.C, compile.y: ^if ( better error:
                   13200:          .html(1:4): parse error, expecting `'['' or `'{'' or `'(''  now
                   13201: 
                   13202: 2003-10-03  paf
                   13203: 
                   13204:        * parser3.sln, src/include/pa_dictionary.h,
                   13205:          src/main/pa_dictionary.C, src/main/pa_string.C,
                   13206:          src/targets/cgi/parser3.vcproj: dictionary optimized by
                   13207:          precalculating cstr&length
                   13208: 
                   13209: 2003-10-02  paf
                   13210: 
                   13211:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   13212:          main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   13213:          main/pa_stylesheet_manager.C: bugfix: ^throw context were
                   13214:          saved/restored incompletely http://www.parser.ru/forum/?id=21484
                   13215: 
                   13216: 2003-09-30  paf
                   13217: 
                   13218:        * src/main/pa_string.C: string::replace bug fix [were ignoring
                   13219:          occurrances after lang-mismatched
                   13220: 
                   13221: 2003-09-29  paf
                   13222: 
                   13223:        * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
                   13224:          helper
                   13225: 
                   13226:        * src/main/pa_string.C: string::serialize bug fix with
                   13227:          zero-terminator
                   13228: 
                   13229:        * src/classes/table.C: ^nameless_table.save column row now has no
                   13230:          \t at the end
                   13231: 
                   13232:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   13233:          @postprocess  now takes $response:body/download
                   13234: 
                   13235:        * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
                   13236:          error message
                   13237: 
                   13238:        * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
                   13239: 
                   13240:        * src/classes/table.C: bugfix: flip: must produce nameless
                   13241:          http://i2/tasks/edit/?id=4573405524674081244
                   13242: 
                   13243:        * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
                   13244:          main/helpers/simple_folding.pl: utf-8 upper/lower
                   13245: 
                   13246:        * src/main/pa_common.C: bugfix: utf signature were not ignored due
                   13247:          to typo error http://i2/tasks/edit/?id=4573354650786434584
                   13248: 
                   13249: 2003-09-26  paf
                   13250: 
                   13251:        * src/main/untaint.C: removed needless field
                   13252: 
                   13253:        * src/main/untaint.C: removed needless const
                   13254: 
                   13255:        * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
                   13256:          String.for_each bug fixed [omited one-char cases]
                   13257: 
                   13258:        * src/include/pa_stack.h: bugfix: before collecting garbage,
                   13259:          runtime-executor stack were cleared... BADLY
                   13260: 
                   13261:        * src/main/pa_string.C: ^stirng.replace code used old
                   13262:          param-convention on langs.append, fixed that search fo the like,
                   13263:          found none
                   13264: 
                   13265:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
                   13266:          string::serialize/deserialize implemented Language enum assigned
                   13267:          meaningful letters [more convinient for debugging. read warning
                   13268:          before adding/changing anything]
                   13269: 
                   13270: 2003-09-25  paf
                   13271: 
                   13272:        * src/: include/pa_string.h, include/pa_version.h,
                   13273:          main/pa_string.C, main/untaint.C: templates and anonymous unions
                   13274:          differences on unix
                   13275: 
                   13276:        * parser3.sln, src/classes/file.C, src/classes/image.C,
                   13277:          src/classes/mail.C, src/classes/op.C, src/classes/table.C,
                   13278:          src/classes/xdoc.C, src/classes/xnode.C,
                   13279:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   13280:          src/include/pa_charsets.h, src/include/pa_common.h,
                   13281:          src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
                   13282:          src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
                   13283:          src/include/pa_table.h, src/lib/cord/cordbscs.c,
                   13284:          src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
                   13285:          src/lib/cord/include/cord.h, src/main/compile.tab.C,
                   13286:          src/main/compile_tools.h, src/main/pa_charset.C,
                   13287:          src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
                   13288:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   13289:          src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
                   13290:          src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
                   13291:          src/types/pa_vmail.C, src/types/pa_vmath.C,
                   13292:          src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
                   13293:          src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
                   13294: 
                   13295:        * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
                   13296:          functions aligned to that of eeparser3 look
                   13297: 
                   13298:        * src/lib/cord/cordprnt.c: removed warnings
                   13299: 
                   13300: 2003-09-24  paf
                   13301: 
                   13302:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   13303:          classes/op.C, classes/xdoc.C, classes/xnode.C,
                   13304:          include/pa_cache_managers.h, include/pa_charset.h,
                   13305:          include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
                   13306:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   13307:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   13308:          main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
                   13309:          main/pa_common.C, main/pa_exec.C, main/pa_request.C,
                   13310:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   13311:          main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
                   13312:          types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
                   13313:          types/pa_vstateless_class.h, types/pa_vstatus.C,
                   13314:          types/pa_vxnode.C: v() functions of String::Body,
                   13315:          String::Languages and String itself StringBody->String::Body
                   13316: 
                   13317:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13318:          lib/cord/include/cord.h: CORD_append_block showed no efficiency =
                   13319:          never optimized anything.  todo: somehow speed up harder cases:
                   13320:          concatenationA+concatenationB when last block of A and first of B
                   13321:          contain same letters
                   13322: 
                   13323:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13324:          lib/cord/include/cord.h: langs: speed up by joining adjucent
                   13325:          blocks of same char [CORD_append_block]
                   13326: 
                   13327:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13328:          lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
                   13329:          save space by extending blocks when appending block with c ==
                   13330:          lastblock.c
                   13331: 
                   13332:        * src/: include/pa_string.h, main/pa_string.C: aval is not actually
                   13333:          working yet :( but more working &understood :)
                   13334: 
                   13335:        * src/: classes/table.C, include/pa_string.h,
                   13336:          lib/cord/include/cord.h, main/pa_string.C: aval/ works!
                   13337: 
                   13338: 2003-09-23  paf
                   13339: 
                   13340:        * src/main/untaint.C: $a[ok!] $a works!
                   13341: 
                   13342:        * src/main/untaint.C: something even more works :)
                   13343: 
                   13344:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   13345:          something more works :)
                   13346: 
                   13347:        * src/: include/pa_string.h, lib/cord/cordbscs.c,
                   13348:          lib/cord/cordxtra.c: something already works :)
                   13349: 
                   13350:        * src/: include/pa_string.h, main/untaint.C: just compiled todo:
                   13351:          serialize&deserialize
                   13352: 
                   13353:        * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
                   13354:          lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
                   13355:          main/untaint.C: main idea implemented, details left
                   13356: 
                   13357: 2003-09-22  paf
                   13358: 
                   13359:        * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
                   13360: 
                   13361:        * src/classes/xnode.C: copy/paste comment bugfix
                   13362: 
                   13363:        * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
                   13364:          allocator returns 0, just die.
                   13365:          http://i2/tasks/edit/?id=4570798492410259445
                   13366: 
                   13367:        * src/classes/xdoc.C: copy/paste comment bugfix
                   13368: 
                   13369:        * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
                   13370:          Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
                   13371:          xnode: getAttributeNS setAttributeNS removeAttributeNS
                   13372:          getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
                   13373: 
                   13374:        * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
                   13375:          chars due to bitwise operation signed-char error]
                   13376: 
                   13377: 2003-09-19  paf
                   13378: 
                   13379:        * src/types/pa_wcontext.C: output message: more practical
                   13380:          suggestion
                   13381: 
                   13382:        * src/main/pa_common.C, operators.txt: merged
                   13383:          $f[^file::load[binary;http://...]] $f.tables
                   13384: 
                   13385: 2003-09-02  paf
                   13386: 
                   13387:        * src/main/pa_common.C: printf is buffered, write(1 is not. can't
                   13388:          flush stdout without referencing 'stdout' symbol. to hell with
                   13389:          non-ansi libraries without 'stdout' symbol
                   13390: 
                   13391:        * src/main/pa_common.C: got rid of 'stdout' symbol reference on
                   13392:          unix (users reported problems with some old libc)
                   13393: 
                   13394:        * src/types/pa_vdate.h: forgot initializer
                   13395: 
                   13396: 2003-09-01  paf
                   13397: 
                   13398:        * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
                   13399:          main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
                   13400:          zone]
                   13401: 
                   13402:        * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
                   13403: 
                   13404: 2003-08-19  paf
                   13405: 
                   13406:        * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
                   13407:          pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
                   13408:          simplified a little
                   13409: 
                   13410:        * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
                   13411:          [lost fix from 3.0.8]
                   13412: 
                   13413:        * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{   now
                   13414:          visible here }
                   13415: 
                   13416:          bug fix
                   13417: 
                   13418:        * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
                   13419: 
                   13420:        * src/main/compile.tab.C: initialized couple of variables about
                   13421:          which user reported runtime problems when parser were compiled
                   13422:          with VC7, warning level4.  study shows that later in bison
                   13423:          they've fixed that. would migrate to latest bison someday
                   13424: 
                   13425:        * src/types/pa_vmail.C: turned  off recoding in gmime (were still
                   13426:          recoding headers)
                   13427: 
                   13428:        * src/types/pa_vmail.C: works as before, same charset problems:
                   13429:          gmime recodes to UTF-8 only headers, not body. so not recoding
                   13430:          anything for now
                   13431: 
                   13432:        * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
                   13433:          problems with body
                   13434: 
                   13435:        * src/types/pa_vmail.C: mail_receive just compiled
                   13436: 
                   13437: 2003-08-18  paf
                   13438: 
                   13439:        * src/: classes/classes.vcproj, include/pa_config_fixed.h,
                   13440:          main/main.vcproj, types/types.vcproj: win32: continued process
                   13441:          detaching from \parser3project directory
                   13442: 
                   13443:        * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
                   13444:          src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
                   13445:          src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
                   13446:          src/lib/pcre/pcre_dftables.dsp,
                   13447:          src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
                   13448:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   13449:          src/types/types.dsp: moved to MSVC 7
                   13450: 
                   13451:        * gnu.vcproj.vspscc, parser3.vssscc,
                   13452:          src/classes/classes.vcproj.vspscc,
                   13453:          src/lib/cord/cord.vcproj.vspscc,
                   13454:          src/lib/ltdl/libltdl.vcproj.vspscc,
                   13455:          src/lib/md5/md5.vcproj.vspscc,
                   13456:          src/lib/pcre/pcre_dftables.vcproj.vspscc,
                   13457:          src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
                   13458:          src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
                   13459:          src/targets/isapi/parser3isapi.vcproj.vspscc,
                   13460:          src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
                   13461:          moved to MSVC 7
                   13462: 
                   13463:        * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
                   13464:          src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
                   13465:          src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
                   13466:          src/lib/pcre/pcre_dftables.vcproj,
                   13467:          src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
                   13468:          src/targets/cgi/parser3.vcproj,
                   13469:          src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
                   13470:          new VS project files
                   13471: 
                   13472:        * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
                   13473:          .NET to detect Jalindi Igloo capabilities.
                   13474: 
                   13475:        * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116     moko     13476:          src/classes/classes.awk, src/doc/footer.htm,
                   13477:          src/include/pa_config_fixed.h, src/include/pa_version.h,
                   13478:          src/lib/Makefile.am, src/main/compile.tab.C,
1.95      moko     13479:          src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
                   13480:          src/types/pa_vmail.C: merged 3.1.0 latest changes
                   13481: 
                   13482: 2003-08-15  paf
                   13483: 
                   13484:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13485:          non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
                   13486: 
                   13487:        * src/main/untaint.C: email addresses in forms:   "non-ascii" <yyy>
                   13488:          non-ascii <yyy> now encoded correctly
                   13489: 
                   13490: 2003-07-29  paf
                   13491: 
1.116     moko     13492:        * src/classes/: Makefile.am, classes.awk: classes.awk added to make
                   13493:          dist
1.95      moko     13494: 
                   13495:        * src/types/pa_vmail.C: just started --with-mail-receive
                   13496: 
                   13497: 2003-07-28  paf
                   13498: 
1.116     moko     13499:        * src/: classes/Makefile.am, lib/Makefile.am: removed circular
                   13500:          dependence in src/classes, src/lib/gc now in dist
1.95      moko     13501: 
                   13502:        * src/main/pa_string.C: ^cache bug fix [were not working at all]
                   13503: 
                   13504: 2003-07-25  paf
                   13505: 
                   13506:        * src/doc/footer.htm: year
                   13507: 
                   13508: 2003-07-24  paf
                   13509: 
                   13510:        * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
                   13511:          fix
                   13512: 
                   13513:        * src/include/pa_version.h: release
                   13514: 
1.116     moko     13515:        * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95      moko     13516: 
                   13517:        * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
                   13518:          src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
                   13519:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
                   13520:          getting rid of win32xml pseudo project
                   13521: 
                   13522:        * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
                   13523: 
1.116     moko     13524:        * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
                   13525:          configure.in, operators.txt, parser3.dsw,
1.95      moko     13526:          etc/parser3.charsets/koi8-r.cfg,
1.116     moko     13527:          etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95      moko     13528:          src/classes/classes.C, src/classes/classes.awk,
                   13529:          src/classes/classes.dsp, src/classes/classes.h,
                   13530:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   13531:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   13532:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   13533:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   13534:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   13535:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   13536:          src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
                   13537:          src/doc/string.dox, src/include/Makefile.am,
1.116     moko     13538:          src/include/pa_array.h, src/include/pa_cache_managers.h,
                   13539:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   13540:          src/include/pa_common.h, src/include/pa_config_auto.h.in,
                   13541:          src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
                   13542:          src/include/pa_dictionary.h, src/include/pa_dir.h,
                   13543:          src/include/pa_exception.h, src/include/pa_exec.h,
                   13544:          src/include/pa_globals.h, src/include/pa_hash.h,
                   13545:          src/include/pa_memory.h, src/include/pa_opcode.h,
                   13546:          src/include/pa_operation.h, src/include/pa_pool.h,
                   13547:          src/include/pa_pragma_pack_begin.h,
1.95      moko     13548:          src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
                   13549:          src/include/pa_request_charsets.h, src/include/pa_request_info.h,
                   13550:          src/include/pa_sapi.h, src/include/pa_socks.h,
                   13551:          src/include/pa_sql_connection.h,
                   13552:          src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
                   13553:          src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
                   13554:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   13555:          src/include/pa_threads.h, src/include/pa_types.h,
1.116     moko     13556:          src/include/pa_uue.h, src/lib/Makefile.am,
                   13557:          src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
                   13558:          src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
                   13559:          src/lib/cord/cordxtra.c, src/lib/cord/source.url,
                   13560:          src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95      moko     13561:          src/lib/cord/include/ec.h,
                   13562:          src/lib/cord/include/private/Makefile.am,
                   13563:          src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116     moko     13564:          src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
                   13565:          src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95      moko     13566:          src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116     moko     13567:          src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
                   13568:          src/main/compile_tools.C, src/main/compile_tools.h,
                   13569:          src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
                   13570:          src/main/pa_cache_managers.C, src/main/pa_charset.C,
                   13571:          src/main/pa_charsets.C, src/main/pa_common.C,
                   13572:          src/main/pa_dictionary.C, src/main/pa_dir.C,
                   13573:          src/main/pa_exception.C, src/main/pa_exec.C,
1.95      moko     13574:          src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
                   13575:          src/main/pa_request.C, src/main/pa_socks.C,
                   13576:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13577:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116     moko     13578:          src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
                   13579:          src/targets/Makefile.am, src/targets/cgi/Makefile.am,
                   13580:          src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
                   13581:          src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
                   13582:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   13583:          src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
                   13584:          src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95      moko     13585:          src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
                   13586:          src/targets/isapi/parser3isapi.dsp,
                   13587:          src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116     moko     13588:          src/types/pa_junction.h, src/types/pa_method.h,
                   13589:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95      moko     13590:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   13591:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   13592:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   13593:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   13594:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   13595:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   13596:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   13597:          src/types/pa_vint.h, src/types/pa_vjunction.h,
                   13598:          src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
                   13599:          src/types/pa_vmath.h, src/types/pa_vmemory.h,
                   13600:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   13601:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   13602:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   13603:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   13604:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   13605:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   13606:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   13607:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   13608:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   13609:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   13610:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   13611:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   13612:          src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
                   13613:          HEAD
                   13614: 
                   13615:        * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
                   13616:          006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
                   13617:          012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
                   13618:          018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
                   13619:          023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
                   13620:          029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
                   13621:          035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
                   13622:          041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
                   13623:          047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
                   13624:          052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
                   13625:          058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
                   13626:          062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
                   13627:          068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
                   13628:          074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
                   13629:          080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
                   13630:          086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
                   13631:          092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
                   13632:          098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
                   13633:          103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
                   13634:          106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
                   13635:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   13636:          117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
                   13637:          123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
                   13638:          129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
                   13639:          135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
                   13640:          141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
                   13641:          022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
                   13642:          outputs/create-dir, results/001.processed, results/002.processed,
                   13643:          results/003.processed, results/004.processed,
                   13644:          results/005.processed, results/006.processed,
                   13645:          results/007.processed, results/008.processed,
                   13646:          results/009.processed, results/010.processed,
                   13647:          results/011.processed, results/012.processed,
                   13648:          results/013.processed, results/014.processed,
                   13649:          results/015.processed, results/016.processed,
                   13650:          results/017.processed, results/018.processed,
                   13651:          results/019.processed, results/020.processed,
                   13652:          results/021.processed, results/022.processed,
                   13653:          results/023.processed, results/024.processed,
                   13654:          results/025.processed, results/026.processed,
                   13655:          results/027.processed, results/028.processed,
                   13656:          results/029.processed, results/030.processed,
                   13657:          results/031.processed, results/032.processed,
                   13658:          results/033.processed, results/034.processed,
                   13659:          results/035.processed, results/036.processed,
                   13660:          results/037.processed, results/038.processed,
                   13661:          results/039.processed, results/040.processed,
                   13662:          results/041.processed, results/042.processed,
                   13663:          results/043.processed, results/044.processed,
                   13664:          results/045.processed, results/046.processed,
                   13665:          results/047.processed, results/048.processed,
                   13666:          results/049.processed, results/050.processed,
                   13667:          results/051.processed, results/052.processed,
                   13668:          results/053.processed, results/054.processed,
                   13669:          results/055.processed, results/056.processed,
                   13670:          results/057.processed, results/058.processed,
                   13671:          results/059.processed, results/060.processed,
                   13672:          results/061.processed, results/062.processed,
                   13673:          results/063.processed, results/064.processed,
                   13674:          results/065.processed, results/066.processed,
                   13675:          results/067.processed, results/068.processed,
                   13676:          results/069.processed, results/070.processed,
                   13677:          results/071.processed, results/072.processed,
                   13678:          results/073.processed, results/074.processed,
                   13679:          results/075.processed, results/076.processed,
                   13680:          results/077.processed, results/078.processed,
                   13681:          results/079.processed, results/080.processed,
                   13682:          results/081.processed, results/082.processed,
                   13683:          results/083.processed, results/084.processed,
                   13684:          results/085.processed, results/086.processed,
                   13685:          results/087.processed, results/088.processed,
                   13686:          results/089.processed, results/090.processed,
                   13687:          results/091.processed, results/092.processed,
                   13688:          results/093.processed, results/094.processed,
                   13689:          results/095.processed, results/096.processed,
                   13690:          results/097.processed, results/098.processed,
                   13691:          results/099.processed, results/100.processed,
                   13692:          results/101.processed, results/102.processed,
                   13693:          results/103.processed, results/104.processed,
                   13694:          results/105.processed, results/106.processed,
                   13695:          results/107.processed, results/108.processed,
                   13696:          results/109.processed, results/110.processed,
                   13697:          results/111.processed, results/112.processed,
                   13698:          results/113.processed, results/114.processed,
                   13699:          results/115.processed, results/116.processed,
                   13700:          results/117.processed, results/118.processed,
                   13701:          results/119.processed, results/120.processed,
                   13702:          results/121.processed, results/122.processed,
                   13703:          results/123.processed, results/124.processed,
                   13704:          results/125.processed, results/126.processed,
                   13705:          results/127.processed, results/128.processed,
                   13706:          results/129.processed, results/130.processed,
                   13707:          results/131.processed, results/132.processed,
                   13708:          results/133.processed, results/134.processed,
                   13709:          results/135.processed, results/136.processed,
                   13710:          results/137.processed, results/138.processed,
                   13711:          results/139.processed, results/140.processed,
                   13712:          results/141.processed: merged(copied) to HEAD from template_gc
                   13713: 
                   13714:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
                   13715:          towards \parser3project not having to be in root
                   13716: 
                   13717:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
                   13718:          module compiled [were minor unnecessary changes in lib/md5
                   13719:          interface]
                   13720: 
                   13721:        * src/include/pa_version.h: release
                   13722: 
                   13723:        * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
                   13724: 
                   13725:        * src/classes/math.C: merged uuid bugfix
                   13726: 
                   13727:        * tests/: 141.html, results/141.processed: fixed bug with
                   13728:          too-small-a-buffer
                   13729: 
                   13730:        * src/classes/math.C: uuid bugfix
                   13731: 
                   13732:        * tests/: 141.html, Makefile, results/005.processed,
                   13733:          results/030.processed, results/075.processed,
                   13734:          results/078.processed: to reflect date format change (were -
                   13735:          become ' ')
                   13736: 
                   13737:        * src/classes/math.C: uuid bugfix
                   13738: 
                   13739:        * parser3.dsw, src/main/pa_globals.C: few paths for libxml
                   13740:          debug/release changes
                   13741: 
                   13742:        * src/lib/md5/pa_md5c.c: PA_ -> pa_
                   13743: 
                   13744: 2003-07-23  paf
                   13745: 
                   13746:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13747:          renamed a little [to move to comman naming conv]
                   13748: 
1.116     moko     13749:        * src/targets/Makefile.am: apache13 splitted to simplify apache
                   13750:          build
1.95      moko     13751: 
                   13752:        * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
                   13753:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   13754:          main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
                   13755:          stack top_index() fixed
                   13756: 
                   13757:        * src/main/pa_globals.C: minor style changes
                   13758: 
                   13759:        * src/: classes/op.C, include/pa_sql_connection.h: connection
                   13760:          closing/caching fixed [connections were not closed/put to cache]
                   13761: 
                   13762: 2003-07-22  paf
                   13763: 
                   13764:        * INSTALL: gc part updated stightly
                   13765: 
                   13766:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
                   13767:          new sapi interface
                   13768: 
                   13769:        * src/classes/file.C: comment on OS
                   13770: 
                   13771:        * src/main/pa_string.C: removed reduntant invariant check [there is
                   13772:          one deeper in cord lib]
                   13773: 
                   13774:        * src/main/pa_exec.C: on win32 bugfix in handling shbang
                   13775: 
                   13776:        * src/main/pa_memory.C: out of memory is no longer coredump
                   13777: 
                   13778:        * INSTALL: disable-threads adviced
                   13779: 
                   13780: 2003-07-21  paf
                   13781: 
1.116     moko     13782:        * src/classes/Makefile.am: removed circular dependency on classes.C
1.95      moko     13783: 
                   13784:        * src/classes/file.C: file::exec/cgi environment variables now must
                   13785:          be UPPERCASE and A-Z 0-9 _-
                   13786: 
                   13787:        * src/classes/file.C: env passing fixed
                   13788: 
                   13789:        * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
                   13790: 
                   13791:        * src/main/pa_common.C: http:// CRLF now
                   13792: 
                   13793: 2003-07-02  paf
                   13794: 
                   13795:        * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
                   13796:          fields to reflect their real meaning
                   13797: 
                   13798: 2003-06-27  paf
                   13799: 
                   13800:        * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
                   13801:          include/pa_hash.h, main/pa_charset.C: merged from HEAD
                   13802:          file::exec/cgi .charset
                   13803: 
                   13804: 2003-06-26  paf
                   13805: 
                   13806:        * ChangeLog, src/classes/file.C, src/classes/hash.C,
                   13807:          src/classes/image.C, src/classes/op.C, src/classes/string.C,
                   13808:          src/classes/table.C: fixed several uninitialized local
                   13809:          structures.  notably ^hash.foreach now inserts delimiters
                   13810:          properly [were inserting it before first body]
                   13811: 
                   13812: 2003-06-24  paf
                   13813: 
                   13814:        * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
                   13815: 
                   13816: 2003-06-20  paf
                   13817: 
                   13818:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   13819:          src/main/pa_globals.C: introducing
                   13820:          $f[^file::load[binary;http://...]] $f.tables
                   13821: 
                   13822: 2003-06-06  paf
                   13823: 
                   13824:        * src/types/: pa_vhash.h: $hash.field lookup first now: along with
                   13825:          table. [were method lookup: inconsistent]
                   13826: 
                   13827: 2003-06-02  paf
                   13828: 
                   13829:        * src/include/pa_memory.h: empty string clone fixed to return
                   13830:          writable memory
                   13831: 
                   13832:        * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
                   13833:          were not appended] which violated string invariant
                   13834: 
                   13835: 2003-05-30  paf
                   13836: 
                   13837:        * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
                   13838:          GMT  ; RFC 822, updated by RFC 1123 [as in HEAD]
                   13839: 
                   13840:        * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
                   13841:          GMT  ; RFC 822, updated by RFC 1123
                   13842: 
                   13843:        * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
                   13844:          targets/isapi/parser3isapi.C: initialized request_info properly
                   13845: 
                   13846:        * src/classes/xnode.C: found minor bug, commended for future
                   13847: 
                   13848: 2003-05-28  paf
                   13849: 
                   13850:        * src/classes/form.C: request_info.content_length can't be <0,
                   13851:          size_t for some time
                   13852: 
                   13853: 2003-05-26  paf
                   13854: 
                   13855:        * src/: classes/file.C, classes/string.C, main/pa_string.C: few
                   13856:          forgotten <0 changed to !=STRING_NOT_FOUND
                   13857: 
                   13858:        * src/classes/math.C: merged ffffu from HEAD
                   13859: 
                   13860: 2003-05-11  paf
                   13861: 
                   13862:        * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
                   13863: 
                   13864:        * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
                   13865:          premature doc free.  transformed document had xmlDoc reference
                   13866:          stored to non-gc-memory (libgdome) added holding-reference
                   13867: 
                   13868: 2003-04-29  paf
                   13869: 
                   13870:        * src/main/pa_globals.C: started digging on double free.  on win32
                   13871:          found that that's perfectly normal.
                   13872: 
                   13873: 2003-04-25  paf
                   13874: 
                   13875:        * src/classes/table.C: table.join bug fix  [bad limit check]
                   13876: 
                   13877:        * src/classes/math.C: merged from HEAD: simpiler hash_string
                   13878: 
                   13879:        * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
                   13880:          print anything.  changed to quicker and simplier code
                   13881: 
                   13882:        * src/classes/hash.C: allowed ^hash::create[^rem{xxx}]   [were to
                   13883:          strict a check]
                   13884: 
                   13885:        * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
                   13886: 
                   13887: 2003-04-24  paf
                   13888: 
                   13889:        * src/include/pa_table.h: too strict assert loosened
                   13890: 
                   13891:        * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
                   13892:          <soldis@infolio.ru> for reporing this ansi c fiolation syntax
                   13893:          report
                   13894: 
                   13895: 2003-04-21  paf
                   13896: 
1.116     moko     13897:        * src/targets/cgi/Makefile.am: pp3 added to .am
1.95      moko     13898: 
                   13899:        * src/main/pa_globals.C: pcre memory management changed to use GC
                   13900:          memory
                   13901: 
                   13902:        * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
                   13903:          xmlMallocAtomic [author agreed to my suggestion], used that
                   13904: 
                   13905:        * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
                   13906: 
                   13907:        * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
                   13908:          types/pa_vmail.C: attributed_meaning_to_string added
                   13909:          L_UNSPECIFIED piece which was sortof OK, but violated string
                   13910:          invariant [assertion barked on that] changed to L_PASS_APPEND,
                   13911:          made that param obligatory
                   13912: 
                   13913:        * src/main/pa_string.C: String::ArrayFragment::append_positions bug
                   13914:          fixed [assert helped]
                   13915: 
                   13916:        * src/include/pa_string.h: assert added [looking for bug]
                   13917: 
                   13918:        * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
                   13919:          names on Win32 considered disk-global
                   13920: 
                   13921:        * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
                   13922:          considered disk-global
                   13923: 
                   13924: 2003-04-18  paf
                   13925: 
                   13926:        * src/main/untaint.C: merged from HEAD: enabled '~' letter in
                   13927:          filenames
                   13928: 
                   13929:        * src/main/untaint.C: enabled '~' letter in filenames
                   13930: 
                   13931: 2003-04-16  paf
                   13932: 
                   13933:        * src/classes/file.C: small bug introduced in autoptr times fixed
                   13934: 
                   13935:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
                   13936:          HEAD
                   13937: 
1.116     moko     13938:        * src/classes/table.C: fix: gcc reported tiny error
1.95      moko     13939: 
                   13940: 2003-04-15  paf
                   13941: 
                   13942:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13943:          src/lib/md5/pa_md5c.c, tests/141.html,
                   13944:          tests/results/141.processed: merged from head ^math:uuid[]
                   13945:          ^math:uid64[] ^math:md5[string]
                   13946: 
                   13947:          test added: 141.html
                   13948: 
                   13949:        * operators.txt, src/classes/math.C: ^math:uid64[]
                   13950: 
                   13951:        * src/classes/math.C: ^math:uuid[]
                   13952: 
                   13953:        * operators.txt, src/classes/math.C: ^math:uuid[]
                   13954: 
                   13955:        * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
                   13956:          src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
                   13957: 
                   13958:        * operators.txt, src/classes/file.C, src/include/pa_common.h,
                   13959:          src/include/pa_config_fixed.h, src/main/pa_common.C:
                   13960:          ^file::load[mode;name;     $.offset     $.limit
                   13961: 
                   13962: 2003-04-14  paf
                   13963: 
                   13964:        * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
                   13965:          started ^math:md5
                   13966: 
                   13967:        * src/classes/table.C, src/include/pa_array.h,
                   13968:          src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
                   13969:          tests/results/140.processed: table $.reverse option works in
                   13970:          create&co table $.distinct[tables] bug fix merged
                   13971: 
                   13972:        * src/: classes/table.C, include/pa_table.h: table
                   13973:          $.distinct[tables] bug fixed
                   13974: 
                   13975:        * src/classes/table.C: more warnings
                   13976: 
                   13977:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
                   13978:          removed checks in table::set_current, moved them back to
                   13979:          table::locate implemented table::create/join ñ $.reverse
                   13980: 
                   13981:        * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
                   13982:          removed checks in table::set_current, moved them back to
                   13983:          table::locate
                   13984: 
                   13985: 2003-04-11  paf
                   13986: 
                   13987:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13988:          src/include/pa_array.h, src/include/pa_common.h,
                   13989:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   13990:          src/include/pa_table.h, src/main/pa_request.C,
                   13991:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   13992:          src/main/pa_table.C: merged from HEAD from
                   13993:          before_append_array_limit_sense_change to
                   13994:          after_append_array_limit_sense_change
                   13995: 
                   13996:        * src/classes/table.C: typo
                   13997: 
                   13998:        * operators.txt, src/classes/date.C, src/classes/table.C,
                   13999:          src/include/pa_array.h, src/include/pa_common.h,
                   14000:          src/include/pa_config_includes.h, src/include/pa_globals.h,
                   14001:          src/include/pa_table.h, src/main/pa_array.C,
                   14002:          src/main/pa_globals.C, src/main/pa_request.C,
                   14003:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   14004:          src/main/pa_table.C: append_array_limit_sense_change locate
                   14005:          accepts options same as create new option: $.reverse(1)   [do not
                   14006:          work in table::create]
                   14007: 
                   14008:        * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
                   14009:          (stat xxx,
                   14010: 
                   14011:        * src/classes/: table.C: typo
                   14012: 
                   14013:        * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
                   14014:          135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
                   14015:          results/130.processed, results/131.processed,
                   14016:          results/132.processed, results/133.processed,
                   14017:          results/134.processed, results/135.processed,
                   14018:          results/136.processed, results/137.processed,
                   14019:          results/138.processed, results/139.processed: added few mustfail
                   14020:          tests 130.html mustfail: empty regexp 131.html mustfail: invalid
                   14021:          date/time 132.html mustfail: access to junction outside of
                   14022:          context 133.html mustfail: access to junction outside of context,
                   14023:          case version 134.html mustfail: hash: adding a key inside of
                   14024:          foreach 135.html mustfail: modifying system class 136.html
                   14025:          mustfail: $.name outside of $hash[here] 137.html mustfail:
                   14026:          appendChild without import 138.html mustfail: invalid encoding
                   14027:          inside of xml 139.html mustfail: bad XPath
                   14028: 
                   14029:        * operators.txt, src/classes/table.C, tests/084.html,
                   14030:          tests/125.html, tests/126.html, tests/127.html, tests/128.html,
                   14031:          tests/129.html, tests/results/125.processed,
                   14032:          tests/results/126.processed, tests/results/127.processed,
                   14033:          tests/results/128.processed, tests/results/129.processed: merged
                   14034:          from HEAD ^table.hash[key][$.distinct[tables]]
                   14035: 
                   14036:          maked appropriate tests [changed one old nonconforming]
                   14037: 
                   14038:        * operators.txt, src/classes/table.C:
                   14039:          ^table.hash[key][$.distinct[tables]]
                   14040: 
                   14041:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14042:          merged fix for found very old xml (dom) bug: were passing
                   14043:          domString objects and later ERROREOUSLY freed them
                   14044: 
                   14045:        * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
                   14046:          src/main/pa_charset.C: re-added libgdome patch. regretfully
                   14047:          libgdome bug can not be worked around
                   14048: 
                   14049: 2003-04-10  paf
                   14050: 
                   14051:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
                   14052:          found very old xml (dom) bug: were passing domString objects and
                   14053:          later ERROREOUSLY freed them
                   14054: 
                   14055:        * src/doc/string.dox, src/include/pa_memory.h,
                   14056:          src/include/pa_string.h, src/lib/cord/cordbscs.c,
                   14057:          src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
                   14058:          tests/123.html, tests/124.html, tests/results/001.processed,
                   14059:          tests/results/002.processed, tests/results/003.processed,
                   14060:          tests/results/004.processed, tests/results/005.processed,
                   14061:          tests/results/006.processed, tests/results/008.processed,
                   14062:          tests/results/009.processed, tests/results/010.processed,
                   14063:          tests/results/011.processed, tests/results/012.processed,
                   14064:          tests/results/013.processed, tests/results/014.processed,
                   14065:          tests/results/015.processed, tests/results/016.processed,
                   14066:          tests/results/017.processed, tests/results/018.processed,
                   14067:          tests/results/020.processed, tests/results/021.processed,
                   14068:          tests/results/022.processed, tests/results/023.processed,
                   14069:          tests/results/024.processed, tests/results/025.processed,
                   14070:          tests/results/026.processed, tests/results/027.processed,
                   14071:          tests/results/028.processed, tests/results/029.processed,
                   14072:          tests/results/030.processed, tests/results/031.processed,
                   14073:          tests/results/032.processed, tests/results/033.processed,
                   14074:          tests/results/034.processed, tests/results/035.processed,
                   14075:          tests/results/036.processed, tests/results/037.processed,
                   14076:          tests/results/038.processed, tests/results/039.processed,
                   14077:          tests/results/040.processed, tests/results/041.processed,
                   14078:          tests/results/042.processed, tests/results/043.processed,
                   14079:          tests/results/044.processed, tests/results/045.processed,
                   14080:          tests/results/046.processed, tests/results/047.processed,
                   14081:          tests/results/048.processed, tests/results/049.processed,
                   14082:          tests/results/050.processed, tests/results/051.processed,
                   14083:          tests/results/052.processed, tests/results/053.processed,
                   14084:          tests/results/054.processed, tests/results/055.processed,
                   14085:          tests/results/056.processed, tests/results/057.processed,
                   14086:          tests/results/058.processed, tests/results/059.processed,
                   14087:          tests/results/060.processed, tests/results/061.processed,
                   14088:          tests/results/062.processed, tests/results/063.processed,
                   14089:          tests/results/064.processed, tests/results/065.processed,
                   14090:          tests/results/066.processed, tests/results/067.processed,
                   14091:          tests/results/068.processed, tests/results/069.processed,
                   14092:          tests/results/070.processed, tests/results/071.processed,
                   14093:          tests/results/072.processed, tests/results/073.processed,
                   14094:          tests/results/074.processed, tests/results/075.processed,
                   14095:          tests/results/076.processed, tests/results/077.processed,
                   14096:          tests/results/078.processed, tests/results/079.processed,
                   14097:          tests/results/080.processed, tests/results/081.processed,
                   14098:          tests/results/082.processed, tests/results/083.processed,
                   14099:          tests/results/084.processed, tests/results/085.processed,
                   14100:          tests/results/086.processed, tests/results/087.processed,
                   14101:          tests/results/088.processed, tests/results/089.processed,
                   14102:          tests/results/090.processed, tests/results/091.processed,
                   14103:          tests/results/092.processed, tests/results/093.processed,
                   14104:          tests/results/094.processed, tests/results/095.processed,
                   14105:          tests/results/096.processed, tests/results/097.processed,
                   14106:          tests/results/101.processed, tests/results/102.processed,
                   14107:          tests/results/104.processed, tests/results/105.processed,
                   14108:          tests/results/106.processed, tests/results/107.processed,
                   14109:          tests/results/108.processed, tests/results/109.processed,
                   14110:          tests/results/110.processed, tests/results/111.processed,
                   14111:          tests/results/112.processed, tests/results/113.processed,
                   14112:          tests/results/114.processed, tests/results/115.processed,
                   14113:          tests/results/116.processed, tests/results/117.processed,
                   14114:          tests/results/118.processed, tests/results/119.processed,
                   14115:          tests/results/120.processed, tests/results/121.processed,
                   14116:          tests/results/122.processed, tests/results/123.processed,
                   14117:          tests/results/124.processed: new convention: char* never 0.
                   14118:          assert in cord on that
                   14119: 
                   14120:        * src/main/pa_charset.C: couple more asserts
                   14121: 
                   14122:        * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
                   14123:          speedup
                   14124: 
                   14125:        * src/main/pa_charset.C: couple assertions on fantastic situations
                   14126:          added [may be those is the case now?]
                   14127: 
                   14128:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14129:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14130:          hope]
                   14131: 
                   14132:        * src/main/pa_charset.C: bugfix on memory buffer overrun [but
                   14133:          that's memory from gc_malloc, not from g_malloc :(, but would
                   14134:          hope]
                   14135: 
                   14136:        * src/main/pa_charset.C: checked custom malloc for returning 0
                   14137: 
                   14138: 2003-04-09  paf
                   14139: 
                   14140:        * src/classes/date.C: merged ^date.roll changes
                   14141: 
                   14142:        * src/classes/date.C: ^date.roll bug fix
                   14143: 
                   14144:        * src/classes/date.C: ^date.roll now throws less errors: month
                   14145:          shifts handles end of month situation by reducing day number
                   14146:          hour-hole shift reduces hour to recover
                   14147: 
                   14148:        * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
                   14149:          Sort by function time
                   14150: 
                   14151:        * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
                   14152:          http://   $.charset[] param done
                   14153: 
                   14154:        * tests/: 122.html, results/122.processed: 122 date test <= and ==
                   14155:          added [after volatile fix. passes on win&intel-solaris]
                   14156: 
                   14157: 2003-04-08  paf
                   14158: 
                   14159:        * src/: classes/file.C, classes/op.C, classes/table.C,
                   14160:          classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
                   14161:          include/pa_common.h, include/pa_request_charsets.h,
                   14162:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14163:          main/pa_exec.C, main/pa_request.C, main/untaint.C,
                   14164:          types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
                   14165:          types/pa_vresponse.C: started http://   $.charset[] param and
                   14166:          http response charset detection just compiled.  todo:test
                   14167: 
                   14168:        * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
                   14169: 
                   14170:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   14171:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
                   14172:          types/pa_vmail.C: changed transcode param converntion  along with
                   14173:          string creating convention -- all strings are zero-terminated,
                   14174:          this allowed to fix one remaining String("123", 2) case
                   14175: 
                   14176:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14177:          classes/op.C, classes/string.C, classes/table.C,
                   14178:          include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
                   14179:          main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
                   14180:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14181:          main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
                   14182:          types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
                   14183:          violated String::invariant. started fixing [not compiled now]
                   14184: 
                   14185:        * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
                   14186:          main/compile.tab.C, main/compile.y, main/pa_string.C,
                   14187:          main/untaint.C, targets/cgi/parser3.C: number of string style
                   14188:          improvements & optimizations
                   14189: 
                   14190:        * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
                   14191:          :(]
                   14192: 
                   14193:        * src/main/untaint.C: removed redundant & in CORD_pos param passing
                   14194:          [for it's a pointer really]
                   14195: 
                   14196:        * src/main/untaint.C: CORD_pos_advance turned out to have limit on
                   14197:          'n' param. worked that around
                   14198: 
                   14199:        * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
                   14200:          Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
                   14201:          <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
                   14202:          April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
                   14203:          cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
                   14204: 
                   14205:          Thanks for the bug report and patch.
                   14206: 
                   14207:          I hadn't looked at this code in a while.  Reading it now, it
                   14208:          seems to me that the tests should also be ">= MAX_DEPTH" to
                   14209:          comply with the invariant, though that may not matter a lot.  I
                   14210:          changed that, too.
                   14211: 
                   14212:          Hans
                   14213: 
                   14214: 2003-04-07  paf
                   14215: 
                   14216:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
                   14217:          merged from head:safe mode error message now includes numbers
                   14218: 
                   14219:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14220:          problem: as_double returns it's result in fp-register compiler
                   14221:          optimizes access to that register after b->as_double, and just
                   14222:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14223:          from memory.  _SAME_ double values do not match here.  when
                   14224:          forced to REload fp-register, values do match.
                   14225: 
                   14226:          tried to make them volatile.
                   14227: 
                   14228:        * src/main/execute.C: n-th attempt to make a=a work with double.
                   14229:          problem: as_double returns it's result in fp-register compiler
                   14230:          optimizes access to that register after b->as_double, and just
                   14231:          compares ALREADY_STORED_VALUE with prev-calculated a->as_double
                   14232:          from memory.  _SAME_ double values do not match here.  when
                   14233:          forced to REload fp-register, values do match.
                   14234: 
                   14235:          tried to make them volatile.
                   14236: 
                   14237:        * src/types/pa_vobject.h: small style change
                   14238: 
                   14239:        * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
                   14240: 
                   14241:        * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
                   14242:          mode error message now includes numbers
                   14243: 
                   14244:        * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
                   14245:          now causes death
                   14246: 
                   14247: 2003-04-04  paf
                   14248: 
                   14249:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
                   14250:          incorportated pa_exec patch by From: "Victor Fedoseev"
                   14251:          <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
                   14252:          Sent: Thursday, January 23, 2003 9:14 AM
                   14253: 
                   14254:          huge speedup on ^file::cgi with big result
                   14255: 
                   14256:        * src/classes/table.C: sort table with 0 rows bug fixed
                   14257: 
                   14258:        * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
                   14259:          fix http://i2/tasks/edit/?id=4493701604654042676
                   14260: 
                   14261:          @main[] $with_default[  $.a[1]  $._default[default from
                   14262:          with_default] ] ^show[$with_default]
                   14263: 
                   14264:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14265:          =$to_add_to.xxx=<br>
                   14266: 
                   14267:          ^show[$to_add_to]
                   14268: 
                   14269:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14270:          ^show[$cloned]
                   14271: 
                   14272:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14273: 
                   14274:          }  <hr>
                   14275: 
                   14276:        * src/classes/hash.C: $hash._default showed in foreach & co bug fix
                   14277:          http://i2/tasks/edit/?id=4493701604654042676
                   14278: 
                   14279:          @main[] $with_default[  $.a[1]  $._default[default from
                   14280:          with_default] ] ^show[$with_default]
                   14281: 
                   14282:          $to_add_to[     $.b[2] ] ^to_add_to.add[$with_default]
                   14283:          =$to_add_to.xxx=<br>
                   14284: 
                   14285:          ^show[$to_add_to]
                   14286: 
                   14287:          $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
                   14288:          ^show[$cloned]
                   14289: 
                   14290:          @show[hash] ^hash.foreach[k;v]{         $k = $v <br>
                   14291: 
                   14292:          }  <hr>
                   14293: 
                   14294:        * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
                   14295:          http://i2/tasks/edit/?id=4507350336410850921
                   14296: 
                   14297:        * src/classes/xdoc.C: memory allocation func bugfix
                   14298:          http://i2/tasks/edit/?id=4499303470368629745
                   14299: 
                   14300:        * src/classes/math.C: allowed random 1...
                   14301: 
                   14302:        * src/classes/math.C: allowed random 0..
                   14303: 
                   14304:        * src/main/pa_globals.C: exif mem leak
                   14305:          http://i2/tasks/edit/?id=4480590323629807263
                   14306: 
                   14307:        * src/: classes/classes.dsp, main/main.dsp,
                   14308:          targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
                   14309:          fix http://i2/tasks/edit/?id=4493946731322521294
                   14310:          $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
                   14311: 
                   14312:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14313:          lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
                   14314:          main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
                   14315:          links to xml libs made relative, no need to unpack parser3project
                   14316:          to /parser3project.
                   14317: 
                   14318:        * src/main/: compile.tab.C, compile.y, compile_tools.h: error
                   14319:          column more precise - tab handling bug fixed
                   14320: 
                   14321:        * src/main/: compile.tab.C, compile.y: more understandable error
                   14322:          message in case @CLASS with more then one line inside
                   14323: 
                   14324:        * src/targets/cgi/parser3.C: more understandable error message in
                   14325:          case of errors in @unhandled_exception
                   14326: 
                   14327: 2003-04-03  paf
                   14328: 
                   14329:        * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
                   14330:          src/main/compile.tab.C, src/main/compile.y,
                   14331:          src/main/compile_tools.C, src/main/compile_tools.h,
                   14332:          src/main/execute.C, src/main/pa_request.C: debug info format
                   14333:          simplified, now it's: OP_VALUE Operation::Origin << here value*
                   14334: 
                   14335:          higher limits:   file number (max: 255)   line number (max:
                   14336:          64535)   column number (max: 255)
                   14337: 
                   14338:        * src/classes/math.C: top limit
                   14339: 
                   14340:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   14341:          precise parse error position in case of
                   14342: 
                   14343:          ^bug ]
                   14344: 
                   14345:        * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
                   14346:          changed to realities, and passed [bug fixed]
                   14347: 
                   14348:        * src/: classes/op.C, include/pa_request.h, main/compile.C,
                   14349:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   14350:          main/compile_tools.h, main/pa_request.C: introducing
                   14351:          ^process...[main-method-alias]
                   14352: 
                   14353:        * src/: classes/date.C, classes/image.C, classes/op.C,
                   14354:          classes/string.C, classes/table.C, classes/xdoc.C,
                   14355:          types/pa_vmethod_frame.h: MethodParams& now [methods without
                   14356:          params receive zero reference, but they are expected not to look
                   14357:          there]
                   14358: 
                   14359:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   14360:          src/classes/file.C, src/classes/hash.C, src/classes/image.C,
                   14361:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   14362:          src/classes/memory.C, src/classes/op.C, src/classes/response.C,
                   14363:          src/classes/string.C, src/classes/table.C, src/classes/void.C,
                   14364:          src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
                   14365:          src/main/execute.C, src/types/pa_method.h: MethodParams& now
                   14366:          [methods without params receive zero reference, but they are
                   14367:          expected not to look there]
                   14368: 
                   14369:        * operators.txt, src/classes/op.C, src/include/pa_request.h,
                   14370:          src/main/pa_request.C, src/types/pa_vmethod_frame.h:
                   14371:          ^process...[filename] useful for better error reporting
                   14372:          [file/line/col]
                   14373: 
                   14374:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   14375:          types/pa_vstring.h: slightly improved error messages text: 1. is
                   14376:          '%s', it 2. method undefined in case of ^void[]
                   14377: 
                   14378:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14379:          include/pa_types.h, main/execute.C, main/pa_request.C: exception
                   14380:          handling done. now we have error columns todo: test it
                   14381: 
                   14382:        * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
                   14383:          exception when ^try{    ^throw[a;1] }{    ^throw[b;2] }
                   14384: 
                   14385:          this makes life easier: were: bad stack order -- were in
                   14386:          exception catch unwind order, which didn't match execution order
                   14387: 
                   14388:          @main[] ^try{   ^first[] }{     ^throw[c;3] }
                   14389: 
                   14390:          @first[] ^throw[a;1]
                   14391: 
                   14392:          showed throw a first throw b try
                   14393: 
                   14394:          which is no good
                   14395: 
                   14396:        * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
                   14397:          main/compile.tab.C, main/execute.C, main/pa_request.C: strack
                   14398:          trace reset after handled exception [old bug fixed]
                   14399: 
                   14400:        * src/main/: compile.tab.C, compile.y: parse position old bug
                   14401:          fixed.  position reporting made precise [both, in parse erros and
                   14402:          runtime errors]
                   14403: 
                   14404: 2003-04-02  paf
                   14405: 
                   14406:        * src/: include/pa_operation.h, include/pa_request.h,
                   14407:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14408:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14409:          main/pa_exception.C, main/pa_request.C: debug info: started
                   14410:          using.  todo:complete
                   14411: 
                   14412:        * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
                   14413:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14414:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14415:          main/pa_request.C: prepared debug info todo:use it
                   14416: 
                   14417:        * src/include/pa_operation.h: strange mistake fixed: forgot to
                   14418:          return Operation class->union after switching from autoptrs.
                   14419: 
                   14420:        * tests/: Makefile, results/108.processed, results/117.processed:
                   14421:          meta considered OK [it's up to coder now to remove it not needed]
                   14422: 
                   14423:        * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
                   14424:          Dictionary constructor when moved to gc]
                   14425: 
                   14426:        * src/main/pa_common.C: uncommented http:// file loading
                   14427: 
                   14428:        * src/include/pa_array.h, src/main/execute.C,
                   14429:          src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
                   14430:          fix [gdGrowingBuf]
                   14431: 
                   14432:        * configure.in, src/lib/Makefile.am: removed patches
                   14433: 
                   14434:        * configure, src/include/pa_config_auto.h.in,
                   14435:          src/main/pa_charset.C: --enable-assertions autoconf-ed
                   14436: 
                   14437:        * src/main/pa_common.C: uncommented http:// file loading
                   14438: 
                   14439:        * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
                   14440:          xdoc::create/load
                   14441: 
                   14442:        * src/: classes/form.C, classes/hash.C, classes/image.C,
                   14443:          classes/string.C, classes/table.C, classes/void.C,
                   14444:          include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   14445:          main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
                   14446:          String::String(str,helper_length) are checked.  found/fixed one
                   14447:          place: $request:body now zero-terminated,
                   14448: 
                   14449:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   14450:          main/compile_tools.C, main/execute.C, types/pa_value.h,
                   14451:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
                   14452:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   14453:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   14454:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
                   14455:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
                   14456:          types/pa_vxnode.h: more locally scoped vars in execute (more
                   14457:          easily optimizable)
                   14458: 
                   14459:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
                   14460:          for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
                   14461: 
                   14462:        * src/: include/pa_array.h, include/pa_stack.h,
                   14463:          include/pa_string.h, main/compile_tools.C, main/main.dsp,
                   14464:          main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
                   14465:          become assertion iterator in methodframe filler
                   14466: 
                   14467:        * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
                   14468:          targets/cgi/parser3.C: array::get/put inlined
                   14469: 
                   14470:        * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
                   14471:          gc_substitute_memory_management_functions +installed CORD_oom
                   14472:          function
                   14473: 
                   14474:        * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
                   14475:          src/include/pa_config_includes.h, src/include/pa_string.h,
                   14476:          src/lib/cord/cordbscs.c, src/main/pa_memory.C,
                   14477:          src/targets/cgi/parser3.C: converted debug hacks to ANSI
                   14478:          assertions started configure.in --enable-assertions
                   14479: 
                   14480: 2003-04-01  paf
                   14481: 
                   14482:        * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
                   14483:          main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
                   14484:          types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
                   14485:          gdome uses glib memory, and stores last pointer to xmlDoc there,
                   14486:          gc misses that and collects valid memory fixed by remembering
                   14487:          xmlDoc from dom object in xdoc.  todo: do something with
                   14488:          premature free of xdoc with xnodes/node values referring into it
                   14489: 
                   14490:        * src/classes/: mail.C: typo fix
                   14491: 
                   14492:        * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
                   14493:          changes
                   14494: 
                   14495:        * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
                   14496:          main/pa_memory.C: moved memory debugging to global level: to
                   14497:          pa_gc_malloc
                   14498: 
                   14499:        * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
                   14500:          debugging showed no errors. todo: debug parser memory
                   14501: 
                   14502:        * src/targets/cgi/: parser3.C, parser3.dsp: more build
                   14503:          configurations
                   14504: 
                   14505:        * src/: classes/classes.dsp, include/pa_config_fixed.h,
                   14506:          main/compile.tab.C, main/main.dsp, main/pa_globals.C,
                   14507:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   14508:          types/types.dsp: prepared xml-static configuration
                   14509: 
                   14510: 2003-03-31  paf
                   14511: 
                   14512:        * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
                   14513:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
                   14514:          xml lib memory debugging, simple checks failed: it seems that
                   14515:          library does realloc(bad ptr), and recording those ptrs in heap
                   14516:          [for debugging] was bad: heap situation changes = everything
                   14517:          works fine
                   14518: 
                   14519:        * src/: main/pa_charset.C, include/pa_charset.h: worked around
                   14520:          xmlRegisterCharEncodingHandler limitation [currently imposed
                   14521:          limit of 10 user-defined charsets]
                   14522: 
                   14523: 2003-03-28  paf
                   14524: 
                   14525:        * src/main/execute.C: execution stack copied to local register
                   14526:          variable, removed lots [~2e7) of memory accesses
                   14527: 
                   14528: 2003-03-27  paf
                   14529: 
                   14530:        * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
                   14531:          works in debug, but fails in release todo: fix that
                   14532: 
                   14533:        * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
                   14534:          targets/cgi/parser3.C: forgot to merge XML memory funcs
                   14535:          replacement from gc branch
                   14536: 
                   14537:        * src/main/pa_exec.C: introducing append_help_length [radical
                   14538:          improvement here]
                   14539: 
                   14540:        * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
                   14541:          'not recommened' in gc.h, on win32 noticed no difference]
                   14542: 
                   14543:        * src/include/pa_array.h: returned checked array get [were disabled
                   14544:          for debugging] result:not slower [don't understand that, it were
                   14545:          INLINED] todo: find out a way of inlining it!
                   14546: 
                   14547:        * src/: include/pa_string.h, lib/gc/include/gc.h,
                   14548:          lib/gc/include/gc_fake.h, main/compile.tab.C,
                   14549:          targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
                   14550:          convention changed: all resulting strings are zero-terminated
                   14551: 
                   14552:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   14553:          classes/string.C, classes/table.C, classes/void.C,
                   14554:          include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
                   14555:          lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
                   14556:          main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
                   14557:          main/pa_request.C, main/pa_string.C, main/pa_uue.C,
                   14558:          sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
                   14559:          types/pa_vfile.C, types/pa_vmail.C: introducing
                   14560:          append_help_length [radical improvement here]
                   14561: 
                   14562:        * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
                   14563:          include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
                   14564:          lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
                   14565:          targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
                   14566:          even slower
                   14567: 
                   14568:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   14569:          include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
                   14570:          main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
                   14571:          clients of &get(): most to use non-ref version, some[in tight
                   14572:          places] to get_unchecked_ref
                   14573: 
                   14574:        * src/doc/memory.dox: forgot to add
                   14575: 
                   14576:        * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
                   14577:          include/pa_array.h, include/pa_request.h, include/pa_stack.h,
                   14578:          include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
                   14579:          lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
                   14580:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   14581:          main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
                   14582:          targets/cgi/parser3.dsp, types/pa_vmail.C,
                   14583:          types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
                   14584:          T>>&<< removed after Stack::pop wiping removed [moved to separate
                   14585:          func] other Array & removed
                   14586: 
                   14587: 2003-03-26  paf
                   14588: 
                   14589:        * src/: classes/classes.dsp, classes/file.C, classes/op.C,
                   14590:          classes/table.C, include/pa_array.h, include/pa_charset.h,
                   14591:          include/pa_stack.h, include/pa_string.h, include/pa_table.h,
                   14592:          lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14593:          lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
                   14594:          main/main.dsp, main/pa_charset.C, main/pa_common.C,
                   14595:          main/pa_exec.C, main/pa_sql_driver_manager.C,
                   14596:          main/pa_stylesheet_manager.C, main/pa_table.C,
                   14597:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   14598:          types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
                   14599:          types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
                   14600:          pre-evaluated .count() in some places
                   14601: 
                   14602:        * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
                   14603:          lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
                   14604:          types/types.dsp: .dsp profiling updated
                   14605: 
                   14606:        * src/: classes/classes.dsp, lib/cord/cord.dsp,
                   14607:          lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
                   14608:          targets/cgi/parser3.dsp, types/types.dsp: started profiling
                   14609: 
                   14610:        * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
                   14611:          main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
                   14612:          targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
                   14613:          use lib/gc,lib/cord
                   14614: 
1.116     moko     14615:        * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
                   14616:          src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95      moko     14617:          src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
                   14618:          src/include/pa_config_includes.h, src/include/pa_request.h,
                   14619:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   14620:          src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116     moko     14621:          src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95      moko     14622:          src/lib/cord/include/Makefile.am,
1.116     moko     14623:          src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
                   14624:          src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
                   14625:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
                   14626:          src/types/pa_vclass.h, src/types/pa_vcookie.h,
                   14627:          src/types/pa_vform.h, src/types/pa_vhash.h,
                   14628:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
                   14629:          src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
                   14630:          src/types/pa_vstatus.C, src/types/pa_vstatus.h,
                   14631:          src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
                   14632:          funcs ported pa_exec
1.95      moko     14633: 
                   14634:        * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
                   14635: 
                   14636:        * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
                   14637:          bundled gc includes
                   14638: 
                   14639:        * src/: classes/op.C, include/pa_array.h,
                   14640:          include/pa_sql_connection.h, include/pa_string.h,
                   14641:          include/pa_version.h, main/compile.tab.C, main/compile.y,
                   14642:          main/execute.C, main/pa_common.C, main/pa_exception.C,
                   14643:          main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
                   14644:          targets/cgi/parser3.dsp: a number of bugfixes [while testing
                   14645:          first real site (aval)]
                   14646: 
                   14647: 2003-03-25  paf
                   14648: 
                   14649:        * operators.txt, src/main/pa_sql_driver_manager.C,
                   14650:          src/types/pa_vstatus.C: $status.memory used free since_compact
                   14651:          process
                   14652: 
                   14653:        * src/: include/pa_sql_connection.h, main/pa_globals.C,
                   14654:          main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
                   14655: 
                   14656:        * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
                   14657: 
                   14658:        * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
                   14659:          src/types/pa_value.h, src/types/pa_vfile.h,
                   14660:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   14661:          src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
                   14662:          tests/results/121.processed: untaint.C L_URI
                   14663: 
                   14664:        * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
                   14665:          src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
                   14666:          src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
                   14667:          src/types/pa_vmemory.h: ^memory:compact[]
                   14668: 
                   14669:        * tests/results/109.processed: it was a bug in parser. updated 109
                   14670:          test result
                   14671: 
                   14672:        * src/classes/xdoc.C, tests/Makefile: fixed transform params2
                   14673: 
                   14674:        * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
                   14675:          tests/results/107.processed: fixed dom language [values are now
                   14676:          considered tainted.  it was a bug in parser. updated 107 test
                   14677:          result
                   14678: 
                   14679:        * src/classes/xdoc.C: fixed transform params
                   14680: 
                   14681:        * src/: include/pa_stylesheet_manager.h,
                   14682:          main/pa_stylesheet_manager.C: fixed stylesheet caching
                   14683: 
                   14684:        * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
                   14685:          overloads for structure handling
                   14686: 
                   14687:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
                   14688:          include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
                   14689:          StringBody(0) ambiguilty, introducting static
                   14690:          StringBody::Format(int)
                   14691: 
                   14692:        * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
                   14693:          linked
                   14694: 
                   14695:        * src/types/pa_vxdoc.C: vxdoc compiled
                   14696: 
                   14697:        * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
                   14698:          types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
                   14699:          finalizers isntalled
                   14700: 
                   14701:        * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
                   14702:          doc/exception.dox, doc/index.dox, include/pa_charset.h,
                   14703:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   14704:          main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
                   14705:          compiled todo: xnode.C / finalizers
                   14706: 
                   14707:        * src/doc/string.dox: updated: new string internals
                   14708: 
                   14709: 2003-03-24  paf
                   14710: 
                   14711:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14712:          include/pa_charset.h, include/pa_config_fixed.h,
                   14713:          include/pa_request.h, include/pa_stylesheet_connection.h,
                   14714:          include/pa_stylesheet_manager.h, main/pa_charset.C,
                   14715:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   14716:          main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
                   14717:          types/pa_vxnode.h: started XML
                   14718: 
                   14719:        * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
                   14720: 
                   14721:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14722:          include/pa_string.h, main/pa_common.C,
                   14723:          main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
                   14724: 
                   14725:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   14726:          include/pa_memory.h, include/pa_string.h, main/pa_common.C,
                   14727:          main/pa_request.C, main/pa_sql_driver_manager.C,
                   14728:          types/pa_vimage.h: size_t pos everywhere checks changed to check
                   14729:          for eq STRING_NOT_FOUND
                   14730: 
                   14731:        * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
                   14732:          optimize bit implemented
                   14733: 
                   14734:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   14735:          String::ArrayFragment::append_positions fixed
                   14736: 
                   14737:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   14738:          String::this_starts fixed
                   14739: 
                   14740:        * src/main/pa_string.C, tests/Makefile: string::pos fixed
                   14741: 
                   14742:        * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
                   14743:          hashcode implemented fully, including per-char callback [it can
                   14744:          be - substr CORD node]
                   14745: 
                   14746:        * src/: include/pa_array.h, main/compile.tab.C: gif encoding
                   14747:          rewritten to rewalloc with 100byte buf ahead
                   14748: 
                   14749:        * src/classes/image.C, src/classes/op.C, src/classes/table.C,
                   14750:          src/include/pa_string.h, src/main/compile.tab.C,
                   14751:          src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
                   14752:          src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
                   14753:          CORD_ec [bad] would rewrite as realloc now
                   14754: 
                   14755:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   14756:          classes/image.C, classes/math.C, classes/op.C, classes/table.C,
                   14757:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14758:          include/pa_common.h, include/pa_request.h,
                   14759:          include/pa_sql_driver_manager.h, include/pa_table.h,
                   14760:          main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
                   14761:          main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
                   14762:          targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
                   14763:          types/pa_vmail.C, types/pa_vmethod_frame.C,
                   14764:          types/pa_vstateless_class.h: 2*2 worked :)
                   14765: 
                   14766:        * parser3.dsw, src/classes/date.C, src/classes/file.C,
                   14767:          src/include/pa_exec.h, src/include/pa_string.h,
                   14768:          src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
                   14769:          passed OK
                   14770: 
                   14771:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14772:          types/pa_value.C: all linked todo: debug
                   14773: 
                   14774:        * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
                   14775:          types/pa_vstateless_class.C: all compiled.  todo:link
                   14776: 
                   14777:        * src/types/pa_wcontext.C: pa_wcontext.C compiled
                   14778: 
                   14779:        * src/types/pa_vtable.C: pa_vtable.C compiled
                   14780: 
                   14781:        * src/types/pa_vstring.C: pa_vstring.C compiled
                   14782: 
                   14783:        * src/types/pa_vstatus.C: pa_vstatus.C compiled
                   14784: 
                   14785:        * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
                   14786:          pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
                   14787:          pa_vstateless_class.C, pa_vstateless_class.h:
                   14788:          pa_vstateless_class.C compiled
                   14789: 
                   14790:        * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
                   14791:          types/pa_vmath.C: pa_vmail.C compiled
                   14792: 
                   14793:        * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
                   14794: 
                   14795:        * src/types/pa_vform.C: pa_vform.C compiled
                   14796: 
                   14797:        * src/types/pa_vfile.C: pa_vfile.C compiled
                   14798: 
                   14799:        * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
                   14800:          pa_vstateless_class.C: pa_vcookie.C compiled
                   14801: 
                   14802:        * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
                   14803:          types/pa_vhash.h: pa_value.C compiled
                   14804: 
                   14805:        * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
                   14806:          classes.lib main.lib compiled
                   14807: 
                   14808:        * src/classes/void.C: void.C compiled
                   14809: 
                   14810:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   14811:          main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
                   14812:          compiled
                   14813: 
                   14814:        * src/: classes/string.C, include/pa_request.h,
                   14815:          include/pa_string.h, main/pa_string.C: string.C compiled
                   14816: 
                   14817:        * src/: classes/op.C, classes/string.C, classes/table.C,
                   14818:          classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
                   14819:          main/pa_request.C, main/pa_string.C: op.C compiled
                   14820: 
                   14821:        * src/classes/: math.C, op.C: math.C compiled
                   14822: 
                   14823:        * src/: classes/mail.C, classes/string.C, classes/table.C,
                   14824:          types/pa_vmail.h: mail.C compiled
                   14825: 
                   14826:        * src/classes/: int.C, table.C: int.C compiled
                   14827: 
                   14828:        * src/: classes/hash.C, classes/image.C, classes/string.C,
                   14829:          classes/table.C, include/pa_memory.h, include/pa_string.h,
                   14830:          main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
                   14831:          compiled
                   14832: 
                   14833:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   14834:          classes/void.C, classes/xdoc.C, include/pa_request.h,
                   14835:          include/pa_sql_connection.h: hash.C compiled
                   14836: 
                   14837:        * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
                   14838:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   14839:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   14840:          classes/math.C, classes/op.C, classes/response.C,
                   14841:          classes/string.C, classes/table.C, classes/void.C,
                   14842:          classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
                   14843:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   14844:          main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
                   14845:          file.C table.C compiled
                   14846: 
                   14847:        * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
                   14848:          main/untaint.C: main.lib compiled
                   14849: 
                   14850: 2003-03-21  paf
                   14851: 
                   14852:        * src/: classes/op.C, include/pa_cache_managers.h,
                   14853:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   14854:          include/pa_stylesheet_manager.h, main/pa_exception.C,
                   14855:          main/pa_globals.C, main/pa_sql_driver_manager.C,
                   14856:          sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
                   14857:          compiled
                   14858: 
                   14859:        * src/: classes/hash.C, classes/image.C, classes/op.C,
                   14860:          classes/xdoc.C, classes/xnode.C, include/pa_common.h,
                   14861:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   14862:          main/compile.C, main/pa_common.C, main/pa_request.C,
                   14863:          types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
                   14864:          pa_request.C compiled
                   14865: 
                   14866:        * src/: classes/hash.C, classes/mail.C, classes/op.C,
                   14867:          include/pa_request.h, main/execute.C, main/pa_request.C,
                   14868:          types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
                   14869:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
                   14870:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   14871:          types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
                   14872:          compiled
                   14873: 
                   14874:        * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
                   14875:          main/pa_string.C: pa_exec.C compiled [win32 only for now]  todo:
                   14876:          on unix
                   14877: 
                   14878:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   14879:          include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
                   14880:          main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
                   14881:          pa_charsets.C compiled
                   14882: 
                   14883:        * src/: classes/image.C, classes/mail.C, classes/op.C,
                   14884:          include/pa_request.h, include/pa_string.h, main/compile.tab.C,
                   14885:          main/compile.y, main/execute.C, main/pa_common.C,
                   14886:          main/pa_request.C, types/pa_junction.h, types/pa_method.h,
                   14887:          types/pa_vcode_frame.h, types/pa_vimage.h,
                   14888:          types/pa_vmethod_frame.h: execute.C compiled
                   14889: 
                   14890:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   14891:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   14892:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   14893:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   14894:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   14895:          include/pa_cache_managers.h, include/pa_charsets.h,
                   14896:          include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
                   14897:          include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
                   14898:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   14899:          include/pa_stylesheet_connection.h,
                   14900:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   14901:          main/compile.C, main/compile.tab.C, main/compile.y,
                   14902:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   14903:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   14904:          main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
                   14905:          main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
                   14906:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   14907:          types/pa_junction.h, types/pa_method.h, types/pa_value.C,
                   14908:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
                   14909:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   14910:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   14911:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   14912:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   14913:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   14914:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   14915:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   14916:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   14917:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   14918:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   14919:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   14920:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   14921:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   14922:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   14923:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   14924:          types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
                   14925:          [C++ CORD wrapper]
                   14926: 
                   14927:        * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
                   14928: 
                   14929:        * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
                   14930:          $file::exec/cgi[script;    $.charset[this is script's charset]
                   14931: 
                   14932:          command line, env values, input got transcoded before call
                   14933:          stdout, stderr got transcoded after call
                   14934: 
                   14935:        * src/classes/file.C: ^file::exec/cgi now does not pass post data
                   14936:          by default.  use: ^file::exec[...;$.stdin[$request.body]
                   14937: 
                   14938:        * src/main/pa_common.C: } typo bug fix
                   14939: 
                   14940:        * src/main/pa_common.C: } typo bug fix
                   14941: 
                   14942: 2003-03-20  paf
                   14943: 
                   14944:        * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
                   14945:          main/untaint.C: cord bug fix, but still errors todo: clear out
                   14946: 
                   14947:        * src/include/pa_string.h: more tests
                   14948: 
                   14949:        * src/main/pa_string.C: string.pos fixed
                   14950: 
1.116     moko     14951:        * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
                   14952:          ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
                   14953:          pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
                   14954:          pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
                   14955:          replaces
1.95      moko     14956: 
                   14957:        * src/: classes/image.C, include/pa_dictionary.h,
                   14958:          include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   14959:          lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
                   14960:          main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
                   14961:          main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
                   14962: 
                   14963:        * src/include/pa_string.h: warning
                   14964: 
                   14965:        * src/include/pa_string.h: this_starts fixed
                   14966: 
                   14967:        * src/: include/pa_string.h, main/pa_string.C: added: assertion on
                   14968:          new String ctor & append params convention
                   14969: 
                   14970:        * src/: classes/file.C, classes/hash.C, classes/image.C,
                   14971:          classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
                   14972:          classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
                   14973:          include/pa_string.h, main/compile.tab.C, main/pa_common.C,
                   14974:          main/pa_exception.C, main/pa_exec.C,
                   14975:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   14976:          main/pa_stylesheet_manager.C, main/untaint.C,
                   14977:          targets/isapi/parser3isapi.C, types/pa_vimage.C,
                   14978:          types/pa_vmail.C: more tests OK
                   14979: 
                   14980:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
                   14981:          include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
                   14982:          gc/exit runned OK
                   14983: 
                   14984:        * src/types/pa_vmail.C: another naming problem: should not name
                   14985:          vars like that: unpredictable close caused problems with later
                   14986:          sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
                   14987:          descriptors missing on startup: stdin; Bad file number
                   14988: 
                   14989:          todo: find out why so many filters(stream) here. probably wrong?
                   14990: 
                   14991:        * src/: include/pa_dictionary.h, include/pa_string.h,
                   14992:          main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
                   14993:          main/untaint.C: test compiled
                   14994: 
                   14995:        * src/: classes/image.C, classes/mail.C, classes/math.C,
                   14996:          classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
                   14997:          include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
                   14998:          lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
                   14999:          lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
                   15000:          lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15001:          main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
                   15002:          main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
                   15003:          main/pa_string.C, main/untaint.C, types/pa_vfile.h,
                   15004:          types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
                   15005: 
                   15006:        * parser3.dsw, src/classes/file.C, src/classes/image.C,
                   15007:          src/classes/op.C, src/classes/string.C, src/classes/table.C,
                   15008:          src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
                   15009:          src/include/pa_memory.h, src/include/pa_request.h,
                   15010:          src/include/pa_request_charsets.h,
                   15011:          src/include/pa_sql_connection.h, src/include/pa_string.h,
                   15012:          src/main/compile.tab.C, src/main/execute.C,
                   15013:          src/main/pa_charset.C, src/main/pa_common.C,
                   15014:          src/main/pa_exception.C, src/main/pa_exec.C,
                   15015:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   15016:          src/main/pa_stylesheet_manager.C, src/main/untaint.C,
                   15017:          src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
                   15018:          src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
                   15019:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15020:          src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
                   15021:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15022:          src/types/pa_vobject.C, src/types/pa_vresponse.C,
                   15023:          src/types/pa_vstatus.C, src/types/pa_vstring.C,
                   15024:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15025:          src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
                   15026:          pa_common.C [done, without http for now]
                   15027: 
                   15028: 2003-03-19  paf
                   15029: 
                   15030:        * src/: classes/date.C, classes/form.C, classes/hash.C,
                   15031:          classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
                   15032:          classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
                   15033:          include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
                   15034:          include/pa_string.h, include/pa_table.h, main/compile.C,
                   15035:          main/compile_tools.C, main/execute.C, main/pa_charset.C,
                   15036:          main/pa_common.C, main/pa_exception.C, main/pa_request.C,
                   15037:          main/pa_socks.C, main/pa_string.C, main/pa_table.C,
                   15038:          main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   15039:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
                   15040:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
                   15041:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   15042:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15043:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15044:          types/pa_wwrapper.h: started test
                   15045: 
1.116     moko     15046:        * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
                   15047:          pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95      moko     15048: 
                   15049:        * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
                   15050:          include/pa_string.h, main/pa_string.C: string compiled todo: test
                   15051:          it
                   15052: 
                   15053:        * src/: classes/classes.dsp, classes/string.C, classes/table.C,
                   15054:          include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
                   15055:          include/pa_exception.h, include/pa_string.h, include/pa_table.h,
                   15056:          lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
                   15057:          main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
                   15058:          types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
                   15059:          types/pa_vmethod_frame.h, types/types.dsp: string
                   15060:          reimplementation with cord+array<fragment>: 70%
                   15061: 
                   15062: 2003-03-18  paf
                   15063: 
                   15064:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15065:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   15066:          classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
                   15067:          classes/xnode.C, include/pa_hash.h, include/pa_string.h,
                   15068:          main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
                   15069:          can ignore lang in cmp and pos really,             but would
                   15070:          split properly!
                   15071: 
                   15072:        * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
                   15073:          cord part made parser/src/lib: it's not compiled into libgc by
                   15074:          default
                   15075: 
                   15076:        * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
                   15077:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15078:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15079:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15080:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15081:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15082:          src/classes/xnode.C, src/classes/xnode.h,
                   15083:          src/include/Makefile.am, src/include/pa_cache_managers.h,
                   15084:          src/include/pa_charset.h, src/include/pa_charsets.h,
                   15085:          src/include/pa_common.h, src/include/pa_dictionary.h,
                   15086:          src/include/pa_exception.h, src/include/pa_exec.h,
                   15087:          src/include/pa_globals.h, src/include/pa_hash.h,
                   15088:          src/include/pa_memory.h, src/include/pa_pool.h,
                   15089:          src/include/pa_request.h, src/include/pa_request_charsets.h,
                   15090:          src/include/pa_sapi.h, src/include/pa_sql_connection.h,
                   15091:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   15092:          src/include/pa_stylesheet_connection.h,
                   15093:          src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
                   15094:          src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
                   15095:          src/main/compile.C, src/main/compile.tab.C,
                   15096:          src/main/compile_tools.C, src/main/compile_tools.h,
                   15097:          src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
                   15098:          src/main/pa_charsets.C, src/main/pa_common.C,
                   15099:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   15100:          src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
                   15101:          src/main/pa_pool.C, src/main/pa_request.C,
                   15102:          src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
                   15103:          src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
                   15104:          src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
                   15105:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   15106:          src/types/pa_junction.h, src/types/pa_method.h,
                   15107:          src/types/pa_value.C, src/types/pa_value.h,
                   15108:          src/types/pa_vclass.C, src/types/pa_vclass.h,
                   15109:          src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
                   15110:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   15111:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   15112:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
                   15113:          src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
                   15114:          src/types/pa_vimage.C, src/types/pa_vimage.h,
                   15115:          src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
                   15116:          src/types/pa_vmath.C, src/types/pa_vmath.h,
                   15117:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   15118:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   15119:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   15120:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   15121:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   15122:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
                   15123:          src/types/pa_vstatus.h, src/types/pa_vstring.C,
                   15124:          src/types/pa_vstring.h, src/types/pa_vtable.C,
                   15125:          src/types/pa_vtable.h, src/types/pa_vvoid.h,
                   15126:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15127:          src/types/pa_vxnode.C, src/types/pa_vxnode.h,
                   15128:          src/types/pa_wcontext.C, src/types/pa_wcontext.h,
                   15129:          src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
                   15130:          gc: PA_Object done lots of replacements also
                   15131: 
                   15132:        * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
                   15133:          gc logging
                   15134: 
                   15135: 2003-03-17  paf
                   15136: 
                   15137:        * src/: classes/date.C, classes/file.C, classes/form.C,
                   15138:          classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
                   15139:          classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   15140:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   15141:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   15142:          main/compile.tab.C, main/execute.C, main/pa_charset.C,
                   15143:          main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
                   15144:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15145:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   15146:          main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
                   15147:          targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   15148:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   15149:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
                   15150:          types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
                   15151:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   15152:          types/pa_vxnode.h: libgc attempt
                   15153: 
                   15154: 2003-03-13  paf
                   15155: 
                   15156:        * src/: include/pa_sql_driver_manager.h,
                   15157:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
                   15158:          called
                   15159: 
                   15160:        * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
                   15161:          lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
                   15162:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
                   15163:          types/pa_value.h, types/pa_vobject.h,
                   15164:          types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
                   15165:          set_base, set_derived simplified [counter leaks fixed]
                   15166: 
                   15167:        * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
                   15168:          src/types/types.dsp: incorporated status class patch From:
                   15169:          "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
                   15170:          2003 8:14 AM
                   15171: 
                   15172:          now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
                   15173:          Win32 specific: QuotaPeakNonPagedPoolUsage
                   15174:          QuotaPeakPagedPoolUsage PeakPagefileUsage]
                   15175: 
                   15176: 2003-03-12  paf
                   15177: 
1.116     moko     15178:        * configure, configure.in, src/lib/ltdl/configure,
                   15179:          src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95      moko     15180:          lib/ltdl/Makefile now created by /configure.in only [were by
                   15181:          lib/ltdl/configure.in OVERWRITE]
                   15182: 
1.116     moko     15183:        * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
                   15184:          linkage fixed for g++ 3.2.2
1.95      moko     15185: 
                   15186:        * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
                   15187:          on using privately declared class [fixed]
                   15188: 
                   15189:        * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
                   15190:          3.2 rightliy complained on using privately declared class [fixed]
                   15191: 
                   15192:        * src/targets/cgi/parser3.C: 1. more detailed log on signals.  2.
                   15193:          sigpipe before request constructor now causes death
                   15194: 
                   15195:        * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
                   15196:          targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
                   15197:          not cause exception in exception handler
                   15198: 
1.116     moko     15199:        * configure, configure.in, src/targets/cgi/Makefile.am: configure
                   15200:          now default links libstdc++ statically.  that can be overriden by
                   15201:          --with-dynamic-stdcpp
1.95      moko     15202: 
                   15203: 2003-03-11  paf
                   15204: 
                   15205:        * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
                   15206:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
                   15207:          necessity of libstdc++
                   15208: 
                   15209:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15210: 
                   15211:        * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
                   15212: 
                   15213: 2003-03-08  paf
                   15214: 
                   15215:        * tests/Makefile: make install & co
                   15216: 
                   15217:        * src/: include/pa_request.h, classes/op.C: removing
                   15218:          vclass,object.h -> pa_request.h dependency
                   15219: 
                   15220:        * src/: classes/mail.C, classes/response.C, include/pa_request.h,
                   15221:          main/pa_request.C: removing vform,response,cookie.h ->
                   15222:          pa_request.h dependency
                   15223: 
                   15224:        * src/include/pa_request.h: removing vmail.h -> pa_request.h
                   15225:          dependency [testing...]
                   15226: 
                   15227:        * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
                   15228:          return 0; fixed
                   15229: 
                   15230:        * src/: include/pa_config_fixed.h, types/pa_vmail.C,
                   15231:          types/pa_vmail.h: vmail.C received just compiled [not tested]
                   15232: 
                   15233:        * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
                   15234: 
                   15235:        * src/main/pa_request.C: forgotten: ifdef XML
                   15236: 
                   15237:        * src/main/pa_request.C: forgotten: ifdef XML
                   15238: 
                   15239:        * src/targets/cgi/parser3.C: todo: move to latest xml version on
                   15240:          win32 and run memleak tests again
                   15241: 
                   15242:        * src/targets/cgi/parser3.C: charsets: see some strange things with
                   15243:          old xml lib-- it's internal memory handling has faults
                   15244: 
                   15245:        * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
                   15246:          problems when transcode from charset A to A.
                   15247: 
                   15248:        * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
                   15249:          todo: still problems when transcode from charset A to A.
                   15250: 
                   15251:        * src/: classes/hash.C, classes/mail.C, classes/string.C,
                   15252:          classes/table.C, include/pa_array.h,
                   15253:          main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
                   15254:          started full-scale-site-test [~ http://parser.ru sources]
                   15255: 
                   15256:          some fixes
                   15257: 
                   15258:        * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
                   15259:          111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
                   15260:          117.html, 118.html, 119.html, 120.html, results/109.processed,
                   15261:          results/110.processed, results/111.processed,
                   15262:          results/112.processed, results/113.processed,
                   15263:          results/114.processed, results/115.processed,
                   15264:          results/116.processed, results/117.processed,
                   15265:          results/118.processed, results/119.processed,
                   15266:          results/120.processed: xml: tests 109 dom create/show 110 xpath
                   15267:          selectSingle 111 xdoc.create from tainted & 112
                   15268:          xdoc.create/output with russian attr value 113 xpath
                   15269:          selectString/Number 114 dom attributes.count 115 xpath selectBool
                   15270:          116 output media-type change 117 transform by dom stylesheet 118
                   15271:          empty transform result 119 dom setAttribute 120 nbsp letter
                   15272:          output
                   15273: 
                   15274:          =END OF PREPARED XML TESTS=
                   15275: 
                   15276: 2003-03-07  paf
                   15277: 
                   15278:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15279:          src/include/pa_stylesheet_connection.h, tests/108.html,
                   15280:          tests/108.xsl, tests/results/108.processed: xml: test 108
                   15281:          transform with params [bugs fixed]
                   15282: 
                   15283:        * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
                   15284:          from copy/paste bug
                   15285: 
                   15286:        * src/classes/xdoc.C, src/include/pa_charset.h,
                   15287:          src/include/pa_request.h, src/main/execute.C,
                   15288:          src/main/pa_charset.C, src/main/pa_exception.C,
                   15289:          src/main/pa_globals.C, src/main/pa_request.C,
                   15290:          src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
                   15291:          src/types/pa_vxnode.C, tests/107.html,
                   15292:          tests/results/107.processed: xml: test: 107 bug fixes
                   15293: 
                   15294:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15295:          types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   15296:          types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
                   15297: 
                   15298:        * tests/: 106.html, results/106.processed: test: 106 xdoc create,
                   15299:          string
                   15300: 
                   15301:        * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
                   15302:          mem alloc functions used for different cases [libxml, libxsl]
                   15303: 
                   15304:        * src/classes/classes.C: fixed: prevent system classes from
                   15305:          modification to lock ALL the classes, not only directly used
                   15306: 
                   15307:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
                   15308:          linked
                   15309: 
                   15310:        * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
                   15311: 
                   15312: 2003-03-06  paf
                   15313: 
                   15314:        * src/classes/xdoc.C: xdoc.C 50%
                   15315: 
                   15316:        * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
                   15317:          include/pa_memory.h, include/pa_request.h, include/pa_string.h,
                   15318:          main/pa_globals.C, main/pa_request.C,
                   15319:          main/pa_stylesheet_manager.C: xnode.C compiled
                   15320: 
                   15321:        * src/: include/pa_stylesheet_connection.h,
                   15322:          include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
                   15323:          main/pa_stylesheet_manager.C: xml: stylesheet&manager done
                   15324: 
                   15325:        * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
                   15326:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
                   15327:          xml: stylesheet&manager STARTED
                   15328: 
                   15329:        * src/: include/pa_globals.h, main/pa_charset.C,
                   15330:          main/pa_exception.C, main/pa_globals.C: xml: exceptions
                   15331: 
                   15332:        * src/: include/pa_charset.h, include/pa_config_fixed.h,
                   15333:          include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
                   15334:          main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
                   15335:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
                   15336:          charsets
                   15337: 
                   15338:        * tests/023.html: in some cases it rounded up badly. postponing
                   15339:          solution of that problem, making more simple test
                   15340: 
                   15341:        * tests/: 058_paf2000.png, results/058.processed: .png added with
                   15342:          -kb now
                   15343: 
                   15344:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   15345:          main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
                   15346:          moved to charsets.C
                   15347: 
                   15348: 2003-03-05  paf
                   15349: 
                   15350:        * src/classes/string.C, src/include/pa_string.h,
                   15351:          src/main/pa_string.C, tests/105.html,
                   15352:          tests/results/105.processed: String::match bug fixed
                   15353: 
                   15354:        * src/classes/op.C, src/main/main.dsp, tests/104.html,
                   15355:          tests/results/104.processed: ^bpt operator added [does int3 in
                   15356:          debug build on win32]
                   15357: 
                   15358:        * tests/: 057.html, results/057.processed: test bug fixed
                   15359: 
1.116     moko     15360:        * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95      moko     15361: 
                   15362:        * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
                   15363:          missing
                   15364: 
1.116     moko     15365:        * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
                   15366:          forgotten files added to Makes
1.95      moko     15367: 
                   15368:        * ltmain.sh: ltmain.sh added
                   15369: 
                   15370:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15371:          change undone ;(
                   15372: 
                   15373:        * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
                   15374:          made static
                   15375: 
                   15376:        * src/: classes/math.C, classes/op.C, classes/string.C,
1.116     moko     15377:          main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
                   15378:          todo:make linker happy
1.95      moko     15379: 
                   15380:        * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
                   15381:          env param made optional
                   15382: 
                   15383: 2003-03-04  paf
                   15384: 
                   15385:        * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
                   15386:          types/pa_vimage.h: number of gcc compiler bugs fixed
                   15387: 
                   15388:        * tests/: 103.html, 103mark.gif, 103paf2001.gif,
                   15389:          results/103.processed: tests: 103 image.copy transparence test
                   15390: 
                   15391:        * src/main/execute.C, tests/101.html, tests/102.html,
                   15392:          tests/results/101.processed, tests/results/102.processed: tests:
                   15393:          101 method/variable name conflict test 102 form fields change
                   15394:          should not not change anything [bug fix]
                   15395: 
                   15396:        * tests/: 057.html, 099.html, 100.html, results/057.processed,
                   15397:          results/099.processed, results/100.processed: tests: 57 date
                   15398:          create 2002: added 99,100 response:body/download
                   15399: 
                   15400:        * src/classes/image.C, tests/098.html, tests/098font.gif,
                   15401:          tests/results/098.processed: test: 98 image font text [bug fixed]
                   15402: 
                   15403:        * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
                   15404:          tests/results/097.processed: test: 97 file::load http://  [bugs
                   15405:          fixed]
                   15406: 
                   15407:        * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
                   15408:          src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
                   15409:          tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
                   15410:          image EXIF  [bug fixed]
                   15411: 
                   15412:        * src/classes/table.C, src/main/execute.C, tests/061.dat,
                   15413:          tests/061.html, tests/062.html, tests/063.html, tests/064.html,
                   15414:          tests/065.html, tests/066.html, tests/067.html, tests/068.html,
                   15415:          tests/069.html, tests/070.html, tests/071.html, tests/072.html,
                   15416:          tests/073.html, tests/074.html, tests/075.html, tests/076.html,
                   15417:          tests/077.html, tests/078.html, tests/080.html, tests/081.html,
                   15418:          tests/082.html, tests/083.html, tests/084.html, tests/085.html,
                   15419:          tests/086.html, tests/087.html, tests/088.html, tests/089.html,
                   15420:          tests/090.html, tests/091.html, tests/092.html, tests/093.html,
                   15421:          tests/094.html, tests/095.html, tests/results/061.processed,
                   15422:          tests/results/062.processed, tests/results/063.processed,
                   15423:          tests/results/064.processed, tests/results/065.processed,
                   15424:          tests/results/066.processed, tests/results/067.processed,
                   15425:          tests/results/068.processed, tests/results/069.processed,
                   15426:          tests/results/070.processed, tests/results/071.processed,
                   15427:          tests/results/072.processed, tests/results/073.processed,
                   15428:          tests/results/074.processed, tests/results/075.processed,
                   15429:          tests/results/076.processed, tests/results/077.processed,
                   15430:          tests/results/078.processed, tests/results/080.processed,
                   15431:          tests/results/081.processed, tests/results/082.processed,
                   15432:          tests/results/083.processed, tests/results/084.processed,
                   15433:          tests/results/085.processed, tests/results/086.processed,
                   15434:          tests/results/087.processed, tests/results/088.processed,
                   15435:          tests/results/089.processed, tests/results/090.processed,
                   15436:          tests/results/091.processed, tests/results/092.processed,
                   15437:          tests/results/093.processed, tests/results/094.processed,
                   15438:          tests/results/095.processed, tests/079.html,
                   15439:          tests/results/079.processed: tests: 61 file::stat size 62
                   15440:          string->int autoconvert 63 double .int,dec,div,mul 64 date
                   15441:          compare 65 file: basename,justname,justext 66 math:crypt 67
                   15442:          string.match simple on long 68 string.match normalized simple on
                   15443:          long 69 string.int 70 file::stat content-type 71 table.join 72
                   15444:          hash parameter conditional pass 73 date daylightsaving,yearday 74
                   15445:          date arithmetics 75 response date values/attributes 76 string.pos
                   15446:          of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
                   15447:          with local 80 scientific numeric literal in string autoconvert 81
                   15448:          xor: logical and numerical 82 for delims 83 menu delims 84
                   15449:          table.hash distinct 85 long string  replace 86 throw+catch
                   15450:          current language preserve 87 bit shifts 88 junction tests +
                   15451:          $caller test 89 hash.foreach selfmodification 90 int/void to int
                   15452:          91 $caller test 92 junction is + def junction tests 93 $caller
                   15453:          test 94 syntax test 95 table.hash(keygenerator)  [bug fixed]
                   15454: 
                   15455:        * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
                   15456:          fixed] 60 string eq string [bug fixed]
                   15457: 
                   15458:        * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
                   15459:          058.html, 058_paf2000.png, 059.html, 060.html,
                   15460:          results/053.processed, results/054.processed,
                   15461:          results/055.processed, results/056.processed,
                   15462:          results/057.processed, results/058.processed,
                   15463:          results/059.processed, results/060.processed: test: 53
                   15464:          string.replace 54 junctions 55 table.hash 56 call indirect 57
                   15465:          date.create[string] 58 image.measure[png]
                   15466: 
                   15467:        * tests/: 052.html, outputs/049.processed, outputs/050.processed,
                   15468:          outputs/051.processed, results/052.processed: test: 52
                   15469:          pre/match/post test: passed AS-IT-WERE, but wrong :) separate
                   15470:          task: fix that
                   15471: 
                   15472: 2003-03-03  paf
                   15473: 
                   15474:        * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
                   15475:          048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
                   15476:          parser-cygwin.sh, parser-unix.sh, run_parser.sh,
                   15477:          outputs/049.processed, outputs/050.processed,
                   15478:          outputs/051.processed, results/001.processed,
                   15479:          results/002.processed, results/003.processed,
                   15480:          results/005.processed, results/006.processed,
                   15481:          results/008.processed, results/009.processed,
                   15482:          results/011.processed, results/012.processed,
                   15483:          results/013.processed, results/014.processed,
                   15484:          results/015.processed, results/016.processed,
                   15485:          results/017.processed, results/020.processed,
                   15486:          results/021.processed, results/022.processed,
                   15487:          results/024.processed, results/025.processed,
                   15488:          results/026.processed, results/027.processed,
                   15489:          results/028.processed, results/029.processed,
                   15490:          results/030.processed, results/031.processed,
                   15491:          results/049.processed, results/050.processed,
                   15492:          results/051.processed, results/043.processed,
                   15493:          results/044.processed, results/045.processed,
                   15494:          results/046.processed, results/047.processed,
                   15495:          results/048.processed: tests: 43,44,45 date rolls 46
                   15496:          autoevaluating junction 47 table.select 48 name with subvar 49
                   15497:          hash-creating switch 50 process 51 started parent/child, works as
                   15498:          it were but it were NOT GOOD, created separate task  to fix that
                   15499: 
                   15500:        * tests/: 042.html, results/042.processed: test: 42
                   15501:          exception.handled
                   15502: 
                   15503:        * tests/: 041.html, results/041.processed: test: 41 table.locate by
                   15504:          expression
                   15505: 
                   15506:        * tests/: 040.html, results/040.processed: test: 39 method result
                   15507:          of type table 40 method param junction auto evaluate
                   15508: 
                   15509:        * tests/: 039.html, results/039.processed: test: 37 method result
                   15510:          of type table
                   15511: 
                   15512:        * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
                   15513:          tests/034.html, tests/035.html, tests/036.html, tests/037.html,
                   15514:          tests/038.html, tests/results/033.processed,
                   15515:          tests/results/034.processed, tests/results/035.processed,
                   15516:          tests/results/036.processed, tests/results/037.processed,
                   15517:          tests/results/038.processed: tests: 33 string.replace 34
                   15518:          string.upper 35 table created 36 local/global vars with juntions
                   15519:          37 table clone 38 math PI & number formatting
                   15520: 
                   15521:          math class registring typo fixed
                   15522: 
                   15523:        * src/classes/op.C, src/include/pa_request.h,
                   15524:          src/include/pa_string.h, src/main/execute.C,
                   15525:          src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
                   15526:          src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
                   15527:          tests/032.html, tests/results/032.processed: uchar changed to
                   15528:          String_UL in all places [was not everywhere] untaint test: 032
                   15529: 
                   15530:        * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
                   15531:          tests/results/004.processed, tests/parser-cygwin.sh,
                   15532:          tests/parser-unix.sh: removed -H command line key, now testing
                   15533:          using .sh file with SERVER_SOFTWARE=xxx
                   15534: 
                   15535: 2003-02-26  paf
                   15536: 
                   15537:        * src/main/execute.C, src/types/pa_vstateless_class.h,
                   15538:          tests/024.html, tests/025.html, tests/026.html, tests/027.html,
                   15539:          tests/028.html, tests/029.html, tests/030.html, tests/031.html,
                   15540:          tests/results/024.processed, tests/results/025.processed,
                   15541:          tests/results/026.processed, tests/results/027.processed,
                   15542:          tests/results/028.processed, tests/results/029.processed,
                   15543:          tests/results/030.processed, tests/results/031.processed: fixed
                   15544:          bug with name_cstr mutable CharPtr more tests
                   15545: 
                   15546:        * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
                   15547:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
                   15548:          << abort.  die now just exits
                   15549: 
                   15550:        * src/classes/classes.awk, src/classes/classes.h,
                   15551:          src/classes/date.C, src/classes/double.C, src/classes/file.C,
                   15552:          src/classes/form.C, src/classes/hash.C, src/classes/image.C,
                   15553:          src/classes/int.C, src/classes/mail.C, src/classes/math.C,
                   15554:          src/classes/op.C, src/classes/response.C, src/classes/string.C,
                   15555:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   15556:          src/classes/xnode.C, src/include/pa_memory.h,
                   15557:          src/include/pa_sapi.h, src/targets/cgi/parser3.C,
                   15558:          src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
                   15559:          src/types/pa_vform.C, tests/015.html, tests/016.html,
                   15560:          tests/017.html, tests/018.html, tests/019.html,
                   15561:          tests/019paf2001.gif, tests/020.html, tests/021.html,
                   15562:          tests/022.html, tests/023.html, tests/022_dir/a.html,
                   15563:          tests/022_dir/b.txt, tests/022_dir/c.htm,
                   15564:          tests/results/015.processed, tests/results/016.processed,
                   15565:          tests/results/017.processed, tests/results/018.processed,
                   15566:          tests/results/019.processed, tests/results/020.processed,
                   15567:          tests/results/021.processed, tests/results/022.processed,
                   15568:          tests/results/023.processed: methoded_array now contains all Mxxx
                   15569:          classes SAPI::get_env now returns info on pool more tests
                   15570: 
                   15571:        * src/include/pa_array.h, src/include/pa_hash.h,
                   15572:          src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
                   15573:          tests/002.html, tests/003.html, tests/004.html, tests/005.html,
                   15574:          tests/006.html, tests/007.html, tests/008.html, tests/009.html,
                   15575:          tests/010.html, tests/011.html, tests/012.html, tests/013.html,
                   15576:          tests/014.html, tests/Makefile, tests/outputs/create-dir,
                   15577:          tests/results/001.processed, tests/results/002.processed,
                   15578:          tests/results/003.processed, tests/results/004.processed,
                   15579:          tests/results/005.processed, tests/results/006.processed,
                   15580:          tests/results/007.processed, tests/results/008.processed,
                   15581:          tests/results/009.processed, tests/results/010.processed,
                   15582:          tests/results/011.processed, tests/results/012.processed,
                   15583:          tests/results/013.processed, tests/results/014.processed: hash
                   15584:          cloning fixed
                   15585: 
                   15586: 2003-02-25  paf
                   15587: 
                   15588:        * src/main/pa_common.C: typo fixed
                   15589: 
                   15590: 2003-02-24  paf
                   15591: 
                   15592:        * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
                   15593:          [one remained]
                   15594: 
                   15595:        * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
                   15596:          [should have been get_string(&pool)] todo: check other such calls
                   15597: 
                   15598:        * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
                   15599:          test10, bad lookups
                   15600: 
                   15601:          xxx* xxx=smartptr.get(); << is bad style, after ";" original
                   15602:          object got destructed, and xxx points to sky
                   15603: 
                   15604:        * ChangeLog, src/classes/string.C: match bug fixed
                   15605: 
                   15606:        * src/types/pa_vmail.C: body [text/html] transcoded to
                   15607:          $.charset[specified] now
                   15608: 
                   15609:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15610:          which failed to handle sigsetjmp+throw: crashed inside of
                   15611:          pre-throw code.  rewritten simplier [though duplicating
                   15612:          closesocket code]
                   15613: 
                   15614:        * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
                   15615:          which failed to handle sigsetjmp+throw: crashed inside of
                   15616:          pre-throw code.  rewritten simplier [though duplicating
                   15617:          closesocket code]
                   15618: 
                   15619: 2003-02-21  paf
                   15620: 
                   15621:        * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
                   15622:          $cookie:name[$.expires[date << can be now]]
                   15623: 
                   15624:          written makefile with regression tests [raw]
                   15625: 
                   15626:        * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
                   15627:          tests' only [it's not forcing CGI mode now] now use -H to output
                   15628:          CGI header when parser used in command line [useful for tests
                   15629:          also]
                   15630: 
                   15631:        * src/targets/cgi/parser3.C: MAKE_TEST environment variable
                   15632:          switches on CGI mode, and is used in regression tests
                   15633: 
                   15634:        * src/: include/pa_request.h, main/pa_request.C,
                   15635:          targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
                   15636:          fixed
                   15637: 
                   15638:        * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
                   15639:          handling pa_*
                   15640: 
                   15641:        * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
                   15642:          include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
                   15643:          main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
                   15644:          memory handling files
                   15645: 
                   15646:        * src/main/pa_array.C: pool::format_integer terminator fixed
                   15647: 
                   15648:        * src/: main/execute.C, targets/cgi/parser3.C: release mode now
                   15649:          compiles OK test to show benefits of free
                   15650: 
                   15651:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   15652:          classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
                   15653:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15654:          types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
                   15655:          use pool [as the one in ^process]
                   15656: 
                   15657:        * src/classes/op.C: fixed process.  sould now check for all cstr's
                   15658:          -- some must use pool [as the one in ^process]
                   15659: 
                   15660: 2003-02-20  paf
                   15661: 
                   15662:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15663:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15664:          classes/math.C, classes/op.C, classes/response.C,
                   15665:          classes/string.C, classes/table.C, classes/void.C,
                   15666:          classes/xdoc.C, classes/xnode.C, main/pa_string.C,
                   15667:          types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
                   15668:          string cmp fixed
                   15669: 
                   15670:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
                   15671:          values passed OK now
                   15672: 
                   15673: 2003-02-19  paf
                   15674: 
                   15675:        * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
                   15676:          main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
                   15677:          main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
                   15678:          targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
                   15679:          types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
                   15680:          all remaning leaks resulted from pooled::malloc calls [excluding
                   15681:          in gd -- planning complete rewrite extremely ugly code]
                   15682: 
                   15683:        * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
                   15684:          files
                   15685: 
                   15686: 2003-02-17  paf
                   15687: 
                   15688:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15689:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15690:          classes/response.C, classes/string.C, classes/table.C,
                   15691:          classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
                   15692:          include/pa_stylesheet_connection.h,
                   15693:          include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
                   15694:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   15695:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
                   15696:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   15697:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   15698:          types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
                   15699:          of unitialized simple-typed field
                   15700: 
                   15701:        * src/: classes/classes.C, classes/classes.h, main/execute.C,
                   15702:          main/pa_charset.C, main/pa_request.C: another bug of unitialized
                   15703:          simple-typed field fixed.  todo: find&kill all like that one
                   15704: 
                   15705:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   15706:          targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
                   15707:          debug output fixed
                   15708: 
                   15709:        * src/: include/pa_stack.h, main/compile.C, main/execute.C,
                   15710:          main/pa_request.C: stack-stored items need extra .ref to prevent
                   15711:          object_ptr from delete[them]
                   15712: 
                   15713:        * src/: classes/date.C, classes/op.C, classes/table.C,
                   15714:          classes/xdoc.C, classes/xnode.C, include/pa_array.h,
                   15715:          include/pa_charset.h, main/Makefile.am, main/main.dsp,
                   15716:          main/pa_charset.C, main/pa_common.C,
                   15717:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   15718:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   15719:          types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
                   15720:          calls
                   15721: 
                   15722:        * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
                   15723:          couple mem leaks rusulted from old pooled::malloc usage.
                   15724:          todo:find more like those
                   15725: 
                   15726:        * src/main/: compile.C, compile_tools.C: 2*2!
                   15727: 
                   15728:        * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
                   15729:          stackItem fixed [there were no string on stack before]
                   15730: 
                   15731:        * src/: main/execute.C, main/pa_request.C,
                   15732:          types/pa_vmethod_frame.C: first letters out OK
                   15733: 
                   15734:        * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
                   15735:          include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   15736:          main/pa_string.C, main/untaint.C, types/pa_value.h,
                   15737:          types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
                   15738:          types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
                   15739:          type not initialized with zeros :( while class fields of class
                   15740:          types initialized with default constructors.  learn C++
                   15741: 
                   15742:        * src/: classes/classes.awk, classes/double.C, classes/file.C,
                   15743:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   15744:          classes/math.C, classes/xdoc.C, classes/xnode.C,
                   15745:          include/pa_array.h, include/pa_string.h, main/pa_exec.C,
                   15746:          types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
                   15747: 
                   15748: 2003-02-14  paf
                   15749: 
                   15750:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
                   15751:          13 link errors
                   15752: 
                   15753:        * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
                   15754:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   15755:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   15756:          types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
                   15757:          errors :)
                   15758: 
                   15759:        * src/: classes/classes.C, classes/classes.awk, classes/file.C,
                   15760:          classes/hash.C, classes/mail.C, classes/op.C,
                   15761:          include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
                   15762:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
                   15763:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
                   15764:          classes.lib - 0 error(s), 0 warning(s) parser.C compiled
                   15765: 
                   15766:        * src/: classes/classes.dsp, classes/op.C, classes/string.C,
                   15767:          classes/table.C, include/pa_common.h, include/pa_globals.h,
                   15768:          include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
                   15769:          main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
                   15770:          types/pa_vint.h, types/types.dsp: op compiled
                   15771: 
                   15772:        * src/: classes/classes.dsp, classes/response.C, classes/string.C,
                   15773:          include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
                   15774:          main/untaint.C, types/pa_vtable.h: string, response compiled
                   15775: 
                   15776: 2003-02-07  paf
                   15777: 
                   15778:        * src/: classes/table.C, types/pa_vtable.h: table compiled
                   15779: 
                   15780: 2003-02-06  paf
                   15781: 
                   15782:        * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
                   15783:          mail compiled
                   15784: 
                   15785:        * src/: classes/image.C, classes/string.C, classes/xdoc.C,
                   15786:          include/pa_common.h, include/pa_hash.h, main/pa_common.C,
                   15787:          types/pa_vfile.h, types/pa_vimage.h: image compiled
                   15788: 
                   15789:        * src/classes/: file.C, form.C: form compiled
                   15790: 
                   15791:        * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
                   15792:          include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
                   15793:          types/pa_vfile.C, types/pa_vfile.h: file compiled
                   15794: 
                   15795:        * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
                   15796:          types/pa_vmath.h: math compiled [win32]
                   15797: 
                   15798:        * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
                   15799:          types/pa_vstring.h: hash compiled
                   15800: 
                   15801: 2003-02-04  paf
                   15802: 
                   15803:        * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
                   15804:          include/pa_hash.h, include/pa_request.h, include/pa_string.h,
                   15805:          include/pa_table.h, main/pa_common.C, main/pa_exec.C,
                   15806:          main/pa_string.C, types/pa_method.h, types/pa_vform.C,
                   15807:          types/pa_vhash.h: hash 50% compiled
                   15808: 
                   15809:        * src/: classes/date.C, classes/file.C, classes/hash.C,
                   15810:          classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
                   15811:          classes/string.C, classes/table.C, classes/xdoc.C,
                   15812:          classes/xnode.C, include/pa_request.h, main/pa_globals.C,
                   15813:          main/pa_string.C: date compiled
                   15814: 
                   15815:        * src/classes/: classes.dsp, double.C: double compiled
                   15816: 
                   15817:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15818:          classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
                   15819:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   15820:          classes/string.C, classes/table.C, classes/void.C,
                   15821:          classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
                   15822:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
                   15823:          types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
                   15824:          compiled
                   15825: 
                   15826:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   15827:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   15828:          classes/math.C, classes/op.C, classes/response.C,
                   15829:          classes/string.C, classes/table.C, classes/void.C,
                   15830:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   15831:          types/pa_vvoid.h: void  compiled :)
                   15832: 
                   15833:        * src/: include/pa_globals.h, main/pa_cache_managers.C,
                   15834:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   15835:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15836:          main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
                   15837:          main/pa_string.C, main/pa_uue.C, main/untaint.C,
                   15838:          types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
                   15839:          types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
                   15840:          types/pa_vresponse.C, types/pa_vstateless_class.C,
                   15841:          types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
                   15842:          types/pa_wcontext.C, types/types.dsp: removed stupid
                   15843:          value_includes.h
                   15844: 
                   15845:        * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
                   15846:          trying to remove stupid value_includes.h
                   15847: 
                   15848:        * src/main/pa_exec.C: pa_exec compiled on win32
                   15849: 
                   15850:        * src/main/pa_exec.C: libmain.a compiled on six [unix]
                   15851: 
                   15852:        * src/: include/pa_globals.h, include/pa_request.h,
                   15853:          types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
                   15854:          types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
                   15855:          types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
                   15856:          types/pa_vrequest.C, types/pa_vstateless_class.C,
                   15857:          types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
                   15858: 
                   15859:        * src/: include/pa_config_includes.h, include/pa_dictionary.h,
                   15860:          main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
                   15861:          main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
                   15862: 
                   15863:        * src/: include/pa_array.h, include/pa_config_includes.h,
                   15864:          include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
                   15865:          main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
                   15866:          compiled
                   15867: 
                   15868:        * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
                   15869:          name conflicts)
                   15870: 
                   15871:        * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
                   15872:          types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
                   15873:          yelds "virtual memory exhausted" while trying to compile
                   15874:          execute.C [eating up to 127MB]
                   15875: 
                   15876: 2003-02-03  paf
                   15877: 
                   15878:        * src/: include/pa_config_includes.h, include/pa_hash.h,
                   15879:          include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
                   15880:          main/pa_common.C, types/pa_value.C, types/pa_value.h,
                   15881:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
                   15882:          types/pa_vint.h, types/pa_vjunction.h,
                   15883:          types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
                   15884:          started gcc compiling pa_common compiled
                   15885: 
                   15886:        * src/: include/pa_exception.h, include/pa_pool.h,
                   15887:          main/pa_exception.C: exception gcc change #1
                   15888: 
1.116     moko     15889:        * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
                   15890:          compile _P identifier. it replaced it to some strange 0x0000040
1.95      moko     15891: 
                   15892:        * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
                   15893: 
                   15894:        * src/types/pa_vtable.C: vtable compiled
                   15895: 
                   15896:        * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
                   15897: 
                   15898:        * src/: include/pa_cache_managers.h, main/pa_request.C,
                   15899:          types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
                   15900: 
                   15901:        * src/types/pa_vstateless_class.C: vstateless_class compiled
                   15902: 
                   15903:        * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
                   15904: 
                   15905:        * src/types/pa_vrequest.C: vrequest compiled
                   15906: 
                   15907:        * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
                   15908:          pa_vobject.C, pa_vobject.h: vobject compiled
                   15909: 
                   15910:        * src/: classes/form.C, classes/mail.C, include/pa_request.h,
                   15911:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15912:          types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
                   15913:          compiled
                   15914: 
                   15915:        * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
                   15916: 
                   15917:        * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
                   15918:          types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
                   15919:          types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
                   15920:          compiled
                   15921: 
                   15922:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   15923:          main.lib - 0 error(s), 0 warning(s)
                   15924: 
                   15925:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   15926:          types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
                   15927: 
                   15928: 2003-01-31  paf
                   15929: 
                   15930:        * src/: include/pa_array.h, include/pa_operation.h,
                   15931:          include/pa_request.h, main/execute.C, main/main.dsp,
                   15932:          types/pa_vjunction.h: started last file from main library:
                   15933:          execute
                   15934: 
                   15935:        * src/: include/pa_request.h, include/pa_sapi.h,
                   15936:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   15937:          main/pa_request.C, targets/cgi/parser3.C,
                   15938:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
                   15939:          types/pa_vhash.h: pa_request compiled
                   15940: 
                   15941:        * src/: classes/op.C, classes/string.C, include/pa_common.h,
                   15942:          include/pa_globals.h, include/pa_request.h,
                   15943:          include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
                   15944:          main/execute.C, main/main.dsp, main/pa_common.C,
                   15945:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   15946:          types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
                   15947:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
                   15948:          types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   15949:          types/types.dsp: most pa_request compiled
                   15950: 
                   15951:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   15952:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   15953:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   15954:          classes/op.C, classes/response.C, classes/string.C,
                   15955:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   15956:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   15957:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   15958:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   15959:          include/pa_dictionary.h, include/pa_dir.h,
                   15960:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   15961:          include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
                   15962:          include/pa_pool.h, include/pa_request.h,
                   15963:          include/pa_request_charsets.h, include/pa_request_info.h,
                   15964:          include/pa_sapi.h, include/pa_socks.h,
                   15965:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   15966:          include/pa_stack.h, include/pa_string.h,
                   15967:          include/pa_stylesheet_connection.h,
                   15968:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   15969:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   15970:          lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
                   15971:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
                   15972:          lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
                   15973:          lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
                   15974:          main/compile.C, main/compile.tab.C, main/compile.y,
                   15975:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   15976:          main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
                   15977:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   15978:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   15979:          main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
                   15980:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   15981:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   15982:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
                   15983:          targets/cgi/getopt.h, targets/cgi/pa_pool.C,
                   15984:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   15985:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   15986:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   15987:          targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
                   15988:          types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
                   15989:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   15990:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   15991:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   15992:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   15993:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
                   15994:          types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
                   15995:          types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
                   15996:          types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
                   15997:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   15998:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   15999:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16000:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   16001:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   16002:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   16003:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   16004:          types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
                   16005: 
                   16006:        * ChangeLog, src/classes/classes.h, src/classes/op.C,
                   16007:          src/include/pa_cache_managers.h, src/include/pa_charset.h,
                   16008:          src/include/pa_charsets.h, src/include/pa_common.h,
                   16009:          src/include/pa_dictionary.h, src/include/pa_exception.h,
                   16010:          src/include/pa_exec.h, src/include/pa_pool.h,
                   16011:          src/include/pa_request.h, src/include/pa_sapi.h,
                   16012:          src/include/pa_sql_connection.h,
                   16013:          src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
                   16014:          src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
                   16015:          src/main/compile.tab.C, src/main/compile_tools.C,
                   16016:          src/main/compile_tools.h, src/main/main.dsp,
                   16017:          src/main/pa_charset.C, src/main/pa_charsets.C,
                   16018:          src/main/pa_common.C, src/main/pa_dictionary.C,
                   16019:          src/main/pa_exception.C, src/main/pa_exec.C,
                   16020:          src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
                   16021:          src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
                   16022:          src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
                   16023:          src/types/pa_vclass.h, src/types/pa_vcookie.C,
                   16024:          src/types/pa_vcookie.h, src/types/pa_vdate.h,
                   16025:          src/types/pa_vdouble.h, src/types/pa_venv.h,
                   16026:          src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
                   16027:          src/types/pa_vhash.h, src/types/pa_vimage.C,
                   16028:          src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
                   16029:          src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
                   16030:          src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
                   16031:          src/types/pa_vobject.C, src/types/pa_vobject.h,
                   16032:          src/types/pa_vrequest.C, src/types/pa_vrequest.h,
                   16033:          src/types/pa_vresponse.C, src/types/pa_vresponse.h,
                   16034:          src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
                   16035:          src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
                   16036:          src/types/pa_vstring.h, src/types/pa_vtable.h,
                   16037:          src/types/pa_vvoid.h, src/types/pa_wcontext.C,
                   16038:          src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
                   16039:          died, long live StringPtr
                   16040: 
                   16041: 2003-01-30  paf
                   16042: 
                   16043:        * src/: include/pa_charset.h, include/pa_request.h,
                   16044:          include/pa_sql_driver_manager.h, main/compile.tab.C,
                   16045:          main/compile.y, main/compile_tools.h, main/pa_request.C,
                   16046:          types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
                   16047: 
                   16048:        * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
                   16049:          main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
                   16050:          types/pa_vhash.h, types/pa_vmethod_frame.h,
                   16051:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16052:          types/types.dsp: vstateless_class compiled
                   16053: 
                   16054:        * src/main/compile.C: compile compiled
                   16055: 
                   16056:        * src/: include/pa_array.h, include/pa_operation.h,
                   16057:          include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
                   16058:          main/pa_table.C: compile_tools compiled
                   16059: 
                   16060:        * src/: include/pa_operation.h, main/compile.y,
                   16061:          main/compile_tools.C, main/compile_tools.h: started
                   16062:          compile_tools. vagues ideas of how to free compiled code
                   16063: 
                   16064:        * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
                   16065:          main/main.dsp, types/pa_value.C, types/pa_value.h,
                   16066:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
                   16067:          compiled
                   16068: 
                   16069: 2003-01-29  paf
                   16070: 
                   16071:        * src/: include/pa_globals.h, include/pa_request.h,
                   16072:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   16073:          types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
                   16074:          types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
                   16075:          compiled
                   16076: 
                   16077:        * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
                   16078:          now
                   16079: 
                   16080:        * src/: include/pa_array.h, include/pa_exception.h,
                   16081:          include/pa_pool.h, main/pa_exception.C: gd compiled
                   16082: 
                   16083:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
                   16084:          compiled
                   16085: 
                   16086:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   16087:          types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
                   16088:          types/pa_vfile.h: vfile compiled
                   16089: 
                   16090:        * src/: include/pa_common.h, include/pa_globals.h,
                   16091:          include/pa_string.h, main/pa_globals.C, types/pa_value.C,
                   16092:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16093:          types/pa_vform.C, types/pa_vform.h: vcookie compiled
                   16094: 
                   16095:        * src/: include/pa_exception.h, main/pa_cache_managers.C,
                   16096:          main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
                   16097:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   16098:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   16099:          main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
                   16100: 
                   16101:        * src/: include/pa_request_charsets.h, include/pa_request_info.h,
                   16102:          main/main.dsp, main/untaint.C: more compiled
                   16103: 
                   16104:        * src/: include/pa_charsets.h, include/pa_request.h,
                   16105:          include/pa_request_info.h, include/pa_string.h,
                   16106:          main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   16107:          types/pa_vresponse.h: vrequest compiled
                   16108: 
                   16109:        * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
                   16110:          pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
                   16111:          pa_vresponse.h, pa_wcontext.h: vrequest compiled
                   16112: 
                   16113:        * src/: classes/classes.h, include/pa_charset.h,
                   16114:          include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
                   16115:          include/pa_request.h, include/pa_string.h, main/main.dsp,
                   16116:          main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
                   16117:          main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
                   16118:          types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
                   16119:          types/pa_vrequest.C, types/pa_vrequest.h,
                   16120:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   16121:          types/pa_vvoid.h: vrequest,vdouble,vint compiled
                   16122: 
                   16123:        * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
                   16124:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   16125:          main/main.dsp, types/pa_value.h, types/pa_vbool.h,
                   16126:          types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
                   16127:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16128:          types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
                   16129:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   16130:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   16131:          types/pa_vstring.h, types/types.dsp: vmath compiled
                   16132: 
                   16133: 2003-01-28  paf
                   16134: 
                   16135:        * src/: classes/classes.h, classes/date.C, classes/file.C,
                   16136:          classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
                   16137:          classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
                   16138:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
                   16139:          types/pa_vobject.h, types/pa_vstateless_class.h: started main:
                   16140:          compile_tools
                   16141: 
                   16142:        * src/: include/pa_charset.h, include/pa_exception.h,
                   16143:          include/pa_request.h, include/pa_string.h, main/untaint.C:
                   16144:          untaint compiled
                   16145: 
                   16146:        * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
                   16147:          src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
                   16148:          more compiled.  struck with string::store_to needing to know
                   16149:          source/client charsets
                   16150: 
                   16151:        * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
                   16152:          types/pa_vfile.h: uue compiled
                   16153: 
                   16154:        * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
                   16155:          table compiled
                   16156: 
                   16157:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
                   16158:          main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
                   16159: 
                   16160:        * src/: include/pa_charset.h, main/pa_charset.C,
                   16161:          main/pa_charsets.C: charset/s simplified [charset::pool_for_load
                   16162:          introduced]
                   16163: 
                   16164:        * src/: classes/date.C, include/pa_charset.h,
                   16165:          include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
                   16166:          main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
                   16167:          pa_charsets compiled
                   16168: 
                   16169:        * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
                   16170:          include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
                   16171: 
                   16172:        * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
                   16173:          common compiled
                   16174: 
                   16175:        * src/: include/pa_charsets.h, main/pa_charsets.C,
                   16176:          main/pa_sql_driver_manager.C: pa_charsets compiled
                   16177: 
                   16178:        * src/: include/pa_array.h, include/pa_charset.h,
                   16179:          include/pa_charsets.h, include/pa_pool.h,
                   16180:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16181:          include/pa_stack.h, include/pa_string.h,
                   16182:          main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
                   16183:          sql_driver_manager compiled
                   16184: 
                   16185:        * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
                   16186:          letter i with two dots added to koi, all ukranian letters added
                   16187:          to win1251.
                   16188: 
                   16189:          typographic simbol 0xb9 deleted from win1251 [strange one & were
                   16190:          abscent from koi]
                   16191: 
                   16192: 2003-01-27  paf
                   16193: 
                   16194:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   16195:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   16196:          main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
                   16197:          sql/pa_sql_driver.h: paused on sql_manager
                   16198: 
                   16199:        * src/: include/pa_cache_managers.h, include/pa_pool.h,
                   16200:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16201:          include/pa_stack.h, main/pa_sql_driver_manager.C,
                   16202:          types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
                   16203: 
                   16204:        * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
                   16205:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16206:          include/pa_table.h, main/pa_sql_driver_manager.C,
                   16207:          main/pa_table.C: table compiled
                   16208: 
                   16209:        * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
                   16210:          cache_managers compiled
                   16211: 
                   16212:        * src/: include/pa_array.h, include/pa_charset.h,
                   16213:          include/pa_pool.h, main/pa_charset.C: charset compiled
                   16214: 
                   16215:        * src/: include/pa_pool.h, main/pa_common.C: common compiled
                   16216: 
                   16217:        * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
                   16218:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16219:          main/pa_string.C, types/pa_value.C, types/pa_value.h,
                   16220:          types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
                   16221:          types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
                   16222: 
                   16223: 2003-01-24  paf
                   16224: 
                   16225:        * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
                   16226:          include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
                   16227:          include/pa_pool.h, include/pa_string.h, main/pa_common.C,
                   16228:          main/pa_globals.C, main/pa_string.C, types/pa_value.h,
                   16229:          types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
                   16230:          types/pa_vint.h, types/pa_vjunction.h,
                   16231:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   16232:          types/pa_vstatus.h, types/pa_vstring.h: more patched
                   16233: 
                   16234:        * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
                   16235:          include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
                   16236:          include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
                   16237:          main/pa_string.C, main/pa_table.C: string compiled
                   16238: 
                   16239:        * src/: include/pa_array.h, include/pa_common.h,
                   16240:          include/pa_dictionary.h, include/pa_exception.h,
                   16241:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   16242:          main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
                   16243:          main/pa_string.C: dictionary compiled
                   16244: 
                   16245: 2003-01-23  paf
                   16246: 
                   16247:        * src/: include/pa_array.h, include/pa_common.h,
                   16248:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   16249:          include/pa_request.h, include/pa_string.h, main/pa_common.C,
                   16250:          main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
                   16251:          types/pa_value.h: resurrected pool in new sense: now it's
                   16252:          factory, producing&accounting memory chunks for read[autofree]
                   16253:          buffers
                   16254: 
                   16255:        * src/: include/pa_array.h, include/pa_exception.h,
                   16256:          include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
                   16257:          main/pa_exception.C, main/pa_table.C: table compiled
                   16258: 
                   16259:        * src/: classes/image.C, classes/op.C, include/pa_array.h,
                   16260:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   16261:          include/pa_pool.h, include/pa_pragma_pack_begin.h,
                   16262:          include/pa_pragma_pack_end.h, include/pa_sapi.h,
                   16263:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   16264:          main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
                   16265:          main/pa_table.C: aint that easy
                   16266: 
                   16267:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   16268:          main/main.dsp: continued with Hash
                   16269: 
                   16270:        * src/main/pa_common.C: connect_string allocated on heap[wes on
                   16271:          stack] now. and exception can be reported OK now [can be reported
                   16272:          outside of pro c with that stack]
                   16273: 
                   16274: 2003-01-22  paf
                   16275: 
                   16276:        * src/: include/pa_array.h, include/pa_charset.h,
                   16277:          include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
                   16278:          include/pa_string.h, main/pa_array.C, main/pa_hash.C,
                   16279:          main/pa_pool.C, main/pa_string.C: started auto_ptr.  PA_Object is
                   16280:          base: contains references_count.  auto_ptr template calls
                   16281:          add_ref/release
                   16282: 
                   16283: 2003-01-21  paf
                   16284: 
                   16285:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   16286:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   16287:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   16288:          classes/op.C, classes/response.C, classes/string.C,
                   16289:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   16290:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   16291:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   16292:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   16293:          include/pa_dictionary.h, include/pa_dir.h,
                   16294:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   16295:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   16296:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   16297:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   16298:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   16299:          include/pa_stack.h, include/pa_string.h,
                   16300:          include/pa_stylesheet_connection.h,
                   16301:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   16302:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   16303:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   16304:          lib/pcre/pcre_parser_ctype.c, main/compile.C,
                   16305:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   16306:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   16307:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   16308:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   16309:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   16310:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   16311:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   16312:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   16313:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   16314:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   16315:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   16316:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   16317:          types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
                   16318:          types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
                   16319:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   16320:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   16321:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16322:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   16323:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   16324:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16325:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16326:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16327:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16328:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16329:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   16330:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   16331:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   16332:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   16333:          types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
                   16334:          2002->2003
                   16335: 
                   16336: 2003-01-16  paf
                   16337: 
                   16338:        * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
                   16339:          src/main/pa_globals.C: http:// introducing     $.any-status(1)
                   16340: 
                   16341:        * operators.txt, src/include/pa_config_fixed.h,
                   16342:          src/main/pa_common.C: http request now return status. and not
                   16343:          fail on status!=200
                   16344: 
                   16345: 2003-01-15  paf
                   16346: 
                   16347:        * src/main/pa_globals.C: localized pa_xmlFileRead/Close
                   16348: 
                   16349: 2003-01-14  paf
                   16350: 
                   16351:        * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
                   16352:          mkinstalldirs: removed some ancient files [they in / really]
                   16353: 
                   16354:        * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
                   16355:          regretfully needed patch in two places.  in config_fixed.h made
                   16356:          stubs for lib to compile in MSVC
                   16357: 
                   16358: 2003-01-13  paf
                   16359: 
                   16360:        * config.guess, config.sub, ltmain.sh: removed last piece of
                   16361:          configure.in(libtool) hacks
                   16362: 
1.116     moko     16363:        * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95      moko     16364:          config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
                   16365:          ltdl.h: moved to latest libtool (1.4.3)
                   16366: 
                   16367: 2003-01-10  paf
                   16368: 
                   16369:        * src/lib/ltdl/: configure, configure.in: PROG_NM
                   16370: 
                   16371:        * src/main/pa_globals.C: moved to latest xml lib versions, changed
                   16372:          patches.        libxml2 >= 2.5.1
                   16373:          [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]        libxslt >= 1.0.23
                   16374:          [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]        gdome2 >= 0.7.2
                   16375:          [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16376: 
                   16377:        * INSTALL: moved to latest versions of xml libs       libxml2 >=
                   16378:          2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz]       libxslt >=
                   16379:          1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz]       gdome2 >=
                   16380:          0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
                   16381: 
                   16382: 2003-01-09  paf
                   16383: 
                   16384:        * INSTALL: xml,xslt,gdome lib urls updated
                   16385: 
                   16386:        * config.guess, config.sub, missing, mkinstalldirs,
1.116     moko     16387:          src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95      moko     16388:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116     moko     16389:          src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
                   16390:          1.7.2
1.95      moko     16391: 
                   16392:        * depcomp: moving to automake 1.7.2
                   16393: 
                   16394: 2002-12-27  paf
                   16395: 
                   16396:        * src/include/pa_version.h: 0007
                   16397: 
                   16398:        * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
                   16399:          outdated parts, made links to language docs
                   16400: 
                   16401:        * src/include/pa_config_auto.h.in: comment
                   16402: 
                   16403: 2002-12-26  paf
                   16404: 
                   16405:        * src/classes/file.C: ^file:fullpath[a.gif] when document root did
                   16406:          not contain trailing / fixed.
                   16407: 
                   16408:        * INSTALL: changing SAFE_MODE politics
                   16409: 
                   16410:        * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
                   16411: 
                   16412:        * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
                   16413: 
                   16414: 2002-12-25  paf
                   16415: 
                   16416:        * src/main/pa_globals.C: optimized-xml
                   16417: 
                   16418:        * src/main/pa_globals.C: optimized-as-is
                   16419: 
                   16420: 2002-12-24  paf
                   16421: 
                   16422:        * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
                   16423:          fixed [were really called with zero size when .html?a=&b=]
                   16424: 
                   16425:        * src/classes/mail.C: $MAIL in @conf now invalid when configured
                   16426:          with --with-sendmail
                   16427: 
                   16428:        * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
                   16429:          fixed]
                   16430: 
                   16431: 2002-12-23  paf
                   16432: 
                   16433:        * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
                   16434:          ignoring parameters & were storing only string with default
                   16435:          expires
                   16436: 
                   16437:        * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
                   16438:          To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
                   16439:          December 23, 2002 4:22 AM Subject: bug â
                   16440:          Charset::transcode_buf2xchar
                   16441: 
                   16442: 2002-12-20  paf
                   16443: 
                   16444:        * src/targets/cgi/parser3.C: removed last \n appending in non-win32
                   16445:          non-cgi [script] runs
                   16446: 
                   16447: 2002-12-19  paf
                   16448: 
                   16449:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16450:          [tested on elik]] moreover, it's not needed there [parser
                   16451:          registers charsets itself]
                   16452: 
                   16453:        * INSTALL: --without-iconv recommended [it crashes on some systems
                   16454:          [tested on elik]]
                   16455: 
                   16456:        * operators.txt, src/include/pa_globals.h,
                   16457:          src/include/pa_request.h, src/main/pa_globals.C,
                   16458:          src/main/pa_request.C: $response:download
                   16459: 
                   16460:        * src/classes/mail.C: 'to' check bugfix [now checked only on ms
                   16461:          compiler [win32]].
                   16462: 
                   16463: 2002-12-18  paf
                   16464: 
                   16465:        * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
                   16466: 
                   16467: 2002-12-17  paf
                   16468: 
                   16469:        * src/targets/cgi/parser3.C: merged die&iis changes
                   16470: 
                   16471:        * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
                   16472:          to exit(1) 2. more flexible iilegal call check
                   16473: 
                   16474: 2002-12-16  paf
                   16475: 
                   16476:        * ltmain.sh: some automakes silly insist on having this handy
                   16477: 
                   16478:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16479:          'p' bug fix
                   16480: 
                   16481: 2002-12-15  paf
                   16482: 
                   16483:        * src/main/untaint.C: filespec russian small 'r' changed to latin
                   16484:          'p'
                   16485: 
                   16486:        * configure.in, src/include/pa_config_auto.h.in,
                   16487:          src/main/compile.C, src/main/pa_common.C: merged small changes
                   16488:          from branch 6 to HEAD
                   16489: 
                   16490:        * src/main/compile.C: removed warning
                   16491: 
                   16492:        * src/main/pa_common.C: ftruncate having checked
                   16493: 
                   16494:        * configure.in, src/include/pa_version.h: new version
                   16495: 
                   16496: 2002-12-14  paf
                   16497: 
                   16498:        * src/classes/table.C: removed unnecessary code
                   16499: 
                   16500:        * src/sql/pa_sql_driver.h: exception type fixed
                   16501: 
                   16502: 2002-12-09  paf
                   16503: 
                   16504:        * src/types/pa_vvoid.h: $void.store[now] error
                   16505: 
                   16506:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16507: 
                   16508:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
                   16509:          tries to write core dump
                   16510: 
                   16511:        * src/targets/cgi/parser3.C: ::die now tries to write core dump
                   16512: 
                   16513:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16514:          classes/void.C, main/pa_sql_driver_manager.C,
                   16515:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16516:          handlers #2
                   16517: 
                   16518:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
                   16519:          exception handling mech in sql handlers
                   16520: 
                   16521:        * src/sql/pa_sql_driver.h: changed exception handling mech in sql
                   16522:          handlers
                   16523: 
                   16524:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   16525:          classes/void.C, main/pa_sql_driver_manager.C,
                   16526:          sql/pa_sql_driver.h: changed exception handling mech in sql
                   16527:          handlers
                   16528: 
1.116     moko     16529:        * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
                   16530:          to write makefile which used libtool to install things, which is
                   16531:          not needed
1.95      moko     16532: 
                   16533: 2002-12-06  paf
                   16534: 
                   16535:        * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
                   16536:          $hash.fields -- pseudo field to make 'hash' more like 'table'
                   16537: 
                   16538: 2002-12-05  paf
                   16539: 
                   16540:        * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
                   16541:          cc/bcc OK now
                   16542: 
                   16543:        * src/main/untaint.C: mail header closed properly
                   16544: 
                   16545:        * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
                   16546:          header ',' allowed.  still bugs in smtp [only one receiptient
                   16547:          works, cc, bcc ignored now, and MAILED ;)]
                   16548: 
                   16549:          [strncpy killed, memnchr used]
                   16550: 
                   16551:        * src/main/pa_table.C: table-copy now current=0
                   16552: 
                   16553:        * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
                   16554:          lowlevel proc
                   16555: 
                   16556:        * src/targets/cgi/parser3.C: more checks on
                   16557:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16558:          checked that now
                   16559: 
                   16560:        * src/targets/cgi/parser3.C: more checks on
                   16561:          http://domain/parser.cgi start [maybe some getenv returns "",
                   16562:          checked that now
                   16563: 
                   16564:        * src/targets/cgi/parser3.C: error logging made unbuffered [so that
                   16565:          out-of-mem errors reached log]
                   16566: 
                   16567:        * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
                   16568:          mail:send MIME-Version default
                   16569: 
                   16570:        * src/main/main.dsp: pa_version included into main.dsp
                   16571: 
                   16572: 2002-12-04  paf
                   16573: 
                   16574:        * src/types/pa_vform.C: $form:field string value cut by premature 0
                   16575: 
                   16576:        * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
                   16577:          lib/libltdl -> lib/ltdl Win32 changes. s
                   16578: 
                   16579:        * src/classes/classes.awk: more strict *.C$
                   16580: 
                   16581:        * gnu.dsp: restored
                   16582: 
1.116     moko     16583:        * configure.in, gnu.dsp, src/lib/Makefile.am,
                   16584:          src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
                   16585:          src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
                   16586:          src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
                   16587:          src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
                   16588:          src/lib/ltdl/configure, src/lib/ltdl/configure.in,
                   16589:          src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
                   16590:          src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
                   16591:          now created with /configure, not ltdl/configure, so it does have
                   16592:          no problems with automake.  ltdl/configure
                   16593:          AC_OUTPUT(Makefile<<removed)
1.95      moko     16594: 
                   16595: 2002-12-02  paf
                   16596: 
                   16597:        * operators.txt: removed outdated status:db
                   16598: 
                   16599:        * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
                   16600:          src/main/pa_common.C, src/main/pa_request.C,
                   16601:          src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
                   16602:          tainted parts becomes http-header
                   16603: 
                   16604: 2002-11-29  paf
                   16605: 
                   16606:        * src/classes/date.C, src/classes/image.C, operators.txt: exif
                   16607:          dates now objects of type date
                   16608: 
                   16609:        * src/classes/image.C: file.seek removed [it were used in image.C
                   16610:          only, and for parser user this  means that jpeg image has bad
                   16611:          size in fragment's header] now used image.format
                   16612: 
                   16613:        * src/: include/pa_common.h, main/pa_common.C,
                   16614:          types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
                   16615:          now handled exactly like $response:header values.  e.g. can be
                   16616:          hash [can have subattributes] & contain date values.
                   16617: 
                   16618:        * src/main/pa_common.C: http:// param values lang forced URI
                   16619: 
                   16620:        * src/main/pa_common.C: http:// tainted partes now %xx
                   16621: 
                   16622: 2002-11-28  paf
                   16623: 
                   16624:        * operators.txt: http.timeout
                   16625: 
                   16626:        * src/classes/image.C: ^image.length now counts interchar space.
                   16627:          plus space after last char
                   16628: 
                   16629:        * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
                   16630: 
                   16631:        * src/classes/image.C: ^image.font width measurer now scans full
                   16632:          height [were -1]
                   16633: 
                   16634:        * configure.in: stopped double libltdl/Makefile generation
                   16635: 
                   16636:        * src/classes/image.C: ^image.text now outputs one pixel HIGHER
                   16637:          chars [one top horizontal line of 1pixel height were missing]
                   16638: 
                   16639:        * src/classes/op.C: ^cache bug fixed.  stupid compiler allowed
                   16640:          'false' to go into (Hash *) parameter
                   16641: 
                   16642: 2002-11-27  paf
                   16643: 
                   16644:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   16645:          types/pa_vmail.C: response:body[file]  if file nows it's name now
                   16646:          returns content-disposition: >>attachment<<
                   16647: 
                   16648:        * src/classes/image.C: ^image.font << bad font file-size now
                   16649:          properly reported
                   16650: 
                   16651: 2002-11-26  paf
                   16652: 
                   16653:        * src/main/pa_request.C: fixed lang in reponse header
                   16654: 
                   16655:        * src/main/pa_common.C: utf8 prefix ignored @read text
                   16656: 
                   16657:        * operators.txt, src/main/pa_common.C: http:// response status!=200
                   16658:          made exception: http.status with source=bad status#
                   16659: 
                   16660: 2002-11-25  paf
                   16661: 
                   16662:        * configure.in, src/classes/image.C,
                   16663:          src/include/pa_config_auto.h.in,
                   16664:          src/include/pa_config_includes.h, src/main/Makefile.am,
1.116     moko     16665:          src/main/pa_common.C, src/main/pa_globals.C: http:// and image
                   16666:          const void related probs fixed
1.95      moko     16667: 
                   16668:        * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
                   16669: 
                   16670:          $file[^file::load[http://there]] $file.SERVER
                   16671: 
                   16672:        * src/: classes/file.C, classes/image.C, classes/xdoc.C,
                   16673:          include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
                   16674:          http options [invalid onces now reported] made default
                   16675:          user-agent: paf
                   16676: 
                   16677:        * operators.txt, src/classes/file.C, src/classes/table.C,
                   16678:          src/classes/xdoc.C, src/include/pa_common.h,
                   16679:          src/include/pa_globals.h, src/main/pa_common.C,
                   16680:          src/main/pa_globals.C, src/main/pa_request.C,
                   16681:          src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
                   16682:          now understand http:// prefix and additional params, sample:
                   16683:          $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
                   16684:          $.USER-AGENT[parser3] ]]
                   16685: 
                   16686: 2002-11-22  paf
                   16687: 
                   16688:        * src/classes/image.C, src/include/pa_globals.h,
                   16689:          src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
                   16690:          src/types/pa_vimage.h, operators.txt: $image.exif support
                   16691:          $image.exif.DateTime & co
                   16692: 
                   16693: 2002-11-21  paf
                   16694: 
                   16695:        * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
                   16696:          _PASS_APPENDED)
                   16697: 
                   16698:        * src/classes/image.C: jpeg size measure fixed: were badly skipping
                   16699:          EXIF information [were big block and it's size were considered
                   16700:          negative :(]
                   16701: 
                   16702:        * operators.txt, src/classes/image.C, src/include/pa_common.h,
                   16703:          src/main/pa_common.C, src/types/pa_vmail.C: image.measure
                   16704:          internals rewritten. no there's reader.seek, and all's ready for
                   16705:          EXIF extraction [now we fail to measure files with EXIF info]
                   16706: 
                   16707:        * src/main/pa_common.C: O_TRUNCATE killed, ftruncate  used instead:
                   16708:          O_TRUNC truncates even exclusevely write-locked file [thanks to
                   16709:          Igor Milyakov <virtan@rotabanner.com> for discovering]
                   16710: 
                   16711: 2002-11-20  paf
                   16712: 
                   16713:        * src/targets/cgi/parser3.C: logging @signal += query_string
                   16714: 
                   16715:        * configure.in, src/include/pa_config_auto.h.in,
                   16716:          src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
                   16717:          comment
                   16718: 
                   16719:        * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
                   16720: 
                   16721:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   16722:          targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
                   16723:          currently processed document SIGPIPE >> interrupts request
                   16724:          processing [exception = DB rollback]
                   16725: 
                   16726:        * src/main/pa_exec.C: comment
                   16727: 
                   16728:        * src/main/pa_exec.C: pa_exec: data written only if size>0
                   16729: 
                   16730:        * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
                   16731:          << disable HTTP-POST repassing
                   16732: 
                   16733:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   16734:          main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
                   16735:          pipe read errors now checked
                   16736: 
                   16737: 2002-11-19  paf
                   16738: 
                   16739:        * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
                   16740:          CGI: Illegal call
                   16741: 
                   16742: 2002-11-01  paf
                   16743: 
                   16744:        * src/main/execute.C: comment
                   16745: 
                   16746: 2002-10-31  paf
                   16747: 
                   16748:        * src/main/execute.C: found out why, checked that for now.  todo:
                   16749:          find out a way for that user could do that
                   16750: 
                   16751:        * src/types/pa_vstateless_object.h: object put replaces static
                   16752:          parent if any
                   16753: 
                   16754:        * src/types/pa_vobject.C: object put replaces static parent if any
                   16755: 
                   16756:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16757:          classes/xnode.h, main/compile.tab.C, main/execute.C,
                   16758:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   16759:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   16760:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   16761:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   16762:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   16763:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   16764:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   16765:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   16766:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16767:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16768:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16769:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16770:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16771:          types/pa_wwrapper.h: static fix merged
                   16772: 
                   16773:        * src/: main/compile.tab.C, types/pa_vobject.C: killed
                   16774:          $virtual_fields in dynamic, but one can reach derived
                   16775:          static[class] variable from base
                   16776: 
                   16777:        * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   16778:          types/pa_vobject.C, types/pa_vobject.h,
                   16779:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
                   16780:          statics, left $virtual_fields in dynamic
                   16781: 
                   16782:        * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
                   16783:          one can't remember derivates in base class: there's so many of
                   16784:          them.  also there can be no virtual method calls in static
                   16785:          classes
                   16786: 
                   16787:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16788:          classes/xnode.h, main/execute.C, main/pa_request.C,
                   16789:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   16790:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   16791:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   16792:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   16793:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   16794:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   16795:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   16796:          types/pa_vresponse.C, types/pa_vresponse.h,
                   16797:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   16798:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   16799:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
                   16800:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   16801:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   16802:          types/pa_wwrapper.h: static call $self fixed
                   16803: 
                   16804:        * src/main/execute.C: comment
                   16805: 
                   16806:        * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
                   16807:          ^process[$caller.self]{...} now compiles to last derived object
                   16808:          part of that 'self'
                   16809: 
                   16810: 2002-10-29  paf
                   16811: 
                   16812:        * src/targets/isapi/parser3isapi.C: comment on 404 bad status
                   16813:          re-passing [iis to blame]
                   16814: 
                   16815:        * src/classes/string.C: changed string.save to pass current sql
                   16816:          connection to cstr thus one can ^connect[some server]{
                   16817:          $s[insert into table x (x) values (^taint[sql]{value})]
                   16818:          ^s.save[some.sql] } and he'd get in some.sql file code with
                   16819:          properly escaped.  [tried in mssql->mysql export->import of
                   16820:          binary data]
                   16821: 
                   16822: 2002-10-25  paf
                   16823: 
                   16824:        * src/types/pa_vresponse.C: case insensitive response user fields
                   16825:          get/put
                   16826: 
                   16827:        * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   16828:          types/pa_vresponse.C: saving for maybe-future
                   16829: 
                   16830: 2002-10-23  paf
                   16831: 
                   16832:        * operators.txt, src/classes/table.C: ^table.hash{code}...
                   16833:          ^table.hash(expr)...
                   16834: 
                   16835:        * src/types/pa_vmail.C: email whitespace trimBoth-ed
                   16836: 
                   16837: 2002-10-22  paf
                   16838: 
                   16839:        * src/types/: pa_vform.C, pa_vform.h: removed needless
                   16840:          VForm::Append...(...Value)
                   16841: 
                   16842:        * src/main/execute.C: $.name outside of $name[...] checked
                   16843: 
                   16844:        * src/main/: compile.tab.C, compile.y: lexer changed to fix
                   16845:          ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
                   16846: 
                   16847: 2002-10-21  paf
                   16848: 
                   16849:        * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
                   16850:          $form:qtail $form:imap.x/y
                   16851: 
                   16852:        * operators.txt, src/types/pa_vform.C: $form:nameless =
                   16853:          "?value&...", "...&value&...", "...&value"
                   16854: 
                   16855:        * operators.txt, src/types/pa_vform.C: $form:image-map
                   16856: 
                   16857:        * operators.txt, src/classes/file.C: /some/page.html:
                   16858:          ^file:fullpath[a.gif] => /some/a.gif
                   16859: 
                   16860: 2002-10-17  paf
                   16861: 
                   16862:        * src/main/: compile.tab.C, compile.y: operators precedence changed
                   16863:          a little: logical not and bitwise negation precedence made
                   16864:          highest, << and >> bitshits precedence made equal [were << higher
                   16865:          than >>]
                   16866: 
                   16867:        * src/classes/op.C: exception handling fixed [were bad with
                   16868:          contexts]
                   16869: 
                   16870: 2002-10-16  paf
                   16871: 
                   16872:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   16873:          main/pa_request.C: Request::self considered equal to
                   16874:          VMethodFrame::self, and removed, Request::get_self() mapped to
                   16875:          VMethodFrame.self()
                   16876: 
                   16877:        * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
                   16878:          $hash in open field now gives old good error meesage
                   16879: 
                   16880: 2002-10-15  paf
                   16881: 
                   16882:        * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
                   16883:          use ^if($junction is junction){was and now true}
                   16884: 
                   16885:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   16886:          include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
                   16887:          types/pa_vxnode.C: xml->parser strings now have origin, which
                   16888:          points to place where value left xml library and came to parser:
                   16889:          place of dom field extraction/call
                   16890: 
                   16891:        * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
                   16892:          main/compile.tab.C, main/compile.y, main/execute.C,
                   16893:          types/pa_vmethod_frame.h: removed last pieces of old code
                   16894:          allowing $junction.xxx at compile time
                   16895: 
                   16896:        * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
                   16897:          src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
                   16898:          objects also considered [were only classes]
                   16899: 
                   16900:        * ChangeLog, src/classes/op.C, src/include/pa_request.h,
                   16901:          src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
                   16902:          with CLASS self.  [   (request&method_frame).self temporarily
                   16903:          changed   ]
                   16904: 
                   16905:        * src/classes/: hash.C, op.C: method_frame now always changed, with
                   16906:          no exception to native calls.  for&foreach changed to use
                   16907:          method_frame.caller for their var's name context
                   16908: 
                   16909:        * src/: main/execute.C, targets/cgi/parser3.C,
                   16910:          types/pa_vstateless_class.C, types/pa_vstateless_class.h:
                   16911:          compiling to system classes disabled
                   16912: 
                   16913:        * operators.txt, src/classes/op.C:
                   16914:          ^process[$caller.CLASS]{code-string} added
                   16915: 
                   16916:        * operators.txt, src/classes/op.C, src/main/compile.tab.C,
                   16917:          src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
                   16918:          src/types/Makefile.am, src/types/pa_vjunction.C,
                   16919:          src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
                   16920:          src/types/types.dsp: removed $junction.get $junction.set[]
                   16921:          introducing $caller
                   16922: 
                   16923:        * src/types/pa_value.h: removed outdated comments. doxygen would
                   16924:          find them lower by inheritance tree
                   16925: 
                   16926:        * src/types/pa_vjunction.C: ident
                   16927: 
                   16928: 2002-10-14  paf
                   16929: 
                   16930:        * src/classes/op.C: process compiles to code's class class
                   16931: 
                   16932:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   16933:          include/pa_request.h, main/compile.C, main/compile.tab.C,
                   16934:          main/compile.y, main/execute.C, main/pa_request.C,
                   16935:          types/pa_vstateless_class.h: operators now main-class-methods
                   16936: 
                   16937:        * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
                   16938:          better stack trace [has "call" & co there]
                   16939: 
                   16940:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   16941:          operators @auto now executed in MAIN context
                   16942: 
                   16943:        * src/main/execute.C: operator execution context now = MAIN, not
                   16944:          closest stack frame
                   16945: 
                   16946:          @touchit[] $i[after]
                   16947: 
                   16948:          ----t.html $i[before] << local ^touchit[] $i << now 'before',
                   16949:          were 'after'
                   16950: 
                   16951:          ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
                   16952:          'after'
                   16953: 
                   16954:        * src/main/execute.C: comment
                   16955: 
                   16956:        * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
                   16957:          pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
                   16958:          action]
                   16959: 
                   16960:        * src/types/pa_vxnode.C: misreplace fixed
                   16961: 
                   16962:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   16963:          src/types/pa_vstatus.C, operators.txt:
                   16964:          $status:rusage.tv_secs/usecs introduced
                   16965: 
                   16966: 2002-10-09  paf
                   16967: 
                   16968:        * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
                   16969:          on empty string [or uses (default)]
                   16970: 
                   16971: 2002-10-08  paf
                   16972: 
                   16973:        * src/main/untaint.C: mail header quoted printable changed after
                   16974:          RFC reread
                   16975: 
                   16976:        * operators.txt: plan on ^if(method
                   16977: 
                   16978:        * src/types/pa_vxnode.C: misreplace
                   16979: 
                   16980: 2002-09-24  paf
                   16981: 
1.116     moko     16982:        * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95      moko     16983: 
                   16984:        * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
                   16985:          mailreceive would compile on freebsd now
                   16986: 
                   16987:        * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
                   16988:          configure, configure.in, src/include/pa_config_auto.h.in,
1.116     moko     16989:          src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
                   16990:          mailreceive would compile on freebsd now
1.95      moko     16991: 
                   16992:        * src/: classes/file.C, main/untaint.C: 1.  file spec language
                   16993:          changed: now there are only few chars are untainted: * ? ' " < >
                   16994:          | and, on unix, : \ ~ [russian letters and SPACES now enabled,
                   16995:          one should use ^untaint[uri]{...} now]
                   16996: 
                   16997:          2.  $list[^file:list[dir]] now returns simply tainted names in
                   16998:          $list.name, not tainted as filespec
                   16999: 
                   17000:          @russianindex[] #dir with files with russian-lang names
                   17001:          $where[dir]
                   17002: 
                   17003:          $dir[^file:list[$where;\.txt^$]] ^dir.menu{     <a
                   17004:          href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
                   17005: 
                   17006: 2002-09-23  paf
                   17007: 
                   17008:        * src/types/pa_vdouble.h: double->int round added
                   17009: 
                   17010:        * src/classes/date.C: date bug fix, now
                   17011:          round(floatDays*secondsPerDay)
                   17012: 
                   17013:        * src/classes/date.C: date bug fix, now
                   17014:          round(floatDays*secondsPerDay)
                   17015: 
                   17016: 2002-09-20  paf
                   17017: 
                   17018:        * src/main/execute.C: code junction calls disabled [before: code
                   17019:          was compiled in such a way, that there were no code-junctions in
                   17020:          OP_CALL]
                   17021: 
                   17022:          this now error: @badjunctioncall[] ^badjunctioncallinside{code}
                   17023: 
                   17024:          @badjunctioncallinside[code] ^code[]
                   17025: 
                   17026:        * src/main/: compile.tab.C, compile.y: changed grammer on junction
                   17027:          expanding to include ^junction.method
                   17028: 
                   17029:        * src/main/pa_common.C: -d "DIR/" now true
                   17030: 
                   17031:        * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
                   17032:          as internal xdoc encoding, and after decoding attributes set by
                   17033:          dom functions now encoded OK, not as digital entities
                   17034: 
                   17035:        * src/classes/xdoc.C: empty transform result, being taken as file
                   17036:          now returns empty file, not raises stupid error about "stat-ed
                   17037:          file"
                   17038: 
                   17039:        * src/types/pa_vhash.h: hash.foreach modification of existing keys
                   17040:          allowed
                   17041: 
                   17042:        * src/types/types.dsp: introducing $junction.get/put(1) one can
                   17043:          write iterators now:
                   17044: 
                   17045:          ^user-foreach[key;value]{$key=$value<br>}
                   17046: 
                   17047:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17048:          $code.value($i*2)       $code }
                   17049: 
                   17050:        * src/main/compile_tools.h: mistype
                   17051: 
1.116     moko     17052:        * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
                   17053:          thus taking linking options configure changes into account [were:
                   17054:          ignoring]
1.95      moko     17055: 
                   17056:        * src/types/: pa_vjunction.C, Makefile.am: introducing
                   17057:          $junction.get/put(1) one can write iterators now:
                   17058: 
                   17059:          ^user-foreach[key;value]{$key=$value<br>}
                   17060: 
                   17061:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17062:          $code.value($i*2)       $code }
                   17063: 
                   17064:        * src/: include/pa_opcode.h, include/pa_request.h,
                   17065:          main/compile.tab.C, main/compile.y, main/execute.C,
                   17066:          main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
                   17067:          introducing $junction.get/put(1) one can write iterators now:
                   17068: 
                   17069:          ^user-foreach[key;value]{$key=$value<br>}
                   17070: 
                   17071:          @user-foreach[key;value;code] ^for[i](1;10){    $code.key($i)
                   17072:          $code.value($i*2)       $code }
                   17073: 
                   17074: 2002-09-19  paf
                   17075: 
1.116     moko     17076:        * Makefile.am: new: make commit
1.95      moko     17077: 
                   17078:        * aclocal.m4: forced to be older
                   17079: 
                   17080: 2002-09-18  paf
                   17081: 
                   17082:        * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
                   17083:          src/main/compile.y, src/main/execute.C: << >> int shifts
                   17084: 
                   17085:        * src/: include/pa_common.h, include/pa_request.h,
                   17086:          main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
                   17087:          - now this - fatal error
                   17088: 
                   17089:        * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
                   17090:          that one can pass binary data there
                   17091: 
                   17092:        * src/: classes/date.C, classes/double.C, classes/file.C,
                   17093:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17094:          classes/op.C, classes/response.C, classes/string.C,
                   17095:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17096:          include/pa_request.h: pa_request contexts made privated, plus
                   17097:          get_{self/method_frame} to read.  Request_context_saver used in
                   17098:          ^try to save flang too.  [were not saved]
                   17099: 
                   17100:        * src/types/pa_vresponse.C: header value chains joined before
                   17101:          output, this should help $.subject[$var $var] from being
                   17102:          converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
                   17103: 
                   17104: 2002-09-17  paf
                   17105: 
                   17106:        * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   17107:          removed changes, operators executed with calling self.  lots of
                   17108:          code with ^include code relies on defined/defining self variables
                   17109: 
                   17110:          $a[1] ^include[print_a.p] print_a.p: $a
                   17111: 
                   17112:          ^include[set_a.p] a=$a set_a.p: $a[1]
                   17113: 
                   17114:        * src/: classes/op.C, main/execute.C, main/pa_request.C,
                   17115:          types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
                   17116:          types/pa_vstateless_class.h: operators now executed with MAIN
                   17117:          self.  it's for ^include sake, too strong a change
                   17118: 
                   17119:        * src/classes/op.C: made place for ^process to compile it's code to
                   17120:          in case of no self
                   17121: 
                   17122:        * src/main/execute.C: found ancient param to Junction, removed.
                   17123:          allowed passing self to native_code_operators [for ^process to
                   17124:          work, she needs self]
                   17125: 
                   17126:        * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
                   17127:          types/pa_vstateless_class.h: found ancient param to Junction,
                   17128:          removed.  allowed passing self to native_code_operators [for
                   17129:          ^process to work, she needs self]
                   17130: 
                   17131:        * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
                   17132:          types/pa_value.h, types/pa_vmethod_frame.h,
                   17133:          types/pa_vstateless_class.h: allowed Request.self to be 0,
                   17134:          checked that in VMethodFrame get/put and $self.
                   17135: 
                   17136:        * src/classes/: table.C, xdoc.C: table::sql  options table::create
                   17137:          copy options options checked, wrong option now fatal error
                   17138: 
                   17139:        * src/main/pa_string.C: string.replace fixed [were missing words on
                   17140:          pieces boundaries]
                   17141: 
1.150     moko     17142:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17143:          .dll on cygwin, .so in other cases)
1.95      moko     17144: 
                   17145:        * configure, configure.in: .so now detected [can be .sl on hpux,
                   17146:          .dll on cygwin, .so in other cases)
                   17147: 
                   17148:        * operators.txt, src/classes/hash.C, src/classes/table.C,
                   17149:          src/include/pa_globals.h, src/main/pa_globals.C: table.sql
                   17150:          hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
                   17151:          record taken [were last]
                   17152: 
                   17153:        * src/: classes/hash.C, classes/table.C,
                   17154:          include/pa_sql_connection.h: table.sql hash::sql duplicate keys
                   17155:          now errors
                   17156: 
                   17157:        * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
                   17158: 
                   17159:        * src/classes/: op.C, table.C: menu/for delims bug fixed [were
                   17160:          ,2,3]
                   17161: 
                   17162: 2002-09-16  paf
                   17163: 
                   17164:        * src/classes/file.C: file::cgi line ends can be both unix & dos.
                   17165:          and they can be unix [\n\n] on win when 'use CGI' used, it causes
                   17166:          stdout to be binary.  now detected closest header break.
                   17167: 
                   17168:        * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?=  now
                   17169:          closed right
                   17170: 
                   17171: 2002-09-13  paf
                   17172: 
                   17173:        * operators.txt, src/main/compile.tab.C, src/main/compile.y,
                   17174:          src/main/compile_tools.h: (expression #comment)
                   17175: 
                   17176:          (multiline expression #comment  line2  #comment )
                   17177: 
                   17178:          (expression #comment with (brackets) comment) << OK
                   17179: 
                   17180:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
                   17181:          bitwise !|| numerical xor now [preparing for expression
                   17182:          #comments]
                   17183: 
                   17184:        * src/main/: compile.tab.C, compile.y: @method[$name] now parse
                   17185:          error
                   17186: 
                   17187:        * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
                   17188:          cheched in pa_socks.C
                   17189: 
1.116     moko     17190:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   17191:          HAVE_WINSOCK_H created in configure.in
1.95      moko     17192: 
                   17193:        * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
                   17194:          cookie date now clean [were mistakenly tainted & that worked bad
                   17195:          with opera -- 'happily' that worked OK with msie]
                   17196: 
                   17197: 2002-09-12  paf
                   17198: 
                   17199:        * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
                   17200:          VClass get_element now first looks to fields, next to methods &
                   17201:          co todo: the rest reason: more speed
                   17202: 
                   17203:        * src/main/untaint.C: quoted printable encoding stops before
                   17204:          \s*<...>$
                   17205: 
                   17206:        * src/main/untaint.C: quoted printable ' ' now =20 and encoding
                   17207:          stops before <...>$
                   17208: 
                   17209: 2002-09-11  paf
                   17210: 
                   17211:        * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
                   17212:          xmlCharEncodingInput/OutputFunc callbacks returned bad value )
                   17213:          forgot to check users of those funcs. not all were using that
                   17214:          return value convention
                   17215: 
                   17216:        * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
                   17217:          windows-1254 added
                   17218: 
                   17219: 2002-09-10  paf
                   17220: 
                   17221:        * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
                   17222:          VCodeFrame parent param were specified badly
                   17223: 
                   17224:        * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
                   17225:          WWrapper which used in constructing objects(second param to sql
                   17226:          method) ^...sql{}[$.default{code}] now has parent, wich helps
                   17227:          code in hash to survivi
                   17228: 
                   17229:        * src/: include/pa_request.h, main/execute.C: removed redundant
                   17230:          param to execute [stack said 'thanks']
                   17231: 
                   17232:        * src/: classes/op.C, main/execute.C, types/pa_value.C,
                   17233:          types/pa_value.h, types/pa_vcode_frame.h,
                   17234:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17235:          types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
                   17236:          responsibility to wcontext
                   17237: 
                   17238:        * src/classes/file.C: decided not to log exec's with stderr, that
                   17239:          could be warnings, and it's up to scritper to log/show them
                   17240: 
                   17241:        * src/: classes/double.C, main/execute.C: double:sql badly called
                   17242:          write_assign_lang, not write_no_lang, thus doing unnecessary
                   17243:          double/string converstion, which were loosing time&precesion
                   17244: 
                   17245:        * src/: main/pa_charset.C, types/pa_vmail.C:
                   17246:          xmlCharEncodingInput/OutputFunc callbacks returned bad value in
                   17247:          case of unfinished in buffer processing, causing accidental
                   17248:          transcode stop [in case that source enc != utf-8 & there is
                   17249:          incomplete utf-8 sequence at the end of 16000block iside of
                   17250:          libxml lib] tfm readed & code updated
                   17251: 
                   17252: 2002-09-04  paf
                   17253: 
                   17254:        * configure: makes with sjlj
                   17255: 
                   17256:        * INSTALL, src/include/pa_config_fixed.h,
                   17257:          src/include/pa_sql_connection.h,
                   17258:          src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
                   17259:          checked.  on win32 it made default
                   17260: 
                   17261:        * src/include/pa_config_auto.h.in: sjlj define
                   17262: 
                   17263:        * configure, configure.in: introducing --with-sjlj-exceptions [hpux
                   17264:          can not work with longjump/throw pair, and one must switch that
                   17265:          on there.  todo: detect that automatically]
                   17266: 
                   17267:        * src/types/pa_vxnode.C: removed too strong checks of
                   17268:          xnode.elements.  now, for instance, if element does not have any
                   17269:          attributes, $xnode.attributes is void, not error
                   17270: 
                   17271: 2002-09-02  paf
                   17272: 
                   17273:        * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
                   17274:          removed double_result, didn't help
                   17275: 
                   17276:        * src/main/execute.C: double_result made to move that var away from
                   17277:          hungry g++ optimizer (-O2), before: it were optimized and
                   17278:          comparison operators worked badly
                   17279: 
                   17280:        * src/types/pa_vdate.h: removed debug
                   17281: 
1.116     moko     17282:        * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95      moko     17283: 
                   17284:        * src/main/execute.C: fixed numeric < & co so that thay now use
                   17285:          c=a-b, c OPERATOR 0.  this works fine on solaris/intel for still
                   17286:          unknown reason.
                   17287: 
                   17288: 2002-08-29  paf
                   17289: 
                   17290:        * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
                   17291:          src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
                   17292:          src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
                   17293:          src/main/pa_request.C, src/targets/cgi/parser3.dsp,
                   17294:          src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
                   17295:          src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
                   17296:          src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
                   17297:          [called less frequent, allowed to remove ugly
                   17298:          Junction.change_context-s from many places, switch,
                   17299:          mail:send..html{}, ..] request.root renamed to method_frame [more
                   17300:          easyreading] ancient {...PUSH/POPs...} changed to stack vars
                   17301:          [speed up]
                   17302: 
                   17303: 2002-08-28  paf
                   17304: 
                   17305:        * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
                   17306:          tainted
                   17307: 
                   17308:        * src/types/pa_vcookie.C: fixed cookie delete when
                   17309:          $cookie:name[$.value[]]
                   17310: 
                   17311:        * operators.txt, src/classes/string.C:
                   17312:          ^string.split[delim[;options]]
                   17313: 
                   17314: 2002-08-27  paf
                   17315: 
1.116     moko     17316:        * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95      moko     17317: 
                   17318:        * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
                   17319:          delimiter
                   17320: 
                   17321:        * INSTALL: recommended latest gmime 1.0.5
                   17322: 
                   17323: 2002-08-26  paf
                   17324: 
                   17325:        * configure, configure.in: apache13/hook added to make dist.
                   17326: 
                   17327: 2002-08-23  paf
                   17328: 
                   17329:        * src/: include/pa_common.h, main/pa_common.C,
                   17330:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
                   17331:          beside binary [cgi, isapi] not accessible [due to bad rights or
                   17332:          whatever] it's error now
                   17333: 
                   17334: 2002-08-21  paf
                   17335: 
1.116     moko     17336:        * Makefile.am: can use: make happy equals to make update install
1.95      moko     17337: 
                   17338:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   17339:          compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
                   17340:          class".  compiled as if here they named base class
                   17341: 
                   17342:        * src/main/pa_string.C: fixed bad language bug, [were wrong string
                   17343:          cloning constructor]
                   17344: 
                   17345:        * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
                   17346: 
1.150     moko     17347:        * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95      moko     17348:          $mail.received.file.value.content-type fixed
                   17349: 
                   17350: 2002-08-20  paf
                   17351: 
                   17352:        * src/classes/file.C: fixed language of file:file result
                   17353: 
                   17354:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
                   17355:          from 3.0.0005
                   17356: 
                   17357:        * operators.txt, src/classes/void.C: ^void.pos[...] = -1
                   17358: 
                   17359:        * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
                   17360:          3.0.0005
                   17361: 
                   17362:        * src/classes/void.C, operators.txt: ^void.length[] = 0
                   17363: 
                   17364: 2002-08-19  paf
                   17365: 
                   17366:        * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
                   17367:          work now
                   17368: 
                   17369:        * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
                   17370:          error in xnode, which were not catched in xdoc]
                   17371: 
                   17372:        * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
                   17373:          prepared:        // validate each document after load/create (?)
                   17374:                 //xmlDoValidityCheckingDefaultValue = 1;
                   17375: 
                   17376: 2002-08-15  paf
                   17377: 
                   17378:        * src/classes/classes.h: write to static var caused useless
                   17379:          Exception, introduced Methoded::put_element wich consumes those
                   17380: 
                   17381:        * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
                   17382:          src/types/pa_vcookie.C, src/types/pa_vdate.h,
                   17383:          src/types/pa_vresponse.C, src/types/pa_vresponse.h:
                   17384:          $response:field[date] $response:field[$.xxx[date]]
                   17385: 
                   17386:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   17387:          classes/void.C, include/pa_sql_connection.h: fixed source of
                   17388:          ^hash::sql{bad}
                   17389: 
                   17390:        * operators.txt: $request:body unprecessed POST request body
                   17391: 
                   17392:        * src/types/pa_vrequest.C: $request:body unprecessed POST request
                   17393: 
                   17394:        * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
                   17395:          pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
                   17396: 
                   17397:        * operators.txt, src/classes/form.C, src/include/pa_pool.h,
                   17398:          src/include/pa_request.h, src/main/pa_pool.C,
                   17399:          src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
                   17400:          $request:body r.post_data now const
                   17401: 
                   17402:        * src/: classes/image.C, classes/op.C, classes/xdoc.C,
                   17403:          classes/xnode.C, main/execute.C, types/pa_value.h,
                   17404:          types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
                   17405:          types/pa_vtable.h: instead of type() checking everywhere used
                   17406:          Value.as now user descendants can be used in params.
                   17407: 
                   17408:          VObject::as_*, is_defined now taken from bases.  xtable(table)
                   17409:          ^if($xtable) now OK
                   17410: 
                   17411:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
                   17412:          types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
                   17413:          types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
                   17414: 
                   17415: 2002-08-14  paf
                   17416: 
                   17417:        * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
                   17418:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   17419:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17420:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17421:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17422:          types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
                   17423:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
                   17424:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17425:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17426:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17427:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17428:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17429:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17430:          types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
                   17431:          & VClass
                   17432: 
                   17433:        * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
                   17434: 
                   17435:        * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
                   17436:          removed fixopt stupidity. on stupid linux use cd /document/root
                   17437:          ../cgi/parser3 script
                   17438: 
                   17439:        * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
                   17440:          params, splitting them by space, excluding argv[0], argv[argc-1]
                   17441: 
                   17442:        * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
                   17443:          fixopt.h: fixopt now preprocesses command line params, splitting
                   17444:          them by space, excluding argv[0], argv[argc-1]
                   17445: 
                   17446:        * src/targets/cgi/parser3.C: -f config file
                   17447: 
                   17448:        * src/targets/cgi/parser3.C: fixed .log file dir
                   17449: 
                   17450: 2002-08-13  paf
                   17451: 
                   17452:        * src/types/pa_vobject.C: allow override parent variables, useful
                   17453:          for form descendants [in vobject too, were in vclass]
                   17454: 
                   17455:        * src/types/pa_vclass.C: allow override parent variables, useful
                   17456:          for form descendants
                   17457: 
                   17458:        * src/types/pa_vclass.C: checked: form[vclass]fields can be
                   17459:          overwritten in derived(table)
                   17460: 
                   17461:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   17462:          classes/xnode.h, include/pa_request.h, main/execute.C,
                   17463:          main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
                   17464:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   17465:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
                   17466:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17467:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
                   17468:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17469:          types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
                   17470:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   17471:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17472:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17473:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17474:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17475:          types/pa_vxnode.h, types/pa_wwrapper.h: introduced
                   17476:          Value::get_element(..., bool looking_down) [needed to exclude
                   17477:          endless recoursion]
                   17478: 
                   17479:        * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
                   17480:          fix bug with put endless recoursion todo: check 'as'
                   17481: 
                   17482:        * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
                   17483:          reorganized modules todo: fix bug with put endless recoursion
                   17484:          todo: check 'as'
                   17485: 
                   17486:        * src/types/pa_vobject.h: checked: table fields can be overwritten
                   17487:          in derived(table)
                   17488: 
                   17489:        * src/types/pa_vobject.h: derived classes can have fields of their
                   17490:          own now
                   17491: 
                   17492:        * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
                   17493:          fixed error message on using non-created table
                   17494: 
                   17495:        * src/: classes/form.C, classes/hash.C, classes/mail.C,
                   17496:          classes/op.C, classes/xnode.h, include/pa_request.h,
                   17497:          main/compile.C, main/compile.tab.C, main/execute.C,
                   17498:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17499:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17500:          types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
                   17501:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   17502:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
                   17503:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17504:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17505:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17506:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17507:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
                   17508:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17509:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17510:          types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
                   17511:          looking down/up tree todo: fix error message on non-constructed
                   17512:          parents
                   17513: 
                   17514: 2002-08-12  paf
                   17515: 
                   17516:        * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
                   17517:          derived OK
                   17518: 
                   17519:        * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
                   17520:          thorough testing
                   17521: 
                   17522:        * src/: main/compile.tab.C, main/compile.y, main/execute.C,
                   17523:          main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
                   17524:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   17525:          types/pa_vstateless_object.h, types/pa_wcontext.h,
                   17526:          types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
                   17527:          ^base:create[] dynamic call rewritten todo: thorough testing
                   17528: 
                   17529:        * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
                   17530:          now instantates base class, remembers it and saves child in
                   17531:          parent VObject.get_class now returns last child = downward
                   17532:          virtual calls OK
                   17533: 
                   17534:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17535:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
                   17536:          types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
                   17537:          types/pa_vobject.h, types/pa_vresponse.h,
                   17538:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17539:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
                   17540:          types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
                   17541:          VAliased [redundant], moved $CLASS to VObject only [parser class
                   17542:          instance]
                   17543: 
                   17544:        * src/main/pa_request.C: $response:body[file] content-type check
                   17545:          fixed [were bad when content-type is hash]
                   17546: 
                   17547: 2002-08-09  paf
                   17548: 
                   17549:        * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
                   17550:          types/pa_vobject.h, types/pa_vxdoc.h: started as()
                   17551: 
                   17552: 2002-08-08  paf
                   17553: 
                   17554:        * operators.txt, src/classes/date.C, src/include/pa_globals.h,
                   17555:          src/main/pa_globals.C: year column in month calendar [week year]
                   17556: 
                   17557:        * src/main/execute.C: error reporting on object writes to MAIN
                   17558:          improved [were ruind with fixing $obj[^if(1){$obj}] ]
                   17559: 
                   17560:        * operators.txt, src/types/pa_vdate.h: $date.yearday
                   17561:          $date.daylightsaving
                   17562: 
                   17563:        * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
                   17564:          use tainted data now. only she must specify the language.
                   17565: 
                   17566:          ^mail:send[     $.from[paf@mail.design.ru]
                   17567:          $.to[paf@mail.design.ru]        $.subject[^taint[uri][ìîñêâà]=2]
                   17568:                $.text[^taint[uri][ìîñêâà]=] ]
                   17569: 
                   17570:        * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
                   17571:          now prints more precise origin
                   17572: 
                   17573:        * src/include/pa_string.h: String::first_char now not fails on
                   17574:          empty strings ^if(-f '') now ok and in 3 other places.
                   17575: 
                   17576:        * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
                   17577:          String::first_char now not fails on empty strings ^if(-f '') now
                   17578:          ok and in 3 other places.
                   17579: 
                   17580: 2002-08-07  paf
                   17581: 
                   17582:        * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
                   17583:          fixed
                   17584: 
                   17585:        * src/main/pa_string.C: ^string.mid(0;bad) fixed
                   17586: 
                   17587:        * src/: main/execute.C, types/pa_vcode_frame.h,
                   17588:          types/pa_vmethod_frame.h, types/pa_wcontext.C,
                   17589:          types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
                   17590:          mistakenly not completely transparent to object writes.
                   17591:          $hash[^if(1){$hash}] now works
                   17592: 
                   17593:        * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
                   17594:          now erasing cache file [there were bad check on that]
                   17595: 
                   17596:        * src/: classes/classes.dsp, classes/table.C,
                   17597:          lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
                   17598:          all Debug dirs in .dsp now named 'Debug'
                   17599: 
1.116     moko     17600:        * etc/parser3.charsets/Makefile.am: all included into dist
1.95      moko     17601: 
                   17602:        * operators.txt, src/classes/mail.C: exception_type  email.send
                   17603: 
                   17604:        * operators.txt, src/types/pa_vmail.C: exception_type  email.format
                   17605: 
                   17606:        * src/types/pa_vmail.C: mail:send empty  email checked
                   17607: 
                   17608: 2002-08-06  paf
                   17609: 
                   17610:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   17611:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   17612:          ^table::create[$source;$.options] ^table::join[$source;$.options]
                   17613: 
                   17614:        * operators.txt, src/classes/hash.C, src/classes/string.C,
                   17615:          src/classes/table.C: sql options can be string now ^xxx:sql{...}[
                   17616:          #  $.default() }
                   17617: 
                   17618:        * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
                   17619: 
                   17620:        * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
                   17621:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
                   17622:          $file.content-type [instead of .mime-type] now works for
                   17623:          file::stat also
                   17624: 
                   17625:        * src/main/pa_request.C: case insensitive mime_type_of
                   17626: 
                   17627: 2002-08-05  paf
                   17628: 
                   17629:        * src/types/pa_vxnode.C: xnode.childNodes  now 0... [were 1...]
                   17630: 
                   17631:        * src/types/pa_vmail.C: file buffer relocated to parser heap
                   17632: 
                   17633:        * operators.txt: comment on date:calendar week column
                   17634: 
                   17635:        * src/main/pa_common.C: write checked
                   17636: 
                   17637:        * src/main/: pa_common.C: write checked
                   17638: 
                   17639:        * src/classes/date.C: +1 buf size for stupid snprintfs
                   17640: 
                   17641:        * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
                   17642:          month calendar week column [ISO 8601 Week Numbers]
                   17643: 
                   17644: 2002-08-02  paf
                   17645: 
                   17646:        * src/: include/pa_config_fixed.h, main/pa_string.C,
                   17647:          targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
                   17648:          DEBUG*
                   17649: 
                   17650:        * configure, configure.in, src/include/pa_version.h: release
                   17651:          3_0_0005
                   17652: 
                   17653:        * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
                   17654:          multipart post fixed
                   17655: 
                   17656:        * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
                   17657:          response transcoded source->client only when text/* or simple
                   17658:          onoverridden $response:body
                   17659: 
                   17660: 2002-08-01  paf
                   17661: 
                   17662:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   17663:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   17664:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   17665:          classes/op.C, classes/response.C, classes/string.C,
                   17666:          classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
                   17667:          classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
                   17668:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17669:          include/pa_config_fixed.h, include/pa_dictionary.h,
                   17670:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   17671:          include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
                   17672:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   17673:          include/pa_socks.h, include/pa_sql_connection.h,
                   17674:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   17675:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   17676:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17677:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17678:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
                   17679:          lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
                   17680:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17681:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
                   17682:          main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
                   17683:          main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
                   17684:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   17685:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   17686:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   17687:          main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
                   17688:          targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
                   17689:          targets/cgi/parser3.C, targets/cgi/pool_storage.h,
                   17690:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17691:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   17692:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
                   17693:          types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
                   17694:          types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   17695:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
                   17696:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   17697:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   17698:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   17699:          types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
                   17700:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   17701:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   17702:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   17703:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   17704:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   17705:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   17706:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   17707:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119     moko     17708:          types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95      moko     17709: 
                   17710:        * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
                   17711:          classes/date.C, classes/double.C, classes/file.C, classes/form.C,
                   17712:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   17713:          classes/math.C, classes/op.C, classes/response.C,
                   17714:          classes/string.C, classes/table.C, classes/void.C,
                   17715:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   17716:          include/pa_array.h, include/pa_cache_managers.h,
                   17717:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   17718:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   17719:          include/pa_dictionary.h, include/pa_dir.h,
                   17720:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   17721:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   17722:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   17723:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   17724:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   17725:          include/pa_stack.h, include/pa_string.h,
                   17726:          include/pa_stylesheet_connection.h,
                   17727:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   17728:          include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
                   17729:          lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
                   17730:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   17731:          main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
                   17732:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   17733:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   17734:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   17735:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   17736:          main/pa_sql_driver_manager.C, main/pa_string.C,
                   17737:          main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
                   17738:          main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   17739:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   17740:          targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
                   17741:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   17742:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   17743:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   17744:          types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
                   17745:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   17746:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   17747:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
                   17748:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   17749:          types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
                   17750:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
                   17751:          types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   17752:          types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
                   17753:          types/pa_vresponse.C, types/pa_vresponse.h,
                   17754:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   17755:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   17756:          types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
                   17757:          types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
                   17758:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   17759:          types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   17760:          types/pa_wwrapper.h, types/types.dsp, Makefile.am,
                   17761:          classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
                   17762:          types/Makefile.am: ident.C* removed
                   17763: 
                   17764:        * operators.txt, src/classes/file.C, src/main/pa_request.C:
                   17765:          file:find[/can/do/this/now.txt]
                   17766: 
                   17767:        * src/targets/cgi/parser3.C: usage to stdout now
                   17768: 
                   17769: 2002-07-31  paf
                   17770: 
                   17771:        * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
                   17772: 
                   17773:        * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
                   17774:          default "postmaster"
                   17775: 
                   17776:        * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
                   17777:          -f postmaster now default sendmail key word "postmaster"
                   17778:          replaced to $.from
                   17779: 
                   17780: 2002-07-30  paf
                   17781: 
1.116     moko     17782:        * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
                   17783:          src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95      moko     17784: 
                   17785:        * src/main/pa_charset.C: comment
                   17786: 
                   17787:        * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
                   17788:          table, &#decimal;
                   17789: 
                   17790:        * src/main/pa_request.C: comment
                   17791: 
                   17792:        * etc/parser3.charsets/windows-1251.cfg: section sign [russian
                   17793:          paragraf]
                   17794: 
                   17795: 2002-07-11  paf
                   17796: 
                   17797:        * src/main/pa_exec.C: build command line badly added params twice
                   17798:          [and first time without ' ']. double wrong. fixed.
                   17799: 
                   17800:        * src/main/pa_exec.C: invalid .exe caused error message with params
                   17801:          wich parser did not provide = reported badly.  fixed that.
                   17802: 
                   17803:        * src/classes/mail.C: $MAIL[ # xxx ]
                   17804: 
                   17805:          now ok
                   17806: 
                   17807:        * operators.txt: plan: sql detailed exception
                   17808: 
                   17809: 2002-07-01  paf
                   17810: 
                   17811:        * src/: classes/form.C, main/pa_request.C: @conf bug fixed
                   17812:          [MForm.configure_admin were called when request.main_class ==0
                   17813: 
                   17814:        * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
                   17815: 
                   17816:        * src/classes/form.C: content_length type fix
                   17817: 
                   17818: 2002-06-30  paf
                   17819: 
                   17820:        * src/classes/mail.C: merged from 4
                   17821: 
                   17822:        * src/classes/mail.C: restored $MAIL
                   17823: 
                   17824: 2002-06-28  paf
                   17825: 
                   17826:        * configure, configure.in: removed paths.h
                   17827: 
1.116     moko     17828:        * configure, src/include/pa_version.h,
1.95      moko     17829:          src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
                   17830:          merged, makes updated
                   17831: 
                   17832:        * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
                   17833:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17834:          src/include/pa_pool.h, src/include/pa_version.h,
                   17835:          src/main/pa_charset.C, src/main/pa_pool.C,
                   17836:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
                   17837:          src/types/pa_vmail.C: merged latest updates to head
                   17838: 
                   17839: 2002-06-27  paf
                   17840: 
                   17841:        * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
                   17842:          not error now
                   17843: 
                   17844:        * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
                   17845:          src/include/pa_config_fixed.h, src/include/pa_pool.h,
                   17846:          src/main/pa_charset.C, src/main/pa_pool.C:
                   17847:          ^xdoc::create[[uri]]... base uri for document being created,
                   17848:          imports and other relative file names would be relative to this
                   17849:          uri default uri=path_translated
                   17850: 
                   17851:        * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
                   17852: 
                   17853: 2002-06-26  paf
                   17854: 
                   17855:        * configure, configure.in, src/include/pa_version.h:
                   17856:          release_3_0_0004
                   17857: 
                   17858:        * src/main/pa_string.C: blank string '', ' <whitespace>' considered
                   17859:          0 now
                   17860: 
                   17861:        * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
                   17862: 
                   17863: 2002-06-25  paf
                   17864: 
                   17865:        * src/main/pa_string.C: emtpy string, or string of whitespaces
                   17866:          considered bad number now
                   17867: 
                   17868:        * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
                   17869:          now
                   17870: 
                   17871:        * operators.txt, src/classes/string.C: ^string.normalize  [old
                   17872:          name: optimize
                   17873: 
                   17874:        * configure, configure.in, src/include/pa_config_auto.h.in: crypt
                   17875:          library configured
                   17876: 
                   17877:        * src/main/pa_request.C: configure_admin forced if no @conf
                   17878: 
1.150     moko     17879:        * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
                   17880:          ^math:crypt updated to generate random salt when needed and to
                   17881:          call system crypt() if not $apr1$ prefix
1.95      moko     17882: 
                   17883: 2002-06-24  paf
                   17884: 
                   17885:        * INSTALL: --with-static/shared-mailreceive described
                   17886: 
                   17887:        * src/include/pa_config_fixed.h: ssize_t fixed
                   17888: 
1.116     moko     17889:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   17890:          src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95      moko     17891:          src/types/pa_vmail.C: $mail:received makes update
                   17892: 
                   17893:        * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
                   17894:          WITH_MAILRECEIVE
                   17895: 
                   17896:        * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
                   17897: 
                   17898:        * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
                   17899:          option, for $mail:receive
                   17900: 
                   17901:        * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
                   17902:          introducting $message:received ^mail:send rewritten with backward
                   17903:          comp
                   17904: 
                   17905:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   17906:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   17907:          types/types.dsp: win32xml win32mailreceive pseudomodules paths
                   17908:          now
                   17909: 
                   17910:        * operators.txt, src/classes/mail.C, src/include/Makefile.am,
                   17911:          src/include/pa_charset.h, src/include/pa_config_fixed.h,
                   17912:          src/include/pa_request.h, src/include/pa_string.h,
                   17913:          src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
                   17914:          src/main/pa_globals.C, src/main/pa_request.C,
                   17915:          src/main/pa_string.C, src/main/pa_uue.C,
                   17916:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
                   17917:          src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
                   17918:          src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
                   17919:          uue to separate file introducting $message:received ^mail:send
                   17920:          rewritten with backward comp
                   17921: 
                   17922: 2002-06-21  paf
                   17923: 
1.116     moko     17924:        * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
                   17925:          co changes
1.95      moko     17926: 
1.116     moko     17927:        * configure, configure.in, src/lib/md5/Makefile.am,
                   17928:          src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
                   17929:          restructure .in and .am files appropriate changes
1.95      moko     17930: 
                   17931:        * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
                   17932:          pcre to libs/ added libs/md5 which is linked to non-apache
                   17933:          targets ^math:crypt[password;$apr1$salt]
                   17934: 
                   17935:        * INSTALL, configure.in, operators.txt, parser3.dsw,
                   17936:          src/Makefile.am, src/classes/Makefile.am,
                   17937:          src/classes/classes.dsp, src/classes/math.C,
                   17938:          src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116     moko     17939:          src/lib/pcre/Makefile.am, src/lib/pcre/README,
                   17940:          src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
                   17941:          src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
                   17942:          src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
                   17943:          src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
                   17944:          src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
                   17945:          src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
                   17946:          src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95      moko     17947:          src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
                   17948:          src/lib/pcre/pcre_parser_ctype.dsp,
                   17949:          src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
                   17950:          src/lib/pcre/win-koi.tab, src/main/Makefile.am,
                   17951:          src/main/compile.tab.C, src/main/main.dsp,
                   17952:          src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
                   17953:          src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
                   17954:          src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
                   17955:          to libs/ added libs/md5 which is linked to non-apache targets
                   17956:          ^math:crypt[password;$apr1$salt]
                   17957: 
                   17958: 2002-06-20  paf
                   17959: 
1.150     moko     17960:        * INSTALL, configure, configure.in, operators.txt,
                   17961:          src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
                   17962:          src/include/pa_globals.h, src/include/pa_request.h,
                   17963:          src/main/execute.C, src/main/pa_request.C,
                   17964:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   17965:          src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
                   17966:          file:justname&co & @auto/conf[filespec
1.95      moko     17967: 
                   17968:        * operators.txt, src/classes/file.C:
                   17969:          !^file:dirname[/a/some.tar.gz]=/a
                   17970:              !^file:dirname[/a/b/]=/a
                   17971:              !^file:basename[/a/some.tar.gz]=some.tar.gz
                   17972:              !^file:justname[/a/some.tar.gz]=some.tar
                   17973:              !^file:justext[/a/some.tar.gz]=gz
                   17974: 
                   17975:        * src/: classes/op.C, include/pa_request.h, main/execute.C,
                   17976:          main/pa_request.C, types/pa_vmethod_frame.h: introducing
                   17977:          @conf/auto[filespec]
                   17978: 
1.116     moko     17979:        * configure: parser3.conf renamed to auto.p autoconf changes
1.95      moko     17980: 
1.150     moko     17981:        * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95      moko     17982:          src/include/pa_globals.h, src/targets/cgi/parser3.C,
                   17983:          src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
                   17984: 
                   17985: 2002-06-18  paf
                   17986: 
                   17987:        * configure, configure.in, src/include/pa_version.h: version to
                   17988:          configure.in
                   17989: 
                   17990:        * INSTALL: reflected .conf.dist dir change
                   17991: 
1.150     moko     17992:        * Makefile.am, configure, configure.in,
1.116     moko     17993:          etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95      moko     17994:          .in & *.am updated
                   17995: 
                   17996:        * src/classes/file.C: strncasecmp
                   17997: 
                   17998:        * src/classes/file.C: strcasecmp
                   17999: 
1.150     moko     18000:        * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95      moko     18001: 
                   18002:        * src/classes/file.C: ^file::exec[script;$.bad error case
                   18003:          insensitive check now
                   18004: 
                   18005:        * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
                   18006: 
                   18007:        * configure, configure.in, src/include/pa_pool.h,
                   18008:          src/include/pa_types.h: pack configure.in detection simplified.
                   18009:          figured out that gcc on sparc not that stupid as thought
                   18010:          previously: on sparc: when it sees packed class it modifies it's
                   18011:          field-access-code to byte operations [stb, ldub] instead of 4byte
                   18012:          operations [st, lduh] so packed must be all parts of packed
                   18013:          class, i.e. it's parents&fields(classes).  for now it's only
                   18014:          String that packed and what was wrong is that it's parent -
                   18015:          Pooled, were not packed. fixed that.
                   18016: 
                   18017: 2002-06-14  paf
                   18018: 
                   18019:        * operators.txt: more precise xml-to-text options
                   18020: 
                   18021:        * operators.txt, src/types/pa_vxnode.C: xnode
                   18022:          attribute_node.name/value xnode pi.node.data
                   18023: 
                   18024: 2002-06-12  paf
                   18025: 
1.116     moko     18026:        * configure, configure.in, src/targets/cgi/Makefile.am,
                   18027:          src/targets/cgi/parser3.C: removed root conf define creation
1.95      moko     18028: 
                   18029:        * INSTALL, configure.in, operators.txt, etc/Makefile.am,
                   18030:          src/include/pa_globals.h, src/include/pa_request.h,
                   18031:          src/main/compile.tab.C, src/main/pa_globals.C,
                   18032:          src/main/pa_request.C, src/targets/cgi/parser3.C,
                   18033:          src/targets/isapi/parser3isapi.C: parser3.conf now one and only
                   18034: 
                   18035:        * src/classes/mail.C: sendmail -ti [default now]
                   18036: 
                   18037:        * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
                   18038:          to be strings. for convinient #ing
                   18039: 
                   18040:        * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
                   18041:          main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
                   18042: 
                   18043:        * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
                   18044:          main/pa_globals.C, main/pa_request.C: @conf
                   18045: 
                   18046: 2002-06-11  paf
                   18047: 
                   18048:        * src/classes/file.C: check simplified
                   18049: 
                   18050:        * src/: classes/file.C, targets/cgi/parser3.dsp,
                   18051:          targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
                   18052:          valid prefix
                   18053: 
                   18054:        * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
                   18055:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
                   18056:          file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
                   18057: 
                   18058: 2002-06-10  paf
                   18059: 
                   18060:        * operators.txt, src/classes/op.C, src/include/pa_common.h,
                   18061:          src/main/pa_common.C: lock failures reported now
                   18062: 
                   18063:        * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
                   18064:          string->double @ compile time were not-enough-checking...
                   18065: 
                   18066:        * src/main/: compile.tab.C, pa_string.C: whitespace after number in
                   18067:          autoconvert now ignored
                   18068: 
                   18069:        * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
                   18070:          check
                   18071: 
                   18072:        * src/classes/mail.C: mail netscape attachment name fixed. todo:
                   18073:          $response:body content-type:name
                   18074: 
                   18075:        * configure, configure.in: hpux check, nsl link, no socket
                   18076: 
                   18077:        * operators.txt: old merge conflict removed
                   18078: 
                   18079:        * configure, configure.in: pack even address access on sparc&co
                   18080:          arch checked in configure
                   18081: 
                   18082:        * configure, src/include/pa_version.h: makes
                   18083: 
                   18084:        * configure, configure.in, src/include/pa_version.h: makes
                   18085: 
                   18086:        * src/main/untaint.C: (bug#2) mail subject got always prepended
                   18087:          with charset even when all letters were 7bit one
                   18088: 
                   18089:        * src/main/pa_common.C: merged fixed -d (bug)
                   18090: 
                   18091:        * src/main/pa_common.C: fixed -d (bug)
                   18092: 
                   18093: 2002-06-03  paf
                   18094: 
                   18095:        * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
                   18096:          src/classes/classes.dsp, src/main/compile.tab.C,
                   18097:          src/main/main.dsp, src/main/pa_globals.C,
                   18098:          src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
                   18099:          src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
                   18100:          .dsp-s along with reorganized cvs modules dirs structure
                   18101: 
                   18102:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18103:          main/pa_globals.C, targets/cgi/parser3.dsp,
                   18104:          targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
                   18105:          modules
                   18106: 
                   18107: 2002-05-28  paf
                   18108: 
                   18109:        * src/targets/cgi/parser3.C: info.uri now ""
                   18110: 
                   18111: 2002-05-17  paf
                   18112: 
                   18113:        * src/classes/: table.C: ^table.save << checked empty
                   18114:          pre/match/post columns
                   18115: 
                   18116: 2002-05-16  paf
                   18117: 
                   18118:        * src/classes/image.C: image::measure can png now
                   18119: 
                   18120: 2002-05-15  paf
                   18121: 
                   18122:        * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
                   18123:          added
                   18124: 
                   18125:        * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
                   18126: 
                   18127:        * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
                   18128:          %H[:%M[:%S]]]]]] [-%m now
                   18129: 
                   18130: 2002-05-14  paf
                   18131: 
                   18132:        * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
                   18133: 
                   18134: 2002-05-07  paf
                   18135: 
                   18136:        * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
                   18137:          src/include/pa_globals.h, src/include/pa_request.h,
                   18138:          src/include/pa_table.h, src/main/compile.tab.C,
                   18139:          src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
                   18140:          src/main/pa_request.C, src/main/pa_table.C,
                   18141:          src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
                   18142:          src/targets/isapi/parser3isapi.dsp,
                   18143:          src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
                   18144:          name2number field now &.  main_method_name now on Request pool
                   18145:          rather on global_pool [Junction+VJunction created on same pool as
                   18146:          name = were created on global pool, causing mem leaks]
                   18147: 
                   18148:        * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
                   18149:          include/pa_request.h, include/pa_table.h, main/compile.tab.C,
                   18150:          main/compile.y, main/main.dsp, main/pa_globals.C,
                   18151:          main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
                   18152:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   18153:          targets/isapi/pool_storage.h, types/types.dsp: Table name2number
                   18154:          field now &.  main_method_name now on Request pool rather on
                   18155:          global_pool [Junction+VJunction created on same pool as name =
                   18156:          were created on global pool, causing mem leaks]
                   18157: 
                   18158: 2002-05-06  paf
                   18159: 
                   18160:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18161:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18162:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18163: 
                   18164:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18165:          targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
                   18166:          100*40 bytes per request memory leak [nonpool malloc in globals]
                   18167: 
                   18168: 2002-04-30  paf
                   18169: 
                   18170:        * configure, src/include/pa_version.h: version now not b
                   18171: 
                   18172:        * src/targets/cgi/parser3.C: request.uri now never 0
                   18173: 
                   18174: 2002-04-29  paf
                   18175: 
                   18176:        * configure.in: removed b
                   18177: 
                   18178:        * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
                   18179:          Exception::comment/type checked in (), no there's no empty
                   18180:          type/comment by default
                   18181: 
                   18182:        * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
                   18183:          src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
                   18184:          src/doc/value.dox, src/include/pa_exception.h,
                   18185:          src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
                   18186:          0001
                   18187: 
                   18188: 2002-04-26  paf
                   18189: 
                   18190:        * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
                   18191:          size reduced
                   18192: 
                   18193: 2002-04-25  paf
                   18194: 
                   18195:        * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
                   18196:          under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
                   18197:          now that took into account
                   18198: 
                   18199:        * operators.txt, src/classes/date.C: ^date::create[2002-12-33
                   18200:          01:03:04]
                   18201: 
                   18202:        * ChangeLog, operators.txt, src/classes/date.C:
                   18203:          ^date::create[2002-12-33 01:03:04]
                   18204: 
                   18205:        * ChangeLog: updated changelog
                   18206: 
                   18207:        * src/classes/table.C: removed restriction on column count to
                   18208:          ^table.hash to work, now must be >0 [were >1]
                   18209: 
                   18210: 2002-04-24  paf
                   18211: 
                   18212:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18213:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   18214:          targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
                   18215:          targets
                   18216: 
                   18217: 2002-04-23  paf
                   18218: 
                   18219:        * operators.txt, src/classes/string.C:
                   18220:          int/double/string:sql{}[$.default{code}] fixed [were barking:
                   18221:          "junction used outside of context"]
                   18222: 
                   18223: 2002-04-22  paf
                   18224: 
                   18225:        * types.txt, src/classes/string.C, src/include/pa_string.h,
                   18226:          src/main/pa_string.C, src/types/pa_vstring.C,
                   18227:          src/types/pa_vstring.h: ^string.optimize[]
                   18228: 
                   18229:        * src/: include/pa_globals.h, include/pa_table.h,
                   18230:          main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
                   18231:          table template
                   18232: 
                   18233:        * src/classes/: string.C: optimize removed from string
                   18234:          .left/right/pos
                   18235: 
                   18236:        * src/main/execute.C: rolled back to
                   18237:          before_killing_userjunction_contexts
                   18238: 
                   18239:        * src/main/execute.C: user junctions context killed
                   18240: 
                   18241:        * src/main/execute.C: junctions to local contexts got
                   18242:          cleanized&checked later
                   18243: 
                   18244: 2002-04-19  paf
                   18245: 
                   18246:        * src/: classes/string.C, include/pa_request.h,
                   18247:          include/pa_string.h, main/pa_request.C, main/pa_string.C,
                   18248:          types/pa_vstring.C, types/pa_vstring.h: string now optimized
                   18249:          prior to .left .right .mid .pos .match when that is profitable,
                   18250:          and always before .replace when $ORIGINS(1) optimization disabled
                   18251:          economy from not wasting mem on lots of strings which occur by
                   18252:          lots of String:mid calls to get parts of source string between
                   18253:          found_occurances
                   18254: 
                   18255:        * src/classes/file.C: ovector now local economy: 16 bytes per
                   18256:          ^file:list
                   18257: 
                   18258:        * src/: include/pa_globals.h, include/pa_table.h,
                   18259:          main/pa_globals.C, main/pa_string.C: String::match table columns
                   18260:          globalized, not created @ each ^match anymore economy:
                   18261:          sizeof(Array)+space on 3+x cells=24+ bytes per ^match
                   18262: 
                   18263:        * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
                   18264:          removed from each String::match replace iteration, and made
                   18265:          stacked sizeof(VTable)=12bytes economy on each replace code
                   18266: 
                   18267:        * src/doc/footer.htm: 2001,
                   18268: 
                   18269:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   18270:          string.match[]['] option enables generation of $match.prematch
                   18271:          .match .postmatch columns
                   18272: 
                   18273:        * src/main/pa_string.C: String::match options analized without
                   18274:          cstr-ing them now
                   18275: 
                   18276:        * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
                   18277:          sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
                   18278:          config updated to doxygen 1.2.15, created helper which fixes
                   18279:          minor bugs in chm project files & htm tree.  changed extension to
                   18280:          .htm
                   18281: 
                   18282: 2002-04-18  paf
                   18283: 
                   18284:        * src/doc/doxygen.cfg: .chi generation disabled
                   18285: 
                   18286:        * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
                   18287:          classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
                   18288:          fields&methods
                   18289: 
                   18290:        * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
                   18291:          types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
                   18292:          types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
                   18293:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   18294:          types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
                   18295:          types/pa_vresponse.h, types/pa_vstateless_class.h,
                   18296:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   18297:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
                   18298:          types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
                   18299:          VStateless_class to VObject
                   18300: 
                   18301:        * src/: main/pa_request.C, types/pa_valiased.h,
                   18302:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18303:          types/pa_vstring.h: VStateless_string_object speicalized light
                   18304:          version of VStateless_object
                   18305: 
                   18306:        * src/classes/op.C: ^throw comment param made optional
                   18307: 
                   18308:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
                   18309:          pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
                   18310:          and implemented down in VClass, fclass_alias removed,
                   18311: 
                   18312:        * src/types/pa_value.C: forced to cut that from .h because of
                   18313:          VStateless_class usage [undefined in .h]
                   18314: 
                   18315:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18316:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18317:          main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
                   18318:          merged with OP_CALL, VCodeFrame move to stack [no more heap waste
                   18319:          on each CALL]
                   18320: 
                   18321:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   18322:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   18323:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   18324:          classes/response.C, classes/string.C, classes/table.C,
                   18325:          classes/void.C, classes/xnode.C, include/pa_globals.h,
                   18326:          include/pa_request.h, main/execute.C, main/pa_globals.C,
                   18327:          main/pa_request.C, types/Makefile.am, types/pa_value.h,
                   18328:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
                   18329:          types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
                   18330:          types/pa_vstateless_class.h, types/pa_wcontext.C,
                   18331:          types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
                   18332:          removed Value::fname
                   18333: 
                   18334: 2002-04-17  paf
                   18335: 
                   18336:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   18337:          doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
                   18338:          doc/pooled.dox, doc/string.dox, doc/targets.dox,
                   18339:          include/pa_pool.h, include/pa_types.h: dox updated to current
                   18340:          state, PTHROW freshen to throw & co
                   18341: 
                   18342:        * src/types/pa_vhash.h: vstring wrong parent fixed
                   18343: 
                   18344:        * src/classes/op.C: taint local result var bug fixed
                   18345: 
                   18346: 2002-04-16  paf
                   18347: 
                   18348:        * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
                   18349:          Attic asm.txt as most interesting
                   18350: 
                   18351:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
                   18352:          check, preventing content-length: 0 from appearing
                   18353: 
                   18354:        * src/main/execute.C: $result in @main now taken into account as in
                   18355:          usual functions
                   18356: 
                   18357:        * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
                   18358:          & @unhandled_exception now taken into account as in usual
                   18359:          functions
                   18360: 
                   18361:        * src/doc/postbuild.txt: instructions on post .html build
                   18362: 
                   18363:        * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
                   18364: 
                   18365:        * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
                   18366:          tainted
                   18367: 
                   18368:        * src/main/pa_request.C: uri in error log
                   18369: 
                   18370:        * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
                   18371:          cheched date:create(days) param for validity [later were assumed
                   18372:          valid and crashed on invalid onces]
                   18373: 
                   18374:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   18375:          main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
                   18376:          and used that for removing VString wrapper
                   18377: 
                   18378:        * src/classes/op.C: exception2vhash file now tainted
                   18379: 
                   18380:        * src/classes/op.C: _process pseudo origin copied from local var to
                   18381:          heap
                   18382: 
                   18383:        * src/classes/op.C: extra check on empty file in origin in _execute
                   18384: 
                   18385: 2002-04-15  paf
                   18386: 
                   18387:        * src/: main/execute.C, types/pa_value.h: fixed name update
                   18388: 
                   18389:        * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
                   18390:          functions
                   18391: 
                   18392:        * src/: classes/file.C, classes/hash.C, classes/op.C,
                   18393:          include/pa_request.h, main/execute.C, types/pa_wcontext.h:
                   18394:          started dual write_xxx_lang functions, if checked & works
                   18395: 
                   18396:        * src/: classes/date.C, classes/file.C, classes/mail.C,
                   18397:          classes/string.C, classes/xnode.C, include/pa_request.h,
                   18398:          types/pa_value.h, types/pa_wcontext.h: removed absolutely
                   18399:          unnecessary VString shells
                   18400: 
                   18401:        * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
                   18402:          prev changes]
                   18403: 
                   18404:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   18405:          classes/table.C, include/pa_request.h, main/execute.C,
                   18406:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   18407:          StringOrValue wcontext result, now ready for dual writes
                   18408: 
                   18409:        * src/targets/cgi/parser3.C: ctime sometimes can be just "",
                   18410:          checked that
                   18411: 
                   18412:        * src/main/: compile.tab.C, compile.y, compile_tools.C,
                   18413:          compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
                   18414:          changed to OP_WRITE_VALUE in var get cases
                   18415: 
                   18416:        * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
                   18417:          include/pa_request.h, main/compile.tab.C, main/compile.y,
                   18418:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18419:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
                   18420:          switch in hash constructor fixed [were problems with using of
                   18421:          stacked wwrapper after it's death]
                   18422: 
                   18423: 2002-04-12  paf
                   18424: 
                   18425:        * operators.txt, src/classes/table.C: table.select(expression) 0
                   18426: 
                   18427: 2002-04-11  paf
                   18428: 
                   18429:        * src/: classes/string.C, include/pa_request.h, main/execute.C:
                   18430:          Request::process_internal codeFrame & wwrapper stacked [not
                   18431:          wasting  heap anymore]
                   18432: 
                   18433: 2002-04-10  paf
                   18434: 
                   18435:        * src/: classes/double.C, classes/file.C, classes/hash.C,
                   18436:          classes/image.C, classes/int.C, classes/math.C, classes/op.C,
                   18437:          classes/string.C, classes/table.C, classes/void.C,
                   18438:          classes/xdoc.C, include/pa_request.h, main/execute.C,
                   18439:          main/pa_string.C: killed Request::process() wrapping
                   18440:          VString(String) in case we need only String
                   18441: 
                   18442:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18443:          killed 8 bytes from String.head
                   18444: 
                   18445: 2002-04-09  paf
                   18446: 
                   18447:        * src/: main/compile.tab.C, targets/cgi/parser3.C,
                   18448:          targets/isapi/parser3isapi.C: removed {   char *a;   {      /*sub
                   18449:          local*/char b[...];      a=b; situations
                   18450: 
                   18451:        * operators.txt, src/classes/xdoc.C: xslt params made literal
                   18452: 
                   18453:        * src/classes/xdoc.C: xslt params fixed
                   18454: 
                   18455:        * src/: main/pa_common.C, targets/cgi/parser3.C,
                   18456:          types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
                   18457:          not pool.malloc(MAX_NUMBER) but really neaded
                   18458: 
                   18459:        * operators.txt, src/classes/double.C, src/classes/int.C:
                   18460:          int/double.int/double(default)
                   18461: 
                   18462: 2002-04-04  paf
                   18463: 
                   18464:        * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
                   18465:          [when reconstructing pieces were split by
                   18466:          max_integral(piece.size), thus some strings to replace happen to
                   18467:          be split into two = not replaced)
                   18468: 
                   18469:        * src/targets/cgi/: parser3.C, parser3.dsp: document root in
                   18470:          standalone version = current dir
                   18471: 
                   18472:        * src/targets/cgi/parser3.C: document root in standalone version =
                   18473:          current dir
                   18474: 
                   18475: 2002-04-03  paf
                   18476: 
                   18477:        * configure, configure.in: more checks on nonexistent charset
                   18478: 
1.116     moko     18479:        * INSTALL, configure, configure.in: root config configure options
1.95      moko     18480: 
                   18481: 2002-04-02  paf
                   18482: 
                   18483:        * src/main/compile.C: parser.compile [exception name more like in
                   18484:          doc]
                   18485: 
                   18486: 2002-04-01  paf
                   18487: 
                   18488:        * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
                   18489:          targets/isapi/parser3isapi.dsp: mail subject encoding taken from
                   18490:          .content-type.charset, not .charset
                   18491: 
                   18492: 2002-03-29  paf
                   18493: 
                   18494:        * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
                   18495: 
                   18496:        * operators.txt, src/classes/date.C: ^date::create now may not
                   18497:          supply day, default 1.  checked 29.03 -> 29.02 roll on non 366
                   18498:          days' year.  | 31.05->31.04   roll
                   18499: 
                   18500: 2002-03-28  paf
                   18501: 
                   18502:        * operators.txt, src/classes/date.C, src/classes/op.C,
                   18503:          src/include/pa_globals.h, src/include/pa_hash.h,
                   18504:          src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
                   18505:          ^cache(seconds)    ^cache[date] }
                   18506: 
                   18507:        * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
                   18508:          param
                   18509: 
                   18510: 2002-03-27  paf
                   18511: 
                   18512:        * operators.txt, src/classes/date.C, src/classes/double.C,
                   18513:          src/classes/file.C, src/classes/form.C, src/classes/hash.C,
                   18514:          src/classes/image.C, src/classes/int.C, src/classes/mail.C,
                   18515:          src/classes/math.C, src/classes/op.C, src/classes/string.C,
                   18516:          src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
                   18517:          src/classes/xnode.C, src/include/pa_exception.h,
                   18518:          src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
                   18519:          src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
                   18520:          src/main/pa_array.C, src/main/pa_charset.C,
                   18521:          src/main/pa_charsets.C, src/main/pa_common.C,
                   18522:          src/main/pa_dictionary.C, src/main/pa_exception.C,
                   18523:          src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
                   18524:          src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
                   18525:          src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
                   18526:          src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
                   18527:          src/types/pa_value.h, src/types/pa_vcookie.C,
                   18528:          src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
                   18529:          src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
                   18530:          src/types/pa_vtable.C, src/types/pa_vxdoc.h,
                   18531:          src/types/pa_vxnode.h, src/types/pa_wcontext.C,
                   18532:          src/types/pa_wwrapper.h: assigned exception types
                   18533: 
                   18534:        * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
                   18535:          src/include/pa_request.h, src/main/execute.C,
                   18536:          src/main/pa_request.C: decided agains resetting exception_trace,
                   18537:          just changed name
                   18538: 
                   18539: 2002-03-26  paf
                   18540: 
                   18541:        * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
                   18542:          fixed
                   18543: 
                   18544:        * src/classes/op.C: forced language of $source field of exception
                   18545:          to 'tainted', so that sql-langed-frags could be outputed outside
                   18546:          of connect
                   18547: 
                   18548:        * operators.txt: removed date.roll limit of +-1 offset
                   18549: 
                   18550:        * src/classes/date.C: removed date.roll limit of +-1 offset
                   18551: 
                   18552:        * operators.txt, src/classes/date.C: fixed date roll on
                   18553:          daylightsaving days mktime took into account tm_isdst flag, which
                   18554:          remained from BEFORE roll, but should have been reset
                   18555: 
                   18556: 2002-03-25  paf
                   18557: 
                   18558:        * operators.txt, src/targets/cgi/parser3.C:
                   18559:          http_site_config_filespec
                   18560: 
                   18561:        * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
                   18562:          main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
                   18563:          with any/both --disable-foreign-group-files --disable-execs
                   18564: 
                   18565:        * INSTALL: "--with=sendmail=COMMAND" comment
                   18566: 
                   18567:        * INSTALL, configure, configure.in, src/classes/mail.C,
                   18568:          src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116     moko     18569:          src/targets/cgi/Makefile.am: --disable-foreign-group-files now
                   18570:          disables execs also.  introducing --sendmail
1.95      moko     18571: 
                   18572:        * operators.txt: pgsql options comment
                   18573: 
                   18574:        * INSTALL: comment on --disable-link-stdcpp
                   18575: 
1.116     moko     18576:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18577:          libstdc++ link skipping configure option
1.95      moko     18578: 
                   18579:        * src/: classes/op.C, include/pa_sql_connection.h: sql connection
                   18580:          with error were put to cache with 'marked_to_rollback' flag, all
                   18581:          consequent even OK requests rolled back
                   18582: 
                   18583: 2002-03-22  paf
                   18584: 
                   18585:        * src/main/pa_exec.C: createprocess nowindow flag check on readfile
                   18586:          false return
                   18587: 
                   18588:        * operators.txt: few comments on sets
                   18589: 
                   18590: 2002-03-18  paf
                   18591: 
                   18592:        * operators.txt, src/classes/op.C, src/include/pa_exception.h,
                   18593:          src/include/pa_globals.h, src/include/pa_request.h,
                   18594:          src/include/pa_stack.h, src/main/pa_globals.C,
                   18595:          src/main/pa_request.C: introducing ^try
                   18596: 
                   18597:        * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
                   18598:          types/pa_vdouble.h: removed some tested @tests
                   18599: 
                   18600: 2002-03-15  paf
                   18601: 
                   18602:        * operators.txt, src/classes/table.C: ^table.locate(logical expr)
                   18603: 
                   18604: 2002-03-13  paf
                   18605: 
                   18606:        * src/main/pa_exception.C: checked not-pooled malloc
                   18607: 
                   18608: 2002-03-11  paf
                   18609: 
                   18610:        * INSTALL, configure, configure.in,
                   18611:          src/include/pa_config_auto.h.in: --disable-foreign-group-files
                   18612: 
                   18613:        * src/main/pa_common.C: --disable-foreign-group-files
                   18614: 
                   18615:        * INSTALL: --disable-execs
                   18616: 
                   18617:        * src/main/pa_exec.C: --disable-execs
                   18618: 
                   18619:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18620:          --disable-execs
                   18621: 
                   18622:        * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
                   18623: 
                   18624:        * src/types/pa_vfile.C: $file.text now 0A linebreaks,
                   18625:          file::exec/cgi linebreaks "0D0A" changed to 0A onces
                   18626: 
                   18627: 2002-03-05  paf
                   18628: 
                   18629:        * operators.txt, src/classes/date.C: date week calendar columns
                   18630:          named
                   18631: 
                   18632:        * operators.txt, src/classes/date.C: date week calendar columns
                   18633:          named
                   18634: 
                   18635:        * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
                   18636:          requires headers to be terminated with \r\n manually [refuses to
                   18637:          separate header/body itself]
                   18638: 
                   18639:        * src/: main/pa_globals.C, targets/cgi/parser3.C,
                   18640:          targets/isapi/parser3isapi.C: isapi site config beside .dll
                   18641: 
                   18642: 2002-03-04  paf
                   18643: 
                   18644:        * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
                   18645:          in PASS language
                   18646: 
                   18647:        * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
                   18648:          deserialize checks on broken file
                   18649: 
                   18650:        * src/targets/isapi/: pa_threads.C, parser3isapi.C,
                   18651:          parser3isapi.dsp: isapi updated
                   18652: 
                   18653: 2002-03-01  paf
                   18654: 
                   18655:        * src/main/pa_exec.C: execle -> execve, now argc OK
                   18656: 
                   18657: 2002-02-28  paf
                   18658: 
                   18659:        * src/main/untaint.C: removed some debug comments
                   18660: 
                   18661:        * src/main/pa_charsets.C: when placing charset to cache using
                   18662:          global name now [were request]
                   18663: 
                   18664:        * configure, configure.in: apache module updated
                   18665: 
                   18666:        * src/main/pa_string.C: origin by first piece preferred before last
                   18667:          piece
                   18668: 
                   18669: 2002-02-27  paf
                   18670: 
                   18671:        * src/main/pa_charset.C: size_t
                   18672: 
                   18673:        * INSTALL: shared/static-xml with-pathlink
                   18674: 
                   18675:        * operators.txt: SMTP comment
                   18676: 
                   18677: 2002-02-26  paf
                   18678: 
                   18679:        * src/main/pa_exec.C: more precise names for vars, cosmetic
                   18680: 
                   18681:        * src/classes/xnode.C: in some situation, xpath query returned
                   18682:          result with type NODESET, but empty nodeset member field, checked
                   18683:          that
                   18684: 
                   18685: 2002-02-22  paf
                   18686: 
                   18687:        * INSTALL: without-zlib comment
                   18688: 
                   18689:        * etc/parser3.charsets/windows-1251.cfg: &deg;
                   18690: 
                   18691:        * configure, configure.in: glib###.a detection fixed
                   18692: 
                   18693:        * INSTALL: hashfile removed from INSTALL
                   18694: 
1.116     moko     18695:        * Makefile.am: make update
1.95      moko     18696: 
                   18697:        * src/main/pa_string.C: string iterators fixed again, so were
                   18698:          String::join_chain
                   18699: 
                   18700:        * src/main/pa_string.C: string iterators fixed again, so were
                   18701:          String::join_chain
                   18702: 
                   18703:        * src/: include/pa_string.h, main/pa_string.C: string iterators
                   18704:          fixed again, so were String::join_chain
                   18705: 
                   18706:        * src/types/pa_vcookie.C: cookie "expires=0" =  "session"
                   18707: 
                   18708:        * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
                   18709:          "session"
                   18710: 
1.116     moko     18711:        * configure, configure.in, src/include/pa_config_auto.h.in:
                   18712:          --with-shared-xml --with-static-xml
1.95      moko     18713: 
                   18714:        * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
                   18715:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   18716:          types/types.dsp: *.dsp: removed refereces to win32db & ancient
                   18717:          xalan&xml
                   18718: 
                   18719:        * acconfig.h: acconfig move in cvs[from src/libltdl to /]
                   18720: 
                   18721:        * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
                   18722:          src/types/types.dsp: removed hashfile support from sources for
                   18723:          now
                   18724: 
1.116     moko     18725:        * configure, configure.in, src/classes/Makefile.am,
1.95      moko     18726:          src/classes/hashfile.C, src/include/Makefile.am,
1.116     moko     18727:          src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
                   18728:          src/include/pa_db_manager.h, src/include/pa_db_table.h,
                   18729:          src/main/Makefile.am, src/main/pa_db_connection.C,
1.95      moko     18730:          src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116     moko     18731:          src/main/pa_globals.C, src/targets/cgi/Makefile.am,
                   18732:          src/types/Makefile.am, src/types/pa_vhashfile.C,
                   18733:          src/types/pa_vhashfile.h: removed hashfile support for now
1.95      moko     18734: 
                   18735: 2002-02-21  paf
                   18736: 
                   18737:        * src/main/untaint.C: removed debug code, activated commented-for
                   18738:          debug parts
                   18739: 
1.116     moko     18740:        * Makefile.am: make cvsupdate
1.95      moko     18741: 
                   18742:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   18743:          main/untaint.C: STRING_*FOREACH_ROW changed to stop at
                   18744:          append_row, not at link zero now string to string appending works
                   18745: 
                   18746: 2002-02-20  paf
                   18747: 
                   18748:        * src/: include/pa_string.h, main/execute.C, main/untaint.C,
                   18749:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
                   18750:          DEBUG_STRING_APPENDS_VS_EXPANDS
                   18751: 
                   18752:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18753:          economy: 22%
                   18754: 
                   18755:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   18756:          space uptimized: string::link_row removed
                   18757: 
                   18758:        * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
                   18759:          main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
                   18760:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18761:          types/pa_vstring.h: speed uptimized: string::is_empty
                   18762: 
                   18763:        * operators.txt, src/include/pa_common.h,
                   18764:          src/include/pa_config_fixed.h, src/include/pa_string.h,
                   18765:          src/include/pa_types.h, src/main/compile.tab.C,
                   18766:          src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
                   18767:          src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
                   18768:          string append optimiziation idea and estimates
                   18769: 
                   18770: 2002-02-19  paf
                   18771: 
                   18772:        * src/classes/math.C: not used directly [but erroreously reported
                   18773:          that 'is', thus registering twice&other probs]
                   18774: 
                   18775:        * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
                   18776:          to node [element]
                   18777: 
                   18778:        * src/main/compile.C: without string_origins parse error
                   18779:          file+line+col possible
                   18780: 
                   18781:        * src/main/: compile.C: without string_origins not worked
                   18782: 
                   18783: 2002-02-18  paf
                   18784: 
                   18785:        * src/types/pa_vdouble.h: since we have in_expression removed that
                   18786:          trick i've installed into double::as_string
                   18787: 
                   18788:        * src/main/pa_globals.C: extern "C" was removed too fast
                   18789: 
                   18790:        * src/: include/pa_opcode.h, include/pa_request.h,
                   18791:          main/compile.tab.C, main/compile.y, main/execute.C,
                   18792:          types/pa_wcontext.h: in_expression aimed to solve old problem
                   18793:          with string/nonstring values, now in expressions double/int
                   18794:          values are passed as-is, without stupid tostring/fromstring
                   18795:          conversions
                   18796: 
                   18797:        * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
                   18798:          __cplusplus } #endif
                   18799: 
                   18800:        * src/main/compile.tab.C: bison env set so one could compile
                   18801:          without cygwin installed
                   18802: 
                   18803:        * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
                   18804:          targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
                   18805:          gnome xml libs parser .dsp-s changed accordingly
                   18806: 
                   18807:        * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
                   18808: 
                   18809:        * operators.txt, src/classes/date.C: date::create [were date::set,
                   18810:          with backward comp
                   18811: 
                   18812:        * src/classes/math.C: math:random range check fixed
                   18813: 
                   18814:        * src/main/: compile.tab.C, compile.y: integer  division stops name
                   18815: 
                   18816:        * INSTALL: local install comment
                   18817: 
1.116     moko     18818:        * ltconfig, ltmain.sh: removed libtool subpart files
1.95      moko     18819: 
1.116     moko     18820:        * acinclude.m4, aclocal.m4, configure, configure.in,
                   18821:          src/include/pa_config_auto.h.in,
                   18822:          src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
                   18823:          src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95      moko     18824: 
                   18825:        * operators.txt: \ comment
                   18826: 
                   18827: 2002-02-13  paf
                   18828: 
                   18829:        * src/include/pa_config_includes.h: sys/time time both included
                   18830:          now.  vaguely remember confilicts on this on some system [not on
                   18831:          six|ablv] so when would see them again would think up proper
                   18832:          check
                   18833: 
1.116     moko     18834:        * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
                   18835:          --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95      moko     18836: 
                   18837:        * src/main/pa_common.C: truncation never occured when writing files
                   18838:          on unix [since i've changed cache mech] fix
                   18839: 
                   18840:        * src/main/pa_common.C: strnchr: sanity check added
                   18841: 
                   18842:        * etc/parser3.charsets/windows-1257.cfg: id added
                   18843: 
                   18844:        * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
                   18845:          baltic charset file generated, in generation script ispunct check
                   18846:          added
                   18847: 
                   18848: 2002-02-08  paf
                   18849: 
1.116     moko     18850:        * src/: include/Makefile.am, sql/Makefile.am,
                   18851:          targets/isapi/Makefile.am: forgotten makes
1.95      moko     18852: 
                   18853:        * src/types/: pa_vcookie.C: VCookie::fill_fields one check
                   18854:          forgotten
                   18855: 
                   18856:        * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
                   18857: 
                   18858:        * INSTALL, README: install&others updated
                   18859: 
                   18860:        * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
                   18861: 
1.116     moko     18862:        * Makefile.am, configure, configure.in,
                   18863:          etc/parser3.charsets/Makefile.am, src/Makefile.am,
                   18864:          src/classes/Makefile.am, src/main/Makefile.am,
                   18865:          src/main/pa_status_provider.C, src/targets/Makefile.am,
                   18866:          src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
                   18867:          works
1.95      moko     18868: 
                   18869:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18870:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18871:          classes/hashfile.C, classes/int.C, classes/mail.C,
                   18872:          classes/math.C, classes/op.C, classes/response.C,
                   18873:          classes/string.C, classes/table.C, classes/void.C,
                   18874:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18875:          include/pa_array.h, include/pa_cache_managers.h,
                   18876:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18877:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18878:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18879:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18880:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18881:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18882:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18883:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18884:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18885:          include/pa_stack.h, include/pa_string.h,
                   18886:          include/pa_stylesheet_connection.h,
                   18887:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18888:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18889:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   18890:          main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
                   18891:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18892:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18893:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   18894:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   18895:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   18896:          main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
                   18897:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18898:          targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
                   18899:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   18900:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
                   18901:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   18902:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   18903:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18904:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
                   18905:          types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
                   18906:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   18907:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18908:          types/pa_vrequest.h, types/pa_vresponse.h,
                   18909:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   18910:          types/pa_vstateless_object.h, types/pa_vstatus.C,
                   18911:          types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
                   18912:          types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
                   18913:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
                   18914:          classes/image.C, main/pa_common.C, main/pa_exec.C,
                   18915:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
                   18916:          types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
                   18917:          types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
                   18918:          types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
                   18919:          types/pa_vxnode.C, main/pa_charset.C: name spelling
                   18920: 
                   18921:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   18922:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   18923:          classes/hashfile.C, classes/image.C, classes/int.C,
                   18924:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   18925:          classes/string.C, classes/table.C, classes/void.C,
                   18926:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   18927:          include/pa_array.h, include/pa_cache_managers.h,
                   18928:          include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
                   18929:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   18930:          include/pa_db_connection.h, include/pa_db_manager.h,
                   18931:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   18932:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   18933:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   18934:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   18935:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   18936:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   18937:          include/pa_stack.h, include/pa_string.h,
                   18938:          include/pa_stylesheet_connection.h,
                   18939:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   18940:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   18941:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   18942:          main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
                   18943:          main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
                   18944:          main/pa_db_connection.C, main/pa_db_manager.C,
                   18945:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   18946:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   18947:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   18948:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   18949:          main/pa_status_provider.C, main/pa_string.C,
                   18950:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   18951:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   18952:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   18953:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   18954:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   18955:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   18956:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   18957:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   18958:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   18959:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   18960:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   18961:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   18962:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   18963:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   18964:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
                   18965:          types/pa_vresponse.h, types/pa_vstateless_class.C,
                   18966:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   18967:          types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
                   18968:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   18969:          types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   18970:          types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
                   18971:          types/pa_wcontext.h, types/pa_wwrapper.h: 2002
                   18972: 
                   18973: 2002-02-07  paf
                   18974: 
                   18975:        * src/main/pa_socks.C: swapped headers to avoid compiler warnings
                   18976: 
1.116     moko     18977:        * configure, configure.in, src/include/pa_config_auto.h.in,
                   18978:          src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
                   18979:          added yet another locking function: fcntl
1.95      moko     18980: 
                   18981:        * config.sub: on cygwin configure passes it with strange i1586
                   18982:          const, hacked it to mean i586
                   18983: 
                   18984:        * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
                   18985:          disabled $if reference due to conflicts with local variables
                   18986: 
                   18987:        * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
                   18988:          xdoc::set obsolete now, now xdoc::create, with both sences
                   18989: 
                   18990:        * operators.txt, src/classes/table.C, src/include/pa_array.h,
                   18991:          src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
                   18992:          table::create now // 'set' name obsolete now table clone.
                   18993: 
                   18994:        * operators.txt, src/classes/string.C,
                   18995:          src/include/pa_config_fixed.h, src/main/compile.tab.C:
                   18996:          ^int/double/string.format now can be called with normal []
                   18997:          brackets, not stupid {} as it were implemented for some strange
                   18998:          reason.  retaining backward compatibility due to some
                   18999:          already-implemented servers
                   19000: 
                   19001:        * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
                   19002:          main/compile.y, main/compile_tools.C, main/compile_tools.h:
                   19003:          operators now detected by check at name_without_curly_rdive_read
                   19004:          rule whether diving code constists only of
                   19005:          OP_VALUE+string+OP_GET_ELEMENT.  and last op code substituted
                   19006:          with OP_GET_ELEMENT_OR_OPERATOR to form
                   19007:          OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR.  code
                   19008: 
                   19009: 2002-02-06  paf
                   19010: 
                   19011:        * configure, configure.in: prefix expanded, grr
                   19012: 
                   19013:        * operators.txt, src/classes/mail.C: mail:send config changed
                   19014: 
                   19015: 2002-02-05  paf
                   19016: 
                   19017:        * operators.txt: regex options commented
                   19018: 
                   19019:        * src/main/: pa_exec.C: argv0 now correct
                   19020: 
                   19021:        * src/types/pa_vstatus.C: status:rusage 3
                   19022: 
                   19023:        * src/types/pa_vstatus.C: status:rusage 2
                   19024: 
                   19025:        * operators.txt: status:rusage described int operators
                   19026: 
                   19027:        * src/types/pa_vstatus.C: status:rusage 1
                   19028: 
                   19029:        * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
                   19030:          src/types/types.dsp: status:rusage
                   19031: 
                   19032:        * configure.in, operators.txt, src/classes/file.C,
                   19033:          src/classes/op.C, src/include/pa_common.h,
                   19034:          src/include/pa_config_includes.h, src/main/compile.tab.C,
                   19035:          src/main/pa_common.C: rewritten ^cache to use
                   19036:          non-blocking-exclusive-caches
                   19037: 
                   19038:        * src/main/pa_common.C: text file read mode on win32 adjusted
                   19039:          [speed impact. was off for debugging purpose, but forgotten
                   19040:          afterwards]
                   19041: 
                   19042: 2002-02-01  paf
                   19043: 
                   19044:        * src/classes/op.C: file_write does EX lock after create, while
                   19045:          file_read does SH after open, so there's a moment after create
                   19046:          but before EX lock when read can sneak into, and read
                   19047:          just-created-for-writing-and-not-yet-locked file, added a check
                   19048:          for that in ^cache...read
                   19049: 
                   19050: 2002-01-31  paf
                   19051: 
                   19052:        * src/main/: compile.y, compile.tab.C: disabled operator call after
                   19053:          ^xxx:
                   19054: 
                   19055:        * src/main/: compile.tab.C, execute.C: made operators lookup first
                   19056:          in ^xxx situation.  so that one could not do $if[1] ^if[xxx]
                   19057: 
                   19058:        * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
                   19059:          main/compile.tab.C, main/compile.y, main/compile_tools.C,
                   19060:          main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
                   19061:          operators check 6.1 rewritten. now check is done at compile time
                   19062: 
                   19063:        * src/main/execute.C: operators check 5 floated up old error of
                   19064:          staying in 'entered class/object' state after $a($a..) it
                   19065:          prevented operators from being called thereafter
                   19066: 
                   19067:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19068:          main/execute.C: operators check 4 floated up old error of staying
                   19069:          in 'entered object' state after ^a.a(a) it prevented operators
                   19070:          from being called thereafter
                   19071: 
                   19072:        * src/main/execute.C: operators check 3 floated up old error of
                   19073:          staying in 'entered class' state after $a:a(a) it prevented
                   19074:          operators from being called thereafter
                   19075: 
                   19076:        * src/: main/execute.C, types/pa_wcontext.h: operators check 2
                   19077:          floated up old error of staying in 'entered class' state after
                   19078:          $a:a[a] it prevented operators from being called thereafter
                   19079: 
                   19080:        * src/main/execute.C: operators check, thay mistakenly seen in
                   19081:          $class:operator   $object.operators contexts
                   19082: 
                   19083:        * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
                   19084:          win32
                   19085: 
1.116     moko     19086:        * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
                   19087:          src/classes/Makefile.am, src/main/Makefile.am,
                   19088:          src/targets/cgi/Makefile.am,
1.95      moko     19089:          src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116     moko     19090:          src/types/Makefile.am: lowered indent.awk back to src/
1.95      moko     19091: 
1.116     moko     19092:        * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
                   19093:          acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
                   19094:          configure, configure.in, form.txt, ident.awk, install-sh,
                   19095:          lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
                   19096:          operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95      moko     19097:          etc/parser3.charsets/Makefile.am,
                   19098:          etc/parser3.charsets/koi8-r.cfg,
                   19099:          etc/parser3.charsets/windows-1250.cfg,
                   19100:          etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116     moko     19101:          src/classes/Makefile.am, src/include/pa_config_auto.h.in,
                   19102:          src/main/Makefile.am, src/targets/cgi/Makefile.am,
                   19103:          src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
                   19104:          out of src, moved configure&co out of src added windows-1250.cfg
1.95      moko     19105:          straightened installation scripts procedure made
                   19106:          targets/cgi/parser3.C be dependant on ./configure --sysconfdir
                   19107:          change
                   19108: 
                   19109: 2002-01-30  paf
                   19110: 
                   19111:        * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
                   19112:          removed] those comments were a mistake, and prevented libltdl
                   19113:          from function properly
                   19114: 
                   19115: 2002-01-29  paf
                   19116: 
1.116     moko     19117:        * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
                   19118:          creation [modified acinclude.m4 which were creating int into just
                   19119:          assignment LIBTOOL=../libtool] added default system
                   19120:          config&charsetts prepared 'make install', now it installs
                   19121:          targets/cgi/parser3 into bin directory etc/parser3.conf &
                   19122:          etc/parser3.charsets/* into $sysconfdir and
1.95      moko     19123:          $sysconfdir/parser3.charsets respectively
                   19124: 
                   19125:        * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
                   19126:          main/pa_globals.C: few forgotten ifdef XML added
                   19127: 
                   19128: 2002-01-28  paf
                   19129: 
1.116     moko     19130:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95      moko     19131:          removed
                   19132: 
                   19133:        * src/main/pa_exception.C: dom|generic error output fix
                   19134: 
                   19135:        * src/classes/xnode.C: xdoc.importNode 3 [check err]
                   19136: 
                   19137:        * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
                   19138: 
                   19139:        * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
                   19140:          [fixed as_node helper func to accept docs]
                   19141: 
                   19142:        * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
                   19143:          xdoc.importNode 0
                   19144: 
                   19145:        * src/classes/xdoc.C: xdoc::set now untaints OK
                   19146: 
                   19147: 2002-01-25  paf
                   19148: 
                   19149:        * src/main/: compile.tab.C, compile.y: #comment  before @ after
                   19150:          @SPECIAL now works OK
                   19151: 
                   19152:        * src/main/: pa_exec.C: unix: exec now does chdir to script dir
                   19153: 
                   19154:        * src/main/pa_exec.C: max arg count now 10, and proper message on
                   19155:          violation that added
                   19156: 
                   19157:        * src/classes/hash.C: unified  hash::sql, now
                   19158:          ^hash::sql{query}[[$.limit(2) $.offset(4)]]
                   19159: 
                   19160:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   19161:          ^file:lock[filename]{code}
                   19162: 
                   19163:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   19164:          classes/table.C, classes/xdoc.C, include/pa_common.h,
                   19165:          main/pa_common.C, types/pa_vfile.h: removed redundant pool param
                   19166:          to some pa_common funcs
                   19167: 
                   19168:        * src/: include/pa_charset.h, main/pa_globals.C:
                   19169:          http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
                   19170: 
                   19171:        * src/: include/pa_charset.h, main/pa_charset.C,
                   19172:          include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
                   19173:          not stupid illegal define
                   19174: 
                   19175: 2002-01-24  paf
                   19176: 
                   19177:        * src/include/pa_version.h: changed version number
                   19178: 
                   19179:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19180:          include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19181:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   19182:          main/pa_db_connection.C, main/pa_db_table.C,
                   19183:          types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
                   19184:          hashfile without logfiles
                   19185: 
                   19186:        * src/: classes/hashfile.C, include/pa_db_table.h,
                   19187:          main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
                   19188:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
                   19189:          of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
                   19190:          DB_INIT_TXN init bits, thus got rid of huge log files, which
                   19191:          cluttered disk without huge need]
                   19192: 
                   19193:        * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
                   19194:          handy macro, which is strangly abscent in dome lib
                   19195: 
                   19196:        * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
                   19197: 
                   19198:        * src/classes/xdoc.C: checked empty response
                   19199: 
                   19200:        * src/classes/xnode.C: xdoc.select fixed context node [were always
                   19201:          /, not self node]
                   19202: 
                   19203:        * src/classes/xnode.C: xnode.select returns array always now, in
                   19204:          case 'nothing found' returns empty array
                   19205: 
                   19206:        * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
                   19207:          be more tender with ctrl/c/v
                   19208: 
                   19209: 2002-01-23  paf
                   19210: 
                   19211:        * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
                   19212:          substituted.         // 2. when dom tree with entites goes under
                   19213:          transform text nodes        // got [erroreosly] cut on first
                   19214:          entity occurance
                   19215: 
                   19216:        * src/types/pa_vdouble.h: double prec. todo: get rid of
                   19217:          twice-converting
                   19218: 
                   19219:        * src/types/pa_vdouble.h: %.20E now float format when %g produced
                   19220:          'e' in output this is for regretful twice-converting here:
                   19221:          $a(double value) when they write double falue  they convert it to
                   19222:          string first, thus %g were losing precesion.
                   19223: 
                   19224:          todo: think up some way to remove double->string string->double
                   19225:          twice-converting
                   19226: 
                   19227:        * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
                   19228:          %.20E now default float format this is for regretful
                   19229:          twice-converting here: $a(double value) when they write double
                   19230:          falue  they convert it to string first, thus %g were losing
                   19231:          precesion.
                   19232: 
                   19233:          todo: think up some way to remove double->string string->double
                   19234:          twice-converting
                   19235: 
                   19236:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19237:          main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
                   19238:          reasons in comment inside
                   19239: 
                   19240:        * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
                   19241:          statically linked]
                   19242: 
                   19243:        * src/: include/pa_exception.h, main/compile.tab.C,
                   19244:          main/pa_exception.C: removed exception va_list constructor.  1.
                   19245:          not needed anymore 2. there were a conflict[causing errors]
                   19246:          between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
                   19247:          never detected an ambiguilty here, compiling ctor(, "hello") into
                   19248:          ctor(, va_list) which, of course, caused gpf
                   19249: 
                   19250:        * src/main/pa_globals.C: removed debug xslt messages
                   19251: 
                   19252: 2002-01-22  paf
                   19253: 
                   19254:        * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
                   19255:          main/pa_globals.C: xsl stylesheet load: parsed entities, this
                   19256:          helps compiling stylesheet properly.  example: this refused to
                   19257:          work,             <b>&laquo;<xsl:value-of select="@title"
                   19258:          />&raquo;</b> stranly worked only this way:
                   19259:          <b>&#171;<xsl:value-of select="@title" />&raquo;</b>
                   19260: 
                   19261:          docs says "set it to 1", never going into details, so I decided
                   19262:          to try NOT to do that
                   19263: 
                   19264:        * src/classes/table.C: join behaived badly in case named tables
                   19265:          structure mismatched: 0 strings sneaked into dest failing
                   19266:          afterwards.  replaced them with empty strings
                   19267: 
                   19268: 2002-01-21  paf
                   19269: 
                   19270:        * src/main/pa_charset.C: checked empty transcoders in
                   19271:          transcode_cstr|buf
                   19272: 
                   19273:        * src/classes/xdoc.C: xdoc::load error source = filespec
                   19274: 
                   19275:        * src/classes/xdoc.C: transform error source now
                   19276:          stylesheet_filespec
                   19277: 
1.116     moko     19278:        * src/: classes/xdoc.C, classes/xnode.C,
1.95      moko     19279:          include/pa_stylesheet_connection.h, main/pa_charset.C,
                   19280:          main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116     moko     19281:          main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
                   19282:          gnome
1.95      moko     19283: 
                   19284:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   19285:          include/pa_globals.h, include/pa_stylesheet_connection.h,
                   19286:          main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
                   19287:          xslt generic error 1
                   19288: 
                   19289:        * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
                   19290:          xml generic message 1
                   19291: 
                   19292:        * src/classes/table.C: ^table::load empty lines or #comments before
                   19293:          headline
                   19294: 
                   19295:        * src/: include/pa_array.h, include/pa_globals.h,
                   19296:          include/pa_request.h, include/pa_threads.h, main/pa_array.C,
                   19297:          main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
                   19298:          targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
                   19299:          errors 0
                   19300: 
                   19301: 2002-01-16  paf
                   19302: 
                   19303:        * src/: classes/hash.C, classes/op.C, classes/string.C,
                   19304:          classes/table.C, classes/void.C, classes/xdoc.C,
                   19305:          include/pa_db_connection.h, include/pa_request.h,
                   19306:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19307:          include/pa_stylesheet_connection.h,
                   19308:          include/pa_stylesheet_manager.h, main/pa_request.C,
                   19309:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19310:          targets/cgi/pool_storage.h: auto closers to sql_connection,
                   19311:          stylesheet_connection auto destroyers to remaining gnome objects
                   19312: 
                   19313:        * src/classes/xdoc.C: few comments
                   19314: 
                   19315: 2002-01-15  paf
                   19316: 
                   19317:        * src/classes/xdoc.C: xdoc   file   save   string
                   19318: 
                   19319:          ready.  todo: error handling
                   19320: 
                   19321:        * src/classes/xdoc.C: xdoc save rewritten using
                   19322:          xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
                   19323:          result
                   19324: 
                   19325:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
                   19326:          started output options parsing
                   19327: 
                   19328: 2002-01-14  paf
                   19329: 
                   19330:        * src/classes/xdoc.C: method
                   19331: 
                   19332:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19333:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   19334:          main/main.dsp, main/pa_charset.C, main/pa_globals.C,
                   19335:          main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
                   19336:          xslt transform0.  TODO:   use output options   handle errors
                   19337: 
                   19338:        * src/classes/: xdoc.C, xnode.C: ^xdoc.file
                   19339: 
                   19340: 2002-01-11  paf
                   19341: 
                   19342:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   19343:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   19344:          partial logical && || evaluation
                   19345: 
                   19346:        * src/classes/xnode.C: xpath selectNodes
                   19347: 
                   19348:        * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
                   19349:          string/number/bool
                   19350: 
                   19351:        * src/classes/xnode.C: xpath selectNode 2
                   19352: 
                   19353:        * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
                   19354:          xpath selectNode 1
                   19355: 
                   19356: 2002-01-10  paf
                   19357: 
                   19358:        * src/classes/xnode.C: xpath selectNode -100 [just written]
                   19359: 
                   19360:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
                   19361:          include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
                   19362:          main/pa_pool.C: GdomeDOMString_auto_ptr  c++ wrapper [calls
                   19363:          refcounter]
                   19364: 
                   19365: 2001-12-29  paf
                   19366: 
                   19367:        * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
                   19368:          main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
                   19369:          glib works 0
                   19370: 
                   19371: 2001-12-28  paf
                   19372: 
                   19373:        * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
                   19374:          main/pa_exception.C: started glib transcoders
                   19375: 
                   19376:        * src/main/pa_globals.C: renamed gdome to libgdome.dll
                   19377: 
                   19378:        * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
                   19379:          classes/xnode.C, classes/xnode.h, include/pa_exception.h,
                   19380:          include/pa_globals.h, main/compile.tab.C, main/main.dsp,
                   19381:          main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
                   19382:          main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
                   19383:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
                   19384:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
                   19385:          libs just compiled in.  no refcounting no xpath no xslt   yet
                   19386: 
                   19387: 2001-12-27  paf
                   19388: 
                   19389:        * src/: include/pa_charset.h, include/pa_common.h,
                   19390:          include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
                   19391:          main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
                   19392:          main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19393:          targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
                   19394:          types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
                   19395:          from xalan&xerces, started the process.  globals [initialization
                   19396:          pool [charset update charset [transcodings vxnode vxdoc [DOM
                   19397:          calls
                   19398: 
                   19399:        * src/classes/Makefile.am: going away from xalan&xerces, not needed
                   19400:          anymore
                   19401: 
                   19402: 2001-12-26  paf
                   19403: 
                   19404:        * src/: include/pa_charset.h, include/pa_charsets.h,
                   19405:          main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
                   19406:          key globalized [bug]
                   19407: 
                   19408: 2001-12-25  paf
                   19409: 
                   19410:        * src/: classes/mail.C, classes/table.C, include/pa_string.h,
                   19411:          main/pa_string.C: table set & append changed splitting languages,
                   19412:          separators now can be clean AND as-is same to mail command line
                   19413:          $MAIN:MAIL.progX arguments
                   19414: 
                   19415: 2001-12-24  paf
                   19416: 
                   19417:        * src/classes/mail.C: one parted text messages - no multipart
                   19418:          mime-type anymore.  for convinient if $.attach-ments
                   19419: 
                   19420:        * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
                   19421:          main/pa_string.C: read from cache size check updated
                   19422: 
                   19423:        * src/main/: pa_string.C: String::join_chain another ugly bug :(
                   19424: 
                   19425: 2001-12-21  paf
                   19426: 
                   19427:        * src/classes/date.C: date:sql-string now returns localtime
                   19428: 
                   19429:        * src/main/pa_request.C: $result in @main actually not working, to
                   19430:          hell with it for now
                   19431: 
                   19432:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
                   19433:          types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
                   19434:          @postprocess @exception
                   19435: 
                   19436:        * src/main/execute.C: junction evaluation canceled - endless
                   19437:          recursion detected
                   19438: 
                   19439: 2001-12-19  paf
                   19440: 
                   19441:        * src/main/pa_charset.C: charset->charset transcoding via unicode
                   19442:          intermediate
                   19443: 
                   19444:        * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
                   19445: 
                   19446:        * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
                   19447: 
                   19448:        * src/classes/op.C: ^cache keypath now relative
                   19449: 
                   19450:        * src/classes/mail.C: changed weighting prior to sort
                   19451: 
                   19452:        * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
                   19453:          were missing
                   19454: 
                   19455: 2001-12-17  paf
                   19456: 
                   19457:        * src/main/pa_charset.C: ifndef XML were bad type
                   19458: 
                   19459:        * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
                   19460:          outdated unset services_pool
                   19461: 
                   19462:        * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
                   19463:          main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
                   19464:          types/pa_vresponse.C: ^mail:send[    $.charset[zzz] addded
                   19465: 
                   19466:        * src/main/untaint.C: allowed space in filespec
                   19467: 
                   19468:        * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
                   19469: 
                   19470:        * src/classes/image.C: no govno
                   19471: 
                   19472:        * src/classes/image.C: govno
                   19473: 
                   19474: 2001-12-16  paf
                   19475: 
                   19476:        * src/include/: pa_charset.h, pa_charsets.h: forgot to add
                   19477: 
                   19478:        * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
                   19479:          charset_connection&manager replaced by charset&charsets
                   19480: 
                   19481:        * src/main/pa_charset.C: name_cstr 0
                   19482: 
                   19483:        * src/main/untaint.C: uri lang now knows about client/source
                   19484:          charsets
                   19485: 
                   19486:        * src/: classes/file.C, classes/math.C, classes/op.C,
                   19487:          classes/string.C, classes/table.C, classes/xdoc.C,
                   19488:          include/pa_array.h, include/pa_cache_managers.h,
                   19489:          include/pa_charset_connection.h, include/pa_charset_manager.h,
                   19490:          include/pa_common.h, include/pa_db_connection.h,
                   19491:          include/pa_db_manager.h, include/pa_db_table.h,
                   19492:          include/pa_dictionary.h, include/pa_exception.h,
                   19493:          include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
                   19494:          include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
                   19495:          include/pa_sapi.h, include/pa_socks.h,
                   19496:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19497:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   19498:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19499:          include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
                   19500:          main/pa_charset.C, main/pa_charset_connection.C,
                   19501:          main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
                   19502:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   19503:          main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
                   19504:          types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
                   19505:          types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
                   19506:          types/types.dsp: introducing Charset
                   19507: 
                   19508: 2001-12-14  paf
                   19509: 
                   19510:        * src/: include/pa_request.h, include/pa_transcoder.h,
                   19511:          main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
                   19512:          types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
                   19513:          uri lang
                   19514: 
                   19515:        * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
                   19516: 
                   19517:        * src/targets/cgi/Makefile.am: -I../../pcre  to .am
                   19518: 
                   19519:        * src/: include/pa_globals.h, main/pa_globals.C: removed unused
                   19520:          defalts_name global
                   19521: 
                   19522:        * src/: include/pa_charset_connection.h, include/pa_pool.h,
                   19523:          include/pa_request.h, main/main.dsp,
                   19524:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   19525:          main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
                   19526:          types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
                   19527:          include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
                   19528:          changed charset model.  now important: $request:charset
                   19529:          $response:charset while $response:content-type.charset become
                   19530:          unimportant [informational]
                   19531: 
                   19532: 2001-12-13  paf
                   19533: 
                   19534:        * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
                   19535: 
                   19536:        * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
                   19537:          of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
                   19538:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
                   19539:          _Tp = FormatterListener] /usr/include/g++-3/memory:48:
                   19540:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
                   19541:          [with _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19542: 
                   19543:        * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
                   19544:          auto_ptr part other way, because of stupid gcc 2.96
                   19545:          /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
                   19546:          &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
                   19547:          FormatterListener] /usr/include/g++-3/memory:48:
                   19548:          auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
                   19549:          _Tp1 = FormatterListener, _Tp = FormatterListener]
                   19550: 
                   19551:        * src/classes/xdoc.C: removed extra inc
                   19552: 
                   19553:        * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
                   19554: 
                   19555:        * src/include/pa_types.h: msvc head debugging flag
                   19556: 
                   19557:        * src/classes/xdoc.C: freed up listener
                   19558: 
                   19559:        * src/classes/string.C: change msg '... code is not code'
                   19560: 
                   19561:        * src/: main/pa_db_connection.C, main/pa_db_manager.C,
                   19562:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19563:          targets/cgi/pool_storage.h: couple cache expiratiors were wrong
                   19564:          [past/future prob]
                   19565: 
                   19566:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19567:          include/pa_config_fixed.h, include/pa_db_manager.h,
                   19568:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19569:          main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
                   19570: 
                   19571:        * src/: include/pa_config_fixed.h, main/pa_common.C,
                   19572:          main/pa_string.C: removed signed mismatch warnings
                   19573: 
                   19574:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
                   19575:          'expires' from header outputs
                   19576: 
                   19577:        * src/main/pa_string.C: string::recustruct erroreusly used outdated
                   19578:          row ptr
                   19579: 
                   19580:        * src/classes/file.C: file::cgi bug, request_method were passed to
                   19581:          SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
                   19582: 
                   19583:        * src/classes/xdoc.C: lang list updated
                   19584: 
                   19585: 2001-12-10  paf
                   19586: 
                   19587:        * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
                   19588: 
                   19589:        * src/main/untaint.C: FILE_SPEC untainting changed so that one can
                   19590:          erase files like that, knowing their full name introducing   //
                   19591:          theoretical problem with, for instance, "_2B" and "." fragments,
                   19592:          // they would yield the same    // because
                   19593:          need_file_encode('_')=false  // but we need to delete such files
                   19594:          somehow, getting names from ^index
                   19595: 
                   19596:        * src/main/pa_string.C: ^string.replace bug fixed [bad
                   19597:          string::join_chank break]
                   19598: 
                   19599: 2001-12-07  paf
                   19600: 
                   19601:        * src/: classes/hashfile.C, classes/op.C, classes/table.C,
                   19602:          include/pa_common.h, include/pa_config_auto.h.in,
                   19603:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19604:          include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
                   19605:          main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
                   19606:          types/pa_vhashfile.C: merged from r14_simple_cache
                   19607: 
                   19608:        * src/main/pa_string.C: stupid sparc architecture failed to access
                   19609:          short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
                   19610:             lduh  [ %i2 + 1 ], %l0
                   19611: 
                   19612:          bus error, fixed that
                   19613: 
                   19614:        * src/main/pa_string.C: strange string deserialize bug on
                   19615:          client[pmts], a bit shortened,
                   19616: 
                   19617:        * src/include/pa_config_auto.h.in: makes
                   19618: 
                   19619:        * src/: include/pa_common.h, include/pa_config_fixed.h,
                   19620:          include/pa_config_includes.h, main/pa_common.C: exclusive lock
                   19621:          file write shared lock file read
                   19622: 
                   19623:        * src/: classes/op.C, include/pa_common.h,
                   19624:          include/pa_config_fixed.h, main/pa_common.C: ^cache operator
                   19625: 
                   19626: 2001-12-06  paf
                   19627: 
                   19628:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19629:          main/pa_request.C: #ifdef RESOURCES_DEBUG
                   19630: 
                   19631:        * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
                   19632:          info
                   19633: 
                   19634:        * src/classes/hashfile.C: removed transaction from ^cache
                   19635: 
                   19636: 2001-12-05  paf
                   19637: 
                   19638:        * src/targets/cgi/: parser3.C: fatal error reporting fixed.  in
                   19639:          IIS5 there were a prob with illegal call check
                   19640: 
                   19641: 2001-12-04  paf
                   19642: 
                   19643:        * src/: classes/op.C, classes/table.C, include/pa_request.h,
                   19644:          main/pa_request.C: measures to log
                   19645: 
                   19646: 2001-11-23  paf
                   19647: 
                   19648:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19649:          main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
                   19650:          types/pa_vhashfile.C: merged from _0014, 1
                   19651: 
                   19652:        * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
                   19653:          main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
                   19654:          hashfile bugfix2 more wrong sizes.  ^cache behaviour changed: if
                   19655:          ^cache(33) would change
                   19656: 
                   19657:          0660 bits in file_write & hashfile create
                   19658: 
                   19659:        * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
                   19660:          after pa_string optimization]
                   19661: 
                   19662: 2001-11-22  paf
                   19663: 
                   19664:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   19665:          table.offset[whence]
                   19666: 
                   19667:        * src/classes/op.C: process cstr(,connection)
                   19668: 
                   19669:        * src/classes/op.C: process now gets its body on current language,
                   19670:          not as-is
                   19671: 
                   19672:        * src/main/untaint.C: ORIGINS mode removed UHTML
                   19673: 
                   19674:        * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
                   19675:          bit
                   19676: 
1.116     moko     19677:        * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95      moko     19678: 
                   19679: 2001-11-21  paf
                   19680: 
                   19681:        * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
                   19682:          <xsl:output output options made identical to xsl:output
                   19683:          attributes exclusion:    cdata-section-elements what xalan can do
                   19684:          but that not used now:    it can escape and remove CDATA sections
                   19685: 
                   19686:        * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
                   19687:          produced by xslt
                   19688: 
                   19689:        * src/targets/cgi/parser3.C: removed debug cgi||1
                   19690: 
                   19691:        * src/main/: pa_string.C, untaint.C: cached some string::size() es
                   19692: 
                   19693:        * src/: classes/table.C, main/pa_string.C, main/untaint.C,
                   19694:          targets/cgi/parser3.C: table.append bug fixed: forgot to switch
                   19695:          default language for {code}, it happen to change it's language
                   19696:          from CLEAN, so later refused to split by CLEAN \t
                   19697: 
                   19698: 2001-11-20  paf
                   19699: 
1.116     moko     19700:        * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
                   19701:          main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95      moko     19702:          bottom of dependeces, so that errors would popup quicklier, fixed
                   19703:          line numbering in table::sql
                   19704: 
                   19705: 2001-11-19  paf
                   19706: 
                   19707:        * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
                   19708:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   19709:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   19710:          targets/isapi/parser3isapi.C, types/pa_wcontext.C,
                   19711:          types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
                   19712:          at wcontext.write
                   19713: 
1.116     moko     19714:        * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95      moko     19715:          _set_new_handler
                   19716: 
1.116     moko     19717:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
                   19718:          set_new_handler in apache&isapi
1.95      moko     19719: 
                   19720: 2001-11-16  paf
                   19721: 
                   19722:        * src/targets/cgi/parser3.C: pool debug @ die
                   19723: 
                   19724:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   19725:          removed 8 bytes from String, 2 bytes from
                   19726:          string::chunk::row::item
                   19727: 
                   19728:        * src/main/pa_string.C: removed 1+4 bytes from String
                   19729: 
                   19730:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   19731:          types/pa_vstring.C: removed 1+4 bytes from String
                   19732: 
                   19733:        * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
                   19734:          0
                   19735: 
                   19736:        * src/: include/pa_globals.h, include/pa_string.h,
                   19737:          include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
                   19738:          main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
                   19739:          targets/cgi/parser3.C: introducing estimating
                   19740:          String::cstr_bufsize, 0
                   19741: 
                   19742:        * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
                   19743: 
                   19744:        * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
                   19745: 
                   19746:        * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
                   19747:          include/pa_pool.h: die in pool::fail
                   19748: 
                   19749: 2001-11-15  paf
                   19750: 
                   19751:        * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
                   19752:          main/pa_exception.C, targets/cgi/parser3.C: exception with
                   19753:          dynamic buffer re-back now with counter
                   19754: 
                   19755:        * src/: include/pa_exception.h, main/pa_exception.C: exception with
                   19756:          static buffer back
                   19757: 
                   19758:        * src/targets/cgi/parser3.C: std::
                   19759: 
                   19760:        * src/: classes/classes.awk, include/pa_config_auto.h.in,
                   19761:          include/pa_config_includes.h: setnewhandler check
                   19762: 
1.116     moko     19763:        * src/include/pa_config_auto.h.in: makes
1.95      moko     19764: 
                   19765:        * src/targets/cgi/parser3.C: set_new_handler started
                   19766: 
                   19767: 2001-11-14  paf
                   19768: 
                   19769:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19770:          was wrong
                   19771: 
                   19772:        * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
                   19773:          was wrong
                   19774: 
                   19775:        * src/main/pa_request.C: z
                   19776: 
                   19777:        * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
                   19778:          full returns win32 -1 solaris >buffer_size
                   19779: 
                   19780:          checked all that
                   19781: 
                   19782:        * src/classes/op.C: ^untaint{body} as-is default now
                   19783: 
                   19784:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19785:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
                   19786:          with no_bad_constructors_try
                   19787: 
                   19788:        * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
                   19789:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
                   19790:          this: $bred[^string::length[]] $bred[^response::clear[]]
                   19791:          $bred[^int::int[]]
                   19792: 
                   19793:          now VObject creation moved into overriden
                   19794:          VClass::create_new_value, thus 0 from create_new_value means that
                   19795:          class has no ctors
                   19796: 
                   19797: 2001-11-13  paf
                   19798: 
                   19799:        * src/classes/classes.C: returned accedently removed if in foreach
                   19800:          callbacks [when hash no-0-restructure]
                   19801: 
                   19802: 2001-11-12  paf
                   19803: 
                   19804:        * src/main/pa_pool.C: changed xdoc createXXX politics, now string
                   19805:          passed as-is to method, xalan makes & into &amp; itself
                   19806: 
                   19807:        * src/classes/date.C: date.roll parser2 alg used
                   19808: 
                   19809:        * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
                   19810:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   19811:          main/pa_dictionary.C, main/pa_hash.C,
                   19812:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
                   19813:          now does not containt 0 values. put 0 actullay removes.  no check
                   19814:          on 0 value in foreach now required
                   19815: 
                   19816: 2001-11-11  paf
                   19817: 
                   19818:        * src/sql/pa_sql_driver.h: removed extra constructor, doc
                   19819: 
                   19820:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
                   19821: 
                   19822:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
                   19823:          driver initialize not const
                   19824: 
                   19825: 2001-11-10  paf
                   19826: 
                   19827:        * src/main/pa_exec.C: doc
                   19828: 
                   19829: 2001-11-09  paf
                   19830: 
                   19831:        * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
                   19832:          param properly
                   19833: 
                   19834:        * src/classes/string.C: string.save now does untainting before
                   19835:          saving
                   19836: 
                   19837:        * src/main/pa_common.C: line endings fixing fixed last piece[was
                   19838:          still cstr oriented]
                   19839: 
                   19840:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   19841:          line endings fixing got rid of cstr, now must work ok with post
                   19842:          multipart
                   19843: 
                   19844:        * src/types/pa_vform.C: line endings fixed at post / multipart /
                   19845:          not file  also now
                   19846: 
                   19847: 2001-11-08  paf
                   19848: 
                   19849:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19850:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19851:          include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
                   19852:          main/pa_db_manager.C, main/pa_sql_driver_manager.C,
                   19853:          main/pa_stylesheet_manager.C: restructured Cache manager to be
                   19854:          simple parent, not second parent [gcc 2.96 strangly refused to
                   19855:          call virtual from second parent]
                   19856: 
1.116     moko     19857:        * src/: include/pa_common.h, main/Makefile.am,
                   19858:          targets/cgi/pa_pool.C: makes
1.95      moko     19859: 
                   19860:        * src/: include/pa_request.h, main/pa_request.C,
                   19861:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
                   19862:          'status' class enabler
                   19863: 
                   19864:          <Location /parser-status.html> ParserStatusAllowed </Location>
                   19865: 
                   19866:        * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
                   19867:          include/pa_db_manager.h, include/pa_sql_driver_manager.h,
                   19868:          include/pa_stylesheet_manager.h, main/main.dsp,
                   19869:          main/pa_cache_managers.C, main/pa_charset_manager.C,
                   19870:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19871:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   19872:          types/pa_vstatus.h: cache_managers, maybe-expiring every request
                   19873:          todo: apache 'status' class enabler
                   19874: 
                   19875: 2001-11-05  paf
                   19876: 
                   19877:        * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
                   19878:          debug to normal
                   19879: 
                   19880:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
                   19881:          hence i removed skipping 0 values in hash::for_each-es we need to
                   19882:          check cleaned cache items manually. few more checks.
                   19883: 
                   19884:          expiring to 0 time was wrong, changed to 'now' time
                   19885: 
                   19886:        * src/targets/cgi/parser3.C: read can return 0, that means sort of
                   19887:          sig_pipe on freebsd [moko's experiments].   checked that in cgi,
                   19888:          on apache already done :)
                   19889: 
                   19890:        * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
                   19891:          skipping 0 values in hash::for_each-es we need to check cleaned
                   19892:          cache items manually
                   19893: 
                   19894:        * src/main/: pa_db_connection.C, pa_db_table.C:
                   19895:          parser_multithreaded check was wrong
                   19896: 
                   19897:        * src/: classes/classes.C, classes/classes.h, classes/date.C,
                   19898:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   19899:          classes/hashfile.C, classes/image.C, classes/int.C,
                   19900:          classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
                   19901:          classes/string.C, classes/table.C, classes/void.C,
                   19902:          classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   19903:          include/pa_array.h, include/pa_charset_connection.h,
                   19904:          include/pa_charset_manager.h, include/pa_common.h,
                   19905:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   19906:          include/pa_db_connection.h, include/pa_db_manager.h,
                   19907:          include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
                   19908:          include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
                   19909:          include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
                   19910:          include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
                   19911:          include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
                   19912:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   19913:          include/pa_stack.h, include/pa_string.h,
                   19914:          include/pa_stylesheet_connection.h,
                   19915:          include/pa_stylesheet_manager.h, include/pa_table.h,
                   19916:          include/pa_threads.h, include/pa_types.h, main/compile.C,
                   19917:          main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
                   19918:          main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
                   19919:          main/pa_charset_manager.C, main/pa_common.C,
                   19920:          main/pa_db_connection.C, main/pa_db_manager.C,
                   19921:          main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
                   19922:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   19923:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   19924:          main/pa_socks.C, main/pa_sql_driver_manager.C,
                   19925:          main/pa_status_provider.C, main/pa_string.C,
                   19926:          main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
                   19927:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   19928:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   19929:          targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
                   19930:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   19931:          targets/isapi/pool_storage.h, types/pa_valiased.C,
                   19932:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   19933:          types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
                   19934:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
                   19935:          types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
                   19936:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   19937:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
                   19938:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   19939:          types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
                   19940:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   19941:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   19942:          types/pa_vstateless_object.h, types/pa_vstatus.h,
                   19943:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
                   19944:          types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
                   19945:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   19946:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   19947:          $status:db fixed used not initialized in db_connection & db_table
                   19948: 
                   19949:        * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
                   19950:          $status:charset
                   19951: 
                   19952:        * src/: classes/xdoc.C, include/pa_db_connection.h,
                   19953:          include/pa_stylesheet_connection.h,
                   19954:          include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
                   19955:          types/pa_vstatus.h: $status:stylesheet
                   19956: 
                   19957:        * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
                   19958:          include/pa_request.h, include/pa_sql_connection.h,
                   19959:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   19960:          main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
                   19961:          main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
                   19962:          main/pa_sql_driver_manager.C, main/pa_status_provider.C,
                   19963:          main/pa_stylesheet_manager.C, types/pa_vstatus.h,
                   19964:          types/pa_vxnode.C, types/types.dsp: started status parser class
                   19965: 
                   19966: 2001-11-01  paf
                   19967: 
                   19968:        * src/include/pa_config_auto.h.in: makes
                   19969: 
                   19970:        * src/main/pa_hash.C: removed old extra include
                   19971: 
                   19972:        * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
                   19973:          checks [for hp, there are such in math.h]
                   19974: 
                   19975:        * src/classes/op.C: ^for endless loop check strightened
                   19976: 
                   19977:        * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
                   19978:          behavior in native calls.  it left unchanged, so ^for ^foreach &
                   19979:          co can use r.root to write their i & key,value there
                   19980: 
                   19981:        * src/classes/op.C: detected for var storage bug, fixed.
                   19982:          todo:foreach
                   19983: 
                   19984:        * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
                   19985:          include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
                   19986:          types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
                   19987:          changing of hash inside of foreach
                   19988: 
                   19989:        * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
                   19990:          ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
                   19991:          were hash.foreach
                   19992: 
                   19993:        * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
                   19994:          types/pa_vstring.C, types/pa_vstring.h:
                   19995:          ^foreach[key|value]{body}[[separator]|{separator}]
                   19996: 
                   19997:        * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
                   19998:          types/pa_vcookie.C: ^hash.delete[key]
                   19999: 
                   20000: 2001-10-31  paf
                   20001: 
                   20002:        * src/main/: compile.C, pa_common.C: completely empty file now
                   20003:          considered "read", not ignored [not perfect trick used]
                   20004: 
                   20005:        * src/main/pa_common.C: simplier common ifdefs
                   20006: 
                   20007:        * src/main/pa_common.C: typing bug in common - bad ifdeff
                   20008: 
                   20009:        * src/main/pa_db_connection.C: z
                   20010: 
                   20011:        * src/main/: pa_db_connection.C, pa_sql_driver_manager.C:       //
                   20012:          lockdetector flags
                   20013:                  dbenv.lk_detect=DB_LOCK_RANDOM;
                   20014: 
                   20015:        * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
                   20016:          from accidental show [imagine user forgot @exception]
                   20017: 
                   20018:        * src/classes/table.C: ^table.save[[nameless|+append;]path]
                   20019: 
                   20020:        * src/: classes/file.C, classes/image.C, classes/mail.C,
                   20021:          classes/string.C, classes/xnode.C, include/pa_common.h,
                   20022:          main/pa_common.C: ^string.save[[append;]path]
                   20023: 
                   20024:        * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
                   20025:          main/execute.C: \ in expression: int divide 10/3=3
                   20026: 
                   20027:        * src/types/pa_vhashfile.h: hashfile  ^delete to do something only
                   20028:          inside of ^cache
                   20029: 
                   20030:        * src/: include/pa_threads.h, main/pa_db_connection.C,
                   20031:          main/pa_db_table.C, targets/cgi/pa_threads.C,
                   20032:          targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
                   20033:          needed
                   20034: 
                   20035: 2001-10-30  paf
                   20036: 
                   20037:        * src/: classes/classes.dsp, main/main.dsp,
                   20038:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20039:          types/types.dsp: enabled debug incremental compile
                   20040: 
                   20041:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
                   20042:          form post data line endings not reformatted now.
                   20043: 
                   20044:        * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
                   20045:          now required [had bug when file= has no value]
                   20046: 
                   20047:        * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
                   20048:          pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
                   20049:          cstr(asis) default param removed
                   20050: 
                   20051:        * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
                   20052: 
                   20053:        * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
                   20054: 
                   20055:        * src/include/pa_dir.h: LOAD_DIR fixed
                   20056: 
                   20057:        * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
                   20058:          was broken} fix_line_breaks
                   20059: 
                   20060:        * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
                   20061:          pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
                   20062:          packed with #pragma pack
                   20063: 
1.116     moko     20064:        * src/include/pa_config_auto.h.in: pragma detection
1.95      moko     20065: 
                   20066: 2001-10-29  paf
                   20067: 
                   20068:        * src/types/pa_wcontext.h: bitfield syntax stricter
                   20069: 
                   20070:        * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
                   20071:          string hash.puts
                   20072: 
                   20073:        * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
                   20074: 
                   20075:        * src/include/pa_sql_connection.h: there were one wrong
                   20076:          SQL_CONNECTION_FUNC_GUARDED [failed]
                   20077: 
                   20078:        * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
                   20079:          param.someday either ifdef or remove it
                   20080: 
                   20081:        * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
                   20082: 
                   20083:        * src/main/untaint.C: optimizing returned after debugging
                   20084: 
                   20085:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
                   20086:          main/untaint.C: memory hunging #pragma pack(1)
                   20087: 
                   20088:          16 419 844 13 169 394
                   20089: 
                   20090:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   20091:          targets/cgi/pa_pool.C: String size_t replace to uint in proper
                   20092:          places [todo:Array]
                   20093: 
                   20094:        * src/: main/execute.C, targets/cgi/pa_pool.C,
                   20095:          targets/cgi/parser3.dsp, types/pa_wcontext.h,
                   20096:          types/pa_wwrapper.h: debugging memory WContext flags to bits
                   20097: 
                   20098:          total 5 652 652/158731 total 5 469 332/158731
                   20099: 
                   20100:        * src/: include/pa_array.h, main/pa_array.C: debugging memory
                   20101:          Array:: without cache in get/put now
                   20102: 
                   20103:          [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
                   20104:          18:25:27 2001] total 5 652 652/158731
                   20105: 
                   20106:        * src/: include/pa_string.h, main/pa_string.C,
                   20107:          targets/cgi/pa_pool.C: debugging memory String::fused_rows func
                   20108:          now
                   20109: 
                   20110:          [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
                   20111:          18:11:53 2001] total 5796092/158731
                   20112: 
                   20113:        * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
                   20114:          main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
                   20115:          key ref now
                   20116: 
                   20117:          [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
                   20118:          17:11:17 2001] total 16867948/202658
                   20119: 
                   20120:        * src/: classes/file.C, classes/image.C, classes/string.C,
                   20121:          classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
                   20122:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   20123:          main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   20124:          main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
                   20125:          types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
                   20126:          string::as_int/double now usually uses stack, not heap [200K out
                   20127:          of 17M :)] VString(String&) not copies reference [29M -> 17M]
                   20128: 
                   20129:        * src/main/pa_sql_driver_manager.C: ping to have services [old
                   20130:          hiding bug]
                   20131: 
                   20132:        * src/Makefile.am: .am order
                   20133: 
                   20134:        * src/: include/pa_array.h, include/pa_charset_manager.h,
                   20135:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20136:          include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
                   20137:          include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
                   20138:          include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
                   20139:          types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
                   20140:          required "friend class"
                   20141: 
                   20142:          ../include/pa_request.h:51: friend declaration requires
                   20143:          class-key, i.e. `friend    class Temp_lang'
                   20144: 
                   20145:        * src/: include/pa_exception.h, include/pa_sql_connection.h,
                   20146:          main/pa_exception.C, main/pa_sql_driver_manager.C,
                   20147:          sql/pa_sql_driver.h: sql driver impl changed in _throw part.
                   20148: 
                   20149:          the idea is to #1 jump to C++ some function to main body, where
                   20150:          every function stack frame has exception unwind information and
                   20151:          from there... #2 propagate_exception()
                   20152: 
                   20153: 2001-10-28  paf
                   20154: 
                   20155:        * src/main/pa_db_connection.C: removed old consts
                   20156: 
                   20157:        * src/main/pa_db_connection.C: expire table [was accidently pasted
                   20158:          with wrong type/cast]
                   20159: 
                   20160:        * src/main/: pa_db_connection.C, pa_db_table.C: exception
                   20161:          translation
                   20162: 
1.116     moko     20163:        * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95      moko     20164:          remember to build DB2 with -fexceptions!!!
                   20165: 
                   20166:        * src/main/pa_db_table.C: DB_RMW defed
                   20167: 
                   20168:        * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
                   20169:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20170:          include/pa_db_table.h, main/pa_db_connection.C,
                   20171:          main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
                   20172: 
                   20173: 2001-10-27  paf
                   20174: 
                   20175:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20176:          include/pa_db_table.h, main/pa_db_connection.C,
                   20177:          main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
                   20178:          types/pa_vhashfile.C: DB2 ifdefs
                   20179: 
1.116     moko     20180:        * src/: classes/Makefile.am, include/pa_config_fixed.h,
                   20181:          main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95      moko     20182:          makes with DB2
                   20183: 
1.116     moko     20184:        * src/: include/pa_config_auto.h.in, main/Makefile.am,
                   20185:          types/Makefile.am: makes db
1.95      moko     20186: 
                   20187:        * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
                   20188:          targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
                   20189:          globals.C
                   20190: 
                   20191:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20192:          include/pa_db_table.h, main/pa_db_connection.C,
                   20193:          main/pa_db_table.C: ^hashfile.clear[]
                   20194: 
                   20195:        * src/classes/classes.awk: no $ in var names
                   20196: 
                   20197:        * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
                   20198:          connection&table [forgotten calls]
                   20199: 
                   20200: 2001-10-26  paf
                   20201: 
                   20202:        * src/main/pa_db_connection.C: db checkpoints
                   20203: 
                   20204:        * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
                   20205:          checkpoints
                   20206: 
                   20207:        * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
                   20208:          default. but entities still reparsed. todo: tothink
                   20209: 
                   20210:        * src/main/pa_db_connection.C: db recover mech 2
                   20211: 
                   20212:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20213:          include/pa_db_manager.h, include/pa_db_table.h,
                   20214:          include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
                   20215:          main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
                   20216:          types/pa_vhashfile.h: db connections & tables now cached at
                   20217:          create time & multithreaded
                   20218: 
                   20219:        * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
                   20220:          parsed_source
                   20221: 
                   20222:        * src/main/pa_db_connection.C: about to remove connection from
                   20223:          vhashfile
                   20224: 
                   20225:        * src/: main/pa_db_table.C, classes/hashfile.C: db: child
                   20226:          transaction commit/rollback responsibility left to parent [as it
                   20227:          sould - else there were a bug with double free]
                   20228: 
                   20229:        * src/include/pa_db_table.h: db: child transaction commit/rollback
                   20230:          responsibility left to parent [as it sould - else there were a
                   20231:          bug with double free]
                   20232: 
                   20233: 2001-10-25  paf
                   20234: 
                   20235:        * src/: classes/hashfile.C, include/pa_common.h,
                   20236:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20237:          main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
                   20238:          types/pa_vhashfile.C, types/pa_vhashfile.h,
                   20239:          include/pa_db_table.h, main/pa_db_table.C: started db_home
                   20240:          [multiple, cached] todo: autorecover [tried, but not succeded,
                   20241:          yet]
                   20242: 
                   20243:        * src/include/pa_dir.h: ancient gpf on dir not found fixed
                   20244: 
                   20245:        * src/: include/pa_db_connection.h, main/pa_db_manager.C:
                   20246:          transaction parent passed
                   20247: 
                   20248: 2001-10-24  parser
                   20249: 
1.116     moko     20250:        * src/classes/Makefile.am: makes
1.95      moko     20251: 
                   20252:        * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
                   20253:          isapi/pool_storage.h: pool_storage fixed
                   20254: 
                   20255:        * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
                   20256:          types/pa_vform.h: form fix_line_breaks
                   20257: 
1.116     moko     20258:        * src/targets/cgi/pool_storage.h: makes
1.95      moko     20259: 
                   20260:        * src/: classes/Makefile.am, targets/cgi/Makefile.am,
                   20261:          targets/cgi/pool_storage.h: makes
                   20262: 
                   20263:        * src/sql/pa_sql_driver.h: version
                   20264: 
                   20265:        * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
                   20266:          types/pa_vform.C, types/pa_vform.h: .am
                   20267: 
                   20268:        * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
                   20269:          this: DB_RMW Acquire write locks instead of read locks when doing
                   20270:          the retrieval. Setting this flag may decrease the likelihood of
                   20271:          deadlock during a read-modify-write cycle by immediately
                   20272:          acquiring the write lock during the read part of the cycle so
                   20273:          that another thread of control acquiring a read lock for the same
                   20274:          item, in its own read-modify-write cycle, will not result in
                   20275:          deadlock
                   20276: 
                   20277:        * src/targets/isapi/parser3isapi.dsp: doc
                   20278: 
                   20279:        * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
                   20280: 
                   20281:        * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
                   20282: 
                   20283:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20284:          main/pa_db_connection.C: hashfile expired deleted from db when
                   20285:          get & iterate
                   20286: 
                   20287:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
                   20288:          expiring 1
                   20289: 
                   20290:        * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
                   20291: 
                   20292:        * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
                   20293:          db_connection not bothers with key when not returning expired
                   20294:          data
                   20295: 
                   20296:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20297:          types/pa_vhashfile.C: db_cursor constructor public now
                   20298: 
                   20299:        * src/: include/pa_db_connection.h, main/pa_db_connection.C,
                   20300:          types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
                   20301:          stamped, todo: put_element analize
                   20302: 
                   20303:        * src/: include/pa_db_connection.h, include/pa_string.h,
                   20304:          main/pa_db_connection.C, main/pa_string.C: hashfile pieced
                   20305:          serialize. todo stamp
                   20306: 
                   20307: 2001-10-23  parser
                   20308: 
                   20309:        * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
                   20310:          classes/image.C, classes/mail.C, classes/response.C,
                   20311:          classes/string.C, classes/table.C, classes/xdoc.C,
                   20312:          include/pa_config_fixed.h, include/pa_db_connection.h,
                   20313:          main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
                   20314:          types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
                   20315:          types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
                   20316:          types/pa_vtable.C: ^hashfile.hash[]
                   20317: 
                   20318:        * src/: classes/hashfile.C, classes/xdoc.C,
                   20319:          include/pa_config_fixed.h, main/pa_db_manager.C,
                   20320:          main/pa_globals.C: ifdefs so it compiled without db
                   20321: 
                   20322:        * src/: classes/hashfile.C, include/pa_db_connection.h,
                   20323:          include/pa_db_manager.h, main/pa_db_connection.C,
                   20324:          main/pa_db_manager.C, types/pa_vhashfile.h:
                   20325:          ^hashfile.transaction{code} ^hashfile:clear[filename]
                   20326:          ^hashfile.delete[key]
                   20327: 
                   20328: 2001-10-22  parser
                   20329: 
                   20330:        * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
                   20331:          cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
                   20332: 
                   20333:        * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
                   20334:          classes/xnode.C, include/pa_charset_connection.h,
                   20335:          include/pa_db_connection.h, include/pa_db_manager.h,
                   20336:          include/pa_exception.h, include/pa_sapi.h,
                   20337:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   20338:          include/pa_stylesheet_connection.h,
                   20339:          include/pa_stylesheet_manager.h,
                   20340:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20341:          main/pa_db_connection.C, main/pa_db_manager.C,
                   20342:          main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
                   20343:          main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
                   20344:          main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
                   20345:          targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
                   20346:          types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
                   20347:          types/types.dsp: hashfile 0
                   20348: 
                   20349:        * src/types/pa_vhashfile.C: z
                   20350: 
                   20351:        * src/: classes/classes.dsp, classes/hashfile.C,
                   20352:          include/pa_config_fixed.h, main/execute.C,
                   20353:          targets/cgi/parser3.dsp, types/pa_vhashfile.C,
                   20354:          types/pa_vhashfile.h, types/types.dsp: hashfile -100
                   20355: 
                   20356:        * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
                   20357: 
                   20358:        * src/: include/pa_exception.h, include/pa_request.h,
                   20359:          main/execute.C, main/pa_exception.C, main/pa_request.C,
                   20360:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   20361:          types/pa_vclass.h, types/pa_vobject.h: stack backtrace
                   20362: 
                   20363: 2001-10-19  parser
                   20364: 
                   20365:        * src/include/pa_pool.h: header
                   20366: 
                   20367:        * src/main/pa_pool.C: auto compiled on gcc
                   20368: 
                   20369:        * src/classes/image.C: comment
                   20370: 
1.116     moko     20371:        * src/: include/pa_pool.h, main/pa_common.C: makes
1.95      moko     20372: 
                   20373:        * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20374:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20375:          types/pa_vxnode.h: xnode clone got freed
                   20376: 
                   20377:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20378:          include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
                   20379:          can free up xalandomstring resulting from pool::transcode
                   20380: 
                   20381:        * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
                   20382:          include/pa_config_fixed.h, include/pa_exception.h,
                   20383:          include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
                   20384:          main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
                   20385:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
                   20386:          to c++ exceptions 1xml configure fixed to exclude xalan-patch
                   20387:          from non-xml compile
                   20388: 
                   20389:        * src/main/pa_request.C: pool:: context - get_context
                   20390: 
                   20391:        * src/: classes/classes.h, classes/date.C, classes/double.C,
                   20392:          classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
                   20393:          classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
                   20394:          classes/string.C, classes/table.C, classes/void.C,
                   20395:          include/pa_config_fixed.h, include/pa_exception.h,
                   20396:          include/pa_pool.h, include/pa_request.h, include/pa_types.h,
                   20397:          main/compile.C, main/compile_tools.C, main/execute.C,
                   20398:          main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
                   20399:          main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
                   20400:          main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
                   20401:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   20402:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20403:          types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
                   20404:          types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
                   20405:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   20406:          types/pa_vstateless_class.h, types/pa_vtable.C,
                   20407:          types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
                   20408:          exceptions 0
                   20409: 
                   20410:        * src/classes/classes.awk: $ removed
                   20411: 
                   20412: 2001-10-18  parser
                   20413: 
                   20414:        * src/types/pa_vcookie.C: cookie:CLASS
                   20415: 
                   20416:        * src/main/main.dsp: project
                   20417: 
                   20418:        * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
                   20419:          set_document & ctor question "who owns document" solved
                   20420: 
                   20421:        * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
                   20422: 
                   20423:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
                   20424:          main/pa_pool.C: encoding in dom creating funcs
                   20425: 
                   20426:        * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
                   20427:          be transformed now
                   20428: 
                   20429:        * src/classes/xdoc.C: dom created by create can be transformed now
                   20430: 
                   20431:        * src/classes/xdoc.C: z
                   20432: 
                   20433:        * src/classes/xdoc.C: comment
                   20434: 
                   20435:        * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
                   20436:          create now uses XercesDocumentBridge, appendChild&co now works
                   20437: 
                   20438:        * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
                   20439:          @ recompile
                   20440: 
                   20441:        * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
                   20442:          $origin @exception[
                   20443: 
                   20444:        * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
                   20445:          tag names forced to XML lang
                   20446: 
                   20447:        * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
                   20448:          leechy-found bugs in code&doc fixed
                   20449: 
                   20450: 2001-10-17  parser
                   20451: 
                   20452:        * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
                   20453:          types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
                   20454:          n functionality preserved
                   20455: 
                   20456:        * src/types/pa_vimage.h: removed unused vimage::save
                   20457: 
                   20458: 2001-10-16  parser
                   20459: 
                   20460:        * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
                   20461: 
                   20462:        * src/classes/: xnode.C: removed few dom returns & changed op.txt
                   20463: 
                   20464:        * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
                   20465: 
                   20466:        * src/classes/image.C: image.copy tolerance
                   20467: 
                   20468:        * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
                   20469:          ineffective, but works for small paleted image
                   20470: 
                   20471:        * src/types/pa_vimage.C: comment
                   20472: 
                   20473:        * src/classes/image.C: gd size/resize bugfix
                   20474: 
                   20475:        * src/: classes/classes.dsp, main/main.dsp,
                   20476:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20477:          types/types.dsp: ident >nul 2>&1
                   20478: 
                   20479:        * src/main/pa_common.C: \r\n -> \n   DOS \r -> \n Macintosh on all
                   20480:          systems
                   20481: 
                   20482:        * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
                   20483:          x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
                   20484: 
                   20485: 2001-10-15  parser
                   20486: 
                   20487:        * src/main/execute.C: z
                   20488: 
                   20489:        * src/classes/: xdoc.C:     !::create{qualifiedName}
                   20490: 
                   20491:        * src/types/pa_vxnode.C:     document_type_node.
                   20492:                  !readonly attribute DOMString name
                   20493:              !notation_node.
                   20494:                  !readonly attribute DOMString publicId
                   20495:                  !readonly attribute DOMString systemId
                   20496: 
1.116     moko     20497:        * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
                   20498:          ::write badly passed string too transparently [failed to
                   20499:          intercept it]
1.95      moko     20500: 
                   20501:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
                   20502:          include/pa_request.h, main/pa_sql_driver_manager.C,
                   20503:          types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
                   20504:          types/pa_vxnode.h: DOM1 major addtion, only few
                   20505:          attributes/methods left
                   20506: 
                   20507: 2001-10-13  parser
                   20508: 
                   20509:        * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20510:          targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
                   20511:          in main handler
                   20512: 
                   20513:        * src/targets/isapi/pool_storage.h: isapi pool storage reverse
                   20514:          cleanups & frees order
                   20515: 
                   20516:        * src/types/pa_vcode_frame.h: couple comments
                   20517: 
                   20518:        * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
                   20519:          transparent enough to handle hash if creation&passing
                   20520: 
                   20521:        * src/: include/pa_config_fixed.h, main/execute.C,
                   20522:          main/pa_exception.C: noticed that vcodeframe not transparent
                   20523:          enough, would change now
                   20524: 
                   20525: 2001-10-12  parser
                   20526: 
                   20527:        * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
                   20528:          fixed. initialization&free on each thread!
                   20529: 
                   20530:        * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
                   20531:          handling changed: now type of default param analized always, not
                   20532:          only at problem time, thus helping early problem spotting
                   20533: 
                   20534:        * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
                   20535:          main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
                   20536:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   20537:          targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
                   20538:          multithread bug fixed. initialization&free on each thread!
                   20539: 
                   20540: 2001-10-11  parser
                   20541: 
                   20542:        * src/classes/xnode.C: xnode.selectSingle now
                   20543: 
                   20544:        * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
                   20545:          include/pa_pool.h, include/pa_stylesheet_connection.h,
                   20546:          main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
                   20547:          convertors out of Pool into Exception
                   20548: 
                   20549:        * src/main/pa_string.C: const
                   20550: 
                   20551:        * src/: include/pa_string.h, main/pa_string.C: restructured string:
                   20552:          linked pieces of same language together prior to String::replace
                   20553: 
                   20554:        * src/classes/hash.C:     !^hash.add[addme]
                   20555:              !^hash.sub[subme]
                   20556:              !^a.union[b] = new
                   20557:              !^a.intersection[b] = new
                   20558:              !^a.intersects[b] = bool
                   20559: 
                   20560:        * src/classes/hash.C:     !^hash::append[append_from]
                   20561: 
                   20562:        * src/: classes/hash.C, types/pa_vhash.h:
                   20563:          !^hash::create[[copy_from]]
                   20564: 
                   20565:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   20566:          include/pa_string.h, main/pa_globals.C, main/pa_string.C,
                   20567:          main/untaint.C, types/pa_vvoid.h: untaint lang origins table
                   20568:          fixed.  got rid of empty_string, which caused errors - it hasnt
                   20569:          exception but somebody[value.bark] tried to throw it on it's pool
                   20570: 
1.116     moko     20571:        * src/include/pa_config_auto.h.in: makes
1.95      moko     20572: 
                   20573: 2001-10-10  parser
                   20574: 
                   20575:        * src/: classes/op.C, main/compile.tab.C: ^error[msg]
                   20576: 
                   20577:        * src/main/: compile.tab.C, compile.y: ^a[
                   20578: 
                   20579:          @next_method  << now unclosed ] would be reported here
                   20580: 
                   20581:        * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
                   20582:          compile error
                   20583: 
                   20584: 2001-10-09  parser
                   20585: 
1.116     moko     20586:        * src/: classes/Makefile.am, main/Makefile.am,
                   20587:          targets/cgi/Makefile.am, types/Makefile.am: makes
1.95      moko     20588: 
                   20589:        * src/classes/Makefile.am: makes
                   20590: 
                   20591:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
                   20592:          win32 errors intercepted [xalan transformer patched and
                   20593:          incorporated]
                   20594: 
                   20595:        * src/: classes/classes.dsp, classes/xdoc.C,
                   20596:          include/pa_stylesheet_connection.h, main/main.dsp,
                   20597:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20598:          types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
                   20599:          patches starting
                   20600: 
                   20601:        * src/classes/: string.C, table.C: ^string.save[file]
                   20602: 
                   20603:        * src/classes/: date.C, table.C: calendar moved to date
                   20604: 
                   20605:        * src/classes/: op.C, table.C: table.hash[key field;value field(s)
                   20606:          string/table]  now
                   20607: 
                   20608:        * src/classes/: op.C, table.C: z
                   20609: 
                   20610:        * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
                   20611:          types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
                   20612:          types/pa_vxnode.h: table:menu & op for delims made allowed not to
                   20613:          be code [be string..]
                   20614: 
                   20615:        * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
                   20616:          table.C: lots of
                   20617:          params->as_int/double/as_string/as_junction/as_no_junction
                   20618:          messages added
                   20619: 
                   20620: 2001-10-08  parser
                   20621: 
                   20622:        * src/: classes/date.C, classes/image.C, classes/string.C,
                   20623:          classes/table.C, classes/void.C, include/pa_request.h:
                   20624:          params->as_int/double message added
                   20625: 
                   20626:        * src/classes/image.C: image:circle [and round arc] uses Bresenham
                   20627: 
                   20628:        * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
                   20629:          image:sector removed image:html internal "line-*" attribs
                   20630: 
                   20631:        * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
                   20632:          types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
                   20633: 
                   20634:        * src/types/pa_vcookie.C: removing cookie made more netscape-like
                   20635:          way
                   20636: 
                   20637:        * src/: classes/file.C, classes/form.C, main/pa_common.C,
                   20638:          main/untaint.C: header untainting to UL_HTTP_HEADER,
                   20639:          UL_MAIL_HEADER made nonforced [only tainted pieces]
                   20640: 
                   20641:        * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
                   20642:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
                   20643:          @ SAPI::log
                   20644: 
                   20645:        * src/main/untaint.C: \r to ' ' in origins mode
                   20646: 
                   20647:        * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
                   20648:          set]
                   20649: 
                   20650:        * src/: classes/xdoc.C, include/pa_config_fixed.h,
                   20651:          main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
                   20652:          nonstandard liaison freed up
                   20653: 
                   20654: 2001-10-07  parser
                   20655: 
                   20656:        * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
                   20657:          project
                   20658: 
                   20659: 2001-10-05  parser
                   20660: 
                   20661:        * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
                   20662:          main/pa_pool.C: changed xdoc:set to prevent SAXParseException
                   20663:          from outputing to cerr.  lots of "todos"
                   20664: 
                   20665:        * src/main/untaint.C: http_header tainting more gentle with
                   20666:          enquoting now
                   20667: 
                   20668:        * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
                   20669:          main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
                   20670:          xml errorhandler.  fixed string.replace a little, read @test
                   20671: 
                   20672:        * src/main/pa_string.C: found replace bug - first_that_starts(char
                   20673:          *) does not have limit, and looks further eos, fixing....
                   20674: 
                   20675:        * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
                   20676: 
                   20677:        * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
                   20678: 
                   20679:        * src/main/: pa_charset_connection.C: ctype another mem clear
                   20680:          bugfix
                   20681: 
1.116     moko     20682:        * src/main/: compile.tab.C, compile.y: disabled ^literals in names
                   20683:          $result[^[$p^]z] now works fine
1.95      moko     20684: 
                   20685:        * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
                   20686:          wrong. fixed it
                   20687: 
                   20688:        * src/main/pa_charset_connection.C: unicode zero pair at the beging
                   20689:          of totable appered to be vital
                   20690: 
                   20691: 2001-10-04  parser
                   20692: 
                   20693:        * src/classes/image.C: ^image.length[text]
                   20694: 
                   20695: 2001-10-03  parser
                   20696: 
                   20697:        * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
                   20698: 
                   20699:        * src/main/pa_request.C: restored pcre defaulting in request
                   20700:          [mindlessly "optimized" yesterday] comment left
                   20701: 
                   20702: 2001-10-02  parser
                   20703: 
                   20704:        * src/: main/pa_charset_manager.C,
                   20705:          include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
                   20706:          needed
                   20707: 
                   20708:        * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
                   20709:          forgot non-xml pool.*charset needed
                   20710: 
                   20711:        * src/classes/table.C: # config comments fixed
                   20712: 
                   20713:        * src/: classes/table.C, main/pa_charset_connection.C: table:load &
                   20714:          charset_connection #comment now
                   20715: 
                   20716:        * src/: classes/classes.dsp, types/types.dsp: release projects
                   20717:          options fixed to use release msvcrt lib
                   20718: 
                   20719:        * src/main/pa_charset_connection.C: pcre tables now const inside
                   20720:          removed default - pcre handles that internally fixed bug on
                   20721:          not-cleaning tables [previously was calloced, now member]
                   20722: 
                   20723:        * src/: include/pa_request.h, main/pa_charset_connection.C,
                   20724:          main/pa_request.C, types/pa_vstring.h: pcre tables now const
                   20725:          inside removed default - pcre handles that internally fixed bug
                   20726:          on not-cleaning tables [previously was calloced, now member]
                   20727: 
                   20728:        * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
                   20729:          tested charset reload on file change @ apache version = OK tested
                   20730:          freeing up prev encoding on adding new = OK
                   20731: 
                   20732: 2001-10-01  parser
                   20733: 
                   20734:        * src/main/pa_charset_connection.C: removed entitify external hack
                   20735:          [internal installed]
                   20736: 
1.116     moko     20737:        * src/main/Makefile.am: makes+removed dtd
1.95      moko     20738: 
                   20739:        * src/: include/pa_charset_connection.h,
                   20740:          include/pa_charset_manager.h,
                   20741:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20742:          main/pa_charset_connection.C, main/pa_charset_manager.C,
                   20743:          main/pa_request.C: charset loading & caching mech 0
                   20744: 
                   20745:        * src/: include/pa_stylesheet_connection.h,
                   20746:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   20747:          main/pa_globals.C, main/pa_request.C: would make charset loading
                   20748:          & caching mech now
                   20749: 
                   20750: 2001-09-30  parser
                   20751: 
                   20752:        * src/main/pa_request.C: forgot to fill toTable
                   20753: 
                   20754:        * src/: include/pa_config_fixed.h, main/pa_request.C: started
                   20755:          hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
                   20756:          failed on win32 for now..
                   20757: 
                   20758:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   20759:          now charsets table configuration variable is: CHARSETS
                   20760: 
                   20761:        * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
                   20762:          ctype with unicode 1. todo: no &#1055; entities on output somehow
                   20763: 
                   20764:        * src/: classes/file.C, classes/op.C, classes/string.C,
                   20765:          include/pa_request.h, main/pa_request.C: started ctype with
                   20766:          unicode values
                   20767: 
                   20768: 2001-09-28  parser
                   20769: 
                   20770:        * src/: main/pa_request.C, classes/mail.C, classes/op.C,
                   20771:          classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
                   20772:          string passed AS-IS now
                   20773: 
                   20774:        * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
                   20775:          way of user-configuring... todo: implement
                   20776: 
                   20777: 2001-09-27  parser
                   20778: 
                   20779:        * src/classes/table.C: table.sort changed to sort table itself
                   20780: 
                   20781:        * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
                   20782:          X^.getElementsByTagName[tagname] = array of xnode
                   20783:          X^.getElementsByTagNameNS[namespaceURI;localName] = array of
                   20784:          nodes removed - regretfully not supported @ xalan. maybe someday
                   20785:          would reimplement, if needed.
                   20786: 
                   20787:          win32build system: solved long waiting anti-non-started-apache
                   20788:          problem
                   20789: 
                   20790:        * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
                   20791:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
                   20792:          types/types.dsp: win32 ident make system so not to rebuild
                   20793:          library [ident.C.new]
                   20794: 
                   20795: 2001-09-26  parser
                   20796: 
                   20797:        * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
                   20798:          classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
                   20799:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   20800:          types/pa_vxnode.C, types/types.dsp: z
                   20801: 
                   20802:        * src/classes/classes.C: forgot one non-xml check
                   20803: 
1.116     moko     20804:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   20805:          targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95      moko     20806: 
                   20807:        * src/targets/cgi/parser3.C: z
                   20808: 
                   20809:        * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
                   20810:          targets/isapi/parser3isapi.C: #ifdef SMTP
                   20811: 
                   20812:        * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
                   20813:          classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
                   20814:          main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
                   20815:          types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
                   20816:          types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
                   20817:          types/types.dsp: xdoc&xnode now
                   20818: 
                   20819:        * src/: classes/classes.C, classes/classes.awk,
                   20820:          classes/classes.dsp, classes/classes.h, classes/date.C,
                   20821:          classes/dnode.C, classes/dnode.h, classes/dom.C,
                   20822:          classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
                   20823:          classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
                   20824:          classes/op.C, classes/response.C, classes/string.C,
                   20825:          classes/table.C, classes/void.C, include/pa_array.h,
                   20826:          include/pa_common.h, include/pa_config_fixed.h,
                   20827:          include/pa_config_includes.h, include/pa_dictionary.h,
                   20828:          include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
                   20829:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20830:          include/pa_socks.h, include/pa_sql_connection.h,
                   20831:          include/pa_sql_driver_manager.h, include/pa_stack.h,
                   20832:          include/pa_string.h, include/pa_stylesheet_connection.h,
                   20833:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   20834:          include/pa_xslt_stylesheet_manager.h, main/compile.C,
                   20835:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   20836:          main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
                   20837:          main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
                   20838:          main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
                   20839:          main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
                   20840:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   20841:          main/pa_xslt_stylesheet_manager.C, main/untaint.C,
                   20842:          sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
                   20843:          targets/cgi/pa_threads.C, targets/cgi/parser3.C,
                   20844:          targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
                   20845:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
                   20846:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
                   20847:          types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
                   20848:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   20849:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
                   20850:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
                   20851:          types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
                   20852:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
                   20853:          types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
                   20854:          types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
                   20855:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   20856:          types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
                   20857:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   20858:          types/pa_vstateless_object.h, types/pa_vstring.C,
                   20859:          types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
                   20860:          types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
                   20861:          types/pa_wwrapper.h, types/types.dsp: added ident.awk and
                   20862:          main.dsp splitted to main+classes+types along to .am
                   20863: 
                   20864:        * src/classes/Makefile.am: removed useless var
                   20865: 
                   20866:        * src/: classes/classes.cmd, main/main.dsp,
                   20867:          targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
                   20868:          main.dsp
                   20869: 
                   20870: 2001-09-25  parser
                   20871: 
                   20872:        * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
                   20873:          1251 though, todo ICU
                   20874: 
1.116     moko     20875:        * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95      moko     20876:          include/pa_stylesheet_connection.h, main/Makefile.am,
1.116     moko     20877:          main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
                   20878:          types/pa_vdom.h: xml configure makes
1.95      moko     20879: 
                   20880: 2001-09-24  parser
                   20881: 
1.116     moko     20882:        * src/: classes/Makefile.am, include/pa_config_auto.h.in,
                   20883:          types/Makefile.am: makes
1.95      moko     20884: 
1.116     moko     20885:        * src/targets/cgi/Makefile.am: makefiles
1.95      moko     20886: 
                   20887:        * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
                   20888:          started unix makes update
                   20889: 
                   20890:        * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
                   20891:          started unix makes update
                   20892: 
                   20893:        * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
                   20894: 
                   20895:        * src/types/pa_value.h: z
                   20896: 
                   20897:        * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
                   20898:          bugs with usinge hash/table in expressions
                   20899: 
                   20900:        * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
                   20901:          resolved conflicts fixed [const]
                   20902: 
                   20903:        * src/: classes/classes.cmd, classes/image.C, classes/op.C,
                   20904:          classes/table.C, include/pa_request.h, include/pa_sapi.h,
                   20905:          main/compile.C, main/compile.tab.C, main/compile.y,
                   20906:          main/compile_tools.h, main/main.dsp, main/pa_common.C,
                   20907:          main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
                   20908:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
                   20909:          types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
                   20910:          types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
                   20911:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
                   20912:          with before_xml [merge2 actually didn't happen - i've created
                   20913:          tags on wrong branch. so this merge is in fact re-merge]
                   20914: 
                   20915: 2001-09-21  parser
                   20916: 
                   20917:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   20918:          targets/isapi/parser3isapi.dsp: updated project files [/ sadly
                   20919:          produced "" in make file and sadly wrong interpreted on load]
                   20920: 
1.116     moko     20921:        * src/: classes/classes.h, classes/hash.C, classes/op.C,
                   20922:          classes/table.C, doc/doxygen.cfg, include/pa_common.h,
                   20923:          include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
                   20924:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   20925:          main/compile.tab.C, main/main.dsp, main/pa_common.C,
                   20926:          main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
                   20927:          targets/isapi/parser3isapi.dsp: merged with before_xml
1.95      moko     20928: 
                   20929:        * src/: classes/classes.C, classes/date.C, classes/dnode.C,
                   20930:          classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
                   20931:          classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
                   20932:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20933:          main/pa_pool.C, main/pa_request.C,
                   20934:          main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
                   20935:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   20936:          targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
                   20937:          targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
                   20938:          types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
                   20939:          types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
                   20940:          types/pa_vrequest.C, types/pa_vresponse.h,
                   20941:          types/pa_vstateless_class.C, types/pa_vstring.C,
                   20942:          types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
                   20943:          created new projects for sql drivers [planning to remove sql
                   20944:          drivers from main cvs project] first, will join latest changes
                   20945: 
                   20946:        * src/classes/: dom.C: defaulted dom writing methods encoding to
                   20947:          pool.get_charset
                   20948: 
                   20949:        * src/classes/dom.C: defaulted dom writing methods encoding to
                   20950:          pool.get_charset
                   20951: 
                   20952:        * src/include/pa_pool.h: defaulted dom writing methods encoding to
                   20953:          pool.get_charset
                   20954: 
                   20955:        * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
                   20956:          types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
                   20957:          methods encoding to pool.get_charset
                   20958: 
                   20959:        * src/: include/pa_pool.h, main/pa_pool.C: checked whether
                   20960:          transcoder were created right "unsupported encoding" message.
                   20961:          not @ set time, but @ use time, so until xml output functions
                   20962:          .string, .file, .save used - no encoding name check occur
                   20963: 
                   20964:          reduced transcode buffer size to 60 fixed pool cleanup - no
                   20965:          registration needed, pools are officially destructured
                   20966: 
                   20967: 2001-09-20  parser
                   20968: 
                   20969:        * src/classes/image.C: 20K preload on jpg measure [image::measure]
                   20970: 
                   20971:        * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
                   20972:          $MAIN:DEFAULTS.content-type[$.charset[here]]
                   20973: 
                   20974:        * src/: classes/dnode.C, classes/dom.C,
                   20975:          include/pa_config_includes.h, include/pa_globals.h,
                   20976:          include/pa_pool.h, main/main.dsp, main/pa_globals.C,
                   20977:          main/pa_pool.C, targets/cgi/parser3.dsp,
                   20978:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   20979:          types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
                   20980:          Pool::transcode 0
                   20981: 
                   20982:        * src/classes/dom.C: dom. string save file moved output xml options
                   20983:          to last param and made it optional
                   20984: 
                   20985:        * src/types/pa_vdnode.C:     !$elementnode.attributes = hash of
                   20986:          dnodes
                   20987:              !$attributenode.specified = boolean
                   20988:                      true if the attribute received its value explicitly
                   20989:          in the XML document,
                   20990:                      or if a value was assigned programatically with the
                   20991:          setValue function.
                   20992:                  false if the attribute value came from the default value
                   20993:          declared in the document's DTD.
                   20994:              !$pinode.target = target of this processing instruction
                   20995:                  XML defines this as being the first token following the
                   20996:          markup
                   20997:                  that begins the processing instruction.
                   20998:                  XPath:
                   20999:              !^node.select[xpath/query/expression] = hash of 0->node0
                   21000:          1->node1
                   21001:              !^node.select-single[xpath/query/expression] = first node if
                   21002:          any
                   21003: 
                   21004:        * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
                   21005:          pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
                   21006:          some 'const's added
                   21007: 
                   21008:        * src/types/: pa_vhash.h, pa_vtable.h: table/hash  can be used in
                   21009:          expression context now, there value = size and boolean value
                   21010:          size!=0
                   21011: 
                   21012:        * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
                   21013:          can be used in expression context now, there value = size and
                   21014:          boolean value size!=0
                   21015: 
                   21016:        * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
                   21017:          types/pa_vstring.h: dnode .file .string .save moved back to dom
                   21018:          due to strange xalan bug
                   21019: 
                   21020: 2001-09-18  parser
                   21021: 
                   21022:        * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
                   21023:          classes/image.C, classes/op.C, classes/table.C,
                   21024:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   21025:          include/pa_sql_driver_manager.h, main/compile.C,
                   21026:          main/compile.tab.C, main/compile.y, main/compile_tools.h,
                   21027:          main/execute.C, main/pa_common.C, main/pa_request.C,
                   21028:          main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
                   21029:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   21030:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
                   21031:          types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
                   21032:          types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
                   21033:          before_xml branch ^if(def $hash) now true only when
                   21034:          ^hash:_count[]!=0 moved .string .save .file from dom to dnode
                   21035: 
                   21036:        * src/: classes/op.C, main/execute.C: operators self changed to
                   21037:          root ^for variable context changed to self
                   21038: 
                   21039:        * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
                   21040:          dnode 1
                   21041: 
                   21042:        * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
                   21043:          types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
                   21044: 
                   21045:        * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
                   21046:          poly* fixed
                   21047: 
                   21048: 2001-09-17  parser
                   21049: 
                   21050:        * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
                   21051:          types/pa_vdom.h: started dnode+dom
                   21052: 
                   21053:          dnode     DOM methods:     $node.name     $node.value
                   21054:          ...others...
                   21055: 
                   21056:              ^node.xpath[/rates/USD] = hash
                   21057:                  $hash[
                   21058:                          $.0[node0]
                   21059:                          $.1[node1]
                   21060:                  ]
                   21061: 
                   21062:        * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
                   21063:          applies to all linear primitives
                   21064: 
                   21065:        * src/: classes/classes.h, classes/dom.C, classes/hash.C,
                   21066:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21067:          targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
                   21068:          types/pa_vimage.h: started dnode     DOM:     $node.name
                   21069:          $node.value     ...others...      ^node.xpath[/rates/USD] = hash
                   21070:          dom(dnode)
                   21071: 
                   21072:        * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
                   21073:          main/compile.y, main/compile_tools.h, main/execute.C,
                   21074:          targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
                   21075:          in expression compound($aa.zz.xx) names now can have minus '-' in
                   21076:          name after '.'
                   21077: 
                   21078: 2001-09-15  parser
                   21079: 
                   21080:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
                   21081:          image: $line-width ^line(...)[****   style]
                   21082: 
                   21083:        * src/: classes/dom.C, targets/isapi/parser3isapi.C,
                   21084:          targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
                   21085:          pool_storage - cleanups first, allocations second.  apache wisely
                   21086:          does just like that
                   21087: 
                   21088:        * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
                   21089:          rewritten using template, no bugs now
                   21090: 
                   21091:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
                   21092:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   21093:          targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
                   21094:          poorly started isapi pool_storage, would rewrite using template
                   21095:          now
                   21096: 
                   21097:        * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
                   21098:          include/pa_stylesheet_connection.h, main/main.dsp,
                   21099:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   21100:          targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
                   21101:          xalan objects freed up [introducing Pool::register_cleanup]
                   21102: 
                   21103:        * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
                   21104:          comments
                   21105: 
                   21106: 2001-09-14  parser
                   21107: 
                   21108:        * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
                   21109:          z
                   21110: 
                   21111:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21112:          classes/mail.C, include/pa_common.h,
                   21113:          include/pa_sql_driver_manager.h, include/pa_string.h,
                   21114:          include/pa_stylesheet_connection.h,
                   21115:          include/pa_xslt_stylesheet_manager.h, main/main.dsp,
                   21116:          main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
                   21117:          main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
                   21118:          main/untaint.C, types/pa_vfile.C: dom.xslt  stylesheet
                   21119:          compiled&cached
                   21120: 
                   21121: 2001-09-13  parser
                   21122: 
                   21123:        * src/: classes/dom.C, classes/file.C, classes/image.C,
                   21124:          types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
                   21125: 
                   21126:        * src/classes/dom.C: dom:file content-type(.method)
                   21127: 
                   21128:        * src/: include/pa_common.h, include/pa_globals.h,
                   21129:          main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
                   21130:          string now more informative error messages
                   21131: 
                   21132:        * src/: include/pa_globals.h, include/pa_request.h,
                   21133:          main/pa_request.C, targets/cgi/parser3.C,
                   21134:          targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
                   21135:          ParserSiteConfig .../parser3.conf
                   21136: 
                   21137:          cgi&isapi looks for {configure|c:\windows}/parser3.conf
                   21138: 
                   21139: 2001-09-12  parser
                   21140: 
                   21141:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21142:          main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
                   21143:          precise error reporting: "connection string must start with
                   21144:          protocol://" now
                   21145: 
                   21146:        * src/main/compile.tab.C: fixed - subname code parts actually []
                   21147:          braced
                   21148: 
                   21149:        * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
                   21150:          lexer on LS_USER level did [] matching without setting nestage,
                   21151:          introduced special LS_NAME_SQUARE_PART state
                   21152: 
                   21153: 2001-09-11  parser
                   21154: 
                   21155:        * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
                   21156:          main/untaint.C: ^dom:set{<some>xml</some>} default language XML
                   21157:          languages+=xml
                   21158: 
                   21159:        * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
                   21160: 
                   21161:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21162:          options:     $.method[xml|html|text] detection fixed
                   21163: 
                   21164:        * src/types/pa_vdom.h: messages
                   21165: 
                   21166:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21167:          options:     $.method[xml|html|text] detection fixed
                   21168: 
                   21169: 2001-09-10  parser
                   21170: 
                   21171:        * src/classes/dom.C: ^dom:save/string/file[output options] output
                   21172:          options:     $.method[xml|html|text] $.encoding[windows-1251|...]
                   21173: 
                   21174:        * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
                   21175:          added]
                   21176: 
                   21177:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21178:          ^dom.xslt[stylesheet filename] 0
                   21179: 
                   21180:        * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
                   21181:          ^dom.xslt[stylesheet filename] -1 doc is lying
                   21182: 
                   21183:        * src/classes/dom.C: ^dom.file[encoding] = file
                   21184: 
                   21185:        * src/classes/: dom.C: ^dom.string[encoding] 1
                   21186:          ^dom.save[encoding;filename]
                   21187: 
                   21188:        * src/classes/dom.C: ^dom.string[] 0
                   21189: 
                   21190:        * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
                   21191: 
                   21192:        * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
                   21193:          types/pa_vform.h: ^dom.save[b.xml] 0
                   21194: 
                   21195: 2001-09-08  parser
                   21196: 
                   21197:        * src/types/pa_vform.C: $form:tables.name.field
                   21198: 
                   21199: 2001-09-07  parser
                   21200: 
                   21201:        * src/classes/table.C: table:empty removed, superceded by ^if(def
                   21202:          $table)...
                   21203: 
                   21204:        * src/targets/cgi/parser3.C: z
                   21205: 
                   21206:        * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now  [conversion
                   21207:          from '' to int/double is 0]
                   21208: 
                   21209:        * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
                   21210:          $table) is false when table is empty
                   21211: 
                   21212:        * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
                   21213:          !$form:tables $atable[$form:tables.a]
                   21214:          ^atable.menu{a=$atable.element}[,]
                   21215: 
                   21216:        * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
                   21217:          types/pa_vform.h, types/pa_vhash.h: !$form:fields
                   21218: 
1.116     moko     21219:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21220:          types/pa_vdom.h, types/pa_vform.C: merged with successful start
                   21221:          of dom
                   21222: 
                   21223:        * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
                   21224:          types/pa_vform.C, types/pa_vform.h: z
                   21225: 
                   21226:        * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
                   21227:          element [not last]
                   21228: 
1.116     moko     21229:        * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95      moko     21230:          types/pa_vdom.h: introducing dom. dom:load[a.xml]
                   21231: 
                   21232: 2001-09-06  parser
                   21233: 
                   21234:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21235:          table with one column 'element' and two rows: 1 and 2
                   21236: 
                   21237:        * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
                   21238:          table with one column 'element' and two rows: 1 and 2
                   21239: 
                   21240:        * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
                   21241:          bad int/double conversions, and now $form:nonexistent.int(88)
                   21242:          would return 88
                   21243: 
                   21244:        * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
                   21245:          types/pa_vhash.h: now there's special hash key '_default'
                   21246:          [instead of ^_default method] $hash[         $.a[1]  $.b[2]
                   21247:          $._default[xx] ] $hash.c
                   21248: 
                   21249:        * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
                   21250:          fixed [thanks, fif], ^; were treated there non-literally
                   21251: 
                   21252:        * src/doc/doxygen.cfg: merged new default options from 1.2.10
                   21253:          doxygen
                   21254: 
                   21255:        * src/: classes/image.C, classes/op.C, classes/string.C,
                   21256:          classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
                   21257:          types/pa_vtable.C: few #ifndef DOXYGEN
                   21258: 
                   21259: 2001-09-05  parser
                   21260: 
                   21261:        * src/classes/: string.C, table.C: sql options can be void [same as
                   21262:          image:html the other day]
                   21263: 
                   21264:        * src/targets/cgi/Makefile.am: .am undo
                   21265: 
                   21266:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21267:          targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
                   21268:          macro expantion on param, simply qoutes whatever passed, undone
                   21269: 
                   21270:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   21271:          targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
                   21272:          STRINGIZE(name) #name invented
                   21273: 
                   21274:        * src/: classes/op.C, include/pa_sql_driver_manager.h,
                   21275:          main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
                   21276:          MAIN_SQL_DRIVERS_NAME "drivers"
                   21277: 
                   21278:          moved to be availible to all users
                   21279: 
                   21280:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
                   21281:          SQL_DRIVER_CREATE_FUNC_NAME
                   21282: 
                   21283:        * src/classes/mail.C: MAIN:MAIL check fixed
                   21284: 
                   21285: 2001-09-04  parser
                   21286: 
                   21287:        * src/classes/image.C: image.html now can accept void params
                   21288: 
                   21289:        * src/targets/isapi/parser3isapi.C: z
                   21290: 
                   21291:        * src/targets/cgi/parser3.C: full_file_spec bug
                   21292: 
                   21293:        * src/targets/cgi/parser3.C: getenvcheck
                   21294: 
                   21295:        * src/targets/cgi/parser3.C: zz
                   21296: 
                   21297:        * src/targets/cgi/parser3.C: zzz
                   21298: 
                   21299:        * src/classes/date.C: date
                   21300: 
                   21301:        * src/classes/date.C: date:sql-string is now without ''
                   21302: 
1.116     moko     21303:        * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95      moko     21304:          targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
                   21305:          auto.p location for targets/cgi/parser3, default[/usr/local/etc]
                   21306: 
1.116     moko     21307:        * src/include/pa_config_auto.h.in: makes
1.95      moko     21308: 
                   21309: 2001-09-03  parser
                   21310: 
                   21311:        * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
                   21312: 
                   21313: 2001-09-01  parser
                   21314: 
                   21315:        * src/classes/image.C: letter_spacing
                   21316: 
                   21317:        * src/classes/image.C: image: font params changed
                   21318: 
                   21319:        * src/classes/image.C: image: as_int as_string used
                   21320: 
                   21321:        * src/types/pa_vmethod_frame.h: $result[] now gets properly
                   21322:          analized
                   21323: 
                   21324: 2001-08-31  parser
                   21325: 
                   21326:        * src/targets/cgi/parser3.C: z
                   21327: 
1.116     moko     21328:        * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
                   21329:          cygwin
1.95      moko     21330: 
                   21331:        * src/classes/void.C: void:int/double += (default)
                   21332: 
                   21333:        * src/classes/image.C: image:font added space param image:font
                   21334:          changed charwidth alg, added kerning const[for now]
                   21335: 
                   21336:        * src/classes/: string.C, table.C: string:int/double (defaults)
                   21337: 
                   21338: 2001-08-29  parser
                   21339: 
                   21340:        * src/main/pa_exception.C: exception redundant debug info
                   21341: 
                   21342: 2001-08-28  parser
                   21343: 
                   21344:        * src/classes/image.C: image error msgs
                   21345: 
                   21346:        * src/classes/image.C: image: gifsize little endian
                   21347: 
                   21348:        * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
                   21349:          doxygeneration
                   21350: 
                   21351:        * src/: classes/Makefile.am, main/Makefile.am,
                   21352:          targets/cgi/Makefile.am, types/Makefile.am: .am-s
                   21353: 
                   21354:        * src/: include/pa_dictionary.h, main/pa_dictionary.C,
                   21355:          main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
                   21356: 
                   21357:        * src/main/compile.C: NO_STRING_ORIGIN check2
                   21358: 
                   21359:        * src/classes/table.C: NO_STRING_ORIGIN check
                   21360: 
                   21361:        * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
                   21362:          storage class specifiers invalid in friend function declarations
                   21363: 
                   21364:        * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
                   21365:          main/untaint.C, targets/cgi/parser3.C,
                   21366:          targets/isapi/parser3isapi.C: strncpy forced with zero ending in
                   21367:          case of limit
                   21368: 
                   21369:        * src/: classes/file.C, main/pa_common.C: file:move
                   21370:          autocreate/remove dest/src dir
                   21371: 
                   21372:        * src/: classes/string.C, include/pa_dictionary.h,
                   21373:          include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
                   21374:          main/untaint.C: pa_directory speeded up. moved zero 'from' check
                   21375:          to directory constructor.  string:replace
                   21376: 
                   21377: 2001-08-27  parser
                   21378: 
                   21379:        * src/classes/image.C: fixed jpgsize alg
                   21380: 
                   21381:        * src/classes/image.C: fixed jpgsize alg
                   21382: 
                   21383:        * src/main/pa_exception.C: z
                   21384: 
                   21385:        * src/main/pa_common.C: removed debug info from pa_common
                   21386: 
                   21387:        * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
                   21388:          [auto.p from current dir loading]
                   21389: 
1.116     moko     21390:        * src/: main/pa_common.C, main/pa_exception.C,
                   21391:          main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
                   21392:          for solaris -lsocket
1.95      moko     21393: 
                   21394: 2001-08-24  parser
                   21395: 
                   21396:        * src/targets/cgi/parser3.C: not cgi extra \n 3
                   21397: 
                   21398:        * src/targets/cgi/parser3.C: not cgi extra \n 2
                   21399: 
                   21400:        * src/targets/cgi/parser3.C: not cgi extra \n
                   21401: 
                   21402:        * src/main/pa_sql_driver_manager.C: z
                   21403: 
                   21404:        * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
                   21405:          sql* removed services from disconnect - cross-request ideological
                   21406:          probs.
                   21407: 
                   21408:        * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
                   21409:          cross-request ideological probs.  oracle - fixed bug: cs
                   21410:          allocated on request.pool and got freed before disconnect
                   21411: 
                   21412:        * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
                   21413:          mallocs fixed
                   21414: 
                   21415: 2001-08-23  parser
                   21416: 
                   21417:        * src/classes/file.C: minor bug in file:save fixed
                   21418: 
                   21419:        * src/main/pa_sql_driver_manager.C: oracle: dlink
                   21420: 
                   21421: 2001-08-22  parser
                   21422: 
                   21423:        * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
                   21424:          types/pa_vfile.h: file:load|save[text|binary;
                   21425: 
                   21426:        * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
                   21427: 
                   21428: 2001-08-21  parser
                   21429: 
                   21430:        * src/classes/: file.C, table.C: ^file:list
                   21431: 
                   21432: 2001-08-20  parser
                   21433: 
                   21434:        * src/: main/compile.tab.C, main/compile.y,
                   21435:          main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
                   21436:          types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
                   21437:          recousively caused problems: inc incremeted 123 literal!! fixed
                   21438: 
                   21439: 2001-08-10  parser
                   21440: 
                   21441:        * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
                   21442: 
                   21443:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21444:          added
                   21445: 
                   21446:        * src/main/: compile.tab.C, compile.y: (codes) name part syntax
                   21447:          added
                   21448: 
                   21449:        * src/classes/table.C: table:sort restored [it was bad test :(]
                   21450: 
                   21451:        * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
                   21452:          ''
                   21453: 
                   21454:        * src/main/: pa_request.C: wanted to make const int
                   21455:          MAX_EXECUTE_SECONDS=1;
                   21456: 
                   21457:          but couldnt, set_callback_and_alarm appeared to be not exported
                   21458:          :(
                   21459: 
                   21460:        * src/main/pa_string.C: string.match hanged on. there were a hang
                   21461:          check but it weren't wise enough
                   21462: 
                   21463:          @parse[dateString][tmp]
                   21464:          $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
                   21465:          #end
                   21466: 
                   21467:          @main[] ^parse[2001-02-03]
                   21468: 
                   21469:        * src/classes/: table.C: table:sort now default desc
                   21470: 
                   21471:        * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
                   21472:          table.sort now creates new sorted table
                   21473: 
                   21474: 2001-08-09  parser
                   21475: 
                   21476:        * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
                   21477: 
                   21478:        * src/classes/hash.C: hash:_default now [was hash:default]
                   21479: 
                   21480:        * src/classes/op.C: case without switch check added
                   21481: 
                   21482:        * src/types/pa_vcookie.C: cookie name&value origins added, more
                   21483:          precise $ORIGINS(1)
                   21484: 
                   21485:        * src/main/Makefile.am: .am
                   21486: 
                   21487:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21488:          fixed
                   21489: 
                   21490:        * src/classes/void.C: void: int double  copy/paste from int: bug
                   21491:          fixed
                   21492: 
                   21493: 2001-08-07  parser
                   21494: 
                   21495:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21496:          classes/table.C, include/pa_globals.h, main/pa_globals.C:
                   21497:          !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
                   21498:          string, table
                   21499: 
                   21500:        * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
                   21501:          srand made working
                   21502: 
                   21503: 2001-08-06  parser
                   21504: 
                   21505:        * src/: classes/mail.C, classes/op.C, include/pa_array.h,
                   21506:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   21507:          main/compile.tab.C, main/compile.y, main/pa_array.C,
                   21508:          main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
                   21509:          main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
                   21510: 
                   21511:        * src/main/pa_exec.C: exec win32 real filename
                   21512: 
                   21513:        * src/classes/file.C: exec stderr out
                   21514: 
                   21515:        * src/classes/hash.C: hash:keys renamed to hash:_keys :(
                   21516: 
                   21517: 2001-08-03  parser
                   21518: 
                   21519:        * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
                   21520: 
                   21521: 2001-08-02  parser
                   21522: 
                   21523:        * src/: classes/string.C, classes/table.C, include/pa_array.h,
                   21524:          main/execute.C, main/pa_exec.C: introducing Array_iter
                   21525: 
                   21526:        * src/main/execute.C: detected quick_get recursion bug. changed to
                   21527:          get@execute, but needs array iterator, separate from array to
                   21528:          avoid it & use caching
                   21529: 
                   21530:        * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
                   21531:          bug fixed
                   21532: 
                   21533:        * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
                   21534:          main/execute.C, main/pa_globals.C: found another multithread bug
                   21535:          in op.C (last, last global var killed) :)
                   21536: 
                   21537: 2001-08-01  parser
                   21538: 
                   21539:        * src/: include/pa_dictionary.h, include/pa_globals.h,
                   21540:          include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
                   21541:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   21542:          main/untaint.C: speeded up typo-html replacements. introducing
                   21543:          Dictionary with first-char caching
                   21544: 
                   21545: 2001-07-31  parser
                   21546: 
                   21547:        * src/types/Makefile.am: pa_vtable.C added to .am
                   21548: 
                   21549:        * src/main/compile.tab.C: added, so that could be compiled even on
                   21550:          non-bison-enabled platforms
                   21551: 
                   21552: 2001-07-28  parser
                   21553: 
                   21554:        * src/classes/table.C: table:hash always produces hash, when can't
                   21555:          - empty
                   21556: 
                   21557:        * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
                   21558:          skipped \n
                   21559: 
                   21560: 2001-07-27  parser
                   21561: 
                   21562:        * src/classes/: double.C, int.C, string.C: provided meaningful msg
                   21563:          on int/double/string :sql without result and default
                   21564: 
                   21565: 2001-07-26  parser
                   21566: 
                   21567:        * src/classes/op.C: fixed bad multithread bug with strangly global
                   21568:          OP
                   21569: 
                   21570:        * src/main/compile.y: $man[$.age[zzz]]  0
                   21571: 
                   21572:        * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
                   21573:          creation syntax problem persists. restored $: for a while.
                   21574:          thinking of $man[$.age[zzz]] syntax now
                   21575: 
                   21576:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21577:          include/pa_opcode.h, main/compile.C, main/compile.y,
                   21578:          main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
                   21579:          types/pa_vmethod_frame.h, types/pa_wcontext.h,
                   21580:          types/pa_wwrapper.h: fixing :: realization #1
                   21581: 
                   21582:        * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
                   21583:          main/compile_tools.h, main/execute.C, main/pa_request.C,
                   21584:          types/pa_vmethod_frame.h: introducing :: this is constructor call
                   21585:          prefix.  ordinary : remains for static accesses
                   21586: 
                   21587: 2001-07-25  parser
                   21588: 
                   21589:        * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
                   21590:          fields 2. methods 3. columns
                   21591: 
                   21592:        * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
                   21593:          quote.  optimized double&int tostring-s
                   21594: 
                   21595:        * src/main/: compile.C, compile.y, compile_tools.h: allowed
                   21596:          whitespace before first method decl
                   21597: 
                   21598:        * src/classes/table.C: allowed nontable result in table:sql,
                   21599:          results in empty table
                   21600: 
                   21601:        * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
                   21602:          lines before first method decl
                   21603: 
                   21604:        * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
                   21605:          types/pa_vtable.h: ^table.record[] now $table.fields
                   21606: 
                   21607:        * src/main/compile.y: $var[] is now empty string, not void
                   21608: 
                   21609:        * src/main/: compile.y, execute.C: $var[] is now empty string, not
                   21610:          void
                   21611: 
                   21612:        * src/: classes/string.C, include/pa_globals.h, main/execute.C,
                   21613:          main/pa_globals.C: match replace code context moved to implicit
                   21614:          $match context
                   21615: 
                   21616:        * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
                   21617:          main/compile_tools.h, main/execute.C: with killed, code storage
                   21618:          introduced with former 'with' syntax
                   21619: 
                   21620: 2001-07-24  parser
                   21621: 
                   21622:        * src/: main/compile.C, main/execute.C, main/pa_string.C,
                   21623:          types/pa_value.h: first get_element, next get operator
                   21624: 
                   21625:        * src/main/compile.y: removed @end handling
                   21626: 
                   21627:        * src/main/: compile.C, compile.y: @end handling method2
                   21628: 
                   21629:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
                   21630:          file:move
                   21631: 
                   21632:        * src/main/pa_common.C: file_read close @ eof when imgsize bug
                   21633:          fixed
                   21634: 
                   21635: 2001-07-23  parser
                   21636: 
                   21637:        * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
                   21638:          driver
                   21639: 
                   21640:        * src/classes/hash.C: changed sql driver query interface
                   21641: 
                   21642:        * src/: classes/hash.C, classes/string.C, classes/table.C,
                   21643:          classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
                   21644:          changed sql driver query interface
                   21645: 
                   21646: 2001-07-20  parser
                   21647: 
                   21648:        * src/types/pa_vrequest.C: X!$browser:type
                   21649: 
                   21650:        * src/: classes/file.C, classes/string.C, include/pa_string.h,
                   21651:          main/execute.C, main/pa_string.C, types/pa_valiased.C,
                   21652:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
                   21653:          types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
                   21654:          types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
                   21655:          types/pa_vobject.h, types/pa_vrequest.C,
                   21656:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
                   21657:          ^class:method dynamic calls allowed.  ^BASE.method call disabled.
                   21658:          BASE element globally removed
                   21659: 
                   21660: 2001-07-18  parser
                   21661: 
                   21662:        * src/classes/file.C: file:exec/cgi msg
                   21663: 
                   21664:        * src/classes/file.C: $file:exit-code renamed to 'status'
                   21665: 
                   21666:        * src/: classes/file.C, main/pa_exec.C: file:exec
                   21667: 
1.116     moko     21668:        * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
                   21669:          targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
                   21670:          removed $id from *.in *.am
1.95      moko     21671: 
                   21672:        * src/main/: pa_request.C, untaint.C: ORIGINS langs name
                   21673:          abbrevations
                   21674: 
                   21675:        * src/: classes/date.C, classes/mail.C, classes/math.C,
                   21676:          classes/string.C, classes/table.C, include/pa_globals.h,
                   21677:          include/pa_string.h, main/execute.C, main/pa_globals.C,
                   21678:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   21679:          types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
                   21680:          types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
                   21681:          $ORIGINS(1) output tracing mode
                   21682: 
                   21683: 2001-07-13  parser
                   21684: 
                   21685:        * src/: classes/double.C, classes/int.C, classes/string.C,
                   21686:          include/pa_request.h, main/execute.C, main/pa_request.C:
                   21687:          auto.p[@auto], /news/auto.p[no @auto], so that initializing
                   21688:          second would not call first @auto
                   21689: 
                   21690:        * src/main/: execute.C, pa_request.C: order of MAIN parents was
                   21691:          wrong, fixed
                   21692: 
                   21693: 2001-07-12  parser
                   21694: 
                   21695:        * src/types/pa_value.h: pa_value.putelement modification of system
                   21696:          classes prevented
                   21697: 
                   21698: 2001-07-11  parser
                   21699: 
                   21700:        * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
                   21701:          table $piece
                   21702: 
                   21703:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   21704:          types/pa_vstateless_class.h: $file created by file:state +=
                   21705:          .atime .mtime .ctime +found&fixed bug with exceptions on
                   21706:          get_junction-created objects [they were on wrong pool]
                   21707: 
                   21708: 2001-07-09  parser
                   21709: 
                   21710:        * src/main/untaint.C: qp wrong name
                   21711: 
                   21712:        * src/: classes/date.C, classes/string.C, classes/table.C,
                   21713:          main/compile.y: date format 0
                   21714: 
                   21715: 2001-07-07  parser
                   21716: 
                   21717:        * src/: classes/date.C, classes/table.C, include/pa_common.h,
                   21718:          include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
                   21719:          roll table calendar
                   21720: 
                   21721:        * src/: classes/Makefile.am, classes/date.C, classes/file.C,
                   21722:          classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
                   21723:          classes/op.C, classes/string.C, classes/table.C, classes/void.C,
                   21724:          include/pa_request.h, main/main.dsp, types/pa_value.h,
                   21725:          types/pa_vdate.h, types/pa_wcontext.C: date  now set $fields roll
                   21726:          string.  todo: sql, calendar
                   21727: 
                   21728: 2001-07-06  parser
                   21729: 
                   21730:        * src/: classes/math.C, include/pa_request.h, main/execute.C,
                   21731:          main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
                   21732: 
                   21733: 2001-07-03  parser
                   21734: 
                   21735:        * src/: classes/Makefile.am, classes/math.C, classes/op.C,
                   21736:          classes/random.C, main/main.dsp: class random renamed to math,
                   21737:          operators became methods
                   21738: 
                   21739:        * src/classes/op.C:  pow sqrt
                   21740: 
                   21741:        * src/: classes/op.C, main/execute.C:  sin asin cos acos tan atan
                   21742: 
                   21743: 2001-07-02  parser
                   21744: 
                   21745:        * src/classes/table.C: ^table.columns column renamed from 'name' to
                   21746:          'column'
                   21747: 
                   21748:        * src/classes/hash.C: ^hash.keys[]
                   21749: 
                   21750:        * src/: classes/table.C, main/pa_table.C: ^table:columns[]
                   21751: 
                   21752:        * src/main/: compile.y, compile_tools.h: in expressions now allowed
                   21753:          'strings'
                   21754: 
                   21755: 2001-06-29  parser
                   21756: 
                   21757:        * src/main/: execute.C: /0  %0 checkes ver 2
                   21758: 
                   21759:        * src/main/execute.C: /0  %0 checke
                   21760: 
                   21761:        * src/classes/Makefile.am: nothing - void
                   21762: 
                   21763:        * src/classes/table.C: empty strings @ sql
                   21764: 
                   21765: 2001-06-28  parser
                   21766: 
                   21767:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21768:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21769:          classes/op.C, classes/random.C, classes/response.C,
                   21770:          classes/string.C, classes/table.C, classes/void.C,
                   21771:          main/compile.C, main/compile_tools.C, main/execute.C,
                   21772:          main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21773:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21774:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21775:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21776:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
                   21777:          targets/isapi/parser3isapi.C, main/compile.y: */ static const
                   21778:          char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
                   21779:          $";
                   21780: 
                   21781:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   21782:          classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
                   21783:          classes/op.C, classes/random.C, classes/response.C,
                   21784:          classes/string.C, classes/table.C, classes/void.C,
                   21785:          main/compile.C, main/compile.y, main/compile_tools.C,
                   21786:          main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
                   21787:          main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
                   21788:          main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
                   21789:          main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
                   21790:          main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119     moko     21791:          targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95      moko     21792: 
                   21793:        * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
                   21794:          $class:name: == ${class:name}:
                   21795: 
                   21796:        * src/classes/string.C: exactly one
                   21797: 
                   21798: 2001-06-27  parser
                   21799: 
                   21800:        * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
                   21801:          types/pa_vvoid.h: nothing renamed to void
                   21802: 
                   21803:        * src/classes/op.C: ^switch ^case
                   21804: 
                   21805:        * src/main/compile.y: nothing renamed to void
                   21806: 
                   21807:        * src/: classes/hash.C, classes/table.C, main/compile.y,
                   21808:          main/execute.C, main/main.dsp, main/pa_request.C,
                   21809:          targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
                   21810:          types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
                   21811:          void
                   21812: 
                   21813:        * src/main/compile.y: lexer: $zzzz^zzzz were name part
                   21814: 
                   21815: 2001-05-28  parser
                   21816: 
                   21817:        * src/doc/html2chm.cmd: removed >a
                   21818: 
                   21819:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
                   21820:          project options [some bugs]
                   21821: 
                   21822:        * src/doc/sources2html.cmd: z
                   21823: 
                   21824:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21825:          main/execute.C: operators are not in root class again
                   21826: 
                   21827: 2001-05-24  parser
                   21828: 
                   21829:        * src/targets/cgi/parser3.dsp: project file
                   21830: 
                   21831:        * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
                   21832:          ^log ^exp
                   21833: 
                   21834:        * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
                   21835:          conversions in @exception[params]
                   21836: 
                   21837:        * src/main/pa_request.C: // no _ conversions in @exception[params]
                   21838: 
                   21839: 2001-05-23  parser
                   21840: 
                   21841:        * src/main/pa_string.C: string cmp bug
                   21842: 
                   21843:        * src/classes/: mail.C, op.C: rem max 1000
                   21844: 
                   21845:        * src/: classes/op.C, main/compile.y: allow one empty line before
                   21846:          LS_DEF_NAME
                   21847: 
                   21848: 2001-05-22  parser
                   21849: 
                   21850:        * src/classes/op.C: if params code-required
                   21851: 
                   21852: 2001-05-21  parser
                   21853: 
                   21854:        * src/types/pa_vstring.C: eoleof
                   21855: 
                   21856:        * src/classes/Makefile.am: .AM
                   21857: 
                   21858:        * src/classes/nothing.C: resultless ^sql  moved to nothing:
                   21859: 
                   21860:        * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
                   21861: 
                   21862:        * src/: classes/double.C, classes/nothing.C, classes/string.C,
                   21863:          classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
                   21864:          types/pa_vunknown.h, classes/hash.C, main/compile.y,
                   21865:          main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
                   21866:          types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
                   21867:          main/pa_request.C, types/pa_value.h: 'unknown' renamed to
                   21868:          'nothing'
                   21869: 
                   21870:        * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
                   21871:          vstring::set_string
                   21872: 
                   21873:        * src/classes/: double.C, int.C, string.C: int,double;sql
                   21874: 
                   21875:        * src/: classes/hash.C, classes/int.C, classes/string.C,
                   21876:          classes/table.C, include/pa_string.h, main/pa_string.C,
                   21877:          types/pa_vstring.C, types/pa_vstring.h: started int:sql
                   21878: 
                   21879:        * src/: classes/classes.C, classes/hash.C, classes/op.C,
                   21880:          classes/table.C, main/compile.C, main/compile.y, main/execute.C:
                   21881:          hash:sql moved to main trunc. operators.txt updated
                   21882: 
                   21883:        * src/classes/: hash.C, op.C, table.C: hash:sql
                   21884: 
                   21885:        * src/classes/op.C: z
                   21886: 
                   21887:        * src/: main/compile.C, classes/classes.C: 1
                   21888: 
                   21889:        * src/: classes/classes.C, main/compile.C, main/compile.y,
                   21890:          main/execute.C: 0
                   21891: 
                   21892:        * src/main/execute.C: z
                   21893: 
                   21894:        * src/targets/cgi/parser3.C: z
                   21895: 
                   21896:        * src/targets/cgi/parser3.C: argv can be just "parser3". made
                   21897:          site_auto_path "." in that case
                   21898: 
                   21899:        * src/targets/cgi/: parser3.C: z
                   21900: 
                   21901:        * src/main/pa_request.C: .am
                   21902: 
                   21903:        * src/: main/pa_request.C, targets/cgi/parser3.C:
                   21904:          pcre_tables=pcre_default_tables;
                   21905: 
                   21906: 2001-05-19  parser
                   21907: 
                   21908:        * src/main/pa_string.C: z
                   21909: 
                   21910:        * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
                   21911:          introducing String::cstr_bufsize, returns just size+1 for as_is
                   21912:          target.
                   21913: 
                   21914:        * src/: main/untaint.C, targets/cgi/pa_pool.C,
                   21915:          targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
                   21916:          used, 4* mem wasted
                   21917: 
                   21918:        * src/classes/string.C: root context in match replace body now
                   21919:          unchanged
                   21920: 
                   21921:        * src/types/pa_value.h: parameter # 1 based
                   21922: 
                   21923:        * src/main/pa_common.C: common:  actual filename '%s'
                   21924: 
                   21925:        * src/classes/string.C: z
                   21926: 
                   21927:        * src/classes/Makefile.am: classes/.am
                   21928: 
                   21929:        * src/classes/: Makefile.am: classes/.am
                   21930: 
                   21931:        * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
                   21932:          targets/cgi/pa_pool.C: classes/.am
                   21933: 
                   21934: 2001-05-18  parser
                   21935: 
1.116     moko     21936:        * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
                   21937:          pa_threads.C ins
1.95      moko     21938: 
                   21939:        * src/targets/cgi/Makefile.am: .am pa_threads.C added
                   21940: 
                   21941: 2001-05-17  parser
                   21942: 
                   21943:        * src/: classes/string.C, include/pa_config_fixed.h,
                   21944:          include/pa_config_includes.h, main/compile.y,
                   21945:          main/compile_tools.h, main/execute.C, main/pa_array.C,
                   21946:          main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
                   21947:          main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
                   21948:          types/pa_vform.C: #include "pa_config_includes.h" removed from
                   21949:          most .C
                   21950: 
                   21951:        * src/doc/html2chm.cmd: z
                   21952: 
                   21953:        * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
                   21954:          view.cmd, view_chm.cmd, view_html.cmd: doc cmds
                   21955: 
                   21956:        * src/main/pa_sql_driver_manager.C: moved expiration to
                   21957:          get_connection_from_cache
                   21958: 
                   21959:        * src/main/pa_sql_driver_manager.C: cache expiration bf
                   21960: 
                   21961:        * src/: classes/classes.h, include/pa_sql_connection.h,
                   21962:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
                   21963:          cache expiration[use SQL_Driver::disconnect]
                   21964: 
                   21965:        * src/main/pa_table.C: table.locate current restored on "not found"
                   21966: 
                   21967:        * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
                   21968:          line no
                   21969: 
                   21970:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   21971:          ANTI_ENDLESS_EXECUTE_RECOURSION
                   21972: 
                   21973:        * src/: classes/op.C, include/pa_sql_connection.h,
                   21974:          include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
                   21975:          sql/pa_sql_driver.h: fixed problem at last: 2connections own
                   21976:          1driver and set_services fight for driver::fservices. before fix
                   21977: 
                   21978:        * src/: classes/op.C, include/pa_config_fixed.h,
                   21979:          include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
                   21980:          main/pa_sql_driver_manager.C: found problem at last: 2connections
                   21981:          own 1driver and set_services fight for driver::fservices. before
                   21982:          fix
                   21983: 
                   21984:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   21985:          targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
                   21986:          targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
                   21987:          pa_threads.C
                   21988: 
                   21989:        * src/include/pa_threads.h: removed targets/parser
                   21990: 
                   21991:        * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
                   21992:          pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
                   21993:          pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
                   21994:          pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
                   21995:          pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
                   21996:          headers
                   21997: 
                   21998:        * src/: classes/image.C, include/pa_sql_driver_manager.h,
                   21999:          main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
                   22000:          order prevented sqlmanager to see MULTYTHREAD define
                   22001: 
                   22002:        * src/: include/pa_config_fixed.h, include/pa_threads.h,
                   22003:          main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
                   22004:          put/gets
                   22005: 
                   22006:        * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
                   22007:          from hash.h
                   22008: 
                   22009:        * src/: classes/op.C, include/pa_sql_connection.h,
                   22010:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
                   22011:          from cache ->set_services(&services);
                   22012: 
                   22013: 2001-05-16  parser
                   22014: 
                   22015:        * src/targets/cgi/parser3.C: z
                   22016: 
                   22017:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
                   22018:          debug, #ifdefed some.  would debug later, on more precise sample
                   22019:          than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
                   22020:          $name.$tail[$tail!] $name.$tail } ok3
                   22021: 
                   22022:        * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
                   22023:          removed array debug. before vstring rebasing
                   22024: 
                   22025:        * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
                   22026:          main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
                   22027:          array debugged; adjusted
                   22028: 
                   22029:        * src/main/: pa_sql_driver_manager.C, pa_string.C:
                   22030:          SQL_Driver_manager line no for connect/charset errors
                   22031: 
                   22032: 2001-05-15  parser
                   22033: 
                   22034:        * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
                   22035:          main/pa_string.C: string+array made linear grows
                   22036: 
                   22037:        * src/: include/pa_string.h, main/pa_string.C,
                   22038:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
                   22039:          grow lineary, not exponentialy
                   22040: 
                   22041:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
                   22042:          targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
                   22043:          with fullchunk cmps
                   22044: 
                   22045:        * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
                   22046:          70041=           81
                   22047: 
                   22048:        * src/: include/pa_string.h, targets/cgi/pa_pool.C,
                   22049:          targets/cgi/parser3.C: detected huge mem allocation: size/times
                   22050:          malloc 27809390/368771, calloc 3232/83. would test now
                   22051: 
                   22052:        * src/: classes/random.C, main/compile.y, main/execute.C,
                   22053:          main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
                   22054:          numbered params had wrong name - for instance: bad error message
                   22055:          in ^for[] bad body type. fixed
                   22056: 
                   22057: 2001-05-14  parser
                   22058: 
                   22059:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
                   22060:          main/untaint.C: ^string.upper|lower[]
                   22061: 
                   22062: 2001-05-11  parser
                   22063: 
                   22064:        * src/: classes/double.C, classes/image.C, classes/op.C,
                   22065:          classes/string.C, classes/table.C, classes/unknown.C,
                   22066:          main/execute.C, types/pa_value.h, types/pa_vbool.h,
                   22067:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
                   22068:          types/pa_vunknown.h: op: MAX_LOOPS as_int
                   22069: 
                   22070:        * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
                   22071:          .dsp for win32tools
                   22072: 
                   22073: 2001-05-11  paf
                   22074: 
                   22075:        * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
                   22076:          main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
                   22077:          targets/isapi/istart.cmd, targets/isapi/istop.cmd,
                   22078:          targets/isapi/kill.pl: moved win32 helpers to /win32tools
                   22079: 
                   22080: 2001-05-10  paf
                   22081: 
                   22082:        * src/include/: pa_common.h, pa_config_includes.h: inline undefed
                   22083:          for C++, that's all
                   22084: 
1.116     moko     22085:        * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
                   22086:          pa_config_includes.h: inline wonders
1.95      moko     22087: 
                   22088:        * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
                   22089:          doc/doxygen.cmd: hash.C added
                   22090: 
                   22091:        * src/: main/pa_request.C, types/pa_vrequest.C: op configured
                   22092: 
                   22093:        * src/main/compile.y: @end grammar: allowed zero strings in control
                   22094:          menthod
                   22095: 
                   22096:        * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
                   22097:          pa_vstateless_object.h: changed priority: field before method
                   22098:          lookup in vclass & vobject
                   22099: 
                   22100:        * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
                   22101:          grammar: priorities changes [lowerd && prior] vobject: now first
                   22102:          fields, next methods
                   22103: 
                   22104: 2001-05-08  paf
                   22105: 
                   22106:        * src/main/pa_table.C: table columnname2item on nameless ignored
                   22107:          bark=false. fixed
                   22108: 
                   22109:        * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
                   22110:          types/pa_vmethod_frame.h: hash:default works at last!
                   22111: 
                   22112:        * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
                   22113:          main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
                   22114:          hash:default
                   22115: 
                   22116:        * src/classes/table.C: z
                   22117: 
                   22118:        * src/classes/table.C: table:hash always hash of hash now
                   22119: 
                   22120:        * src/classes/table.C: table:empty return bool now
                   22121: 
                   22122:        * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
                   22123:          include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22124:          types/pa_vtable.h: table:hash
                   22125: 
                   22126:        * src/classes/table.C: table:record have name
                   22127: 
                   22128:        * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
                   22129:          returns vunknown
                   22130: 
                   22131:        * src/classes/: double.C, int.C, op.C, string.C:
                   22132:          int,double,string:int[] double[] string:length[] results now have
                   22133:          hames
                   22134: 
                   22135:        * src/: classes/op.C, classes/table.C, main/main.dsp,
                   22136:          types/pa_vtable.h: removed table:find. table:locate and op:eval
                   22137:          now return bool
                   22138: 
                   22139:        * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
                   22140:          in method checkparams again. fixed
                   22141: 
                   22142: 2001-05-07  paf
                   22143: 
                   22144:        * src/doc/chm.cmd: cmd
                   22145: 
                   22146:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22147:          doc/chm.cmd, include/pa_table.h, main/pa_table.C,
                   22148:          types/pa_value.h: method reported errors on wrong pool
                   22149: 
                   22150:        * src/main/execute.C: ^var[^class:var.method[]] is not constructor
                   22151:          now
                   22152: 
                   22153:        * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
                   22154:          include/code.h, include/pa_opcode.h, main/compile.C,
                   22155:          main/compile_tools.h, main/execute.C, types/pa_value.h,
                   22156:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22157:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22158:          types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
                   22159:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22160:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22161:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22162:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22163:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22164:          types/pa_wwrapper.h: pa_code.h
                   22165: 
                   22166:        * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
                   22167: 
                   22168:        * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
                   22169:          doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
                   22170:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22171:          doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
                   22172:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22173:          doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
                   22174:          include/pa_hash.h, include/pa_string.h, main/pa_request.C,
                   22175:          main/pa_sql_driver_manager.C, types/pa_vjunction.h,
                   22176:          types/pa_vtable.h: dox, split by not clean parts also
                   22177: 
                   22178:        * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
                   22179:          types/pa_vtable.h: table: fields, then methods.  so to enable
                   22180:          'dir' fields & co. more
                   22181: 
                   22182:        * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
                   22183:          so to enable 'dir' fields & co.
                   22184: 
                   22185:        * src/main/compile.y: grammar: @end
                   22186: 
                   22187: 2001-05-04  paf
                   22188: 
                   22189:        * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
                   22190:          doc/ClassExample3.dox, main/execute.C: dox: example1 updated
                   22191: 
                   22192:        * src/: classes/classes.h, classes/double.C, classes/file.C,
                   22193:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22194:          classes/op.C, classes/random.C, classes/response.C,
                   22195:          classes/string.C, classes/table.C, classes/unknown.C,
                   22196:          doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
                   22197:          method dox
                   22198: 
                   22199: 2001-05-03  paf
                   22200: 
                   22201:        * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
                   22202:          doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
                   22203:          doc/doxygen.txt, doc/executor.dox, doc/index.dox,
                   22204:          doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
                   22205:          doc/string.dox, doc/targets.dox, doc/value.dox,
                   22206:          main/pa_request.C: dox splitted .dox files and added some
                   22207: 
                   22208:        * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
                   22209: 
                   22210: 2001-05-02  paf
                   22211: 
                   22212:        * src/classes/: image.C, table.C: table:dir result are not tainted
                   22213:          by file_name  language now
                   22214: 
                   22215: 2001-04-28  paf
                   22216: 
                   22217:        * src/classes/classes.inc: removed classes.inc
                   22218: 
                   22219:        * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
                   22220:          from .am
                   22221: 
                   22222:        * src/classes/classes.awk: skipped classes in .awk
                   22223: 
                   22224:        * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
                   22225:          classes/classes.inc, classes/double.C, classes/file.C,
                   22226:          classes/form.C, classes/int.C, classes/op.C, classes/response.C,
                   22227:          classes/string.C, classes/table.C, classes/unknown.C,
                   22228:          include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
                   22229:          targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22230:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
                   22231:          pa_methoded back to classes/classes.h
                   22232: 
                   22233:        * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
                   22234: 
                   22235:        * src/: classes/Makefile.am, classes/classes.awk,
                   22236:          classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
                   22237:          classes/ls.exe, main/bison.exe: classes.inc autogenerator
                   22238: 
                   22239:        * src/: classes/classes.C, classes/classes.h, classes/double.C,
                   22240:          classes/file.C, classes/form.C, classes/int.C, classes/op.C,
                   22241:          classes/response.C, classes/string.C, classes/table.C,
                   22242:          classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
                   22243:          main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
                   22244:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
                   22245:          types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
                   22246:          include|main/pa_methoded
                   22247: 
                   22248:        * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
                   22249:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
                   22250: 
                   22251:        * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
                   22252:          moved some configured data to request::classes_conf moved some
                   22253:          string crations from globals to M...  [works]
                   22254: 
                   22255:        * src/: classes/form.C, classes/mail.C, classes/op.C,
                   22256:          include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
                   22257:          main/pa_request.C: moved some configured data to
                   22258:          request::classes_conf moved some string crations from globals to
                   22259:          M...
                   22260: 
                   22261:        * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
                   22262:          about to move configured data to special request hash
                   22263: 
                   22264:        * src/: classes/classes.C, classes/classes.h, classes/file.C,
                   22265:          classes/form.C, classes/mail.C, include/pa_request.h,
                   22266:          main/pa_request.C: configure started
                   22267: 
                   22268:        * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
                   22269:          2. todo: methoded-configure
                   22270: 
                   22271:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22272:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22273:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22274:          classes/_table.h, classes/_unknown.h, classes/classes.inc,
                   22275:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22276:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22277:          classes/random.C, classes/response.C, classes/string.C,
                   22278:          classes/table.C, classes/unknown.C, include/pa_globals.h,
                   22279:          include/pa_request.h, main/compile.y, main/execute.C,
                   22280:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22281:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22282:          types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
                   22283:          types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
                   22284:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22285:          types/pa_vrequest.h, types/pa_vresponse.h,
                   22286:          types/pa_vstateless_class.h, types/pa_vstring.h,
                   22287:          types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
                   22288:          classes/classes.C, classes/classes.h: Methoded reorganized. todo:
                   22289:          methoded-configure
                   22290: 
                   22291:        * src/: classes/file.C, classes/table.C, main/compile.y,
                   22292:          main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
                   22293:          types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
                   22294:          ability. now $a{^menu{$name}} or ^a.menu{$a.name}
                   22295: 
                   22296:        * src/: classes/_string.h, classes/classes.C, classes/classes.h,
                   22297:          classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
                   22298:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22299:          classes/random.C, classes/response.C, classes/string.C,
                   22300:          classes/table.C, classes/unknown.C, include/pa_request.h,
                   22301:          main/compile.y, main/execute.C, main/pa_globals.C,
                   22302:          main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
                   22303:          types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
                   22304:          types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
                   22305:          types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
                   22306:          beautifying just compiled. todo: debug, configure
                   22307: 
                   22308: 2001-04-27  paf
                   22309: 
                   22310:        * src/: classes/file.C, classes/image.C, classes/table.C,
                   22311:          main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
                   22312:          beautifying -99
                   22313: 
                   22314:        * src/: classes/_double.h, classes/_form.h, classes/_int.h,
                   22315:          classes/_response.h, classes/_unknown.h, classes/classes.C,
                   22316:          classes/classes.h, classes/double.C, classes/file.C,
                   22317:          classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
                   22318:          classes/op.C, classes/random.C, classes/response.C,
                   22319:          classes/string.C, include/pa_globals.h, main/main.dsp,
                   22320:          main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
                   22321:          types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
                   22322:          types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
                   22323:          types/pa_vunknown.h: beautifying -100
                   22324: 
                   22325:        * src/main/compile.y: serge@ found @CLASS bug. fixed
                   22326: 
                   22327:        * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
                   22328:          classes/_op.h, classes/_random.h, classes/_table.h,
                   22329:          classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
                   22330:          classes/op.C, classes/random.C, classes/response.C,
                   22331:          classes/string.C, classes/table.C, classes/unknown.C,
                   22332:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22333:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22334:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
                   22335:          beautifying
                   22336: 
                   22337: 2001-04-26  paf
                   22338: 
                   22339:        * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
                   22340: 
                   22341:        * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
                   22342:          documentation ++
                   22343: 
                   22344:        * src/: classes/_exec.h, doc/doxygen.cfg,
                   22345:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22346:          targets/cgi/pa_pool.C: code documentation ++
                   22347: 
                   22348:        * src/: classes/_image.h, classes/op.C, classes/random.C,
                   22349:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22350:          types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
                   22351:          types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
                   22352:          types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
                   22353:          types/pa_vmethod_frame.h, types/pa_vobject.h,
                   22354:          types/pa_vrequest.C, types/pa_vrequest.h,
                   22355:          types/pa_vstateless_class.C, types/pa_vstateless_object.h,
                   22356:          types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
                   22357:          types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
                   22358:          code documentation ++
                   22359: 
                   22360:        * src/: classes/image.C, classes/mail.C, classes/string.C,
                   22361:          classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
                   22362:          include/pa_array.h, include/pa_dir.h, include/pa_string.h,
                   22363:          main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
                   22364:          types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
                   22365:          types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
                   22366:          types/pa_vobject.h, types/pa_vstateless_class.h,
                   22367:          types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
                   22368: 
                   22369:        * src/main/: pa_request.C, pa_string.C: z
                   22370: 
                   22371:        * src/: include/pa_common.h, include/pa_types.h,
                   22372:          main/pa_sql_driver_manager.C: module [and, guess, isapi]
                   22373:          connection caching fixed.  request-pooled-url were stored into
                   22374:          global connectioncache
                   22375: 
                   22376: 2001-04-25  paf
                   22377: 
                   22378:        * src/: doc/doxygen.cfg, doc/doxygen.txt,
                   22379:          targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
                   22380: 
                   22381:        * src/: include/code.h, include/pa_common.h, main/compile.y,
                   22382:          main/execute.C, main/pa_common.C: -d
                   22383: 
                   22384:        * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
                   22385:          illegal call check a bit improved, but still under iis no mapping
                   22386:          of dir with parser allowed!
                   22387: 
                   22388: 2001-04-24  paf
                   22389: 
                   22390:        * src/targets/Makefile.am: apache module lib .am
                   22391: 
                   22392:        * src/main/pa_exec.C: windows32 buildCommand
                   22393: 
                   22394: 2001-04-23  paf
                   22395: 
                   22396:        * src/targets/cgi/Makefile.am: win32 conditional
                   22397: 
                   22398:        * src/targets/cgi/Makefile.am: win32 conditional
                   22399: 
                   22400:        * src/targets/cgi/Makefile.am: liblink
                   22401: 
                   22402:        * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
                   22403:          vfile fields return type
                   22404: 
                   22405:        * src/types/pa_vfile.h: vfile fields return type
                   22406: 
                   22407:        * src/include/pa_config_auto.h.in: .h.in
                   22408: 
                   22409:        * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
                   22410:          types/Makefile: makefiles removed
                   22411: 
                   22412:        * src/: classes/Makefile, main/Makefile, main/pa_string.C,
                   22413:          targets/cgi/Makefile, types/Makefile: configure.in + makefiles
                   22414: 
                   22415:        * src/main/pa_string.C: tested OK /// @test really @b test: s x m
                   22416:          [tested: i & g ]
                   22417: 
                   22418:        * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
                   22419:          @test noticed series in isapi, check how initialize_random_class
                   22420:          is called! [must be called only once]
                   22421: 
                   22422:        * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
                   22423:          would not be 'unknown column'
                   22424: 
                   22425:        * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
                   22426:          @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
                   22427: 
                   22428:        * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
                   22429:          commandline start "parser3 a.html" so that ^load[a.cfg] worked!
                   22430:          [now doesnt]
                   22431: 
                   22432:        * src/targets/cgi/parser3.C: cgi cmdline ver
                   22433: 
                   22434:        * src/targets/cgi/parser3.C: cgi /// @test disable
                   22435:          /cgi-bin/parser3/auto.p
                   22436: 
                   22437:        * src/main/untaint.C: untaint without charset
                   22438: 
                   22439:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22440:          main/pa_common.C: common: file_write /// @test mkdirs
                   22441:          file_delete rmdirs
                   22442: 
                   22443:        * src/main/untaint.C: mail header only once to =?
                   22444: 
                   22445:        * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
                   22446:          include/pa_string.h, main/pa_exec.C, main/pa_request.C,
                   22447:          main/untaint.C: untaint -        @test optimize whitespaces for
                   22448:          all but 'html'
                   22449: 
                   22450:        * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
                   22451:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   22452:          main/untaint.C: untaint -  @test mail-header
                   22453: 
                   22454: 2001-04-20  paf
                   22455: 
                   22456:        * src/: classes/string.C, classes/table.C, include/pa_globals.h,
                   22457:          include/pa_request.h, include/pa_string.h, main/compile.y,
                   22458:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   22459:          targets/cgi/parser3.C: $MAIN:LOCALE
                   22460: 
                   22461:        * src/main/untaint.C: z
                   22462: 
                   22463:        * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
                   22464: 
                   22465: 2001-04-19  paf
                   22466: 
                   22467:        * src/main/compile_tools.h: $a$b bugfix
                   22468: 
                   22469:        * src/targets/cgi/parser3.C: z
                   22470: 
                   22471:        * src/classes/file.C: z
                   22472: 
                   22473:        * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
                   22474:          done: header to $fields. waits for header '\' tricks
                   22475: 
                   22476:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   22477:          main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
                   22478:          changed urlencode here and in untaint.C to HTTP standard's " and
                   22479:          \" mech
                   22480: 
                   22481:        * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
                   22482:          http://alx/~paf/ doesnt load /auto.p
                   22483: 
                   22484: 2001-04-18  paf
                   22485: 
                   22486:        * src/main/pa_request.C: 1
                   22487: 
                   22488:        * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
                   22489:          linux @alx
                   22490: 
                   22491: 2001-04-17  paf
                   22492: 
                   22493:        * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
                   22494:          include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
                   22495:          sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
                   22496:          enabled
                   22497: 
                   22498:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22499:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22500:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22501:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22502:          classes/_table.h, classes/_unknown.h, classes/file.C,
                   22503:          classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
                   22504:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22505:          include/pa_hash.h, include/pa_sql_driver_manager.h,
                   22506:          include/pa_version.h, main/Makefile.am, main/compile.y,
                   22507:          main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
                   22508:          main/pa_sql_driver_manager.C, sql/Makefile.am,
                   22509:          sql/pa_sql_driver.h, targets/cgi/Makefile.am,
                   22510:          targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
                   22511:          types/pa_vform.C, types/pa_vimage.h: exec @jav
                   22512: 
                   22513:        * src/: include/pa_sql_driver_manager.h,
                   22514:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
                   22515:          types/pa_vimage.h: sql driver interface now has initialize(client
                   22516:          .so)
                   22517: 
                   22518: 2001-04-16  paf
                   22519: 
                   22520:        * src/Makefile.am: compile2 cygwin
                   22521: 
                   22522:        * src/: include/pa_config_includes.h, main/pa_exec.C,
                   22523:          main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
                   22524: 
                   22525:        * src/targets/cgi/Makefile.am: compile0 jav
                   22526: 
                   22527:        * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
                   22528:          classes/_exec.h, classes/_file.h, classes/_form.h,
                   22529:          classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
                   22530:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22531:          classes/_table.h, classes/_unknown.h, classes/image.C,
                   22532:          classes/mail.C, classes/op.C, classes/random.C,
                   22533:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   22534:          include/pa_hash.h, include/pa_version.h, main/Makefile.am,
                   22535:          main/compile.y, main/pa_common.C, main/pa_exec.C,
                   22536:          sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   22537:          types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
                   22538:          compile-1
                   22539: 
                   22540: 2001-04-15  paf
                   22541: 
                   22542:        * src/classes/op.C: z
                   22543: 
                   22544:        * src/classes/table.C: table:empty +=process
                   22545: 
                   22546:        * src/types/pa_value.h: MethodParams !junction
                   22547: 
                   22548:        * src/: classes/_string.h, classes/double.C, classes/file.C,
                   22549:          classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
                   22550:          classes/random.C, classes/response.C, classes/string.C,
                   22551:          classes/table.C, classes/unknown.C, main/pa_request.C:
                   22552:          MethodParams everywhere
                   22553: 
                   22554:        * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
                   22555:          types/pa_vmethod_frame.h: MethodParams in op.C
                   22556: 
                   22557: 2001-04-12  paf
                   22558: 
                   22559:        * src/: classes/image.C, types/pa_vimage.h: image:font :text
                   22560: 
                   22561:        * src/: classes/_unknown.h, classes/unknown.C,
                   22562:          include/pa_globals.h, main/main.dsp, main/pa_globals.C,
                   22563:          types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
                   22564: 
                   22565:        * src/: classes/image.C, main/pa_hash.C: hash bug fixed
                   22566: 
                   22567:        * src/classes/image.C: image:gif now does not have params
                   22568: 
                   22569:        * src/classes/image.C:
                   22570:          image:line/fill/rectangle/bar/replace/polygon/polybar
                   22571: 
                   22572:        * src/: classes/image.C, classes/op.C, main/execute.C,
                   22573:          types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
                   22574:          for var now written not to r.wcontext, but to r.root cleared
                   22575:          "entered_object" state
                   22576: 
                   22577: 2001-04-11  paf
                   22578: 
                   22579:        * src/classes/image.C: image:create image:load
                   22580: 
                   22581:        * src/: classes/image.C, main/main.dsp: gd with mem write + image
                   22582:          just compiled
                   22583: 
                   22584:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22585:          todo: gif without file
                   22586: 
                   22587:        * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
                   22588:          started porting to Pooled descendant
                   22589: 
                   22590:        * src/: classes/image.C, main/execute.C, main/main.dsp,
                   22591:          main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
                   22592:          types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
                   22593:          types/pa_vmframe.h: libimaging dead end: pil parses header in .py
                   22594: 
                   22595:        * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
                   22596:          main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
                   22597:          end. switching to python imaging lib
                   22598: 
                   22599:        * src/main/main.dsp: gd+smtp made separate libs
                   22600: 
                   22601:        * src/: include/pa_globals.h, include/pa_string.h,
                   22602:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   22603:          types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
                   22604:          length
                   22605: 
                   22606:        * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
                   22607:          types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
                   22608:          types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
                   22609:          UL_FILE_NAME of posted file name
                   22610: 
                   22611:        * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
                   22612:          post [broke when moved post read to core]
                   22613: 
                   22614: 2001-04-10  paf
                   22615: 
                   22616:        * src/classes/image.C: image:html done
                   22617: 
                   22618:        * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
                   22619: 
                   22620:        * src/classes/image.C: z
                   22621: 
                   22622:        * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
                   22623:          forgotten!
                   22624: 
                   22625:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   22626:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   22627:          types/pa_vimage.h: image:measure -90
                   22628: 
                   22629:        * src/: classes/_double.h, classes/_file.h, classes/_form.h,
                   22630:          classes/_int.h, classes/_mail.h, classes/_op.h,
                   22631:          classes/_random.h, classes/_response.h, classes/_string.h,
                   22632:          classes/_table.h, classes/file.C, classes/mail.C,
                   22633:          include/pa_common.h, include/pa_globals.h, main/execute.C,
                   22634:          main/main.dsp, main/pa_common.C, main/pa_globals.C,
                   22635:          targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
                   22636:          types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
                   22637:          types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
                   22638:          compiled
                   22639: 
                   22640:        * src/classes/mail.C: minor bug with unclear from/to
                   22641: 
                   22642:        * src/classes/mail.C: sendmail unix skipping defaults
                   22643: 
                   22644:        * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
                   22645:          sendmail unix added defaults
                   22646: 
                   22647:        * src/classes/mail.C: unix sendmail compiled. todo:testing
                   22648: 
                   22649:        * src/: classes/mail.C, main/pa_globals.C: smtp some consts
                   22650: 
                   22651: 2001-04-09  paf
                   22652: 
                   22653:        * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
                   22654:          main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
                   22655:          targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
                   22656:          targets/isapi/parser3isapi.dsp: all targets exec
                   22657: 
                   22658:        * src/: include/pa_sapi.h, include/pa_string.h,
                   22659:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22660:          targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
                   22661:          args in apache:util.script
                   22662: 
                   22663:        * src/include/pa_string.h: written but not tested exec with env for
                   22664:          unix
                   22665: 
                   22666:        * src/: classes/file.C, main/main.dsp, main/pa_request.C,
                   22667:          targets/cgi/parser3.C: exec win32 env
                   22668: 
                   22669:        * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
                   22670:          0
                   22671: 
                   22672:        * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
                   22673:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   22674:          main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
                   22675:          types/pa_vform.C, types/pa_vstring.C: exec4. todo env
                   22676: 
                   22677:        * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
                   22678:          main/untaint.C: exec3. decided exec:cgi to move to file:cgi
                   22679: 
                   22680:        * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
                   22681:          main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
                   22682: 
                   22683:        * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
                   22684:          include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
                   22685:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   22686:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22687:          targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
                   22688:          exec class just compiled. moved post read to request core
                   22689: 
                   22690:        * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
                   22691:          include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
                   22692:          main/pa_globals.C, targets/cgi/parser3.C,
                   22693:          targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
                   22694:          are already read by vform
                   22695: 
                   22696: 2001-04-08  paf
                   22697: 
                   22698:        * src/: classes/file.C, classes/mail.C, classes/string.C,
                   22699:          include/pa_request.h, include/pa_string.h, main/pa_request.C:
                   22700:          uuencode. string<<
                   22701: 
                   22702: 2001-04-07  paf
                   22703: 
                   22704:        * src/classes/mail.C: z
                   22705: 
                   22706:        * src/classes/mail.C: z
                   22707: 
                   22708:        * src/classes/mail.C: ^mail[$attach
                   22709: 
                   22710:        * src/classes/mail.C: ^attach dead end
                   22711: 
                   22712:        * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
                   22713:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   22714:          targets/isapi/parser3isapi.C: mail:send 1
                   22715: 
                   22716:        * src/: classes/mail.C, main/pa_request.C: z
                   22717: 
                   22718:        * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
                   22719:          main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
                   22720:          compiled
                   22721: 
                   22722:        * src/classes/mail.C: +=
                   22723: 
                   22724:        * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
                   22725:          prepared
                   22726: 
                   22727:        * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
                   22728:          include/pa_globals.h, include/pa_string.h, main/main.dsp,
                   22729:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   22730:          main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
                   22731: 
                   22732: 2001-04-06  paf
                   22733: 
                   22734:        * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
                   22735:          main/pa_string.C: table:dir 1
                   22736: 
                   22737:        * src/: classes/table.C, include/pa_dir.h, main/execute.C,
                   22738:          main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
                   22739: 
                   22740:        * src/: classes/_op.h, classes/_root.h, classes/op.C,
                   22741:          classes/root.C, include/pa_globals.h, include/pa_request.h,
                   22742:          main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
                   22743:          main/pa_request.C: renamed 'root' to 'op'
                   22744: 
                   22745:        * src/classes/: _op.h, op.C: renamed from 'root'
                   22746: 
                   22747:        * src/types/pa_valiased.C: another root inherititance skipped
                   22748: 
                   22749:        * src/main/: compile.C, compile.y, execute.C: operators are now not
                   22750:          root methods of parent class. just 'ROOT' class
                   22751: 
                   22752:        * src/: classes/random.C, classes/table.C, main/pa_globals.C:
                   22753:          @office
                   22754: 
                   22755:        * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
                   22756: 
                   22757: 2001-04-05  paf
                   22758: 
                   22759:        * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
                   22760:          types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
                   22761:          constructor flag dropped at get_method_frame and remembered into
                   22762:          method_frame
                   22763: 
                   22764:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22765:          classes/table.C, main/pa_request.C: junction to code&expression
                   22766:          in errors
                   22767: 
                   22768:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   22769:          main/pa_string.C, targets/isapi/parser3isapi.dsp:
                   22770:          $LOCALE:ctype[Russian_Russia.1251]
                   22771: 
                   22772:        * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
                   22773:          include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
                   22774:          main/pa_table.C: hash now not thread-safe.
                   22775: 
                   22776:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22777:          main/untaint.C: z
                   22778: 
                   22779:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22780:          include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
                   22781:          main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
                   22782:          sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
                   22783:          types/pa_wcontext.h: sql quote. string untaint UL_SQL
                   22784: 
                   22785:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22786:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
                   22787: 
                   22788:        * src/classes/table.C: select * from hren error contains statement
                   22789: 
                   22790:        * src/: classes/table.C, include/pa_sql_connection.h,
                   22791:          include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
                   22792:          sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
                   22793: 
                   22794:        * src/: classes/root.C, include/pa_sql_connection.h,
                   22795:          include/pa_sql_driver.h, main/main.dsp,
                   22796:          main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
                   22797:          services for conv memory & error reporting
                   22798: 
                   22799: 2001-04-04  paf
                   22800: 
                   22801:        * src/doc/doxygen.cfg: z
                   22802: 
                   22803:        * src/include/pa_sql_driver.h: mysql connect
                   22804: 
                   22805:        * src/include/pa_sql_driver.h: mysql info
                   22806: 
                   22807:        * src/: classes/root.C, include/pa_sql_driver.h,
                   22808:          include/pa_sql_driver_manager.h, main/main.dsp,
                   22809:          main/pa_sql_driver_manager.C: more manager&connection&driver
                   22810: 
                   22811:        * src/sql/Makefile.am: forgot to add mysql client
                   22812: 
                   22813:        * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
                   22814:          main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
                   22815:          [forgot to add libltdl, added]
                   22816: 
                   22817:        * src/: Makefile.am, classes/root.C, classes/string.C,
                   22818:          classes/table.C, include/pa_globals.h, include/pa_hash.h,
                   22819:          include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
                   22820:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   22821:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   22822:          main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
                   22823:          -1000 just compiled
                   22824: 
                   22825:        * src/: classes/random.C, classes/root.C, classes/table.C,
                   22826:          include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
                   22827:          main/pa_request.C, types/pa_vclass.h: sql frame -10
                   22828: 
                   22829: 2001-04-03  paf
                   22830: 
                   22831:        * src/types/pa_vform.C: z
                   22832: 
                   22833:        * src/: classes/string.C, types/pa_vform.C: string:match replace
                   22834:          assigned lang
                   22835: 
                   22836:        * src/: classes/string.C, main/compile.y: grammar: fixed to allow
                   22837:          {}[]< empty []
                   22838: 
                   22839:        * src/: classes/file.C, classes/string.C, classes/table.C,
                   22840:          include/pa_string.h, main/pa_common.C, main/pa_string.C,
                   22841:          main/untaint.C: string:match replace 2.  string.cstr(forced lang)
                   22842: 
                   22843:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22844:          string:match replace strange matches
                   22845: 
                   22846:        * src/classes/string.C: string:match replace 0
                   22847: 
                   22848:        * src/: classes/string.C, main/pa_string.C: string:match replace
                   22849:          prepared 2
                   22850: 
                   22851:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22852:          string:match replace prepared
                   22853: 
                   22854:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22855:          string:match replace -11
                   22856: 
                   22857:        * src/: classes/string.C, include/pa_globals.h,
                   22858:          include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
                   22859:          main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
                   22860: 
                   22861:        * src/: classes/string.C, include/pa_globals.h,
                   22862:          include/pa_string.h, main/main.dsp, main/pa_globals.C,
                   22863:          main/pa_string.C: string:match [search] -1 just compiled
                   22864: 
                   22865:        * src/types/pa_vstring.C: z
                   22866: 
                   22867:        * src/: classes/double.C, classes/file.C, classes/form.C,
                   22868:          classes/int.C, classes/response.C, classes/root.C,
                   22869:          classes/string.C, classes/table.C, include/pa_string.h,
                   22870:          main/pa_string.C: string:match -10 [frame]
                   22871: 
                   22872:        * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
                   22873:          main/pa_request.C: z
                   22874: 
                   22875:        * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
                   22876:          targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
                   22877:          todo/tests
                   22878: 
                   22879:        * src/include/pa_common.h: z
                   22880: 
                   22881:        * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
                   22882:          main/pa_request.C, targets/cgi/parser3.C,
                   22883:          targets/isapi/parser3isapi.C, types/pa_vfile.C:
                   22884:          content-disposition
                   22885: 
                   22886:        * src/: include/pa_common.h, include/pa_globals.h,
                   22887:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   22888:          targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
                   22889: 
                   22890:        * src/: include/pa_common.h, include/pa_request.h,
                   22891:          include/pa_sapi.h, main/main.dsp, main/pa_common.C,
                   22892:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   22893:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
                   22894:          response:body
                   22895: 
                   22896:        * src/classes/table.C: table:append now uses string::split
                   22897: 
                   22898:        * src/classes/table.C: z
                   22899: 
                   22900:        * src/: classes/file.C, classes/root.C, classes/string.C,
                   22901:          classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
                   22902:          doc/generate.cmd, include/pa_array.h, include/pa_request.h,
                   22903:          include/pa_string.h, main/execute.C, main/pa_string.C,
                   22904:          main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
                   22905:          string::pos & cmp & piece bugs fixed.  string::split new
                   22906:          table:load separated from set table:set implemented with clean \n
                   22907:          \t searches
                   22908: 
                   22909: 2001-04-02  paf
                   22910: 
                   22911:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
                   22912:          types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
                   22913:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   22914:          types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
                   22915:          it in table:set/load
                   22916: 
                   22917:        * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
                   22918:          include/pa_table.h, main/execute.C, types/pa_value.h: table:join
                   22919: 
                   22920:        * src/classes/random.C: random:generate 1
                   22921: 
                   22922:        * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
                   22923:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   22924:          types/pa_value.h: random:generate
                   22925: 
                   22926: 2001-03-30  paf
                   22927: 
                   22928:        * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
                   22929:          todo: table flip and append. string::pos
                   22930: 
                   22931:        * src/: classes/double.C, classes/file.C, classes/int.C,
                   22932:          classes/response.C, classes/root.C, classes/string.C,
                   22933:          classes/table.C, main/compile.y, main/execute.C,
                   22934:          types/pa_value.h, types/pa_vstateless_class.C,
                   22935:          types/pa_vstateless_class.h: static|dynamic|any method
                   22936:          registration
                   22937: 
                   22938:        * src/: classes/file.C, classes/table.C, include/pa_table.h,
                   22939:          main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   22940:          table:flip
                   22941: 
                   22942: 2001-03-29  paf
                   22943: 
                   22944:        * src/classes/string.C: string:xsplit forgot that they must result
                   22945:          in 1 row N column [not vice versa]
                   22946: 
                   22947:        * src/classes/string.C: z
                   22948: 
                   22949:        * src/classes/string.C: string: rsplit
                   22950: 
                   22951:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22952:          string: lsplit
                   22953: 
                   22954:        * src/: classes/string.C, include/pa_string.h, main/execute.C,
                   22955:          main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
                   22956:          lsplit -1
                   22957: 
                   22958:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
                   22959:          string: pos
                   22960: 
                   22961:        * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
                   22962:          string: pos -1
                   22963: 
                   22964:        * src/: classes/string.C, classes/table.C, include/pa_string.h,
                   22965:          main/compile.y, main/pa_request.C, main/pa_string.C,
                   22966:          main/untaint.C: string: left right mid
                   22967: 
                   22968:        * src/: classes/string.C, main/compile.y, main/compile_tools.C,
                   22969:          main/compile_tools.h, main/main.dsp, types/pa_value.h,
                   22970:          types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
                   22971:          and [;] are different now.
                   22972: 
                   22973:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22974:          main/untaint.C: pool.request undone
                   22975: 
                   22976:        * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
                   22977:          main/untaint.C: pool.request
                   22978: 
                   22979: 2001-03-28  paf
                   22980: 
                   22981:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22982:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   22983:          types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
                   22984:          $request:browser [.type .version]; unknown.get_double now = 0.
                   22985: 
                   22986:        * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
                   22987:          include/pa_table.h, main/pa_globals.C, main/pa_request.C,
                   22988:          main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
                   22989:          types/pa_vform.C: file:load autodetection of mime-type by
                   22990:          user-file-name
                   22991: 
                   22992:        * src/: classes/file.C, main/execute.C, main/pa_common.C,
                   22993:          main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
                   22994:          types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
                   22995: 
                   22996:        * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
                   22997:          types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
                   22998:          write. must be self.set
                   22999: 
                   23000:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23001:          include/pa_table.h, main/pa_table.C: table:locate1, file:test
                   23002: 
                   23003:        * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
                   23004:          include/pa_table.h, main/pa_array.C, main/pa_table.C,
                   23005:          types/pa_vtable.h: table:locate just compiled
                   23006: 
                   23007: 2001-03-27  paf
                   23008: 
                   23009:        * src/main/: execute.C, pa_common.C: fixed r/w context of
                   23010:          code-params2, fixed ntfs hardlink slow dir update
                   23011: 
                   23012:        * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
                   23013:          types/pa_wcontext.h: fixed r/w context of code-params
                   23014: 
                   23015:        * src/: classes/table.C, main/execute.C: about to change junction
                   23016:          rcontext!!
                   23017: 
                   23018:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23019:          classes/string.C, classes/table.C, main/compile_tools.C,
                   23020:          main/execute.C, main/pa_request.C, main/untaint.C,
                   23021:          types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
                   23022:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23023:          types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
                   23024:          types/pa_vunknown.h: sort 0
                   23025: 
                   23026:        * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
                   23027:          pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
                   23028:          renamed to are_static_calls_disabled
                   23029: 
                   23030:        * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
                   23031:          targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
                   23032:          types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
                   23033:          types/pa_vstring.h, types/pa_vunknown.h: continue on sort
                   23034: 
                   23035:        * src/main/compile.y: fixed minor bug in @mn[][] ...^{
                   23036: 
                   23037:        * src/: classes/table.C, include/pa_common.h, main/compile.y:
                   23038:          started table:sort fixed minor bug in #...^{
                   23039: 
                   23040:        * src/: classes/table.C, include/pa_common.h, main/compile.y,
                   23041:          main/execute.C, main/pa_common.C, main/pa_table.C: table:save
                   23042:          decided to have as it were. stepped back.  grammar: added 'in'
                   23043:          'is' 'lt'&co follow-space check
                   23044: 
                   23045: 2001-03-26  paf
                   23046: 
                   23047:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23048:          include/pa_common.h, include/pa_globals.h, include/pa_table.h,
                   23049:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23050:          main/pa_table.C: moved ::save to pa_table.  disabled @auto
                   23051:          invocation in ^process
                   23052: 
                   23053:        * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
                   23054: 
                   23055:        * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
                   23056:          main/pa_array.C: table:record
                   23057: 
                   23058:        * src/: main/untaint.C, targets/cgi/parser3.C,
                   23059:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23060:          targets/isapi/pool_storage.h, types/pa_valiased.h,
                   23061:          types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
                   23062:          types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
                   23063:          types/pa_vtable.h: z
                   23064: 
                   23065:        * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
                   23066:          types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
                   23067:          types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
                   23068:          types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
                   23069:          $b[$a.CLASS] ^b.inc[123] shit.  allowed no checks in native
                   23070:          method realisations on 'self' validity - they now can simply
                   23071:          assume that 'self' is V{Proper} .
                   23072: 
                   23073: 2001-03-25  paf
                   23074: 
                   23075:        * src/main/untaint.C: z
                   23076: 
                   23077:        * src/main/: pa_request.C, untaint.C: moved default typo-table to
                   23078:          lowlevel - it initialization could be skipped if failed in @auto.
                   23079:          so that exception report would use some table
                   23080: 
                   23081:        * src/main/pa_request.C: table empty lines ignored. system-default
                   23082:          content type assigned in output:result [can fail in main:auto and
                   23083:          skipped normal defaults extraction]
                   23084: 
                   23085:        * src/: include/pa_string.h, main/compile.y: #comment fixed minor
                   23086:          bug
                   23087: 
                   23088:        * src/main/: pa_globals.C, untaint.C: html-typo - moved all
                   23089:          processing to table [except preliminary \r\n \r \n replacements
                   23090:          to "\n"]
                   23091: 
                   23092:        * src/: classes/table.C, main/untaint.C: html-typo - decided to
                   23093:          move all the processing to table
                   23094: 
                   23095:        * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
                   23096:          main/pa_table.C, main/untaint.C: returned table originating.
                   23097:          useful for reporting typo table problems origin. think would be
                   23098:          useful somewhere else
                   23099: 
                   23100:        * src/main/untaint.C: typo  \r \r\n \n properly handled
                   23101: 
                   23102:        * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
                   23103:          include/pa_table.h, main/compile.y, main/compile_tools.C,
                   23104:          main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
                   23105:          main/pa_string.C, main/pa_table.C, main/untaint.C,
                   23106:          types/pa_vcookie.h: typo & typo-default
                   23107: 
                   23108: 2001-03-24  paf
                   23109: 
                   23110:        * src/main/pa_common.C: z
                   23111: 
                   23112:        * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
                   23113:          targets/cgi/parser3.C: html-typo 2
                   23114: 
                   23115:        * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
                   23116:          doc/view.cmd, include/pa_array.h, include/pa_globals.h,
                   23117:          include/pa_pool.h, include/pa_string.h, include/pa_table.h,
                   23118:          main/execute.C, main/pa_array.C, main/pa_globals.C,
                   23119:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23120:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
                   23121:          types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
                   23122:          noticed double default content-type prob. run cgi.cmd tomorrow
                   23123:          first html-typo sample. detected << problem: they become ltlt too
                   23124:          fast
                   23125: 
                   23126:        * src/main/compile.y: z
                   23127: 
                   23128:        * src/main/: compile.y, compile_tools.h: #comment
                   23129: 
                   23130:        * src/: classes/file.C, classes/root.C, classes/table.C,
                   23131:          include/pa_common.h, include/pa_request.h, main/compile.y,
                   23132:          main/pa_common.C, main/pa_request.C, main/pa_string.C,
                   23133:          targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
                   23134:          stringified
                   23135: 
                   23136:        * src/types/pa_valiased.C: decided to String-ify file_read
                   23137: 
                   23138:        * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
                   23139:          isapi/parser3isapi.dsp: cgi: sapi::log
                   23140: 
                   23141:        * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
                   23142:          targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
                   23143:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
                   23144:          error log experiments failed - cgi under iis got no access to
                   23145:          log. registereventsource simply failed with 5(illegal call) code,
                   23146:          while worked OK as standalone executable.  isapi: used
                   23147:          HSE_APPEND_LOG_PARAMETER feature
                   23148: 
                   23149:        * src/: include/pa_common.h, include/pa_globals.h,
                   23150:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23151:          targets/isapi/parser3isapi.C: fixed default content-type
                   23152:          allocation storage
                   23153: 
                   23154:        * src/: include/pa_globals.h, include/pa_request.h,
                   23155:          main/pa_globals.C, main/pa_request.C: z
                   23156: 
                   23157:        * src/: include/pa_array.h, include/pa_hash.h,
                   23158:          include/pa_request.h, main/compile.y, main/pa_array.C,
                   23159:          main/pa_common.C, main/pa_hash.C, main/pa_request.C,
                   23160:          types/pa_vcookie.C: cyclic uses ignored. defaulted default
                   23161:          content-type
                   23162: 
                   23163:        * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
                   23164:          sanity
                   23165: 
                   23166:        * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
                   23167:          types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
                   23168:          away freeze mech.  no danger now for you can't do
                   23169:          ^request:process[@new-method[] body] trick anymore.  still
                   23170:          remains $some_instance.process[@new-method[] possibility] but
                   23171:          would leave it as a feature.  see index for sample
                   23172: 
                   23173:        * src/: include/pa_common.h, main/pa_common.C,
                   23174:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
                   23175:          monkey every target
                   23176: 
                   23177:        * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
                   23178:          targets/cgi/parser3.C, targets/isapi/pool_storage.h,
                   23179:          types/pa_vform.C, types/pa_vform.h: auto.p monkey
                   23180: 
                   23181: 2001-03-23  paf
                   23182: 
                   23183:        * src/: include/pa_pool.h, main/pa_request.C,
                   23184:          targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
                   23185:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23186:          targets/isapi/pool_storage.h: isapi: dumb pool storage
                   23187: 
                   23188:        * src/targets/isapi/pa_pool.C: decided to continue with extension
                   23189: 
                   23190:        * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
                   23191:          it would be better to rewrite as filter then to deal with pool
                   23192: 
                   23193:        * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
                   23194:          now like in cgi, not from APPL_PHYSICAL_PATH
                   23195: 
                   23196:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23197:          include/pa_config_fixed.h, include/pa_config_includes.h,
                   23198:          include/pa_string.h, include/pa_threads.h, include/pa_types.h,
                   23199:          include/pa_version.h, main/compile.y, main/execute.C,
                   23200:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   23201:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23202:          main/untaint.C, targets/cgi/parser3.C,
                   23203:          targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
                   23204:          cgi: reinvent document_root and request_uri under iis. autoconf
                   23205:          updated. introducing ap_config_includes
                   23206: 
                   23207:        * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
                   23208: 
                   23209:        * src/targets/cgi/parser3.C: cgi: only one pool now
                   23210: 
                   23211:        * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
                   23212:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23213:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23214:          types/pa_venv.h, types/pa_vform.C: sapi made object
                   23215: 
                   23216:        * src/: include/pa_globals.h, main/pa_request.C,
                   23217:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23218:          targets/isapi/parser3isapi.C, types/pa_vcookie.C,
                   23219:          types/pa_venv.h, types/pa_vform.C: all: sapi beauty
                   23220: 
                   23221:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23222:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23223:          isapi minor env beauty
                   23224: 
                   23225:        * src/: main/pa_request.C, targets/cgi/parser3.C,
                   23226:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
                   23227:          isapi document_root 0
                   23228: 
                   23229: 2001-03-22  paf
                   23230: 
                   23231:        * src/targets/isapi/parser3isapi.C: isapi keep-alive
                   23232: 
                   23233:        * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
                   23234:          isapi/parser3isapi.C: z
                   23235: 
                   23236:        * src/: include/pa_pool.h, main/pa_request.C,
                   23237:          targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
                   23238: 
                   23239:        * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
                   23240:          kill.pl: isapi added utils
                   23241: 
                   23242:        * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
                   23243:          targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
                   23244:          types/pa_vform.C: isapi 0
                   23245: 
                   23246:        * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
                   23247:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23248:          targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
                   23249:          targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
                   23250:          started isapi
                   23251: 
                   23252:        * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
                   23253:          some comments
                   23254: 
                   23255:        * src/: include/pa_globals.h, include/pa_request.h,
                   23256:          include/pa_types.h, main/pa_globals.C, main/pa_request.C,
                   23257:          targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
                   23258:          parser_root_auto_path parser_site_auto_path
                   23259: 
                   23260:        * src/types/pa_vcookie.C: cookie attr decoded
                   23261: 
                   23262: 2001-03-21  paf
                   23263: 
                   23264:        * src/targets/cgi/parser3.C: z
                   23265: 
                   23266:        * src/include/pa_globals.h: post. todo: config of auto.p path
                   23267: 
                   23268:        * src/: include/pa_globals.h, targets/cgi/parser3.C,
                   23269:          types/pa_venv.h: in cookie & env. todo:post
                   23270: 
                   23271:        * src/: Makefile.am, classes/Makefile.am, classes/file.C,
                   23272:          classes/root.C, classes/table.C, include/pa_array.h,
                   23273:          include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
                   23274:          include/pa_request.h, include/pa_string.h, main/Makefile.am,
                   23275:          main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
                   23276:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23277:          main/pa_table.C, main/untaint.C, targets/Makefile.am,
                   23278:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23279:          targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
                   23280:          types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
                   23281:          shifted apache branch on main trunc
                   23282: 
                   23283:        * src/: include/pa_common.h, include/pa_globals.h,
                   23284:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   23285:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
                   23286:          types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
                   23287:          starting mod_parser3
                   23288: 
                   23289:        * src/targets/cgi/parser3.C: starting mod_parser3
                   23290: 
                   23291: 2001-03-20  paf
                   23292: 
                   23293:        * src/: main/pa_common.C, targets/cgi/Makefile.am,
                   23294:          targets/cgi/parser3.C: automake compiled and works. todo:make
                   23295:          win32 ifdefs work and add ifdef unistd
                   23296: 
                   23297:        * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
                   23298:          main/Makefile.am, main/pa_common.C, main/pa_request.C,
                   23299:          main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
                   23300:          z
                   23301: 
                   23302:        * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
                   23303:          main/execute.C, main/pa_common.C, types/Makefile.am: removing
                   23304:          locking
                   23305: 
                   23306:        * src/: classes/Makefile.am, types/Makefile.am: z
                   23307: 
                   23308:        * src/: Makefile.am, classes/file.C, classes/root.C,
                   23309:          classes/table.C, include/pa_array.h, include/pa_request.h,
                   23310:          include/pa_string.h, main/Makefile.am, main/execute.C,
                   23311:          main/pa_common.C, main/pa_globals.C, main/pa_request.C,
                   23312:          main/pa_string.C, main/untaint.C, targets/Makefile.am,
                   23313:          targets/cgi/Makefile.am, targets/cgi/parser3.C,
                   23314:          types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
                   23315: 
                   23316:        * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
                   23317:          main/pa_request.C, types/pa_vfile.h: ^table:save
                   23318: 
                   23319:        * src/: classes/file.C, classes/table.C, include/pa_array.h,
                   23320:          include/pa_common.h, include/pa_request.h, include/pa_string.h,
                   23321:          include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
                   23322:          main/untaint.C, types/pa_valiased.h, types/pa_value.h,
                   23323:          types/pa_vform.h: z
                   23324: 
                   23325:        * src/include/pa_string.h: z
                   23326: 
                   23327:        * src/: classes/_request.h, classes/request.C, main/main.dsp,
                   23328:          main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
                   23329:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23330:          :Value
                   23331: 
                   23332:        * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
                   23333:          types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
                   23334:          :VStateless_object
                   23335: 
                   23336:        * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
                   23337:          types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
                   23338:          :VStateless_object
                   23339: 
                   23340:        * src/: main/main.dsp, targets/cgi/parser3.dsp,
                   23341:          types/pa_valiased.C, types/pa_vform.h: commented VForm
                   23342: 
                   23343:        * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
                   23344:          types/pa_valiased.h, types/pa_value.h,
                   23345:          types/pa_vstateless_class.C, types/pa_vstateless_class.h,
                   23346:          types/pa_vstateless_object.h: moved common get_element part from
                   23347:          stateless object&class into VAliased
                   23348: 
                   23349:        * src/: classes/_env.h, classes/_table.h, classes/env.C,
                   23350:          classes/table.C, main/execute.C, main/main.dsp,
                   23351:          main/pa_globals.C, main/pa_request.C, types/pa_value.h,
                   23352:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
                   23353:          now :Value
                   23354: 
                   23355:        * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
                   23356:          main/execute.C, main/main.dsp, main/pa_globals.C,
                   23357:          types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
                   23358: 
                   23359:        * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
                   23360:          doxx
                   23361: 
                   23362:        * src/: classes/_file.h, classes/file.C, include/pa_types.h,
                   23363:          main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
                   23364:          types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
                   23365:          types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
                   23366:          and ^file:save
                   23367: 
                   23368: 2001-03-19  paf
                   23369: 
                   23370:        * src/types/pa_vfile.C: z
                   23371: 
                   23372:        * src/: classes/file.C, classes/request.C, classes/table.C,
                   23373:          include/pa_string.h, main/main.dsp, main/pa_pool.C,
                   23374:          main/pa_request.C, main/untaint.C, types/pa_value.h,
                   23375:          types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
                   23376: 
                   23377:        * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
                   23378:          include/pa_string.h, include/pa_table.h, main/main.dsp,
                   23379:          main/pa_common.C, main/pa_globals.C, types/pa_value.h,
                   23380:          types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
                   23381:          types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
                   23382:          classes/_file.h, classes/file.C, types/pa_vfile.C,
                   23383:          types/pa_vfile.h: file class just compiled
                   23384: 
                   23385:        * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
                   23386:          include/pa_table.h, include/pa_types.h, main/execute.C,
                   23387:          main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
                   23388:          types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
                   23389:          types/pa_vstateless_object.h: ^table:set{default level: TABLE}
                   23390: 
                   23391:        * src/include/pa_pool.h: z
                   23392: 
                   23393:        * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
                   23394:          main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
                   23395:          Hash::Value to Val so to doxygen would finlly stop confusing
                   23396:          those Value-s
                   23397: 
                   23398:        * src/: include/code.h, include/pa_array.h, include/pa_common.h,
                   23399:          include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
                   23400:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23401:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23402:          include/pa_types.h, main/compile.C, main/compile.y,
                   23403:          main/compile_tools.C, main/compile_tools.h, main/execute.C,
                   23404:          main/pa_array.C, main/pa_common.C, main/pa_exception.C,
                   23405:          main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
                   23406:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23407:          main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
                   23408: 
                   23409:        * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
                   23410:          derivates somehow unlinked. don't know why yet
                   23411: 
                   23412:        * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
                   23413:          include/pa_string.h, include/pa_threads.h, main/compile.C,
                   23414:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   23415:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23416:          main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
                   23417:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23418:          main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
                   23419: 
                   23420:        * src/: classes/root.C, classes/table.C, main/pa_exception.C,
                   23421:          main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
                   23422:          types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
                   23423:          types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
                   23424:          types/pa_vrequest.h: doc: detected Value derivates prob
                   23425: 
                   23426:        * src/include/pa_globals.h: z
                   23427: 
                   23428:        * src/: classes/_request.h, classes/request.C, include/code.h,
                   23429:          include/pa_array.h, include/pa_common.h, include/pa_exception.h,
                   23430:          include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
                   23431:          include/pa_request.h, include/pa_stack.h, include/pa_string.h,
                   23432:          include/pa_table.h, include/pa_threads.h, include/pa_types.h,
                   23433:          main/execute.C, main/pa_pool.C, main/pa_request.C,
                   23434:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23435:          types/pa_value.h, types/pa_vform.C: doxygen include/, Value
                   23436: 
                   23437: 2001-03-18  paf
                   23438: 
                   23439:        * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
                   23440:          cookie: allowed access to hash-assigned
                   23441: 
                   23442:        * src/targets/cgi/parser3.C: z
                   23443: 
                   23444:        * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
                   23445:          include/pa_globals.h, include/pa_request.h, include/pa_string.h,
                   23446:          include/pa_types.h, main/main.dsp, main/pa_common.C,
                   23447:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23448:          main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
                   23449:          types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
                   23450:          types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
                   23451:          types/pa_vunknown.h: cookie class
                   23452: 
                   23453:        * src/main/pa_request.C: zero length output allowed
                   23454: 
                   23455:        * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
                   23456:          types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
                   23457: 
                   23458:        * src/: classes/root.C, main/pa_request.C: taint forgotten forced
                   23459:          lang switch
                   23460: 
                   23461:        * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
                   23462:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23463:          types/pa_value.h, types/pa_vhash.h:
                   23464:          $defautl[$content-type[$value[text/html] $charset[windows-1251]]
                   23465: 
                   23466:        * src/main/execute.C: z
                   23467: 
                   23468:        * src/: classes/root.C, main/pa_request.C, main/untaint.C,
                   23469:          targets/cgi/parser3.C: taint[uri
                   23470: 
                   23471:        * src/: classes/request.C, classes/response.C, classes/root.C,
                   23472:          include/pa_common.h, include/pa_globals.h, include/pa_request.h,
                   23473:          include/pa_string.h, main/pa_common.C, main/pa_globals.C,
                   23474:          main/pa_request.C, targets/cgi/parser3.C: ^taint 0
                   23475: 
                   23476:        * src/: classes/root.C, classes/string.C, include/pa_string.h,
                   23477:          main/pa_globals.C, main/pa_request.C, main/pa_string.C,
                   23478:          types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
                   23479:          types/pa_vstateless_class.C: convinient string(pool, char *src,
                   23480:          bool tainted) ctor
                   23481: 
                   23482:        * src/: include/pa_hash.h, include/pa_request.h,
                   23483:          include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
                   23484:          main/pa_request.C, main/pa_string.C, main/untaint.C,
                   23485:          targets/cgi/parser3.C: proper @exceptions params tainting
                   23486: 
                   23487:        * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
                   23488:          response fields to header
                   23489: 
                   23490:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
                   23491:          z
                   23492: 
                   23493:        * src/: classes/_response.h, classes/response.C,
                   23494:          include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
                   23495:          main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
                   23496:          main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
                   23497:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
                   23498:          types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
                   23499:          $response: 0  request::core exception rethrow
                   23500: 
                   23501: 2001-03-16  paf
                   23502: 
                   23503:        * src/: main/execute.C, main/main.dsp, types/pa_value.h,
                   23504:          types/pa_vrequest.h: native method' class call with less params
                   23505:          then needed error reporting
                   23506: 
                   23507:        * src/: classes/_request.h, classes/request.C,
                   23508:          include/pa_globals.h, include/pa_request.h, main/execute.C,
                   23509:          main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23510:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
                   23511:          types/pa_vrequest.h: $request : query :uri
                   23512: 
                   23513:        * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
                   23514:          types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
                   23515:          types/pa_wcontext.h: $result
                   23516: 
                   23517:        * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
                   23518: 
                   23519:        * src/: classes/double.C, include/code.h, main/compile.y,
                   23520:          main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
                   23521:          and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
                   23522: 
                   23523:        * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
                   23524:          main/compile.y, main/execute.C, types/pa_value.h,
                   23525:          types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
                   23526:          types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
                   23527:          wcontext conflict
                   23528: 
                   23529:        * src/: main/execute.C, types/pa_value.h,
                   23530:          types/pa_vstateless_object.h, types/pa_vstring.h: disabled
                   23531:          $string.field
                   23532: 
                   23533: 2001-03-15  paf
                   23534: 
                   23535:        * src/main/pa_request.C: news sample
                   23536: 
                   23537:        * src/: main/compile.y, main/execute.C, main/pa_request.C,
                   23538:          targets/cgi/parser3.C, types/pa_vstring.h: @exception
                   23539: 
                   23540:        * src/main/: compile.y, execute.C: z
                   23541: 
                   23542:        * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
                   23543:          types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
                   23544:          pre pre works
                   23545: 
                   23546:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23547:          targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
                   23548:          fillfields just compiled
                   23549: 
                   23550: 2001-03-14  paf
                   23551: 
                   23552:        * src/: include/pa_request.h, main/pa_request.C,
                   23553:          targets/cgi/parser3.C: z
                   23554: 
                   23555:        * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
                   23556:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
                   23557:          types/pa_vstring.h: limits -1
                   23558: 
                   23559:        * src/: include/pa_globals.h, include/pa_request.h,
                   23560:          include/pa_types.h, main/main.dsp, main/pa_globals.C,
                   23561:          main/pa_request.C, targets/cgi/parser3.C,
                   23562:          targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
                   23563:          request_info -1
                   23564: 
                   23565:        * src/: include/pa_globals.h, main/pa_globals.C,
                   23566:          targets/cgi/parser3.C, targets/cgi/parser3.dsp,
                   23567:          targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
                   23568:          vform_fields_fill
                   23569: 
                   23570:        * src/targets/cgi/parser3.C: #  if MSVC
                   23571: 
                   23572:        * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
                   23573:          targets/cgi/parser3.C: PATH_DELIMITER_CHAR
                   23574: 
                   23575:        * src/targets/cgi/parser3.C: z
                   23576: 
                   23577:        * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
                   23578:          include/pa_string.h, include/pa_types.h, main/compile.y,
                   23579:          main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
                   23580:          targets/cgi/pa_vform.C, targets/cgi/parser3.C,
                   23581:          targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
                   23582:          types/pa_vunknown.h: global handler, exceptions in parser3
                   23583: 
                   23584: 2001-03-13  paf
                   23585: 
                   23586:        * src/: classes/form.C, main/compile.y, main/core.C,
                   23587:          types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
                   23588:          types/pa_vform.h, types/pa_vstateless_class.C,
                   23589:          types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
                   23590:          instead
                   23591: 
                   23592:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23593:          main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
                   23594:          targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
                   23595:          started cgi target
                   23596: 
                   23597:        * src/: include/core.h, include/pa_common.h, include/pa_request.h,
                   23598:          main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
                   23599:          before error show with parser
                   23600: 
                   23601:        * src/: classes/_form.h, classes/form.C, include/core.h,
                   23602:          include/pa_request.h, main/core.C, main/pa_request.C,
                   23603:          targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
                   23604: 
                   23605:        * src/targets/cgi/: parser.dsp, parser3.dsp: z
                   23606: 
                   23607:        * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
                   23608:          parser3.C: renamed targets/ parser to cgi
                   23609: 
                   23610:        * src/: classes/double.C, classes/env.C, classes/int.C,
                   23611:          classes/root.C, classes/string.C, classes/table.C,
                   23612:          include/pa_request.h, types/pa_vhash.h: z
                   23613: 
                   23614:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23615:          include/core.h, include/pa_pool.h, include/pa_request.h,
                   23616:          main/compile.C, main/compile.y, main/core.C, main/main.dsp,
                   23617:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23618:          types/pa_venv.h, types/pa_vstateless_class.h: started $form:
                   23619:          [historical moment :)]
                   23620: 
                   23621:        * src/: include/code.h, include/pa_string.h, main/compile.y,
                   23622:          main/execute.C, main/pa_string.C: 'value is type' expr operator
                   23623: 
                   23624:        * src/types/pa_venv.h: $ENV 1
                   23625: 
                   23626:        * src/main/execute.C: z
                   23627: 
                   23628:        * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
                   23629:          future methods of ENV constructor if
                   23630: 
                   23631:        * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
                   23632:          class
                   23633: 
                   23634:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23635:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23636:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23637:          classes/string.C, classes/table.C, include/pa_request.h,
                   23638:          main/compile.C, main/compile_tools.h, main/core.C,
                   23639:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23640:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23641:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23642:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23643:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23644:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23645: 
                   23646:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23647:          classes/_root.h, classes/_string.h, classes/_table.h,
                   23648:          classes/double.C, classes/env.C, classes/int.C, classes/root.C,
                   23649:          classes/string.C, classes/table.C, include/pa_request.h,
                   23650:          main/compile.C, main/compile_tools.h, main/core.C,
                   23651:          main/execute.C, main/main.dsp, main/pa_request.C,
                   23652:          types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
                   23653:          types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
                   23654:          types/pa_vobject.h, types/pa_vstateless_class.C,
                   23655:          types/pa_vstateless_class.h, types/pa_vstateless_object.h,
                   23656:          types/pa_wcontext.h: $ENV: re 0, stateless classes
                   23657: 
                   23658:        * src/: include/pa_request.h, main/compile.C, main/execute.C,
                   23659:          main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
                   23660:          yesterdays bad decision on execute_static_method
                   23661: 
                   23662:        * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
                   23663: 
                   23664:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23665:          types/pa_vdouble.h, types/pa_vint.h: Int,Double  dec mul div mod
                   23666: 
                   23667:        * src/main/pa_request.C: z
                   23668: 
                   23669:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23670:          include/pa_pool.h: skipped_restructure_exceptions_dead_end
                   23671: 
                   23672:        * src/: classes/root.C, classes/table.C, include/pa_exception.h,
                   23673:          include/pa_pool.h, main/pa_request.C:
                   23674:          restructure_exceptions_dead_end
                   23675: 
                   23676:        * src/: classes/root.C, main/compile.y: ^if required junctions.
                   23677:          allowed ; inside {} to break params
                   23678: 
                   23679:        * src/classes/root.C: ^eval
                   23680: 
                   23681:        * src/: classes/_string.h, classes/double.C, classes/int.C,
                   23682:          classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
                   23683:          string ^format
                   23684: 
                   23685:        * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
                   23686:          'bad' but not 'enough'
                   23687: 
                   23688:        * src/: classes/double.C, classes/root.C, classes/table.C,
                   23689:          include/pa_common.h, include/pa_types.h, main/compile.y,
                   23690:          main/pa_common.C, main/pa_request.C, main/untaint.C,
                   23691:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
                   23692:          types/pa_wwrapper.h: think constructing flag as is  is bad
                   23693: 
                   23694:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23695:          classes/string.C, classes/table.C, main/core.C, main/execute.C,
                   23696:          types/pa_vint.h: ^for
                   23697: 
                   23698: 2001-03-12  paf
                   23699: 
                   23700:        * src/classes/table.C: table ^empty
                   23701: 
                   23702:        * src/: classes/table.C, include/pa_table.h: table ^menu
                   23703: 
                   23704:        * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
                   23705:          ^offset ^line ^count
                   23706: 
                   23707:        * src/classes/root.C: ^round()  ^floor()        ^ceiling()
                   23708:          ^abs()  ^sign()
                   23709: 
                   23710:        * src/classes/: root.C, table.C: ^use
                   23711: 
                   23712:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23713:          main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
                   23714:          types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
                   23715:          ^while. switched off wcontext.constructing after write(value) or
                   23716:          auto-vhash-constructing
                   23717: 
                   23718:        * src/: classes/root.C, classes/table.C, include/pa_request.h,
                   23719:          main/pa_request.C: fail_if_junction_ helper func
                   23720: 
                   23721:        * src/: classes/root.C, classes/table.C, include/pa_common.h,
                   23722:          include/pa_request.h, main/execute.C, main/main.dsp,
                   23723:          main/pa_common.C, main/pa_request.C: ^process error point by
                   23724:          actual method_name, not source.  ^load
                   23725: 
                   23726:        * src/types/pa_vtable.h: table: no, better with string in cells...
                   23727: 
                   23728:        * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
                   23729:          classes/_table.h, classes/table.C, main/untaint.C: z
                   23730: 
                   23731:        * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
                   23732:          include/pa_table.h, main/core.C, main/execute.C,
                   23733:          main/pa_common.C, main/pa_request.C, main/pa_table.C,
                   23734:          types/pa_value.h: table:set 0
                   23735: 
                   23736:        * src/: classes/root.C, include/core.h, include/pa_array.h,
                   23737:          include/pa_request.h, include/pa_table.h, main/core.C,
                   23738:          main/main.dsp, main/pa_request.C, main/pa_table.C,
                   23739:          types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
                   23740:          types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
                   23741:          types/pa_vstring.h: freeze, ^table:create[] -1
                   23742: 
                   23743:        * src/: classes/root.C, types/pa_value.h: z
                   23744: 
                   23745:        * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
                   23746:          get_method in couple places optimizing them
                   23747: 
                   23748:        * src/classes/root.C: z
                   23749: 
                   23750:        * src/: classes/root.C, types/pa_vclass.h: process temp main
                   23751:          zeroing
                   23752: 
                   23753:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23754:          classes/string.C, include/pa_common.h, include/pa_request.h,
                   23755:          include/pa_string.h, include/pa_types.h, main/compile.C,
                   23756:          main/compile.y, main/compile_tools.h, main/execute.C,
                   23757:          main/pa_common.C, main/pa_request.C, types/pa_value.h,
                   23758:          types/pa_vmframe.h: ^process. actual names to store param and
                   23759:          check_actual_numbered_params for better place diagnostics
                   23760: 
                   23761:        * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
                   23762:          method-junctions bug fixed
                   23763: 
                   23764:        * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
                   23765:          pa_vstateless_object.h, pa_vstring.h: stateless_object
                   23766: 
                   23767: 2001-03-11  paf
                   23768: 
                   23769:        * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
                   23770:          types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
                   23771:          VDouble VInt base now VObject_base - without fields
                   23772: 
                   23773:        * src/: classes/root.C, include/core.h, main/core.C: z
                   23774: 
                   23775:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23776:          classes/string.C, include/core.h, include/pa_hash.h,
                   23777:          include/pa_pool.h, include/pa_request.h, include/pa_string.h,
                   23778:          main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
                   23779: 
                   23780:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23781:          include/pa_request.h, main/execute.C: intercept_string
                   23782: 
                   23783:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23784:          types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
                   23785: 
                   23786:        * src/: classes/double.C, classes/int.C, include/pa_request.h:
                   23787:          ^inc-s(expr)
                   23788: 
                   23789:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23790:          classes/_root.h, classes/_string.h, classes/double.C,
                   23791:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23792:          include/code.h, include/core.h, include/pa_array.h,
                   23793:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23794:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23795:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23796:          include/pa_types.h, main/compile.C, main/compile.y,
                   23797:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23798:          main/execute.C, main/pa_array.C, main/pa_common.C,
                   23799:          main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
                   23800:          main/pa_request.C, main/pa_string.C, main/pa_table.C,
                   23801:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23802:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23803:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23804:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23805:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23806:          types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
                   23807: 
                   23808:        * src/: main/pa_request.C, types/pa_vhash.h: z
                   23809: 
                   23810:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23811:          main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
                   23812: 
                   23813:        * src/: include/pa_valiased.h, include/pa_value.h,
                   23814:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23815:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23816:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23817:          include/pa_vobject.h, include/pa_vstring.h,
                   23818:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23819:          include/pa_wwrapper.h, main/compile.y, main/core.C,
                   23820:          main/main.dsp, main/pa_cframe.C, main/pa_request.C,
                   23821:          main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
                   23822:          types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
                   23823:          types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
                   23824:          types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
                   23825:          types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
                   23826:          types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
                   23827:          types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
                   23828:          include/
                   23829: 
                   23830: 2001-03-10  paf
                   23831: 
                   23832:        * src/: include/core.h, include/pa_request.h, main/core.C,
                   23833:          main/pa_request.C: run+auto=run
                   23834: 
                   23835:        * src/: classes/root.C, include/pa_request.h: minor if junction bug
                   23836: 
                   23837:        * src/: classes/_double.h, classes/_env.h, classes/_int.h,
                   23838:          classes/_root.h, classes/_string.h, classes/double.C,
                   23839:          classes/env.C, classes/int.C, classes/root.C, classes/string.C,
                   23840:          include/code.h, include/core.h, include/pa_array.h,
                   23841:          include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
                   23842:          include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
                   23843:          include/pa_string.h, include/pa_table.h, include/pa_threads.h,
                   23844:          include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
                   23845:          include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
                   23846:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
                   23847:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23848:          include/pa_vobject.h, include/pa_vstring.h,
                   23849:          include/pa_vunknown.h, include/pa_wcontext.h,
                   23850:          include/pa_wwrapper.h, main/compile.C, main/compile.y,
                   23851:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23852:          main/execute.C, main/pa_array.C, main/pa_cframe.C,
                   23853:          main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
                   23854:          main/pa_pool.C, main/pa_request.C, main/pa_string.C,
                   23855:          main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
                   23856:          main/pa_wcontext.C: sources header
                   23857: 
                   23858:        * src/main/pa_request.C: auto..
                   23859: 
                   23860:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   23861:          main/pa_request.C: auto tree0
                   23862: 
                   23863:        * src/: include/core.h, include/pa_request.h, main/compile.y,
                   23864:          main/core.C, main/pa_request.C: names to core.C
                   23865: 
                   23866:        * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
                   23867:          include/pa_request.h, main/core.C, main/execute.C,
                   23868:          main/pa_common.C, main/pa_request.C: root auto.p loaded
                   23869: 
                   23870:        * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
                   23871:          include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
                   23872:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   23873:          optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
                   23874: 
                   23875:        * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
                   23876:          @auto[] realised. auto.p scan togo
                   23877: 
                   23878:        * src/: include/pa_request.h, main/execute.C: autocalc
                   23879:          code-junctions result now have names
                   23880: 
                   23881:        * src/: classes/double.C, classes/int.C, classes/root.C,
                   23882:          classes/string.C, include/pa_request.h, include/pa_string.h,
                   23883:          include/pa_wcontext.h, main/compile.y, main/execute.C,
                   23884:          main/pa_string.C, main/pa_wcontext.C: tainting 0
                   23885: 
                   23886:        * src/classes/env.C: env:file/line
                   23887: 
                   23888:        * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
                   23889:          include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
                   23890:          include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
                   23891:          include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
                   23892:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   23893:          main/execute.C, main/main.dsp, main/pa_cframe.C,
                   23894:          main/pa_request.C, main/pa_wcontext.C: const fight finished
                   23895: 
                   23896:        * src/include/pa_vclass.h: const fight to go
                   23897: 
                   23898:        * src/: classes/_env.h, classes/env.C, classes/root.C,
                   23899:          include/pa_request.h, include/pa_vclass.h, main/core.C,
                   23900:          main/main.dsp: env0
                   23901: 
                   23902:        * src/: classes/_double.h, classes/_int.h, classes/_root.h,
                   23903:          classes/_string.h, classes/double.C, classes/int.C,
                   23904:          classes/root.C, classes/string.C, include/pa_request.h,
                   23905:          include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
                   23906:          include/pa_wcontext.h, main/core.C, main/main.dsp,
                   23907:          main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
                   23908:          main/pa_wcontext.C: ^lang prepare0
                   23909: 
                   23910: 2001-03-09  paf
                   23911: 
                   23912:        * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
                   23913:          construct proper naming
                   23914: 
                   23915:        * src/: classes/_double.h, classes/_int.h, classes/_string.h,
                   23916:          classes/double.C, classes/int.C, classes/root.C,
                   23917:          classes/string.C, include/code.h, include/pa_value.h,
                   23918:          include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
                   23919:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   23920:          main/compile.y, main/compile_tools.C, main/core.C,
                   23921:          main/execute.C, main/main.dsp: Int and Double classes with ^int[]
                   23922:          and ^double[]. fixed expr type
                   23923: 
                   23924:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23925:          ^string.length[]
                   23926: 
                   23927: 2001-03-08  paf
                   23928: 
                   23929:        * src/include/pa_vmframe.h: fixed forgotten method_frame my check
                   23930: 
                   23931:        * src/: include/pa_vclass.h, include/pa_vstring.h,
                   23932:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   23933:          main/execute.C, main/main.dsp: dead end: vstring can't be
                   23934:          derivated from vobject
                   23935: 
                   23936:        * src/: include/pa_vclass.h, include/pa_vhash.h,
                   23937:          include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
                   23938: 
                   23939:        * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
                   23940:          remained clone conseqs
                   23941: 
                   23942:        * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
                   23943: 
                   23944:        * src/main/pa_vclass.C: wow! vclass were out of vcs
                   23945: 
                   23946:        * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
                   23947:          include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
                   23948:          include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
                   23949:          include/pa_vobject.h, include/pa_vstring.h,
                   23950:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23951:          main/execute.C: withoud cloning. didn't need it actually, params
                   23952:          got passed from out unnamed ewpool
                   23953: 
                   23954:        * src/: include/pa_vdouble.h, include/pa_vhash.h,
                   23955:          include/pa_vjunction.h, include/pa_vobject.h,
                   23956:          include/pa_vunknown.h, main/compile.y: cloning dead end
                   23957: 
                   23958:        * src/: include/pa_bool.h, include/pa_double.h,
                   23959:          include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
                   23960:          include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
                   23961:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23962:          include/pa_vobject.h, include/pa_vstring.h,
                   23963:          include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
                   23964:          main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
                   23965:          to give params proper names
                   23966: 
                   23967:        * src/main/pa_wcontext.C: z
                   23968: 
                   23969:        * src/: include/pa_vmframe.h, main/execute.C: added names to
                   23970:          unknown values in get_element and unfilled params. removed wrong
                   23971:          name change in get_element
                   23972: 
                   23973:        * src/main/execute.C: z
                   23974: 
                   23975:        * src/main/execute.C: fixed problems calling operators in
                   23976:          constructors
                   23977: 
                   23978:        * src/: classes/root.C, include/pa_stack.h, main/execute.C:
                   23979:          detected problems calling operators in constructors
                   23980: 
                   23981:        * src/: classes/root.C, include/pa_request.h, main/execute.C:
                   23982:          autocalc def to string
                   23983: 
                   23984:        * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
                   23985:          include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
                   23986: 
                   23987:        * src/classes/root.C: added root.c
                   23988: 
                   23989:        * src/: include/pa_request.h, include/pa_value.h,
                   23990:          include/pa_vcframe.h, include/pa_vmframe.h,
                   23991:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   23992:          main/core.C, main/execute.C, main/pa_cframe.C,
                   23993:          main/pa_wcontext.C: 'if' just compiled
                   23994: 
                   23995:        * src/: include/pa_vbool.h, include/pa_vdouble.h,
                   23996:          include/pa_vjunction.h, include/pa_vmframe.h,
                   23997:          include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
                   23998:          main/pa_wcontext.C: z
                   23999: 
                   24000:        * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
                   24001:          main/core.C, main/execute.C, main/main.dsp: z. detected probs
                   24002:          with parameter names  in operator methods
                   24003: 
                   24004:        * src/main/compile.y: minor renamings in .y
                   24005: 
                   24006:        * src/: include/pa_request.h, main/compile.C, main/compile.y,
                   24007:          main/core.C, main/main.dsp: introducing ROOT_CLASS.  it's default
                   24008:          @BASE.  changed 'RUN' assignment mech
                   24009: 
                   24010:        * src/main/execute.C: z
                   24011: 
                   24012:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24013:          main/compile_tools.h, main/execute.C: made class: dynamic, not
                   24014:          static. so to enable runtime ^use
                   24015: 
                   24016:        * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
                   24017: 
                   24018:        * src/: include/code.h, main/compile.y, main/compile_tools.C,
                   24019:          main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
                   24020: 
                   24021:        * src/main/execute.C: root root in code-junction
                   24022: 
                   24023: 2001-03-07  paf
                   24024: 
                   24025:        * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
                   24026:          pa_vobject.h, pa_wwrapper.h: const in Value.get_element
                   24027: 
                   24028:        * src/: include/pa_stack.h, include/pa_value.h,
                   24029:          include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
                   24030:          include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
                   24031:          fixed rwcontext of {} params up
                   24032: 
                   24033:        * src/main/: compile.y, compile_tools.h: ^func(params)
                   24034: 
                   24035:        * src/main/compile.y: .y priorities syntax shaped up a bit
                   24036: 
                   24037:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
                   24038:          include/pa_vunknown.h, main/compile.y, main/execute.C,
                   24039:          main/pa_hash.C: expr def in -f
                   24040: 
                   24041:        * src/main/: compile.y, execute.C: expr calls
                   24042: 
                   24043:        * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
                   24044:          fixed
                   24045: 
                   24046:        * src/main/compile.y: expr quoted code
                   24047: 
                   24048:        * src/main/: compile.y, execute.C: expr whitespace solved. added ""
                   24049:          support0
                   24050: 
                   24051:        * src/main/compile.y: expr string comparisons 0
                   24052: 
                   24053:        * src/: include/pa_string.h, main/compile.y, main/execute.C,
                   24054:          main/pa_string.C: just compiled lt&co
                   24055: 
                   24056:        * src/main/execute.C: ^var.menu{$field} problem detected. that
                   24057:          $field not a $var.field
                   24058: 
                   24059: 2001-03-06  paf
                   24060: 
                   24061:        * src/main/compile.y: .y expr visible-shorter
                   24062: 
                   24063:        * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
                   24064:          with skipping whitespace in yylex fixed 2 xors: # bitwise ##
                   24065:          logical
                   24066: 
                   24067:        * src/: include/pa_vstring.h, main/compile.y: problems with
                   24068:          skipping whitespace in yylex
                   24069: 
                   24070:        * src/include/pa_vbool.h: forgot this
                   24071: 
                   24072:        * src/: include/code.h, main/compile.y, main/execute.C: without
                   24073:          string ops in expressions 0
                   24074: 
                   24075:        * src/: include/pa_value.h, include/pa_vdouble.h,
                   24076:          include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
                   24077:          main/execute.C, main/main.dsp: !~
                   24078: 
                   24079:        * src/: include/pa_vcframe.h, include/pa_vclass.h,
                   24080:          include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
                   24081:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24082:          include/pa_vunknown.h, include/pa_wcontext.h,
                   24083:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24084:          main/compile_tools.h, main/execute.C: +-*/
                   24085: 
                   24086:        * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
                   24087:          main/compile_tools.h: grammar-1.1 $a(z) $a=0
                   24088: 
                   24089:        * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
                   24090:          main/execute.C: expr grammar-1 2*2=4.000000 :)
                   24091: 
                   24092:        * src/main/compile.y: expr grammar-1
                   24093: 
                   24094:        * src/main/compile.y: expr lexx1
                   24095: 
                   24096:        * src/main/: compile.y, execute.C, main.dsp: z
                   24097: 
                   24098:        * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
                   24099:          include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
                   24100:          main/execute.C: expr lex0 exec-1
                   24101: 
                   24102:        * src/: include/code.h, main/compile.y, main/compile_tools.h: g
                   24103: 
                   24104: 2001-02-26  paf
                   24105: 
                   24106:        * src/main/compile.y: max_string in yyerror bug fix
                   24107: 
                   24108: 2001-02-25  paf
                   24109: 
                   24110:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24111:          include/pa_wcontext.h, main/execute.C: VAliased3
                   24112: 
                   24113:        * src/include/: pa_value.h, pa_vmframe.h: VAliased2
                   24114: 
                   24115:        * src/main/execute.C: VAliased1
                   24116: 
                   24117:        * src/: include/pa_request.h, include/pa_value.h,
                   24118:          include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
                   24119:          VAliased0
                   24120: 
                   24121:        * src/: include/pa_pool.h, include/pa_request.h,
                   24122:          include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
                   24123:          include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
                   24124:          VAliased just compiled
                   24125: 
                   24126:        * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
                   24127:          include/pa_vobject.h, main/execute.C: alias dead end
                   24128: 
                   24129:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24130:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24131:          main/main.dsp: no not get fields into interm VFielded class.
                   24132:          fields & staticfields 1
                   24133: 
                   24134:        * src/: include/pa_vcframe.h, include/pa_vmframe.h,
                   24135:          include/pa_vobject.h, include/pa_wcontext.h,
                   24136:          include/pa_wwrapper.h, main/core.C, main/execute.C,
                   24137:          main/main.dsp: would now get fields into interm VFielded class
                   24138: 
                   24139:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24140:          include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
                   24141:          include/pa_wcontext.h, main/compile.y, main/core.C,
                   24142:          main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
                   24143:          main/pa_wcontext.C: virtuals2
                   24144: 
                   24145:        * src/main/compile.y: : 1
                   24146: 
                   24147:        * src/main/compile.y: rethought to $class:static.field.subfield
                   24148: 
                   24149:        * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
                   24150:          $class:element
                   24151: 
                   24152:        * src/: include/pa_value.h, include/pa_vmframe.h,
                   24153:          include/pa_wwrapper.h, main/compile.y, main/execute.C,
                   24154:          main/pa_wcontext.C: before execute class calls rewrite
                   24155: 
                   24156:        * src/: include/pa_request.h, main/compile.C, main/core.C: default
                   24157:          name RUN, also alias
                   24158: 
                   24159:        * src/main/compile.y: escaping bug
                   24160: 
                   24161:        * src/: include/pa_request.h, include/pa_value.h,
                   24162:          include/pa_vobject.h, main/compile.y, main/compile_tools.h,
                   24163:          main/core.C, main/execute.C, main/pa_common.C: vobject1
                   24164: 
                   24165:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24166:          include/pa_vmframe.h, include/pa_vobject.h,
                   24167:          include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
                   24168:          main/compile_tools.h, main/execute.C: ^class:method() just
                   24169:          compiled
                   24170: 
                   24171: 2001-02-24  paf
                   24172: 
                   24173:        * src/main/main.dsp: no bison -d
                   24174: 
                   24175:        * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
                   24176:          class' err msg wrong
                   24177: 
                   24178:        * src/main/compile.y: z
                   24179: 
                   24180:        * src/main/: compile.y, core.C: yylex need some @special lines adj
                   24181: 
                   24182:        * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
                   24183:          main/compile.y, main/compile_tools.h, main/core.C: modules0
                   24184: 
                   24185:        * src/: include/pa_vclass.h, main/core.C: z
                   24186: 
                   24187:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24188:          include/pa_vobject.h, main/main.dsp: vobject00
                   24189: 
                   24190:        * src/main/pa_array.C: minor bug in expanding very small arrays.
                   24191:          60% from 1 were 0
                   24192: 
                   24193:        * src/: include/pa_value.h, include/pa_wcontext.h,
                   24194:          include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
                   24195:          as bad as you've named it: wcontext.value() was not a perfect
                   24196:          idea
                   24197: 
                   24198:        * src/main/execute.C: codeframe1
                   24199: 
                   24200:        * src/: include/pa_value.h, include/pa_vcframe.h,
                   24201:          include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
                   24202:          include/pa_vjunction.h, include/pa_vmframe.h,
                   24203:          include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
                   24204:          main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
                   24205:          just compiled
                   24206: 
                   24207:        * src/: include/pa_vframe.h, main/compile.y: found junction
                   24208:          ideology @: ^x{$a()) must construct current wcontext element, so
                   24209:          smart wcontext handling needed
                   24210: 
                   24211:        * src/main/compile.y: fixed grammar bugs in constructor/params
                   24212:          klinch
                   24213: 
                   24214:        * src/main/: compile.y, execute.C: fixed empty constructor
                   24215:          optimized empty case. failed on calls - produced empty string
                   24216:          param
                   24217: 
                   24218:        * src/main/compile.y: fixed last \n macrotemplate strip bug
                   24219: 
                   24220:        * src/: include/code.h, include/pa_request.h, include/pa_value.h,
                   24221:          include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
                   24222:          main/compile_tools.C, main/compile_tools.h, main/core.C,
                   24223:          main/execute.C: code junctions0. something wrong with last \n
                   24224:          macrotemplate strip
                   24225: 
                   24226:        * src/: include/pa_value.h, main/compile.C, main/core.C,
                   24227:          main/pa_value.C: minor error reporting format beautifyings
                   24228: 
                   24229:        * src/: include/pa_value.h, include/pa_vclass.h,
                   24230:          include/pa_vframe.h, main/core.C, main/execute.C,
                   24231:          main/pa_value.C: get_method RIP. junctions everywhere. call with
                   24232:          junctions0
                   24233: 
                   24234: 2001-02-23  paf
                   24235: 
                   24236:        * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
                   24237:          pa_wwrapper.h: lara came, can't work, sorry :(
                   24238: 
                   24239:        * src/main/: compile.y, execute.C, main.dsp: rethought some. before
                   24240:          junction
                   24241: 
                   24242:        * src/: include/pa_vframe.h, include/pa_vunknown.h,
                   24243:          include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
                   24244:          main/execute.C, main/main.dsp, main/pa_value.C: call0
                   24245: 
                   24246:        * src/: include/pa_hash.h, include/pa_value.h,
                   24247:          include/pa_wcontext.h, main/core.C, main/execute.C,
                   24248:          main/main.dsp, main/pa_hash.C: started call. store param, vframe
                   24249:          done
                   24250: 
                   24251:        * src/include/pa_wcontext.h: z
                   24252: 
                   24253:        * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
                   24254:          wrong grammar in complex constructor case
                   24255: 
                   24256:        * src/main/: compile.y, execute.C: empty constructor bug fixed
                   24257: 
                   24258:        * src/main/execute.C: with result rwpool
                   24259: 
                   24260:        * src/: include/pa_value.h, main/core.C, main/execute.C,
                   24261:          main/main.dsp: value named
                   24262: 
                   24263:        * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
                   24264:          strign 2 value in 2 places in execute
                   24265: 
                   24266:        * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
                   24267:          main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
                   24268:          wcontext.put_element when wcontext fvalue==0
                   24269: 
                   24270: 2001-02-22  paf
                   24271: 
                   24272:        * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
                   24273:          include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
                   24274:          main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
                   24275: 
                   24276:        * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
                   24277:          erroreos checkout
                   24278: 
                   24279:        * src/: include/pa_request.h, main/compile.y: $self.put(val)
                   24280: 
                   24281:        * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
                   24282:          main/compile_tools.h, main/pa_array.C: $self.get
                   24283: 
                   24284:        * src/main/: compile.C, compile.y, compile_tools.C: z
                   24285: 
                   24286:        * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
                   24287:          bit. finished now.
                   24288: 
                   24289:        * src/main/compile.y: $: finished
                   24290: 
                   24291:        * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
                   24292: 
                   24293:        * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
                   24294:          main/execute.C: OP_STRING better then some xxx _VALUE
                   24295: 
                   24296:        * src/: include/code.h, include/pa_vstring.h, main/compile.y,
                   24297:          main/compile_tools.C, main/compile_tools.h, main/execute.C:
                   24298:          string to vstring it .y all
                   24299: 
                   24300:        * src/: include/pa_request.h, include/pa_stack.h,
                   24301:          include/pa_wcontext.h, main/execute.C: z about to vstring it .y
                   24302:          all
                   24303: 
                   24304:        * src/main/: compile.C, core.C, execute.C, pa_string.C: more
                   24305:          precise parse error line:col
                   24306: 
                   24307:        * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
                   24308:          main/pa_hash.C, main/pa_pool.C: TRY...
                   24309: 
                   24310:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24311:          include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
                   24312:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24313:          main/core.C, main/pa_array.C, main/pa_exception.C,
                   24314:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
                   24315:          main/pa_table.C: removed exception from request
                   24316: 
                   24317:        * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
                   24318:          some forgotten
                   24319: 
                   24320:        * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
                   24321:          include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
                   24322:          main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
                   24323:          get/put simple vars to VClass works0
                   24324: 
                   24325:        * src/: include/pa_array.h, include/pa_wcontext.h,
                   24326:          main/pa_string.C: in process, but found that exceptions are too
                   24327:          global
                   24328: 
                   24329:        * src/: include/code.h, include/pa_string.h, include/pa_value.h,
                   24330:          include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
                   24331:          main/execute.C, main/pa_string.C: write_value write_string 0 it
                   24332:          seems wcontext must write strings regardles of fvalue!=0
                   24333: 
                   24334: 2001-02-21  paf
                   24335: 
                   24336:        * src/main/execute.C: tired :)
                   24337: 
                   24338:        * src/main/: compile.C, compile.y, execute.C: store0
                   24339: 
                   24340:        * src/: include/compile.h, include/execute.h, include/pa_array.h,
                   24341:          include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
                   24342:          include/pa_wcontext.h, main/compile.C, main/compile.y,
                   24343:          main/execute.C, main/main.dsp, main/pa_array.C,
                   24344:          main/pa_request.C: get put -1 [just compiled]
                   24345: 
                   24346:        * src/: include/core.h, include/pa_context.h, include/pa_request.h,
                   24347:          include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
                   24348:          main/main.dsp, main/pa_request.C: request core methods0
                   24349: 
                   24350:        * src/: include/compile.h, include/pa_array.h, main/compile.C,
                   24351:          main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
                   24352:          execute
                   24353: 
                   24354:        * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
                   24355:          main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
                   24356:          methods and one_big_piece. now compile returns array<method*>
                   24357: 
                   24358:        * src/main/compile.y: more straightforward yylex[end]
                   24359: 
                   24360:        * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
                   24361:          string.operator==(char*)
                   24362: 
                   24363:        * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
                   24364:          main/execute.C, main/pa_array.C: after array.const get wonders
                   24365: 
                   24366:        * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
                   24367:          pa_string.h, pa_value.h: struck with const array.gets
                   24368: 
                   24369:        * src/main/: execute.C: z
                   24370: 
                   24371:        * src/main/: compile.y, execute.C: z
                   24372: 
                   24373:        * src/main/: compile.C, compile.y, compile_tools.h: error
                   24374:          processing in eval & yyerror so it wouldn't cause memleaks.
                   24375: 
                   24376:        * src/main/: compile.C, compile.y: failed to add absolute precies
                   24377:          parse error positions. leaving RIGHTMOST position as
                   24378:          @file[line:col]
                   24379: 
                   24380:        * src/: include/compile.h, main/compile.C, main/compile.y,
                   24381:          main/compile_tools.h: line numbers needed. would add them to .y
                   24382:          now internally. externally it's not as precise as needed
                   24383: 
                   24384:        * src/: include/code.h, include/pa_types.h, main/compile.C,
                   24385:          main/compile.y, main/compile_tools.C, main/compile_tools.h,
                   24386:          main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
                   24387:          compiler works ok
                   24388: 
                   24389: 2001-02-20  paf
                   24390: 
                   24391:        * src/main/: compile.C, compile.y, compile_tools.C,
                   24392:          compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
                   24393:          not perfect
                   24394: 
                   24395:        * src/: include/code.h, include/compile.h, include/execute.h,
                   24396:          include/pa_array.h, include/pa_common.h, include/pa_pool.h,
                   24397:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24398:          main/compile.C, main/compile.y, main/compile_tools.C,
                   24399:          main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
                   24400:          main/pa_array.C, main/pa_common.C, main/pa_hash.C,
                   24401:          main/pa_string.C, main/pa_table.C: bison[yacc] first time
                   24402:          compiled.  execute=dump for now
                   24403: 
                   24404:        * src/main/core.C: core rewrite using yacc investigations now will
                   24405:          be compile[yacc]/execute[opcodes]
                   24406: 
                   24407: 2001-02-15  paf
                   24408: 
                   24409:        * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
                   24410:          rewrite as turing machine? for it seems it would be it's too many
                   24411:          ifs with this syntax now
                   24412: 
                   24413: 2001-02-14  paf
                   24414: 
                   24415:        * src/main/core.C: get_params 1
                   24416: 
                   24417:        * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
                   24418:          :( ]
                   24419: 
                   24420:        * src/main/core.C: varios breaks
                   24421: 
                   24422:        * src/main/core.C: get names 3
                   24423: 
                   24424:        * src/main/core.C: get names 2
                   24425: 
                   24426:        * src/main/core.C: get names 1
                   24427: 
                   24428:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
                   24429:          names 0
                   24430: 
                   24431:        * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
                   24432:          text repassing2 operator static vars
                   24433: 
                   24434:        * src/: include/pa_context.h, include/pa_string.h, main/core.C,
                   24435:          main/pa_string.C: process text repassing
                   24436: 
                   24437:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24438:          module:calls changes
                   24439: 
                   24440: 2001-02-13  paf
                   24441: 
                   24442:        * src/: include/pa_context.h, include/pa_value.h, main/core.C:
                   24443:          ^class:calls[] started
                   24444: 
                   24445:        * src/: include/pa_value.h, main/core.C: z
                   24446: 
                   24447:        * src/main/core.C: operators : and self. prefixes
                   24448: 
                   24449:        * src/main/core.C: z
                   24450: 
                   24451:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24452:          tested
                   24453: 
                   24454:        * src/: include/pa_string.h, main/pa_string.C: String_iterator
                   24455:          optimized
                   24456: 
                   24457:        * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
                   24458:          would change privates to better support optimization
                   24459: 
                   24460:        * src/: include/pa_string.h, main/pa_string.C:
                   24461:          String_iterator::skip_to todo:optimize
                   24462: 
                   24463: 2001-02-12  paf
                   24464: 
                   24465:        * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
                   24466:          String_iterator
                   24467: 
                   24468:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
                   24469:          comments
                   24470: 
                   24471:        * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
                   24472:          self/methodref joined
                   24473: 
                   24474: 2001-02-11  paf
                   24475: 
                   24476:        * src/: include/pa_context.h, include/pa_value.h, main/core.C,
                   24477:          main/main.dsp: core started.  core.C, context&value .h
                   24478: 
                   24479:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24480:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24481:          main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
                   24482: 
                   24483: 2001-01-30  paf
                   24484: 
                   24485:        * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
                   24486:          comments
                   24487: 
                   24488:        * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
                   24489:          main/pa_pool.C: moved pa_pool.C to be target specific
                   24490: 
                   24491:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24492:          include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
                   24493:          to & changes
                   24494: 
                   24495:        * src/: include/pa_exception.h, include/pa_pool.h,
                   24496:          include/pa_request.h, include/pa_table.h, main/pa_array.C,
                   24497:          main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
                   24498:          re-associated. that's much better even removed 'die' necessety
                   24499: 
                   24500:        * src/: include/pa_error.h, include/pa_exception.h,
                   24501:          include/pa_pool.h, include/pa_request.h, main/main.dsp,
                   24502:          main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
                   24503:          targets/Makefile.am: lowered targets/parser into subdir, added
                   24504:          parser_Pool(Pool) failed to add. would think..
                   24505: 
                   24506:        * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
                   24507:          include/pa_table.h, main/pa_error.C, main/pa_hash.C,
                   24508:          main/pa_string.C, main/pa_table.C: Table more like C++ style
                   24509:          hence lots of 'const'
                   24510: 
                   24511:        * src/: include/pa_error.h, include/pa_request.h,
                   24512:          include/pa_string.h, include/pa_table.h, main/pa_error.C,
                   24513:          main/pa_table.C: Error fixed
                   24514: 
                   24515: 2001-01-29  paf
                   24516: 
                   24517:        * src/: include/pa_array.h, include/pa_common.h,
                   24518:          include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
                   24519:          include/pa_request.h, include/pa_string.h, include/pa_table.h,
                   24520:          main/Makefile.am, main/pa_array.C, main/pa_common.C,
                   24521:          main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
                   24522: 
                   24523:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24524:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24525:          main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
                   24526:          main/pa_string.C, main/pa_table.C: Request Error Table
                   24527: 
                   24528:        * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
                   24529:          templates"
                   24530: 
                   24531:        * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
                   24532:          main/main.dsp, main/pa_array.C: templates failed no template
                   24533:          specializations [VC6], no library auto instantation [VC6, GNU c++
                   24534:          2.95.2-6 from latest cygwin]
                   24535: 
                   24536:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24537:          include/pa_string.h, include/pa_table.h, include/pa_types.h,
                   24538:          main/main.dsp, main/pa_array.C, main/pa_string.C,
                   24539:          main/pa_table.C: Table started would test template Array now
                   24540: 
                   24541:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24542:          String originating
                   24543: 
                   24544:        * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
                   24545:          main/pa_hash.C: made local Hash-es not thread safe=quicker by
                   24546:          SYNCHRONIZED(thread_safe)
                   24547: 
                   24548:        * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
                   24549:          parts to top
                   24550: 
                   24551:        * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
                   24552:          main/pa_threads.C: decided on one global_mutex, like PHP as I can
                   24553:          see: needed only in global Hash now, made Hash:: put/get
                   24554:          SYNCHRONIZED
                   24555: 
                   24556:        * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
                   24557:          main/pa_threads.C: added pa_threads
                   24558: 
                   24559:          Mutex
                   24560: 
                   24561:        * src/include/pa_hash.h: some comments
                   24562: 
                   24563:        * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
                   24564:          Array& operator += (Array& src)
                   24565: 
                   24566:        * src/main/pa_array.C: expand not convinient, would rewrite
                   24567: 
                   24568:        * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
                   24569:          (Array& src)
                   24570: 
                   24571:          rethought, would change now
                   24572: 
                   24573: 2001-01-27  paf
                   24574: 
                   24575:        * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
                   24576:          caching
                   24577: 
                   24578:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24579:          include/pa_string.h, main/pa_array.C, main/pa_string.C: array
                   24580:          cache rethought to chunk caching
                   24581: 
                   24582:        * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
                   24583:          include/pa_string.h, main/main.dsp, main/pa_array.C,
                   24584:          main/pa_hash.C, main/pa_string.C: Array 0
                   24585: 
                   24586:        * src/main/pa_string.C: String::operator ==
                   24587: 
                   24588:        * src/main/pa_hash.C: String(&String)
                   24589: 
                   24590:        * src/main/pa_hash.C: added pa_hash.C [forgotten]
                   24591: 
                   24592:        * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
                   24593:          main/main.dsp, main/pa_string.C: uint, and added pa_types &
                   24594:          pa_hash[forgotten]
                   24595: 
                   24596: 2001-01-26  paf
                   24597: 
                   24598:        * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
                   24599:          removed templates [vc++ suxx]
                   24600: 
                   24601:        * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
                   24602:          main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
                   24603: 
                   24604:        * src/include/: pa_pool.h, pa_string.h: pa_pool split
                   24605: 
1.119     moko     24606:        * src/main/: main.dsp, pa_string.C: Id check
1.95      moko     24607: 
1.119     moko     24608:        * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95      moko     24609:          check
                   24610: 
                   24611:        * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
                   24612:          dynamic row_count
                   24613: 
                   24614:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24615:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24616:          targets/Makefile.am: Initial revision
                   24617: 
                   24618:        * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
                   24619:          main/main.dsp, main/pa_pool.C, main/pa_string.C,
                   24620:          targets/Makefile.am: creating parser3 module
                   24621: 

E-mail: